form.shop-pos-form-filtr {
    width: 100%;
}
a.shop-pos-a-akt-filtr-clear {
    display: inline-block;
}

.shop-pos-a-akt-filtr-clear,
.shop-pos-a-akt-filtr-clear:active,
.shop-pos-a-akt-filtr-clear:visited {
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;;
    border: none;
    transition: color .2s ease-in-out;
}
.shop-pos-a-akt-filtr-clear:hover,
.shop-pos-a-akt-filtr-clear:focus {
    color: #00BBD4;
}

 .stock-warning {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    color: #ffffff;
    background-color: #d9534f;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: normal;
}

div.box-nr-shop-pos-prod {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(75, 81, 91, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(75, 81, 91, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    height: auto;
    position: relative;
    background:#fff;
}

.box-nr-prod-shop-pos{
    height: 280px !important; 
}
.text-orange{
  color: orange !important;
}

div.shop-pos-box-wybor-a,
div.shop-pos-box-wybor-d,
div.shop-pos-box-wybor-e,
div.shop-pos-box-wybor-c,
div.shop-pos-box-wybor-b {
  position: relative;
  display: inline-block;
}

div.shop-pos-box-wybor-a.disabled-shop-pos,
div.shop-pos-box-wybor-d.disabled-shop-pos,
div.shop-pos-box-wybor-e.disabled-shop-pos,
div.shop-pos-box-wybor-c.disabled-shop-pos,
div.shop-pos-box-wybor-b.disabled-shop-pos {
  opacity: 0.5;
}
@media only screen and (max-width: 568px) {
  div.shop-pos-box-wybor-a,
  div.shop-pos-box-wybor-e,
  div.shop-pos-box-wybor-d,
  div.shop-pos-box-wybor-c,
  div.shop-pos-box-wybor-b {
    width: 100%;
  }
  div.box-wysylka {
    padding: 25px 10px;
    width: 100%;
    min-height: 200px;
  }
  svg.svg-wysylka {
    width: 50px;
  }
  div.box-wysylka-title {
    margin: 10px 0;
  }
  div.box-wysylka-info {
    height: auto;
  }
}

.small{
  font-size: 10px;
}