.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
/*
 * Main bootiq
 */
/* Body content */
#reift-body-content {
  gap: 50px;
}
/* Minicart */
/* See shopCart.css */
/* Cart */
/* See shopCart.css */
.voucher-information-list {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #ffbe02;
}
.voucher-information-separator {
  font-size: 0.5em;
}
/* Items list */
#reift-item-list {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 150px;
}
.s-item-list-item-block {
  width: 300px;
  vertical-align: top;
  color: #fdfdfd;
}
.s-item-list-item-content {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-end;
  background-color: #fdfdfd;
  color: #2b6295;
}
.s-item-list-item-code,
.s-item-list-item-sub-name,
.s-item-list-item-description,
.s-item-list-item-sub-description,
.s-item-list-item-comment,
.s-item-list-item-contributor-section,
.s-item-list-item-type {
  display: none;
}
.s-item-list-item-name-container {
  position: absolute;
  bottom: 80px;
  left: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  z-index: 1;
}
.s-item-list-item-unit-block {
  align-self: flex-end;
  font-size: 1.2em;
  z-index: 1;
}
.s-item-list-item-unit-code,
.s-item-list-item-unit-name-block,
.s-item-list-item-quantity-block {
  display: none;
}
.s-item-list-item-unit-price-block {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.s-item-list-item-cart {
  display: none;
}
.s-item-list-item-detail-block {
  display: none;
}
.voucher-buy-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #2b6295;
  color: #fdfdfd;
  cursor: pointer;
}
/* Navigation */
.s-item-navigation-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.s-item-navigation-page,
.s-item-navigation-page-selected,
.s-item-navigation-page-first,
.s-item-navigation-page-previous,
.s-item-navigation-page-next,
.s-item-navigation-page-last,
.s-item-navigation-page-overflow {
  padding: 4px 6px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  border-radius: 1px;
  cursor: pointer;
}
.s-item-navigation-page,
.s-item-navigation-page-selected,
.s-item-navigation-page-first,
.s-item-navigation-page-previous,
.s-item-navigation-page-next,
.s-item-navigation-page-last,
.s-item-navigation-page-overflow {
  color: #2b6295;
}
.s-item-navigation-page-selected {
  color: #fdfdfd;
}
.s-item-navigation-page {
  background-color: #fdfdfd;
}
.s-item-navigation-page-first,
.s-item-navigation-page-previous,
.s-item-navigation-page-next,
.s-item-navigation-page-last,
.s-item-navigation-page-overflow {
  border-color: #ffbe02;
}
.s-item-navigation-page-previous::after {
  content: "\f04a";
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.s-item-navigation-page-next::after {
  content: "\f04e";
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.s-item-navigation-page-overflow::after {
  content: "\103";
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.s-item-navigation-page:hover,
.s-item-navigation-page-first:hover,
.s-item-navigation-page-last:hover,
.s-item-navigation-page-overflow:hover {
  background-color: #eeeeee;
}
.s-item-navigation-page-selected {
  background-color: #2b6295;
}
#reift-payment {
  position: absolute;
  top: 10%;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #2b6295;
  background-color: #fdfdfd;
  width: 60%;
  height: 650px;
}
#sumup-card {
  background-color: #fdfdfd;
  padding: 20px;
}
.reift-voucher-registration-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #eeeeee;
}
#reift-voucher-registration-title {
  align-self: center;
  font-size: 1.4em;
  color: #2b6295;
}
#reift-user-control {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.reift-user-button {
  padding: 5px 10px;
  color: #2b6295;
  background-color: #fdfdfd;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.reift-user-button:hover {
  background-color: #eeeeee;
}
@media only screen and (max-width: 1200px) {
  #reift-payment {
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  #reift-payment {
    width: 100%;
  }
  .voucher-information-list {
    flex-direction: column;
    gap: 2px 2px;
  }
  .voucher-information-separator {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  #reift-minicart {
    font-size: 2.4em;
  }
  #reift-cart-section {
    width: 100%;
  }
}
