/* 
Theme Name: Metroport
Author: IGK
Author URI: https://igk.com.pl
Version: 1.0
*/

/* Ukrycie wszystkich wierszy usług w podsumowaniu do momentu ich wybrania */
.table-summary .row-internet,
.table-summary .row-tv,
.table-summary .row-tel,
.table-summary .row-mobilny {
    display: none;
}



/* Link strzyzow.tv w górnym pasku */
.top-tv-wrap .top-tv-link {
  color: inherit;
  text-decoration: none;
  min-height: 34px;
}

.top-tv-wrap .top-tv-link p {
  margin-bottom: 0;
  letter-spacing: .2px;
}

.top-tv-wrap .top-tv-link:hover p,
.top-tv-wrap .top-tv-link:focus p {
  color: #55c516 !important;
}

.top-tv-wrap .top-tv-icon {
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
}

.top-tv-wrap .top-tv-link:hover .top-tv-icon,
.top-tv-wrap .top-tv-link:focus .top-tv-icon {
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .top-tv-wrap .top-tv-link {
    padding: 0 4px;
  }
}
