/* Minification failed. Returning unminified contents.
(12,59): run-time error CSS1046: Expect comma, found '222'
(12,66): run-time error CSS1046: Expect comma, found '/'
(12,86): run-time error CSS1046: Expect comma, found '87'
(12,92): run-time error CSS1046: Expect comma, found '/'
 */
.col.prom-den-shopinga,
.detailed.prom-den-shopinga{
  position: relative;
}

.col.prom-den-shopinga:after,
.detailed.prom-den-shopinga:after {
  content: "11.11";
  display: block;
  position: absolute;
  background-color: rgba(255,22,22,0.71);
  background: linear-gradient(162deg, #ffeb3b 0%, rgb(255 222 89 / 95%) 20%, rgb(255 87 87 / 95%) 96%);
  z-index: 2;
  color: white;
}
  .col.prom-den-shopinga:after{
    padding: 12px 10px 12px 15px;
    left: 5px;
    top: 47px;
    width: 165px;
    text-align: center;
  }
    .col.prom-rosturizm.prom-den-shopinga:after {
      top: 102px;
    }

  .detailed.prom-den-shopinga:after {
    padding: 5px 7px;
    left: -5px;
    top: 17px;
    font-size: 14px;
  }
    .detailed.prom-rosturizm.prom-den-shopinga:after {
      top: 55px;
    }

.filter-list>*.prom-den-shopinga {
  background-color: rgb(255,145,77);
  padding: 5px 0 5px 7px;
}
  .filter-list>*.prom-den-shopinga:hover {
    background: rgb(255, 97, 0) !important;
  }
  .filter-list>*.prom-den-shopinga > span {
    color: white;
  }
  .filter-list>*.prom-den-shopinga > .help-icon {
    color: white;
  }
    .filter-list>*.prom-den-shopinga > .help-icon:hover {
      color: white !important;
    }
.filter-list>*.prom-den-shopinga + .filter-reset {
  margin-top: -25px;
}
.filter-list>*.prom-den-shopinga.prom-den-shopinga-main-cat + .filter-reset {
  margin-top: -34px;
}

.prom-cell {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
  .prom-cell small {
    font-size: 60%;
    margin: 0 20px;
  }
  .prom-cell small > span[data-tooltip] {
    color: #d7504c;
    border-bottom: 1px red dotted;
    cursor: pointer;
  }

@media only screen and (max-width: 1300px) {
  .prom-cell {
    display: flex;
    flex-direction: column;
  }
    .prom-cell > div:first-child {
      display: flex;
      flex-direction: column;
    }
    .prom-cell br {
      display: none;
    }
    .prom-cell .order-button {
      margin-top: 20px;
    }
}

