
  header {
    position: sticky;
    top: 0em;
    z-index: 1000;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    
    transition: 0.7s;
  }
  
  header::before {
    box-shadow: 0em 0.5em 0.5em -0.5em rgba(211,211,211,0.6);
    background-color: #fbfbfb;
  }
  
  header > a {
    padding: 1em 0.5em;
  }
  
  header > a > img {
    display: block;
    width: 7em;
  }
  
  header .searchBar {
    flex: 1 1 100%;
    
    align-self: center;
    padding: 0em 1em 1em;
  }
  
  header .searchBar > input {
    height: 2em;
    background-color: #fff;
  }
  
  header .searchBar button[type=submit] {
    margin-top: 0em;
  }
  
  .scrollUp {
    top: -8em;
  }
  
  #notifIcon,
  #basketIcon {
    position: relative;
    height: 100%;
  }
  
  .notifNr {
    position: absolute;
    top: 14%;
    right: 9%;
    text-align: center;
    font-size: 0.6em;
    font-weight: bold;
    width: 1.5em;
    line-height: 1.6;
    border-radius: 50%;
    border: 0.1em solid #989898;
    color: #989898;
    background-color: #fff;
  }
  
  nav.menu #notifIcon .notifNr,
  nav.menu #basketIcon .notifNr {
    display: block;
  }
  
  #profileIcon .viewMoreBtn.admin {
    padding: 0.5em;
  }

  .bell-icon::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f0f3";
  }
  
  .profile-icon::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f007";
  }
  
  .basket-icon::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f07a";
  }
  
  .menu-icon::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f0c9";
  }
  
  #nav-buttons {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
  }
  
  .bell-icon,
  .profile-icon,
  .basket-icon,
  .menu-icon {
    font-size: 1.2rem;
    height: 100%;
    padding: 1rem 0.5rem;
    color: #bb5a5a;
  }
  
  .menu-icon {
    padding: 1rem;
  }

  .dropdown {
    position: absolute;
    width: 100%;
    right: 0;
    /*top: 7em;*/
    
    padding: 1em;
    box-sizing: border-box;
    
    z-index: 100;
    
    background-color: #fbfbfb;
    border: 0.05em solid #e0e0e0;
  }
  
  .dropdown ul li:hover {
    background-color: #f8fafb;
  }
  
  #profile > a {
    align-self: center;
  }
  
 
  #loginCont > h3,
  #registrationCont > h3 {
    margin-bottom: 1em;
  }
  
  #loginCont > a {
    display: block;
    margin-top: 1em;
  }
  
  #loginCont #loginForm input[type=submit] {
    margin-top: 1em;
  }
  
  #profile-dropdown {
    overflow-y: auto;
    max-height: calc(100vh - 4em);
  }
  
  #profile-dropdown #loginCont > button {
    margin-top: 1em;
    text-align: center;
    color: #3f72af;
  }
  
  #nav-buttons .userPhoto {
    padding: 1rem;
    position: relative;
    height: 32px;
  }
  
  #profile-dropdown {
    top: 100%;
  }
  
  #profile-dropdown #user {
    display: flex;
    align-items: center;
    padding-bottom: 1em;
    border-bottom: 0.05em solid #e0e0e0;
  }
  
  #profile-dropdown #user img {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0em;
  }
  
  #profile-dropdown #user h3 {
    margin-top: 0em;
  }
  
  #profile-dropdown #user p {
    margin-top: 0em;
  }
  
  #profile-dropdown > div[class$=DashboardLinks] > a,
  #profile-dropdown > a {
    padding-top: 1em;
    color: #333333;
  }
  
  #profile {
    display: flex;
    padding: 0rem 0.5rem;
  }
  
  #profileIcon {
    position: relative;
    box-sizing: border-box;
    
    padding: 0rem 0.5rem;
    
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    
    cursor: pointer;
  }
  
  #profileIcon > span {
    display: none;
    font-size: 1rem;
  }
  
  #profileIcon > div {
    align-self: center;
  }
  
  .profile-icon::before {
    margin-right: 0.2em;
  }
  
  .roundImageCont {
    width: 2em;
    height: 2em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0.5em;
  }
  
  #nav-buttons .userPhoto {
    display: inline;
    margin: 0 auto;
    margin-left: -50%;
    margin-top: -50%;
    width: 100%;
    height: auto;
  }
  
  .viewMoreBtn > span {
    margin-right: 0.5em;
    display: none;
    color: #333333;
  }
  
  .viewMoreBtn::after {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f107";
  }
  
  #registrationCont > button {
    color: #3f72af;
    margin-top: 1em;
  }
  

  #notifications-dropdown h4 {
    font-family: "OPEN-SANS-DEFAULT", sans-serif;
    font-weight: normal;
  }
  
  #notifications-dropdown ul > div {
    display: flex;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 0.05em solid #e0e0e0;
  }
  
  #markAsReadBtn {
    margin-left: auto;
    color: #3f72af;
  }
  
  #markAsReadBtn:hover {
    cursor: pointer;
  }
  
  #notifications-dropdown li {
    padding: 0.5em 0em;
    position: relative;
    
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    
    border-bottom: 0.05em solid #e0e0e0;
  }
  
  #notifications-dropdown li .newNotif {
    flex: 0 0 1.5em;
  }
  
  #notifications-dropdown li:last-of-type {
    border: none;
  }
  
  #notifications-dropdown li.noNotification {
    padding: 0em;
  }
  
  #notifications-dropdown li .imageContainer {
    width: 2em;
    margin-right: 0.5em;
  }
  
  #notifications-dropdown li img {
    width: 100%;
  }
  
  #notifications-dropdown li div > p {
    margin: 0em;
  }
  
  #notifications-dropdown li div > small {
    color: #989898;
  }
  
  #notifications-dropdown > p {
    margin: 0em;
  }
  
  #notifications-dropdown > a {
    margin-top:0.5em;
    padding-top:0.5em;
    border-top: 0.05em solid #e0e0e0;
    text-align: center;
  }
  
  .newNotif::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f111";
    font-size: 0.8em;
    margin-right: 1em;
    color: #3f72af;
    position: absolute;
    left: 0em;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .newNotif:hover {
    cursor: pointer;
  }

  .basket-icon {
    position: relative;
  }
  
  #basketActions {
    padding-top: 1em;
  }
  
  #basket-dropdown > div:first-of-type {
    padding-top: 0em;
    padding-bottom: 1em;
    
    display: flex;
    justify-content: space-between;
    
    border-bottom: 0.05em solid #e0e0e0;
  }
  
  #basket-dropdown > div:first-of-type > h4 {
    font-family: "OPEN-SANS-DEFAULT", sans-serif;
    font-weight: normal;
  }
  
  #basket-dropdown > div:first-of-type > p {
    margin: 0em;
  }
  
  #basket-dropdown > div:first-of-type > p span#totalAmount {
    font-weight: bold;
  }
  
  #basket-dropdown li {
    padding: 0.5em 0em;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    
    border-bottom: 0.05em solid #e0e0e0;
  }
  
  #basket-dropdown li:only-of-type {
    padding-bottom: 0.5em;
  }
  
  #basket-dropdown li > a {
    margin-right: 1em;
  }
  
  #basket-dropdown li > a .imageContainer {
    width: 3em;
  }
  
  #basket-dropdown li > a img {
    display: block;
    width: 100%;
    border: 0.05em solid #e0e0e0;
  }
  
  #basket-dropdown li button {
    margin-left: auto;
    align-self: center;
  }
  
  #basket-dropdown > a:last-of-type {
    display: block;
    margin-top: 1em;
  }
  
  #basket-dropdown > p {
    margin-top: 0em;
  }
  
  #basket-dropdown .bookPrice {
    font-weight: normal;
    
    margin: 0em;
    display: flex;
  }
  
  #basket-dropdown .bookPrice .discountPrice {
    margin-right: 0.5em;
  }

  @media screen and (min-width: 345px) {
    #profile-dropdown {
      width: 20em;
    }
  }

  @media screen and (min-width: 350px) {
    .bell-icon,
    .profile-icon,
    .basket-icon {
      padding: 1rem 0.5rem;
    }
    
    #profileIcon > span {
      display: inline;
    }
  }

  @media screen and (min-width: 768px) {
  
    header {
      z-index: 100;
    }
    
    #desktopVersion {
      order: 3;
    }
    
    #nav-buttons {
      order: 4;
    }
    
    #nav-buttons.navButtonsGuest {
      position: relative;
    }
    
    header .searchBar {
      flex: 1 0 auto;
      order: 2;
      
      padding: 0em 1em;
    }
    
    /* PROFILE DROPDOWN */
    
    .viewMoreBtn > span {
      display: inline;
    }
    
    /* NOTIFICATIONS DROPDOWN */
    
    div#notifications-dropdown {
      max-width: 25em;
      top: auto;
      padding: 1em;
      background-color: #fbfbfb;
      border: 0.05em solid #e0e0e0;
    }
    
    div#notifications-dropdown::before {
      display: none;
    }
    
    /* SHOPPING BASKET DROPDOWN */
    
    div#basket-dropdown {
      width: auto;
      min-width: 25em;
      top: auto;
      padding: 1em;
      background-color: #fbfbfb;
      border: 0.05em solid #e0e0e0;
    }
    
    div#basket-dropdown::before {
      display: none;
    }
  }
  
  @media screen and (min-width: 800px) {
    
    header .searchBar { 
      padding: 0em 2em;
    }
  }
  
  @media screen and (min-width: 1200px) {
    header > a {
      padding-left: 0em;
    }
  }
