body {
  background-color: #333645;
}

.bg-dark {
  background-color: #292b37 !important;
}

header.entry-header,
span.edit-link {
  display: none;
}

.entry-content {
  width: 100% !important;
}

.nav-pills .nav-item {
  margin-right: 1px;
  width: calc(33.33% - 1px);
}

@media (max-width: 575.98px) {
  .nav-pills .nav-item:nth-child(1) {
    width: calc(39.33% - 1px);
  }

  .nav-pills .nav-item:nth-child(2) {
    width: calc(33.33% - 1px);
  }

  .nav-pills .nav-item:nth-child(3) {
    width: calc(27.33% - 1px);
  }
}

.nav-pills .nav-item:last-child {
  margin-right: 0;
}

.nav-pills .nav-item .nav-link {
  color: #fff;
  font-family: "Roboto Condensed";
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.nav-pills .nav-item:nth-child(1) .nav-link {
  background-image: linear-gradient(to right, #7bc7ab, #47adc0);
}

.nav-pills .nav-item:nth-child(2) .nav-link {
  background-image: linear-gradient(to right, #47adc0, #2e9fd1);
}

.nav-pills .nav-item:nth-child(3) .nav-link {
  background-image: linear-gradient(to right, #2e9fd1, #1b559b);
}

.nav-pills .nav-item .nav-link {
  filter: grayscale(75%);
}

.nav-pills .nav-item .nav-link.active {
  filter: grayscale(0%);
}

form#calcForm {
  background: #fafafa;
  padding: 0;
}

form#calcForm input,
form#calcForm select,
form#calcForm textarea {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  border-color: #91bcb3;
}
form#calcForm select {
  color: #777;
}
form#calcForm select option:disabled {
  color: #ccc !important;
}
form#calcForm select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}
form#calcForm hr {
  border-top: 1px solid #91bcb3;
  border-bottom: 1px solid #fff;
}

#groupName {
  background: #eee;
  background-image: linear-gradient(to bottom right, #fff, #dee5e2);
}

.field-min {
  width: 100%;
}
.field-min > img {
  display: inline-block;
  background-image: linear-gradient(to bottom right, #fff, #dee5e2);
  border: 1px solid #fff;
  outline: 1px solid #dee5e2;
  width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .field-min > img {
    width: 75px;
    height: 75px;
  }
}
.field-min > div.inline-selector {
  display: inline-block;
  width: 100%;
  height: 100px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#estimationPrice {
  background: unset;
  background-image: unset;
  border: unset;
}

.text-special {
  background: -webkit-linear-gradient(0deg, #7bc7ab, #1b559b) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 125%;
  font-weight: bold;
}

.text-anniversary {
  background: -webkit-linear-gradient(0deg, #7bc7ab, #1b559b) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 100%;
  font-weight: bold;
}

iframe {
  margin: -15px 0 10px 0;
}

dd strike {
  font-size: 75%;
}
