.calorie-calculator .btn.active {
  border-color: #1d1d1d !important;
}

.calorie-calculator {
  transition: 0.5s ease-in-out;
}

.fs-7 {
  font-size: .75rem !important;
}

.bold, b, strong {
  font-weight: 500;
}

.mw100 {
  min-width: 100%;
}

.bg-gray {
  background: #f7f7f7;
}

.set-kpf:nth-child(odd) {
  background: rgba(0, 0, 0, .035);
}

.set-kpf {
  max-width: 100px !important;
  overflow: hidden;
}

.set-kpf>*:nth-child(1) {
  width: auto;
  max-width: 85%;
  padding-right: 10px;
}

.percentage {
  display: none;
}

.set-kpf:nth-child(even) {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .cc-fat {
    border-left: 1px solid rgba(0, 0, 0, 0.075);
    border-right: 1px solid rgba(0, 0, 0, 0.075);
  }
}

select {
  -webkit-appearance: none !important;
  appearance: none !important;
  font-size: 16px;
  color: #1d1d1d !important;
  border: 1px solid #dee2e6;
  padding: 10px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .cc-fat {
    border-left: 0px solid rgba(0, 0, 0, 0.075);
    border-right: 0px solid rgba(0, 0, 0, 0.075);
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
}

.calorie-calculator .btn.active:hover {
  opacity: 1 !important;
}

.calorie-calculator .btn.disabled {
  opacity: 0.25 !important;
  pointer-events: none !important;
}

.calorie-calculator .btn {
  height: 55px;
}

.cc-input {
  height: 55px;
  border-radius: 2px;
  font-size: 16px;
  padding: 0 0.75em;
  border-width: 1px;
  max-width: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
  position: relative;
}

.cc-input.error {
  border-color: #A22620 !important;
}

.cc-input.error:focus,
.cc-input.error:focus-visible,
.cc-input.error:active,
.cc-input:focus,
.cc-input:focus-visible,
.cc-input:active {
  border-color: #1d1d1d !important;
  border: 1px solid transparent !important;
  outline: #1d1d1d solid 1px!important;
  outline-offset: -1px !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

select.cc-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    outline: 0;
    background-color: inherit;
}

.fs-8, .fs-9 {
    font-size: .7rem !important;
}

.text-red {
    color: #A22620 !important;
}

.focusable-element, .focusable-element:focus:not(:focus-visible), [tabindex], [tabindex]:focus:not(:focus-visible), a, a:focus:not(:focus-visible), button, button:focus:not(:focus-visible), input, input:focus:not(:focus-visible), select, select:focus:not(:focus-visible), textarea, textarea:focus:not(:focus-visible) {
    outline: 0 !important;
}

.btn, .place-order button {
  border-radius: 2px;
  font-weight: 500;
  font-size: .85em;
  padding: 1.15em 2.35em;
  border-width: 1px;
  max-width: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
}

.cc-select::after {
  background: white;
  content: '';
  position: absolute;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  top: 50%;
  width: 25px;
  height: 53px;
  transform: translateY(-50%);
  pointer-events: none;
}



.cc-col {
  width: 125px !important;
}

.cc-col-wide {
  width: 250px !important;
}

.cc-error {
  padding-top: 0.25rem;
  color: #A22620;
  font-size: 0.5rem;
}