.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;
}
/* 
 * Buttons 
 */
._shop-button,
._shop-smaller-button,
._shop-reversed-button,
._shop-naked-button {
  text-align: center;
  cursor: pointer;
  font-size: 1em;
}
._shop-button,
._shop-smaller-button {
  background-color: #4267b2;
  color: #fdfdfd;
  border-radius: 6px;
  box-sizing: border-box;
}
._shop-button {
  padding: 12px 20px;
}
._shop-reversed-button {
  padding: 11px 19px;
  background-color: #fdfdfd;
  color: #4267b2;
  border-style: solid;
  border-width: 2px;
  border-color: #4267b2;
  border-radius: 6px;
  box-sizing: content-box;
}
._shop-smaller-button {
  padding: 10px 16px;
}
._shop-naked-button {
  color: #87a0d3;
}
._shop-button_hover,
._shop-smaller-button_hover,
._shop-reversed-button_hover {
  background-color: #6283c5;
}
._shop-naked-button_hover {
  text-decoration: underline;
}
/*
 * Fonts
 */
@font-face {
  font-family: "Montserrat";
  src: url('../resources/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat";
  src: url('../resources/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: normal;
}
:root {
  font-size: 12pt;
}
* {
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  background-color: #222222;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
input {
  outline: none;
}
select {
  padding-right: 20px !important;
  background: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #4267b2;
}
h1 {
  padding: 10px 50px 50px 50px;
  text-align: center;
}
/*
 * Common styles 
 */
.all-width {
  width: 100%;
}
.facebook-icon {
  color: #4267b2;
}
.youtube-icon {
  color: red;
}
.spotify-icon {
  color: #1ed760;
}
.amazon-icon {
  color: black;
}
.itunes-icon {
  color: #4267b2;
}
/* 
 * Buttons 
 */
.shop-button {
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  background-color: #4267b2;
  color: #fdfdfd;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 12px 20px;
}
.shop-smaller-button {
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  background-color: #4267b2;
  color: #fdfdfd;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 16px;
}
.shop-reversed-button {
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  padding: 11px 19px;
  background-color: #fdfdfd;
  color: #4267b2;
  border-style: solid;
  border-width: 2px;
  border-color: #4267b2;
  border-radius: 6px;
  box-sizing: content-box;
}
.shop-naked-button {
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  color: #87a0d3;
}
.shop-button:hover {
  background-color: #6283c5;
}
.shop-smaller-button:hover {
  background-color: #6283c5;
}
.shop-reversed-button:hover {
  background-color: #6283c5;
}
.shop-naked-button:hover {
  text-decoration: underline;
}
/*
 * Inputs
 */
.shop-input-block {
  position: relative;
  display: block;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #202020;
  box-sizing: border-box;
  text-align: left;
}
.shop-input-block .shop-text-input,
.shop-input-block .shop-password-input {
  font-size: 1em;
}
.shop-text-input,
.shop-password-input {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  background-color: #fdfdfd;
  border-style: none;
  text-align: left;
}
.shop-text-input {
  width: 100%;
}
.shop-password-input {
  width: calc(100% - 20px);
}
.shop-password-show {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 12px;
  font-size: 1em;
  color: #87a0d3;
  cursor: pointer;
}
.shop-input-error {
  display: block;
  color: #ff0202;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}
.shop-input-label {
  text-align: left;
  color: #202020;
  font-size: 1rem;
}
/*
 * Checkbox
 */
.bootiq-checkbox,
.bootiq-checkbox-selected {
  cursor: pointer;
}
.bootiq-checkbox:before,
.bootiq-checkbox-selected:before {
  padding-right: 2px;
  font-family: "Font awesome 6 Pro";
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.bootiq-checkbox:before {
  content: "\f0c8";
  font-weight: 300;
}
.bootiq-checkbox-selected:before {
  content: "\f14a";
  font-weight: 300;
}
/* 
 * Messages 
 */
#shop-message-section {
  position: fixed;
  top: 0;
  width: 90%;
  margin: 0 5%;
  top: 200px;
  left: 0;
  text-align: center;
  font-size: 1.5em;
  z-index: 90;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow-y: hidden;
}
.shop-message-section-hidden {
  max-height: 0;
  transition: max-height 0.5s ease;
}
.shop-message-section-shown,
.shop-message-section-error {
  max-height: 200px;
  transition: max-height 2s ease;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #d66415;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #d66415;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.shop-message-section-shown {
  border-top-color: #d66415;
  border-bottom-color: #d66415;
}
.shop-message-section-error {
  border-top-color: #ff0202;
  border-bottom-color: #ff0202;
}
.shop-message,
.shop-message-error {
  display: block;
  margin: 0 20% 0 20%;
  padding: 20px;
  opacity: 1;
  color: #fdfdfd;
}
/* 
 * Modals 
 */
.close-modal {
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  padding: 2px;
  color: #4267b2;
  font-size: 2em;
  cursor: pointer;
  z-index: 80;
}
.close-modal::after {
  content: "\00d7";
}
.modal,
.modal-wide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  z-index: 80;
}
.modal {
  padding: 5% 20%;
}
.modal-wide {
  padding: 5% 10%;
}
/*
 * All but footer
 */
#shop-all-but-footer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*
 * Header
 */
#shop-header-section {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: stretch;
  justify-content: flex-end;
  background-color: #f9d6be;
  color: #4267b2;
  z-index: 9;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #222222;
}
#shop-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-grow: 1;
  min-height: 98px;
}
.xshop-header-dev {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #ecc 10px, #ecc 20px);
}
.shop-header-test {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #eee 10px, #eee 20px);
}
/* Menu with logo + cart */
#shop-header-left-UNUSED {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-left: 35px;
  flex-grow: 1;
  flex-direction: row;
}
#shop-logo {
  display: inline-block;
  background-image: url("../resources/images/common/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 300px;
  height: 69px;
}
#shop-header-center-UNUSED {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
#shop-menu-hamburger {
  align-self: flex-end;
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1.3em;
  background-color: #4267b2;
  color: #fdfdfd;
  border-radius: 5px;
}
.shop-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.shop-menu-shown {
  animation: menuAnim 400ms ease;
}
.shop-menu-item {
  padding: 8px 10px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.shop-menu-item-text {
  cursor: pointer;
  color: #202020;
}
.shop-menu-item-language {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #202020;
}
.shop-menu-item-button {
  padding: 12px 25px;
  position: relative;
  background-color: #fdfdfd;
  color: #202020;
  border-style: solid;
  border-width: 3.5px;
  border-color: #4267b2;
  cursor: pointer;
}
.shop-menu-item-text:hover {
  color: #6283c5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #6283c5;
}
.shop-menu-dropdown {
  padding: 14px;
  background-color: #fdfdfd;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-style: solid;
  border-color: #4267b2;
  border-width: 1px;
  position: absolute;
  z-index: 70;
}
.shop-menu-dropdown-item {
  background-color: #4267b2;
  color: #fdfdfd;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 0.8em;
  cursor: pointer;
}
.shop-menu-dropdown-item:hover {
  background-color: #6283c5;
}
/* Search */
.search-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.search-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.search-text {
  flex-grow: 1;
  border-style: none;
  color: #202020;
  padding: 10px;
  font-size: 1em;
  width: 100px;
  box-sizing: border-box;
  background-color: #eeeeee;
}
.search-button {
  cursor: pointer;
  background-color: #4267b2;
  width: 40px;
  height: 40px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  height: 100%;
}
.search-toggle-block {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 0.9em;
  cursor: pointer;
}
.search-toggle::before {
  content: "\2502";
  padding: 0 10px 0 0;
}
.search-toggle:first-child::before {
  content: "";
  padding: 0;
}
/* User */
#shop-menu-user-dropdown {
  box-sizing: border-box;
  min-width: 150px;
  right: 0;
  top: 37px;
}
#shop-menu-user-name::after {
  content: "\f0d7";
  padding: 0 0 0 4px;
  color: #4267b2;
  font-size: 1em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
/* Submenu */
#shop-submenu-section {
  position: relative;
  display: block;
  padding: 12px 4%;
  text-align: right;
  background-color: #4267b2;
}
/* Language */
.shop-language-block {
  font-size: 0.8em;
}
.shop-language {
  display: inline-block;
  padding: 0 4px;
  cursor: pointer;
}
/* Body */
#shop-body-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px 20px 20px;
  background-color: #222222;
}
#shop-body-row-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
}
/*
 * Footer
 */
#shop-footer-section {
  padding: 20px 4%;
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 20px;
  background-color: #f9d6be;
  z-index: 4;
}
#shop-footer-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
  font-size: 0.9em;
}
#shop-footer-info > h3 {
  color: #4267b2;
}
.shop-footer-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#shop-footer-about {
  gap: 14px;
}
#shop-footer-general {
  gap: 10px;
  width: 100%;
  justify-content: space-around;
}
#shop-footer-contact {
  gap: 10px;
}
.shop-footer-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.shop-footer-contact-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
#shop-footer-media {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #4267b2;
  font-size: 1.4em;
}
/*
 * Accept cookies
 */
#accept-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #444444;
  color: #fdfdfd;
  opacity: 0.9;
  z-index: 10;
}
#accept-cookies-text-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accept-cookies-link {
  text-decoration: underline;
}
#accept-cookies-button {
  cursor: pointer;
}
/*
 * Information popup
 */
#information-popup {
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #d66415;
  color: #333333;
  opacity: 0.9;
  z-index: 1;
  cursor: pointer;
}
/* 
 * Move to top widget
 */
#move-to-top-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #f7f9fc;
  color: #d66415;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  z-index: 50;
  border-style: solid;
  border-width: 1px;
  border-color: #adbee0;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  #shop-logo {
    width: 200px;
    height: 46px;
  }
  .modal {
    padding: 10% 10%;
  }
}
@media only screen and (max-width: 950px) {
  .modal,
  .modal-wide {
    padding: 0;
  }
  #shop-logo {
    width: 100px;
    height: 23px;
  }
  #shop-header-left {
    margin-left: 0;
  }
  #shop-header-center {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  #shop-menu-hamburger {
    display: flex;
  }
  .shop-menu {
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    background-color: #adbee0;
    z-index: 8;
    transform: translateY(12%);
    height: 252px;
  }
  .shop-menu-shown {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop-menu-item-text {
    border-bottom-color: #adbee0;
  }
  .shop-language-block {
    text-align: right;
  }
}
@media only screen and (max-width: 850px) {
  #shop-header-right {
    align-self: flex-end;
  }
  #shop-footer-info {
    flex-direction: column;
    gap: 5px;
  }
  #shop-footer-section {
    gap: 5px;
    padding: 10px 4%;
  }
  #shop-footer-general {
    flex-direction: column;
    gap: 35px;
  }
  .shop-footer-section {
    padding: 10px 0;
  }
  .shop-footer-section:last-child {
    border-bottom-style: none;
  }
  #shop-footer-about,
  #shop-footer-contact,
  #shop-footer-general {
    gap: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #shop-header {
    gap: 5px;
  }
  #shop-body-content {
    padding: 0 !important;
  }
  #shop-body-row-section {
    flex-direction: column;
  }
  #shop-item-list {
    justify-content: space-between !important;
    gap: 15px !important;
  }
}
@media only screen and (max-width: 375px) {
  #shop-header-left {
    gap: 10px;
  }
}
@keyframes menuAnim {
  from {
    transform: translateX(120%) translateY(12%);
  }
  to {
    transform: translateX(0) translateY(12%);
  }
}
