/*
 * Fonts
 */
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-Light.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-SemiBold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Martel";
  src: url('../resources/fonts/Martel/Martel-Bold.ttf') format('truetype');
  font-weight: bolder;
}
@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: normal;
  font-style: lighter;
}
@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;
}
.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;
}
:root {
  font-size: 12pt;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Martel", "Roboto", sans-serif;
  background-color: #ffffff;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
input {
  outline: none;
}
select {
  padding-right: 20px !important;
  background: transparent;
  -webkit-appearance: none;
  background: url(/resources/images/selectArrow.png) no-repeat right 50% white;
  color: #6c6c6c;
}
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: #E60000;
}
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;
}
/*
 * Buttons
 */
.shop-button,
.shop-smaller-button,
.shop-reversed-button,
.shop-naked-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
}
.shop-button,
.shop-smaller-button {
  color: #FAF7F5;
  border-radius: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
#register-top-button,
#login-button,
#register-button {
  background: #0c0c0c;
  background: linear-gradient(0deg, #0c0c0c 0%, #333331 100%);
}
#register-top-button:hover,
#login-button:hover,
#register-button:hover {
  background: #333331;
  background: linear-gradient(0deg, #333331 0%, #0c0c0c 100%);
}
#shop-cart-order {
  background: #cd0000;
  background: linear-gradient(0deg, #cd0000 0%, #E60000 100%);
}
#shop-cart-order:hover {
  background: #E60000;
  background: linear-gradient(0deg, #E60000 0%, #cd0000 100%);
}
.shop-button {
  padding: 12px 20px;
  border-radius: 5px;
}
#login-anonymous-button {
  background: #cd0000;
  background: linear-gradient(0deg, #cd0000 0%, #E60000 100%);
  font-size: 1.5em;
}
#login-anonymous-button:hover {
  background: #E60000;
  background: linear-gradient(0deg, #E60000 0%, #cd0000 100%);
}
.shop-reversed-button {
  padding: 11px 19px;
  background: #cd0000;
  background: linear-gradient(0deg, #cd0000 0%, #E60000 100%);
  color: #E60000;
  border-style: solid;
  border-width: 2px;
  border-color: #E60000;
  border-radius: 5px;
  box-sizing: content-box;
}
.shop-reversed-button:hover {
  background: #E60000;
  background: linear-gradient(0deg, #E60000 0%, #cd0000 100%);
}
.shop-smaller-button {
  padding: 10px 16px;
  border-radius: 5px;
}
.shop-naked-button {
  color: #E60000;
}
.shop-naked-button:hover {
  text-decoration: underline;
}
/*
 * Inputs
 */
.shop-input-block {
  position: relative;
  display: block;
  padding: 8px;
  background-color: #dcd5cd;
  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: #6c6c6c;
  background-color: #dcd5cd;
  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: 0.9em;
  color: #E60000;
  cursor: pointer;
}
.shop-input-error {
  display: block;
  color: #FF3500;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}
.shop-input-label {
  display: block;
  text-align: left;
  color: #705c53;
  padding: 15px 0 0 0;
  font-size: 0.9em;
}
/*
 * 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: #705c53;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #705c53;
  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: #705c53;
  border-bottom-color: #705c53;
}
.shop-message-section-error {
  border-top-color: #FF3500;
  border-bottom-color: #FF3500;
}
.shop-message,
.shop-message-error {
  display: block;
  margin: 0 20% 0 20%;
  padding: 20px;
  opacity: 1;
  color: #ffffff;
}
/*
 * Logo
 */
.logo-img {
  width: 350px;
}
/*
 * Modals
 */
.close-modal {
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  padding: 2px;
  color: #FF3500;
  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
 */
#shop-header-section {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9;
}
#shop-header {
  display: flex;
  justify-content: left;
  min-height: 90px;
  padding: 0 0 0 4%;
  vertical-align: top;
  background-color: #ffffff;
  color: #E60000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #dcd5cd;
  opacity: 0.9;
}
/* Menu with logo + cart */
#shop-logo {
  position: relative;
  display: block;
  width: 35%;
  margin-top: 30px;
}
#shop-header-center {
  position: relative;
  display: block;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  width: calc(100% - 140px);
  vertical-align: top;
  text-align: right;
}
#shop-header-right {
  position: absolute;
  right: 4%;
  display: inline-block;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  width: calc(100% - 300px);
  vertical-align: top;
  text-align: right;
}
#shop-header-menu {
  display: block;
  vertical-align: top;
  margin: 25px 50px 0 0;
}
#shop-menu-hamburger {
  display: none;
  padding: 0 20px 0 0;
  cursor: pointer;
}
.shop-menu {
  display: inline-block;
  padding: 13px 0 0 20px;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 2 0px;
}
.shop-menu-item {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 8px 10px;
}
.shop-menu-item:first-child {
  margin-left: 0;
}
.shop-menu-item:last-child {
  margin-right: 0;
}
.shop-menu-item-text {
  color: #333331;
  cursor: pointer;
}
.shop-menu-item-text:hover {
  color: #E60000;
}
.shop-menu-item-language {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 8px 0;
}
.shop-menu-item-selected {
  font-weight: bold;
  color: #E60000;
}
.shop-menu-item-button {
  background-color: none;
  color: #E60000;
  cursor: pointer;
}
.shop-menu-item-button:hover {
  background-color: none;
}
.shop-menu-dropdown {
  padding: 2px;
  background-color: none;
  text-align: left;
  position: absolute;
  text-align: center;
  z-index: 70;
}
.shop-menu-dropdown-item {
  background-color: #dcd5cd;
  color: #333331;
  margin: 2px 0;
  padding: 4px 8px;
  font-size: 0.8em;
  cursor: pointer;
}
.shop-menu-dropdown-item:hover {
  background-color: #e7e2dc;
}
/* User */
#shop-menu-user {
  min-width: 120px;
  text-align: center;
}
#shop-menu-user-dropdown {
  right: 0;
  top: 36px;
  width: 100%;
  box-sizing: border-box;
}
#shop-menu-user-name::after {
  content: "\f107";
  padding: 0 0 0 4px;
  color: #E60000;
  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: #E60000;
}
/* 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: block;
  padding: 40px 4%;
  box-sizing: border-box;
  background-color: #ffffff;
}
/*
 * Footer
 */
#shop-footer-section {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #FAF7F5;
  z-index: 4;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #dcd5cd;
  color: #333331;
}
.shop-footer-section {
  position: relative;
  display: inline-block;
  padding: 10px 4px 20px 4px;
  box-sizing: border-box;
  width: 33%;
  vertical-align: top;
  font-size: 0.9em;
  color: #705c53;
}
#shop-footer-about {
  text-align: left;
}
.shop-footer-about-line {
  display: block;
  padding: 8px 0;
}
#shop-footer-general {
  text-align: left;
}
.shop-footer-general:hover {
  color: #E60000;
}
#shop-footer-social {
  text-align: center;
}
.shop-footer-general-line {
  display: block;
  padding-left: 120px;
}
#shop-footer-contact {
  text-align: left;
  padding-left: 4%;
}
.shop-footer-contact-line {
  display: block;
  padding: 4px 0;
}
.fa-facebook-square,
.fa-instagram-square,
.fa-twitter-square,
.fa-linkedin,
.fa-youtube-square {
  font-size: 2.5em;
  padding: 5px 2px;
  color: #E60000;
}
.fa-facebook-square:hover,
.fa-instagram-square:hover,
.fa-twitter-square:hover,
.fa-linkedin:hover,
.fa-youtube-square:hover {
  color: #cd0000;
}
.fa-external-link-alt {
  padding-right: 5px;
}
.red {
  color: #FF3500;
}
.phone,
.email {
  color: #E60000;
}
.phone:hover,
.email:hover {
  color: #cd0000;
}
#shop-footer-media {
  display: block;
  margin: 0 4%;
  padding: 10px 0;
  text-align: left;
  border-top-style: solid;
  border-top-width: 1px;
  color: #E60000;
}
.shop-footer-media-element {
  display: inline-block;
  padding: 0 6px;
  font-size: 1.4em;
}
/*
 * Move to top widget
 */
#move-to-top-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #E60000;
  color: #ffffff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  z-index: 50;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .modal {
    padding: 10% 10%;
  }
  .logo-img {
    width: 250px;
  }
  #shop-menu-hamburger {
    display: inline-block;
  }
}
@media only screen and (max-width: 980px) {
  .modal {
    padding: 0;
  }
  #shop-header {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    vertical-align: top;
    background-color: #ffffff;
    color: #c1001f;
    border-bottom: none;
    opacity: 0.98;
    box-shadow: 0px 2px 5px #aaa;
  }
  #shop-logo {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .logo-name {
    padding: 10px;
  }
  .logo-img {
    width: 100%;
  }
  #shop-header-center {
    display: block;
    width: 35%;
    text-align: center;
    padding-top: 20px;
    background-color: #dcd5cd;
    border-right: soli 1px #FAF7F5;
    box-sizing: border-box;
  }
  #shop-header-menu {
    display: inline-block;
    margin: 0;
  }
  #shop-menu-hamburger {
    display: inline-block;
    font-size: 1.5em;
    background-color: #E60000;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .shop-menu {
    display: none;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    z-index: 8;
  }
  #shop-menu-user-name::after {
    color: #FAF7F5;
  }
  #shop-menu-user {
    text-align: left;
  }
  #shop-menu-user-dropdown {
    top: 0;
  }
  .shop-menu-dropdown-item {
    background-color: #E60000;
    color: #FAF7F5;
    margin: 0;
    font-size: 0.9em;
  }
  .shop-menu-shown {
    display: block;
    position: absolute;
    background-color: #E60000;
    left: 0;
    min-width: 200px;
    margin: 5px 0 0 0;
    padding: 0;
    box-shadow: 0px 2px 5px #aaa;
    opacity: 0.98;
  }
  .shop-menu-item-selected {
    border-bottom-style: initial;
  }
  .shop-menu-item:first-child {
    margin: 5px;
  }
  .shop-menu-item {
    position: relative;
    display: block;
    margin: 4px 5px;
    padding: 8px 10px;
    text-align: left;
    color: #FAF7F5;
  }
  .index-featured-title {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .shop-language-block {
    text-align: right;
  }
  .shop-footer-section {
    display: block;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E60000;
  }
  .shop-footer-general-line,
  #shop-footer-social {
    padding-left: 4%;
    text-align: left;
  }
  .shop-footer-section:last-child {
    border-bottom-style: none;
  }
}
