.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
 */
/* Search */
.unused-s-search-block {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.unused-s-search-exact-block {
  position: relative;
  display: none;
  box-sizing: border-box;
  padding: 0 2px;
  text-align: center;
}
.unused-s-search-exact-label {
  display: inline-block;
}
.unused-s-search-exact {
  display: inline-block;
}
.unused-s-search-text {
  display: inline-block;
  padding: 4px 6px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  background-color: #fdfdfd;
  color: #333333;
  border-style: solid;
  border-width: 2px;
  border-color: #ffbe02;
  font-size: 1em;
}
.unused-s-search-button {
  display: inline-block;
  cursor: pointer;
  width: 24px;
  background-color: #ffbe02;
}
.unused-s-search-button::after {
  content: "\f002";
  position: absolute;
  right: 6px;
  top: 9px;
  font-size: 0.8em;
  color: #2b6295;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
/* Minicart */
/* See shopCart.css */
/* Cart */
/* See shopCart.css */
/* Items list */
.s-item-list-waiting::after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "\f251";
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ff0202;
  backgorund-color: blue;
}
.s-item-list-item-block {
  box-sizing: border-box;
  width: 280px;
  vertical-align: top;
  color: #2b6295;
}
.s-item-list-item-content {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background-color: #fdfdfd;
  height: 500px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #2b6295;
}
.s-item-list-item-code {
  position: absolute;
  bottom: 121px;
  right: 0;
  font-size: 0.8em;
  height: 20px;
}
.s-item-list-item-name-container {
  width: 100%;
  height: 64px;
  overflow-y: auto;
  scrollbar-width: thin;
  box-sizing: border-box;
}
.s-item-list-item-name {
  font-size: 1.2em;
  line-height: 1;
}
.s-item-list-item-sub-name {
  display: block;
  position: absolute;
  top: 390px;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  font-size: 0.8em;
  text-align: center;
  max-height: 65px;
  overflow-y: auto;
  scrollbar-width: thin;
  box-sizing: border-box;
  border-style: solid none;
  border-width: 1px;
  background-color: #f0f0f0;
}
.s-item-list-item-description {
  display: none;
}
.s-item-list-item-sub-description {
  display: none;
}
.s-item-list-item-comment {
  display: none;
}
.s-item-list-item-contributor-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-item-list-item-contributor-role-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.s-item-list-item-contributor-role-name {
  display: none;
}
.s-item-list-item-contributor-list-block {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
  flex-wrap: wrap;
  justify-content: center;
}
.s-item-list-item-contributor-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 0.9em;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
.s-item-list-item-contributor-block::after {
  content: ",";
  margin-left: -4px;
}
.s-item-list-item-contributor-block:last-child::after {
  content: "";
}
.s-item-list-item-type {
  display: none;
}
.s-item-list-item-picture-container {
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.s-item-list-item-picture {
  max-width: 225px;
  max-height: 255px;
  font-size: 0.5em;
}
.s-item-list-item-unit {
  display: none;
}
.s-item-list-item-unit-block {
  position: absolute;
  box-sizing: border-box;
  bottom: 5px;
  right: 10px;
  color: #2b6295;
}
.s-item-list-item-unit-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.s-item-list-item-unit-code,
.s-item-list-item-unit-name-block {
  display: none;
}
.s-item-list-item-unit-price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.s-item-list-item-unit-currency {
  font-size: 0.8em;
  text-align: left;
}
.s-item-list-item-unit-price-price-block {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.s-item-list-item-unit-price {
  font-size: 0.9em;
}
.s-item-list-item-unit-price-changed {
  color: #ff0202;
}
.s-item-list-item-unit-initial-price {
  font-size: 0.8em;
  color: grey;
  text-decoration: line-through;
}
.s-item-list-item-currency-block {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  right: 50px;
  color: #2b6295;
}
.s-item-list-item-currency-code,
.s-item-list-item-currency-name {
  display: none;
}
.s-item-list-item-currency-symbol {
  display: block;
  font-size: 0.8em;
  text-align: center;
}
.s-item-list-item-currency-value {
  display: block;
  font-size: 0.9em;
}
.s-item-list-item-quantity-block {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 60px;
  font-size: 1em;
  cursor: pointer;
  z-index: 1;
}
.s-item-list-item-quantity-remove,
.s-item-list-item-quantity-add {
  display: inline-block;
  cursor: pointer;
  width: 17px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
}
.s-item-list-item-quantity-remove::before {
  content: "\02d7";
}
.s-item-list-item-quantity {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.9em;
}
.s-item-list-item-quantity-add::before {
  content: "\002b";
}
.s-item-list-item-cart {
  font-size: 2em;
  cursor: pointer;
  z-index: 1;
}
.s-item-list-item-content .s-item-list-item-cart::before {
  content: "\f218";
  font-family: "Font awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #2b6295;
  line-height: 1;
  font-size: 0.8em;
}
.s-item-list-item-content-incart .s-item-list-item-cart::before {
  content: "\e0dd";
  font-family: "Font awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #2b6295;
  line-height: 1;
}
.s-item-list-item-unpurchasable {
  display: none;
}
.s-item-list-item-rentable {
  display: none;
}
.s-item-list-item-discount {
  position: absolute;
  top: 90px;
  left: 0;
  padding: 10px;
  background-color: #ffbe02;
  transform: rotate(-10deg);
}
.s-item-list-item-detail-block {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 0.8em;
  text-align: left;
}
.s-item-list-item-detail-item {
  padding: 1px 0;
}
.s-item-list-item-detail-code {
  display: none;
}
.s-item-list-item-detail-name {
  display: inline-block;
}
.s-item-list-item-detail-name:after {
  content: " :";
}
.s-item-list-item-detail-value {
  display: inline-block;
  padding: 0 0 0 10px;
}
.d-item-detail-item-itunes,
.d-item-detail-item-amazon,
.d-item-detail-item-youtube,
.d-item-detail-item-spotify,
.s-item-list-item-detail-item-itunes,
.s-item-list-item-detail-item-amazon,
.s-item-list-item-detail-item-youtube,
.s-item-list-item-detail-item-spotify {
  display: none;
}
.s-item-list-item-category-block {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 0 10px;
  font-size: 0.8em;
  text-align: center;
  height: 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  box-sizing: border-box;
  border-style: solid none;
  border-width: 1px;
  background-color: #f0f0f0;
}
.s-item-list-item-category-item {
  padding: 1px 0;
}
.s-item-list-item-category-code {
  display: none;
}
.s-item-list-item-detail-button {
  position: absolute;
  left: 0;
  bottom: 123px;
  padding: 4px 16px;
  text-align: left;
  cursor: pointer;
  color: #eeeeee;
  background-color: #2b6295;
  border-radius: 4px;
  font-size: 0.8em;
}
.s-item-list-item-tag {
  position: absolute;
  padding: 5px;
}
.s-item-list-item-tag-download {
  top: 286px;
  right: 7px;
  padding: 5px;
  font-size: 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  background-color: #fdfdfd;
}
.s-item-list-item-tag-multipleMp3 {
  top: 286px;
  right: 7px;
  padding: 5px;
  font-size: 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  background-color: #fdfdfd;
}
.s-item-list-item-comment-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.s-item-list-item-comment-button::before {
  content: "\f075";
  font-family: "Font awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #2b6295;
  line-height: 1;
  font-size: 1em;
}
.s-item-comment-section {
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.s-item-comment {
  padding: 5px;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  color: #2b6295;
}
.s-item-comment-button-block {
  background-color: #fdfdfd;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.s-item-comment-button {
  background-color: #2b6295;
  color: #fdfdfd;
  padding: 4px;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 50px;
}
.s-item-comment-button-send::before {
  content: "\f1d8";
  font-family: "Font awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
}
.s-item-comment-button-cancel::before {
  content: "\f00d";
  font-family: "Font awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
}
/* Item */
#d-item-block {
  position: relative;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
}
#d-item-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  column-gap: 40px;
  row-gap: 20px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #2b6295;
}
.d-item-content .d-item-cart::before {
  content: "\f218";
  font-family: "Font awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #2b6295;
  line-height: 1;
  font-size: 1em;
}
.d-item-content-incart .d-item-cart::before {
  content: "\e0dd";
  font-family: "Font awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #2b6295;
  line-height: 1;
}
#d-item-left-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  max-width: 40%;
  z-index: 1;
}
#d-item-left-duplicate-block {
  display: none;
  flex-direction: column;
  gap: 15px;
}
#d-item-code,
#d-item-code-1 {
  font-size: 1.2em;
}
#d-item-name,
#d-item-name-1 {
  font-size: 1.2em;
}
.d-item-name-empty {
  display: none;
}
#d-item-sub-name,
#d-item-sub-name-1 {
  font-size: 1.2em;
}
.d-item-sub-name-empty {
  display: none;
}
#d-item-description,
#d-item-description-1,
.d-item-sub-description-1 {
  font-size: 1em;
  font-style: italic;
}
.d-item-description-empty {
  display: none !important;
}
.d-item-reference-section {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.d-item-reference-cd {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.d-item-reference-cd-title {
  font-weight: bold;
}
.d-item-reference-cd-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.d-item-reference-cd-item-cover {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}
.d-item-reference-cd-item-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.d-item-composition-section {
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.d-item-composition-cd {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
.d-item-composition-cd-title-block {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
}
.d-item-composition-cd-title {
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2em;
}
.d-item-composition-cd-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.d-item-composition-block {
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-style: italic;
  border-style: solid none;
  border-width: 1px;
  border-color: #dddddd;
  text-align: left;
}
.d-item-composition-main {
  position: relative;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.d-item-composition-sequence {
  width: 25px;
}
.d-item-composition-show-more {
  width: 20px;
}
.d-item-composition-show-more-active {
  cursor: pointer;
}
.d-item-composition-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
}
.d-item-composition-name {
  width: 40%;
  flex-grow: 1;
}
.d-item-composition-length {
  width: 50px;
  text-align: right;
  align-self: center;
}
.d-item-composition-contributor-block {
  width: 40%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.d-item-composition-composer-block,
.d-item-composition-arranger-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.d-item-composition-composer::after,
.d-item-composition-arranger::after {
  content: ",";
  padding-right: 2px;
}
.d-item-composition-composer:last-child::after,
.d-item-composition-arranger:last-child::after {
  content: "";
}
.d-item-composition-composer-arr::after {
  content: "(Arr.)" !important;
  padding-left: 2px;
  font-size: 1em;
}
.d-item-composition-arranger-block::before {
  content: "Arr.:";
  padding-right: 2px;
}
.d-item-composition-audio-toggle {
  cursor: pointer;
  font-size: 0.8em;
  align-self: center;
}
.d-item-composition-audio-container {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #2b6295;
  color: white;
}
.d-item-composition-audio-label {
  padding: 0 8px;
  cursor: pointer;
  font-size: 0.8em;
}
.d-item-composition-audio {
  background-color: #2b6295;
}
.d-item-composition-audio .videoControls .duration {
  display: none !important;
}
.d-item-composition-item-more {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.d-item-composition-item-more-reference-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-style: italic;
  font-size: 0.9em;
  width: 100%;
  padding: 0 50px;
}
.d-item-composition-item-more-reference-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.d-item-composition-item-more-reference-item-cover {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.d-item-composition-item-more-reference-item-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}
.d-item-composition-item-more-reference-item-score {
  font-size: 2em;
  color: #ff0202;
  cursor: pointer;
  align-self: center;
}
#d-item-contributor-section,
#d-item-contributor-section-1 {
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
}
.s-item-detail-contributor-role-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.s-item-detail-contributor-role-name {
  display: none;
}
.s-item-detail-contributor-role-block-composer-arr::after {
  content: "(Arr.)";
  padding-left: 4px;
  font-size: 1em;
}
.s-item-detail-contributor-role-block-adapter,
.s-item-detail-contributor-role-block-arranger {
  font-size: 0.9em;
}
.s-item-detail-contributor-role-block-adapter::before {
  content: "Adapt.:";
}
.s-item-detail-contributor-role-block-arranger::before {
  content: "Arr.:";
}
.s-item-detail-contributor-list-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.s-item-detail-contributor-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 1em;
}
.s-item-detail-contributor-block::after {
  content: ",";
  margin-left: -4px;
}
.s-item-detail-contributor-block:last-child::after {
  content: "";
}
#d-item-picture-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
#d-item-picture {
  position: relative;
  max-width: 300px;
  max-height: 360px;
  object-fit: contain;
}
#item-audio-container {
  position: relative;
  opacity: 0.8;
  z-index: 9;
}
.item-audio:hover {
  opacity: 1;
}
.item-rentable {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ff6d4d;
  color: #fdfdfd;
}
.item-rentable-text-title {
  font-size: 1.2em;
  text-transform: uppercase;
}
.item-rentable-text {
  font-size: 1em;
}
.item-dpm-available {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item-dpm-available-label {
  padding: 10px;
  font-size: 1.2em;
  color: #008000;
  background-color: #b3ffb3;
}
.item-dpm-available-description {
  padding: 10px;
  font-size: 1em;
  color: #008000;
  background-color: #b3ffb3;
  font-style: italic;
}
#item-price-section {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
#item-price-block {
  display: flex;
  flex-direction: column;
}
#d-item-currency {
  font-size: 1.2em;
  text-align: left;
}
#d-item-price-price-block {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
#d-item-price {
  font-size: 1.4em;
}
.d-item-price-changed {
  color: #ff0202;
}
#d-item-initial-price {
  font-size: 1.2em;
  color: grey;
  text-decoration: line-through;
}
#d-item-cart {
  font-size: 2.4em;
  cursor: pointer;
  z-index: 1;
}
.d-item-discount {
  position: relative;
  top: -15px;
  left: 0;
  padding: 10px;
  align-self: center;
  background-color: #ffbe02;
}
.d-item-discount-unset {
  display: none;
}
#d-item-right-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
  min-width: 40%;
  padding-right: 5px;
}
#d-item-right-duplicate-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.d-item-sub-description {
  display: none;
  font-size: 1em;
  font-style: italic;
}
.d-item-sub-description-empty {
  display: none !important;
}
.d-item-comment {
  padding: 5px;
  font-size: 0.8em;
  background-color: #cee0f1;
  align-self: stretch;
}
.d-item-comment-empty {
  display: none !important;
}
#d-item-detail-section {
  display: flex;
  flex-direction: row;
  column-gap: 100px;
  row-gap: 10px;
  align-items: center;
}
.d-item-detail-item {
  padding: 1px 0;
}
.d-item-detail-code {
  display: none;
}
.d-item-detail-name {
  display: inline-block;
}
.d-item-detail-name:after {
  content: ":";
}
.d-item-detail-value {
  display: inline-block;
  padding: 0 0 0 10px;
}
#item-gadget-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  justify-content: center;
  align-items: center;
}
#item-score-container {
  position: relative;
  color: #ff0202;
}
#item-copy-link {
  position: relative;
  font-size: 1.5em;
  color: #2b6295;
  cursor: pointer;
}
#item-category-section {
  box-sizing: border-box;
  align-self: stretch;
}
#item-category-title {
  position: relative;
  padding: 5px;
  font-size: 0.8em;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  background-color: #f0f0f0;
}
#d-item-category-block {
  position: relative;
  padding: 5px;
  font-size: 0.8em;
  text-align: left;
  border-top-style: solid none;
  border-top-width: 1px;
  background-color: #f0f0f0;
}
.d-item-category-item {
  padding: 1px 0;
  cursor: pointer;
}
.d-item-category-code {
  display: none;
}
.d-item-tag-download {
  padding: 5px;
  font-size: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  background-color: #fdfdfd;
}
.d-item-tag-multipleMp3 {
  padding: 5px;
  font-size: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  background-color: #fdfdfd;
}
/* 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;
}
/*
 * Categories
 */
.s-category-list-waiting::after {
  content: "\f251";
  position: absolute;
  right: 4px;
  top: 4px;
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fdfdfd;
}
.s-category-list-category-block,
.s-category-list-category-block-selected {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  background-color: #2b6295;
  cursor: pointer;
}
.s-category-list-category-block-0 {
  color: #eeeeee;
  padding: 8px;
}
.s-category-list-category-block-1 {
  color: #eeeeee;
  padding-left: 16px;
}
.s-category-list-category-block-2 {
  color: #eeeeee;
  font-size: 0.8em;
}
.s-category-list-category-name {
  padding: 3px;
  font-size: 0.8em;
}
.s-category-list-category-name:hover {
  color: #ffbe02;
}
.s-category-list-category-name-selected {
  padding: 4px;
  font-size: 0.8em;
  color: #ffbe02;
}
/*
 * Waiting
 */
.no-waiting {
  display: none;
}
.s-waiting {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #eeeeee;
  color: #2b6295;
}
@media only screen and (max-width: 900px) {
  #d-item-left-block {
    max-width: initial;
  }
  #d-item-content {
    flex-direction: column;
    justify-content: flex-start;
  }
  #d-item-right-block {
    align-items: center;
  }
  #d-item-left-duplicate-block {
    display: flex;
  }
  .d-item-sub-description {
    display: flex;
  }
  #d-item-right-duplicate-block {
    display: none;
  }
  #d-item-detail-section {
    flex-direction: column;
  }
  #d-item-category-block {
    text-align: center;
  }
  #item-category-title {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #d-item-block {
    padding: 50px 10px;
  }
  .s-item-navigation-page-NOT-YET {
    display: none;
  }
}
