.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;
}
/*
 * Fonts
 */
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../resources/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
}
/*
 * Fonts
 */
@font-face {
  font-family: "FiraSans";
  src: url('../resources/fonts/FiraSans/FiraSans-Light.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: "FiraSans";
  src: url('../resources/fonts/FiraSans/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url('../resources/fonts/FiraSans/FiraSans-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "FiraSans";
  src: url('../resources/fonts/FiraSans/FiraSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url('../resources/fonts/FiraSans/FiraSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url('../resources/fonts/FiraSans/FiraSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
:root {
  font-size: 12pt;
}
* {
  margin: 0;
  padding: 0;
}
xbody {
  background-color: #0e2d77;
  background-image: url("../resources/images/background.jpeg");
  background-repeat: no-repeat;
  font-family: Roboto;
}
body {
  font-family: FiraSans;
  background-color: #fdfdfd;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
input {
  outline: none;
}
select {
  padding-right: 20px !important;
  background: transparent;
  -webkit-appearance: none;
}
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: #2b6295;
}
h1 {
  padding: 10px 50px 50px 50px;
  text-align: center;
}
/*
 * Common styles 
 */
.all-width {
  width: 100%;
}
.facebook-icon {
  color: #4267b2;
}
.youtube-icon {
  color: red;
}
.instagram-icon {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.spotify-icon {
  color: #1ed760;
}
.amazon-icon {
  color: black;
}
.itunes-icon {
  color: #2b6295;
}
/* 
 * Buttons 
 */
.reift-button,
.reift-smaller-button,
.reift-reversed-button,
.reift-naked-button {
  text-align: center;
  cursor: pointer;
  font-size: 1em;
}
.reift-button,
.reift-smaller-button {
  background-color: #2b6295;
  color: #fdfdfd;
  border-radius: 6px;
  box-sizing: border-box;
}
.reift-button {
  padding: 12px 20px;
}
.reift-reversed-button {
  padding: 11px 19px;
  background-color: #fdfdfd;
  color: #2b6295;
  border-style: solid;
  border-width: 2px;
  border-color: #2b6295;
  border-radius: 6px;
  box-sizing: content-box;
}
.reift-smaller-button {
  padding: 10px 16px;
}
.reift-naked-button {
  color: #6089af;
}
.reift-button:hover {
  background-color: #367cbd;
}
.reift-naked-button:hover {
  text-decoration: underline;
}
/*
 * Inputs
 */
.reift-input-block {
  position: relative;
  display: block;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: left;
}
.reift-input-block .reift-text-input,
.reift-input-block .reift-password-input {
  font-size: 1em;
}
.reift-text-input,
.reift-password-input {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  background-color: #fdfdfd;
  border-style: none;
  text-align: left;
}
.reift-text-input {
  width: 100%;
}
.reift-password-input {
  width: calc(100% - 20px);
}
.reift-password-show {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 12px;
  font-size: 1em;
  color: #6089af;
  cursor: pointer;
}
.reift-input-error {
  display: block;
  color: #ff0202;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}
.reift-input-label {
  text-align: left;
  color: #4a79a4;
  font-size: 1.1em;
}
/*
 * 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 
 */
#reift-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;
}
.reift-message-section-hidden {
  max-height: 0;
  transition: max-height 0.5s ease;
}
.reift-message-section-shown,
.reift-message-section-error {
  max-height: 200px;
  transition: max-height 2s ease;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #ffbe02;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #ffbe02;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.reift-message-section-shown {
  border-top-color: #ffbe02;
  border-bottom-color: #ffbe02;
}
.reift-message-section-error {
  border-top-color: #ff0202;
  border-bottom-color: #ff0202;
}
.reift-message,
.reift-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: #2b6295;
  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%;
}
/*
 * Header
 */
#reift-header-section {
  position: sticky;
  padding: 6px 4%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  top: 0;
  z-index: 9;
  background-color: #fdfdfd;
  color: #2b6295;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #2b6295;
}
#reift-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-grow: 1;
  min-height: 98px;
}
.xreift-header-dev {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #ecc 10px, #ecc 20px);
}
.reift-header-test {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #eee 10px, #eee 20px);
}
/* Menu with logo + cart */
#reift-header-left {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
#reift-logo {
  background-image: url("../resources/images/logoEMR.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 95px;
  width: 170px;
}
.reift-bim-logo-block {
  display: flex;
  flex-direction: column;
}
#bim-logo {
  background-image: url("../resources/images/logoBIM.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 48px;
  width: 95px;
  opacity: 0.9;
}
#bp-logo {
  background-image: url("../resources/images/logoBrassPress.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 48px;
  width: 95px;
  opacity: 0.9;
}
#reift-header-moto {
  font-size: 0.9em;
}
#reift-header-center {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  align-items: flex-end;
}
#reift-header-menu {
  margin-top: 20px;
  vertical-align: top;
}
#reift-menu-hamburger {
  display: none;
  cursor: pointer;
}
.reift-menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.reift-menu-item {
  padding: 8px 10px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.reift-menu-item-text {
  color: #2b6295;
  cursor: pointer;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #fdfdfd;
}
.reift-menu-item-language {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 8px 0;
}
.reift-menu-item-selected {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #2b6295;
}
.reift-menu-item-button {
  position: relative;
  background-color: #fdfdfd;
  color: #2b6295;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6295;
  border-radius: 2px;
  cursor: pointer;
}
.reift-menu-item-button:hover {
  background-color: #e4e4e4;
}
.reift-menu-item-text:hover {
  color: #367cbd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #367cbd;
}
.reift-menu-dropdown {
  padding: 2px;
  background-color: #fdfdfd;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-style: solid;
  border-color: #2b6295;
  border-width: 1px;
  position: absolute;
  z-index: 70;
}
.reift-menu-dropdown-item {
  background-color: #2b6295;
  color: #fdfdfd;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 0.8em;
  cursor: pointer;
}
.reift-menu-dropdown-item:hover {
  background-color: #367cbd;
}
/* Search */
.search-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  width: 100%;
  align-self: center;
  max-width: 800px;
}
.search-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
}
.search-text {
  flex-grow: 1;
  border-style: solid;
  border-color: #ffbe02;
  border-width: 2px;
  color: #2b6295;
  padding: 4px 6px;
  font-size: 1.2em;
  width: 100px;
}
.search-button {
  vertical-align: top;
  cursor: pointer;
  color: #2b6295;
  background-color: #ffbe02;
}
.search-button::before {
  position: relative;
  top: 25%;
  padding: 0 10px;
}
.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 */
#reift-menu-user-dropdown {
  box-sizing: border-box;
  min-width: 120px;
  right: 0;
  top: 37px;
}
#reift-menu-user-name::after {
  content: "\f0d7";
  padding: 0 0 0 4px;
  color: #2b6295;
  font-size: 1em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
/* Submenu */
#reift-submenu-section {
  position: relative;
  display: block;
  padding: 12px 4%;
  text-align: right;
  background-color: #2b6295;
}
/* Language */
.reift-language-block {
  font-size: 0.8em;
}
.reift-language {
  display: inline-block;
  padding: 0 4px;
  cursor: pointer;
}
/* Body */
#reift-body-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 4%;
}
/* Body content */
#reift-body-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*
 * Footer
 */
#reift-footer-section {
  padding: 20px 4%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-content: center;
  background-color: #fdfdfd;
  z-index: 4;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #2b6295;
}
#reift-footer-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  font-size: 0.9em;
  color: #2b6295;
}
.reift-footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  flex-basis: 100px;
  justify-content: space-between;
}
.reift-footer-contact-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
#reift-footer-media {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #2b6295;
  font-size: 1.4em;
}
/*
 * Accept cookies
 */
#accept-cookies {
  position: fixed;
  bottom: 2px;
  left: 20px;
  right: 20px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #444444;
  border-radius: 10px;
  color: #fdfdfd;
  opacity: 0.9;
  z-index: 51;
}
#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: #ffbe02;
  color: #333333;
  opacity: 0.9;
  z-index: 1;
  cursor: pointer;
}
.information-popup-text {
  font-size: 1em;
}
/* 
 * Move to top widget
 */
#move-to-top-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #e9eff4;
  color: #ffbe02;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  z-index: 50;
  border-style: solid;
  border-width: 1px;
  border-color: #95b0ca;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .modal,
  .modal-wide {
    padding: 0;
  }
  #reift-header {
    flex-direction: column;
  }
  #reift-header-center {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #reift-header-menu {
    margin-top: 0;
  }
  #reift-menu-hamburger {
    display: initial;
  }
  .reift-menu {
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    background-color: #95b0ca;
    z-index: 8;
  }
  .reift-menu-shown {
    display: flex;
  }
  .reift-menu-item-selected {
    border-bottom-style: #95b0ca;
  }
  .reift-menu-item {
    width: 100%;
  }
  .reift-menu-item-text {
    border-bottom-color: #95b0ca;
  }
  .reift-language-block {
    text-align: right;
  }
}
@media only screen and (max-width: 850px) {
  #reift-footer-info {
    flex-direction: column;
    gap: 5px;
  }
  #reift-footer-section {
    gap: 5px;
    padding: 10px 4%;
  }
  .reift-footer-section {
    padding: 10px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #2b6295;
  }
  .reift-footer-section:last-child {
    border-bottom-style: none;
  }
  #reift-footer-about,
  #reift-footer-contact,
  #reift-footer-general {
    gap: 10px;
  }
}
@media only screen and (max-width: 700px) {
  #reift-header-left {
    gap: 25px;
  }
  #reift-logo {
    height: 62px;
    width: 110px;
  }
  #bim-logo {
    height: 31px;
    width: 62px;
  }
  #bp-logo {
    height: 31px;
    width: 62px;
  }
}
