.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;
}
/* Title */
#title {
  text-align: center;
  margin: 20px 4% 0 4%;
  padding: 10px 4%;
  color: #2b6295;
  background-color: #fdfdfd;
  font-size: 3em;
}
/* Criteria */
#criteria {
  text-align: center;
  margin: 20px 4% 0 4%;
  padding: 10px 4%;
  color: #2b6295;
  background-color: #fdfdfd;
  font-size: 1.2em;
}
/* Search 
#reift-search-section {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    width: 80%;
    text-align: right;
}

#reift-search-block {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}


#reift-search-text {
    display: inline-block;
    padding: 4px 6px;
    width: ~"calc(100% - 24px)";
    box-sizing: border-box;
    background-color: @white;
    color: @text-black;
    border-style: solid;
    border-width: 2px;
    border-color: @yellow;
    font-size: 1em;
}

#reift-search-button {
    display: inline-block;
    padding: 8px 8px 0 6px;
    background-color: @yellow;
    cursor: pointer;
}

*/
#reift-search-advanced-close {
  padding-right: 10px;
}
#reift-search-code-block,
#reift-search-advanced-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  align-content: center;
}
.reift-search-advanced-line {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.reift-search-advanced-label {
  font-size: 0.8em;
  color: #2b6295;
}
.reift-search-advanced-label-big {
  font-size: 1em;
  color: #2b6295;
}
.reift-search-advanced-input {
  width: 200px;
  padding: 6px;
  font-size: 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  border-radius: 4px;
}
.reift-search-advanced-button {
  display: inline-block;
  padding: 0 0 0 4px;
  font-size: 0.8em;
  cursor: pointer;
}
/* Extra search */
.reift-search-extra-section {
  display: flex;
  flex-direction: row;
  gap: 10px 50px;
  flex-wrap: wrap;
  align-items: center;
}
.reift-search-extra-block {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.reift-search-extra-label {
  font-size: 1em;
  color: #2b6295;
  font-weight: bold;
  text-align: left;
}
.reift-search-extra-difficulty-block,
.reift-search-extra-edition-block,
.reift-search-extra-saleRent-block {
  display: flex;
  flex-direction: row;
  gap: 5px;
  border-style: none;
}
.reift-search-extra-difficulty-blockk {
  gap: 5px;
}
.reift-search-extra-edition-block {
  gap: 12px;
}
.reift-search-extra-saleRent-block {
  gap: 12px;
}
.reift-search-extra-difficulty,
.reift-search-extra-difficulty-selected,
.reift-search-extra-edition,
.reift-search-extra-edition-selected,
.reift-search-extra-saleRent,
.reift-search-extra-saleRent-selected {
  color: #2b6295;
  font-size: 1.1em;
}
/*
#reift-search-extra-difficulty-1 {
    color: @blue-c3;
}

#reift-search-extra-difficulty-2 {
    color: @blue-c2;
}

#reift-search-extra-difficulty-3 {
    color: @blue-c1;
}

#reift-search-extra-difficulty-4 {
    color: @blue;
}

#reift-search-extra-difficulty-5 {
    color: @blue-d1;
}

#reift-search-extra-difficulty-6 {
    color: @blue-d2;
}
*/
/* Body search */
#search-block {
  display: block;
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  color: #2b6295;
  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: #2b6295;
  border-radius: 2px;
  background-color: #2b6295;
  color: #fdfdfd;
  cursor: pointer;
}
/* Cart and minicart */
/* See shopCart.css */
.reift-difficulty,
.reift-difficulty-selected {
  display: inline-block;
  width: 16%;
  text-align: left;
  color: #2b6295;
}
/*
 * Categories
 */
#category-hamburger {
  display: none;
  padding: 0 20px 20px 0;
  cursor: pointer;
}
#category-hamburger-label {
  font-family: Roboto, Helvetica;
  display: inline-block;
  padding: 0 0 0 10px;
}
.category-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.selected-category-section {
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.selected-category-list {
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.selected-category {
  display: flex;
  flex-direction: row;
  padding: 5px 12px;
  border: 1px solid #4a79a4;
  border-radius: 5px;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
  color: #4a79a4;
}
.selected-category-remove {
  cursor: pointer;
}
.category-block-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.category-block {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #4a79a4;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 16%;
}
.category-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px;
}
.category-title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 0.8em;
}
.recent-title-block {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
}
.category-title {
  color: #eeeeee;
}
.category-count {
  color: #eeeeee;
}
.category-count::before {
  content: "(";
}
.category-count::after {
  content: ")";
}
.category-title-tiny {
  color: #ffbe02;
  font-size: 0.8em;
}
.category-name-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.category-name {
  color: #eeeeee;
}
.category-block-control {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.category-remove {
  color: #eeeeee;
  font-size: 0.8em;
  cursor: pointer;
}
.category-toggle {
  color: #eeeeee;
}
.category {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  top: 25px;
  max-height: 600px;
  overflow-y: auto;
  background-color: #ffbe02;
  z-index: 8;
}
/*
 * Content
 */
.reift-section {
  text-align: center;
}
.reift-section-title {
  color: #2b6295;
  text-align: left;
  font-size: 1.4em;
}
/* Search message */
#result-message-block {
  background-color: #fdfdfd;
  text-align: center;
  padding: 15px;
}
#result-message {
  padding: 15px;
  font-size: 1.5em;
  color: #2b6295;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #2b6295;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #2b6295;
}
/* Search result */
#reift-search-result-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#reift-result-title-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #2b6295;
}
#reift-result-title-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
#reift-item-count {
  color: #ff0202;
}
#reift-generate-search-url {
  color: #2b6295;
  text-align: left;
  font-size: 0.6em;
  cursor: pointer;
}
#reift-item-list-navigation-top,
#reift-item-list-navigation-bottom {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reift-item-list-section {
  position: relative;
}
#reift-item-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 100px;
  row-gap: 50px;
  flex-wrap: wrap;
  color: #2b6295;
}
.reift-item-list-audio {
  position: absolute;
  bottom: 158px;
  left: 0;
  width: 100%;
  height: 34px;
  opacity: 0.8;
}
.reift-item-list-audio:hover {
  opacity: 1;
}
.reift-item-list-link-container {
  position: absolute;
  bottom: 125px;
  width: 130px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.reift-item-list-copy-link {
  font-size: 0.8em;
  cursor: pointer;
}
.reift-item-list-score {
  font-size: 1.2em;
  color: #ff0202;
  cursor: pointer;
}
.reift-item-list-itunes {
  font-size: 1.2em;
}
.reift-item-list-amazon {
  font-size: 1.2em;
}
.reift-item-list-youtube {
  font-size: 1.2em;
}
.reift-item-list-spotify {
  font-size: 1.2em;
}
.reift-item-list-available,
.reift-item-list-not-available {
  position: absolute;
  bottom: 192px;
  text-align: center;
  font-size: 0.86em;
  padding: 4px;
}
.reift-item-list-available {
  color: #008000;
  background-color: #b3ffb3;
}
.reift-item-list-not-available {
  color: #2b6295;
}
/* 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;
}
.reift-item-score {
  font-size: 1.8em;
}
.reift-item-itunes {
  font-size: 1.8em;
}
.reift-item-amazon {
  font-size: 1.8em;
}
.reift-item-youtube {
  font-size: 1.8em;
}
.reift-item-spotify {
  font-size: 1.8em;
}
.item-add-comment-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.item-add-comment-login {
  cursor: pointer;
}
.item-add-comment-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
.item-add-comment-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
  transition: height 1s;
}
.item-add-comment-body-open {
  height: 120px;
}
.item-add-comment-body-closed {
  height: 0;
}
.item-add-comment {
  flex-grow: 1;
  resize: none;
}
.item-add-comment-control-block {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.item-add-comment-submit {
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  cursor: pointer;
}
.item-add-comment-count {
  position: absolute;
  right: 0;
  font-size: 0.8em;
}
.item-add-comment-submit:hover {
  background-color: #2b6295;
  color: #fdfdfd;
}
.discount-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.2em;
}
.discount {
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  background-color: #20496f;
  color: #fdfdfd;
  text-align: center;
}
.discount-icon {
  font-size: 2em;
  color: #cad7e4;
}
@media only screen and (max-width: 900px) {
  #reift-intro-carousel-block {
    display: block;
    width: 100%;
  }
  #reift-intro-fav-block {
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #reift-minicart {
    font-size: 2.4em;
  }
  #reift-cart-section {
    width: 100%;
  }
  #category-hamburger {
    display: inline-block;
  }
  #category-section {
    display: none;
    width: 100%;
  }
  .category-block-list {
    flex-direction: column;
  }
  .category-block {
    margin: 4px 0;
    width: initial;
  }
  .category {
    position: relative;
    top: 0;
  }
  .detail-audio {
    position: absolute;
    width: 100%;
    top: 475px;
    left: 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;
  }
}
