#pw-controls td,
#pw-controls th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
}

#pw-controls th {
  text-align: left;
  background-color: var(--color-primary);
  color: white;
  white-space: nowrap;
}

#pw-controls select, #pw-controls input {
  padding: 2px 4px 2px 7px;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: white;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
  width: 90px;
  height: 30px;
}
.pw-btn-delete::before {
    content: "\e919";
  padding: 5px;
  margin: 0 !important;
    color: white;
}

.pw-btn-add::before {
  content: "\e918";
  color: white;
  padding: 5px;
  margin: 0 !important;
}
.pw-btn-add {
  background-color: #78a506;
  margin-right: 10px;
}
.pw-btn-delete {
  background-color: #dd0000;
  margin-right: 0px;
}
.pw-btn-add,
.pw-btn-delete {
  border-radius: 5px;
  border: transparent;
  padding: 5px;
  margin-bottom: 0px;
}
.max-sirka-p {
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 0px;
  max-width: 200px;
}
.max-sirka-p span {
  padding-left: 12px;
}

#pw-tableCompl {
  border-collapse: collapse;
  margin-top: 2em;
}
#pw-tableCompl thead {
  background-color: var(--color-primary);
  color: white;
}

#pw-tableCompl th,
#pw-tableCompl td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
}

#pw-tableCompl th {
  background-color: var(--color-primary);
  color: white;
}

#pw-tableCompl a {
  color: #007bff;
  text-decoration: none;
}

#pw-tableCompl tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

#pw-wraper-footer {
  display: flex;
  margin-top: 20px;
  padding: 20px;
  background: #f7f7f7;
}
div#pw-div-celkem p {
  margin-bottom: 0px !important;
}
#pw-div-celkem p {
  font-size: 14px;
}

#pw-sestava-obj {
  background-color: #56be10;
  color: white;
  border: none;
  padding: 10px;
  font-size: 13px;
  border-radius: 30px;
  cursor: pointer;
  margin-left: 20px;
}

#pw-sestava-obj::before {
  content: "\e900";
  font-size: 28px;
  color: #ffffff;
  font-family: ikony;
  padding-right: 15px;
}

#pw-sestava-obj:hover {
  background-color: var(--color-secondary-hover);
}

span.pw-price-span:nth-child(2) {
  color: #e1271d;
}

span.pw-price-span:nth-child(2) strong {
  font-weight: normal;
  font-size: 23px;
}

span.pw-price-span:nth-child(3) {
  color: #999;
  padding-left: 15px;
}

span.pw-price-span:nth-child(3) strong {
  font-weight: normal;
  font-size: 20px;
}

@media only screen and (max-width: 500px) {
  .pw-price-div {
    display: flex;
    flex-direction: column;
  }
  #pw-sestava-obj::before {
    font-size: 20px;
    padding-right: 9px;
  }
  span.pw-price-span:nth-child(2) {
    color: #e1271d;
    font-size: 13px;
  }

  span.pw-price-span:nth-child(3) {
    color: #999;
    font-size: 13px;
    padding-left: 0px;
  }
}

#pw-wraper-footer h3 {
  margin: 10px 0px;
}

@media only screen and (min-width: 700px) {
  #pw-sestava-obj {
    width: 320px;
    font-size: 20px;
  }
}
#pw-wraper-footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#pw-spiner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000d6;
  z-index: 9999999;
  overflow: hidden;
}

#pw-spiner .spinner-border {
  position: relative;
  top: 50%;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
}

#pw-spiner .text {
  color: white;
  display: flex;
  top: 50%;
  justify-content: center;
  position: relative;
}

#pw-spiner .text-primary {
  color: var(--color-primary);
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-border-lg {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

button.btn.btn-size-change {
  margin: 10px 0px 30px 0px;
}