.panel-b-flex {
  display: flex;
  justify-content: center;
}

.link_to_card_dn,
.add_to_cart_dn {
  display: none;
  color: rgb(255, 226, 143);
}

.link_to_card_db {
  display: flex;
  color: rgb(255, 226, 143);
}

.add_to_cart {
  color: rgb(255, 226, 143);
}

.swiper-wrapper {
  height: fit-content;
}

#bx-soa-paysystem {
  display: none;
}

.order-b__field div {
  margin-top: 20px;
}

#bx-soa-properties {
  margin: 0 0 40px;
}

#bx-soa-orderSave {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.order-b__form {
  margin-bottom: 0;
}

.button .text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffe28f;
}

.sale-order-title {
  text-align: center;
  font-size: 14px;
}

.sale-order-history-link,
.sale-order-title {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'CeraStencilPRO', sans-serif;
  color: #ffe28f;
  font-weight: 500;
  text-decoration: underline;
  text-align: left;
}

.sale-order-title {
  margin-top: 0px;
  margin-bottom: 15px;
}

.search-page input[type="text"] {
  color: #ffe28f;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  height: 50px;
  padding: 0 15px;
  appearance: none;
  font-size: 18px;
  line-height: 1.3;
  color: #f00;
  transition: 0.3s ease-out;
  background: none;
  font-weight: 500;
  border-radius: 10px;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border: 2px solid transparent;
}

.search-page input[type="submit"] {
  color: #ffe28f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  min-width: 50px;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  padding: 0 10px 4px;
  appearance: none;
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  background: none;
  height: 50px;
  background: linear-gradient(var(--color-red), var(--color-red)) padding-box, linear-gradient(to bottom, #060000, #f90000, #060000) border-box;
  border-radius: 10px;
  border: 3px solid transparent;
}

.button {
  color: #ffe28f;
}

.table-b__row:last-child {
  margin: 0 0 10px;
}

.table-b__row {
  height: 50px !important;
}

.mb-3 {
  margin-bottom: 15px;
}

.history-b__list.mb-3 {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}