.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) 0 0 5px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.shadow-7 {
  box-shadow: 0 0 5px #00000025;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
/* Title */
#title {
  text-align: center;
  margin: 20px 4% 0 4%;
  padding: 10px 4%;
  color: #4267b2;
  background-color: #fdfdfd;
  font-size: 3em;
}
/* Criteria */
#criteria {
  text-align: center;
  margin: 20px 4% 0 4%;
  padding: 10px 4%;
  color: #4267b2;
  background-color: #fdfdfd;
  font-size: 1.2em;
}
/* Search */
.shop-search-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.shop-search-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.shop-search-input {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  max-width: 800px;
  flex-grow: 1;
}
.shop-search-text {
  flex-grow: 1;
  padding: 4px 6px;
  background-color: #fdfdfd;
  color: #333333;
  border-style: solid;
  border-width: 2px;
  border-color: #d66415;
  font-size: 1em;
  width: 0;
}
.shop-search-button-container {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: #d66415;
  cursor: pointer;
}
#shop-search-advanced-close {
  padding-right: 10px;
}
#shop-search-code-block,
#shop-search-advanced-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  align-content: center;
}
.shop-search-advanced-line {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.shop-search-advanced-label {
  font-size: 0.8em;
  color: #4267b2;
}
.shop-search-advanced-label-big {
  font-size: 1em;
  color: #4267b2;
}
.shop-search-advanced-input {
  width: 200px;
  padding: 6px;
  font-size: 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #4267b2;
  border-radius: 4px;
}
.shop-search-advanced-difficulty-block {
  display: flex;
  flex-direction: row;
  gap: 5px;
  border-style: none;
}
.shop-search-advanced-difficulty,
.shop-search-advanced-difficulty-selected {
  color: #4267b2;
  font-size: 1.1em;
}
/*
#shop-search-advanced-difficulty-1 {
    color: @primary-c3;
}

#shop-search-advanced-difficulty-2 {
    color: @primary-c2;
}

#shop-search-advanced-difficulty-3 {
    color: @primary-c1;
}

#shop-search-advanced-difficulty-4 {
    color: @primary;
}

#shop-search-advanced-difficulty-5 {
    color: @primary-d1;
}

#shop-search-advanced-difficulty-6 {
    color: @primary-d2;
}
*/
.shop-search-advanced-button {
  display: inline-block;
  padding: 0 0 0 4px;
  font-size: 0.8em;
  cursor: pointer;
}
/* Body search */
#search-block {
  display: block;
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  color: #4267b2;
  background-color: #fdfdfd;
}
#search-label {
  font-size: 2em;
}
#search {
  font-size: 1.2em;
  margin: 20px 0;
  padding: 8px 20px;
  width: 80%;
  box-sizing: border-box;
}
#search-button-block {
  display: block;
  text-align: right;
  margin-right: 10%;
}
#search-button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #4267b2;
  border-radius: 2px;
  background-color: #4267b2;
  color: #fdfdfd;
  cursor: pointer;
}
/* Cart and minicart */
/* See shopCart.css */
.shop-difficulty,
.shop-difficulty-selected {
  display: inline-block;
  width: 16%;
  text-align: left;
  color: #4267b2;
}
/*
 * Categories
 */
#shop-category-hamburger {
  text-align: center;
  cursor: pointer;
  display: none;
  color: #fdfdfd;
}
#shop-category-hamburger-label {
  font-family: Roboto, Helvetica;
  display: inline-block;
  padding: 0 0 0 10px;
}
#shop-category-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  min-width: 200px;
}
.shop-category-block,
.shop-cd-category-block {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 16%;
}
.shop-category-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px;
}
.shop-category-title-block {
  display: flex;
  flex-direction: column;
}
.shop-category-title {
  color: #eeeeee;
  font-size: 0.8em;
}
.shop-category-title-tiny {
  color: #d66415;
  font-size: 0.8em;
}
.shop-category-name-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.shop-category-name {
  color: #eeeeee;
}
.shop-category-remove {
  color: #eeeeee;
  font-size: 0.8em;
  cursor: pointer;
}
.shop-category-toggle {
  color: #eeeeee;
}
.shop-category {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  overflow-y: auto;
}
/* Body content */
#shop-body-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 20px 20px 20px;
}
/*
 * Content
 */
.shop-section {
  text-align: center;
}
.shop-section-title {
  color: #fdfdfd;
  text-align: left;
  font-size: 1.8em;
  font-weight: 800;
}
/* Search message */
#result-message-block {
  background-color: #fdfdfd;
  text-align: center;
  padding: 15px;
}
#result-message {
  font-size: 1.2em;
  color: #4267b2;
}
/* Search result */
#shop-search-result-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
#shop-result-title-section {
  display: flex;
  flex-direction: column;
}
#shop-result-title-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
#shop-generate-search-url {
  color: #4267b2;
  text-align: left;
  font-size: 0.6em;
  cursor: pointer;
}
#shop-item-list-section {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 35px;
}
#shop-item-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  color: #4267b2;
}
.shop-item-list-link-container {
  display: none;
}
.shop-item-list-copy-link {
  font-size: 0.8em;
  cursor: pointer;
}
.shop-item-list-score {
  font-size: 1.2em;
  color: #ff0202;
  cursor: pointer;
}
.shop-item-list-itunes {
  font-size: 1.2em;
}
.shop-item-list-amazon {
  font-size: 1.2em;
}
.shop-item-list-youtube {
  font-size: 1.2em;
}
/* Item detail */
#detail-modal {
  padding-top: 50px;
  padding-bottom: 50px;
}
#detail-form {
  position: relative;
  display: block;
  height: 100%;
}
#detail-content {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 12px;
}
#item-link-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.shop-item-score {
  font-size: 1.8em;
}
.shop-item-itunes {
  font-size: 1.8em;
}
.shop-item-amazon {
  font-size: 1.8em;
}
.shop-item-youtube {
  font-size: 1.8em;
}
/* QR Scanner */
#qr-scanner {
  font-size: 2em;
  color: #4267b2;
  z-index: 9;
  cursor: pointer;
}
#scan-item-button-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  #shop-minicart {
    font-size: 2.4em;
  }
  #shop-cart-section {
    width: 100%;
  }
  #shop-category-section {
    width: 100%;
  }
  .shop-category-block {
    margin: 4px 0;
    width: initial;
  }
  .shop-category {
    position: relative;
    top: 0;
  }
  .detail-copy-link {
    top: 542px;
    left: 140px;
    font-size: 1.5em;
  }
  .detail-score {
    top: 542px;
    left: 175px;
    font-size: 1.6em;
  }
  #detail-modal {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 640px) {
  #shop-category-hamburger {
    display: block;
  }
  #shop-category-section {
    display: none;
  }
  #shop-search-result-section {
    justify-content: center;
    align-items: center;
  }
  #shop-item-list-section {
    justify-self: center;
    align-items: center;
  }
}
