/* Vertex Baner */
.vb-banner {
  position: relative;
  padding-right: 44px;
  border-radius: 6px;
}

.vb-banner__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
  padding: 0;
}

.vb-banner__close:hover { background: rgba(0,0,0,.14); }

.vb-banner__content p { margin: 0 0 10px; }
.vb-banner__content p:last-child { margin-bottom: 0; }

/* Kada je Vertex Baner aktivan, sakrij isporuka-info */
#isporuka-info {
  display: none !important;
}