﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/*$font-tertiery: '';*/
/* 1. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*$input-select-height: 35px;
$input-height: $input-select-height;
$select-height: $input-select-height;*/
/*Buttons*/
/***************Transistions***************/
/*Buttons*/
/*Global colors*/
/*red colors*/
/*$red-dark: #e50000;*/
/*$red-darker:#bf5e79;
$red-darkest:#683352;*/
/*Orange colors*/
/*$orange-dark:#ff8552;*/
/*yellow colors*/
/*$yellow:#f8c049;*/
/*Green colors*/
/*$green:#7ecc7e;
$green-dark:#54a88f;
$green-darkest:#2e6660;*/
/*Black*/
/*$black-lighter: #333333;*/
/*Blue colors*/
/*$blue-lightest:#e8f4f9;
$blue-lighter:#cbe6f1;
$blue-light:#7fcff1;
$blue:#40b7ea;
$blue-dark:#009fe3;
$blue-darker:#006599;
$blue-darkest:#003b5a;*/
/*Grey colors*/
/*Custom colors*/
/*$grey-custom-light:#546168;
$grey-custom:#455c68;*/
/*$background-transparency: rgba(7, 38, 54, 0.75);*/
/*used for calculation*/
/*sections*/
/*Fonts*/
/*Borders */
/*$border-radius: 3px;*/
/*$border-style-grey: thin solid $grey;*/
/*sizes*/
/*Shadows*/
/*input, select*/
/*Buttons*/
/*opacity for menu*/
/*60%opacity*/
/***************Transistions***************/
/*Buttons*/
/* ==========================================================================
Base header
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. 
 *  2. 
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. 
   ========================================================================== */
.nordisk-top-wrapper {
  margin-right: 10px;
  width: 200px;
  height: 50px !important;
  background: black;
  opacity: 0.7;
  float: right;
}

.navBarWrapper {
  font-family: "PT-Sans-Regular", sans-serif;
  top: 0;
  width: 100%;
  background-color: #000000;
  height: 65px;
  position: fixed;
  text-transform: none;
  font-family: "Roboto-Light", sans-serif;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .navBarWrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navBarWrapper {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .navBarWrapper {
    display: block;
  }
}
.navBarWrapper .menuWrapper {
  width: 100%;
  position: relative;
}
.navBarWrapper .menuWrapper .dropdown-content a:last-child {
  margin-bottom: 15px;
}
.navBarWrapper .menuWrapper ul {
  list-style-type: none;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 0;
  height: 100%;
  padding-left: 0;
}
.navBarWrapper .menuWrapper li {
  float: left;
  vertical-align: central;
}
.navBarWrapper .menuWrapper li a {
  font-family: "PT-Sans-Regular", sans-serif;
  color: #fff;
  font-weight: 500;
  display: block;
  /*text-align: center;*/
  padding: 14px 20px 18px 20px;
  text-decoration: none;
  font-size: 15px;
  margin-top: 2px;
  padding-left: 0 !important;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .navBarWrapper .menuWrapper li a {
    padding-left: 0 !important;
    padding: 14px 15px;
  }
}
@media only screen and (min-width: 1199px) {
  .navBarWrapper .menuWrapper li a {
    padding-left: 0 !important;
    padding: 14px 20px 18px 20px;
  }
}
.navBarWrapper .menuWrapper li .mainItem:hover {
  /*border-bottom: solid #C2002F 4px;*/
}
.navBarWrapper .menuWrapper li .mainItem:hover:after {
  display: block;
}
.navBarWrapper .menuWrapper li .logo-wrapper {
  padding: 0 20px 0 0;
}
.navBarWrapper .menuWrapper li .logo-wrapper .logo {
  display: block;
  text-align: center;
  width: 55px;
}
.navBarWrapper .menuWrapper li .search-wrapper-new {
  position: absolute;
  right: 200px;
}
.navBarWrapper .menuWrapper li .searchBarWrapper {
  display: block;
  text-align: center;
  right: 105px;
  background: unset;
  position: absolute;
}
.navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText {
  /*width: 0;*/
  height: 100%;
  position: absolute;
  right: 0;
  padding-right: 50px;
  transition: width 1s;
  -webkit-transition: width 1s;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText {
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText {
    /*width: 0;*/
  }
}
.navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText:active {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText:hover {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText:focus {
  /*width: 100%;*/
}
@media only screen and (min-width: 768px) {
  .navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText:focus {
    /*width: 60%;*/
  }
}
@media only screen and (min-width: 1199px) {
  .navBarWrapper .menuWrapper li .searchBarWrapper .searchInputText:focus {
    /*width: 100%;*/
  }
}
.navBarWrapper .menuWrapper li .searchBarWrapper button {
  border-radius: 0;
  position: absolute;
  right: 0;
}
.navBarWrapper .menuWrapper li .searchBarWrapper :hover .searchInputText, .navBarWrapper .menuWrapper li .searchBarWrapper :active .searchInputText {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navBarWrapper .menuWrapper li .searchBarWrapper :hover .searchInputText, .navBarWrapper .menuWrapper li .searchBarWrapper :active .searchInputText {
    /*width: 60%;*/
  }
}
@media only screen and (min-width: 1199px) {
  .navBarWrapper .menuWrapper li .searchBarWrapper :hover .searchInputText, .navBarWrapper .menuWrapper li .searchBarWrapper :active .searchInputText {
    /*width: 100%;*/
  }
}
.navBarWrapper .menuWrapper li .languageWrapper {
  position: absolute;
  right: 135px;
  display: inline-block;
  top: 18px;
  height: 50px;
  width: 50px;
  padding-left: 12px;
}
.navBarWrapper .menuWrapper li .languageWrapper .dropdown-content {
  padding-top: 8px;
  top: 47px;
  width: 230px;
  right: 10px;
}
.navBarWrapper .menuWrapper li .languageWrapper ul {
  min-width: 105px;
  padding-top: 0px;
}
.navBarWrapper .menuWrapper li .languageWrapper a {
  /*float: left;*/
  margin: auto;
  padding: 1px;
}
.navBarWrapper .menuWrapper li .languageWrapper .country-svg {
  width: 25px;
  height: 19px;
  margin-top: 4px;
  margin-right: 15px;
}
.navBarWrapper .menuWrapper li .languageWrapper span {
  display: inline-block;
  margin: auto;
  height: 35px;
  width: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.navBarWrapper .menuWrapper li .languageWrapper span i {
  padding-top: 2px;
  height: 42px;
  font-size: 22.5px;
}
.navBarWrapper .menuWrapper li .menu-headline {
  /*text-align:center;*/
  font-family: "PT-Sans-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 25px;
  padding: 0 0 0 30px !important;
  color: white;
}
.navBarWrapper .menuWrapper li .dropdown-toggle {
  height: 38px;
  background-color: white;
}
.navBarWrapper .menuWrapper li .dropdown-toggle .flag-wrapper {
  float: left;
}
.navBarWrapper .menuWrapper li .dropdown-toggle .flag-wrapper .flag-span {
  width: 32px;
  height: 24px;
  background-size: 32px 24px;
}
.navBarWrapper .menuWrapper li .dropdown-menu {
  width: 140px;
  top: 38px !important;
}
.navBarWrapper .menuWrapper li .dropdown-content a {
  /*padding: 0;*/
  padding: 3px 0 0 30px !important;
  line-height: 26px;
  font-family: "PT-Sans-Regular", sans-serif;
  font-weight: 500;
}
.navBarWrapper .menuWrapper li .dropdown-content a.has-headline {
  padding-left: 60px !important;
}
.navBarWrapper .menuWrapper li .dropdown-content a:hover {
  color: black;
}
.navBarWrapper .menuWrapper .active {
  font-weight: 600;
}
.navBarWrapper .header-right-nordisk {
  float: right;
  width: 390px;
}

.mainItem {
  position: relative;
  display: inline-block;
  height: 58px;
}
.mainItem a:hover {
  color: red;
}

/* Hack!! */
/*#mainitem-3 {
    position: initial !important;
}*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3f3f3f;
  width: 650px;
  top: 57px;
  min-width: 160px;
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3f3f3f;
  top: -10px;
  left: 15px;
}
.dropdown-content .menu-row {
  border-right: 1px solid #515151;
}
.dropdown-content h4 {
  color: #9d9d9d;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 0px;
  cursor: default;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 2px;
}

.language-content {
  padding-top: 15px !important;
  padding-bottom: 0;
}
.language-content .language-text {
  margin-left: 10px !important;
  width: auto !important;
}

.language-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3f3f3f;
  top: -10px;
  right: 5px;
  left: auto;
}

#dropdown-0 {
  width: 803px;
}

#dropdown-2 {
  width: 180px;
}

#dropdown-3 {
  width: 250px;
}

.academy-wrapper {
  display: flex;
}

.guide-submenu {
  width: 250px;
  position: absolute;
  top: -15px;
  left: 250px;
  background: #3f3f3f;
  height: calc(100% + 30px);
  padding: 15px;
}

#subheadline-1, #subheadline-2, #subheadline-3 {
  color: white;
  font-family: "PT-Sans-Regular", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

#academy-headline {
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #515151;
}

#dropdown-4 {
  width: 250px;
}

#dropdown-5 {
  width: 275px;
}

#dropdown-6 {
  width: 275px;
}

#dropdown-7 {
  width: 275px;
}

.mainItem:hover .dropdown-content {
  display: block;
}

.nordisk-language-wrapper {
  margin-top: 7px;
}
.nordisk-language-wrapper select {
  border: none;
  color: #fff;
  background-color: transparent;
  height: inherit;
  height: 33px;
  max-width: 80px;
  background-image: url(/Base/Graphics/Drop-down-arrow.png);
  outline: none;
  box-shadow: none !important;
  padding-right: 16px;
}
.nordisk-language-wrapper select option {
  color: white;
  background-color: black;
  border: none;
  padding: 5px;
}
.nordisk-language-wrapper select option:hover {
  background-color: white;
  color: black;
}
.nordisk-language-wrapper i {
  float: left;
  margin: 8px 0 0 20px;
  padding-right: 5px;
  font-size: 16px;
  color: white;
}
.nordisk-language-wrapper .shoppingcar-count {
  height: 50px;
  display: inline-block;
  width: 210px;
  float: right;
}

.nordisk-dealers-wrapper {
  margin-top: 7px;
  margin-left: 5px;
  float: left;
}
.nordisk-dealers-wrapper a {
  color: #fff;
}
.nordisk-dealers-wrapper a i {
  position: relative;
  right: 0;
}

#quickbasketbutton {
  color: white;
  float: right;
  height: 35px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  #quickbasketbutton {
    position: fixed;
    top: 0px;
  }
}
#quickbasketbutton a i {
  position: relative;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #quickbasketbutton a i {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: large;
  }
}
#quickbasketbutton a span {
  font-weight: bold;
  font-size: 12px;
}

.posWrapper {
  background-color: rgba(75, 91, 76, 0.619);
  color: #fff;
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 20px;
  right: 0;
  border-top: 0px solid #e6e6e8;
  border-bottom: 0px solid #e6e6e8;
  top: 65px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .posWrapper {
    min-height: 65px;
    top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .posWrapper {
    top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .posWrapper {
    top: 65px;
  }
}
.posWrapper .menu-text {
  text-transform: none;
}
.posWrapper .menu-text i {
  font-size: 16px;
  margin-top: 2px;
}
.posWrapper .menu-text span {
  font-size: 11px;
  padding-left: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .posWrapper .menu-text-first-mobile {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
  }
}
.posWrapper + .navBarWrapper {
  top: 25px;
}
.posWrapper .header-text {
  padding-top: 10px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .posWrapper .header-text #header-text-2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .posWrapper .header-text #header-text-3 {
    display: none;
  }
}
.posWrapper .header-extra-text {
  height: 30px;
}
.posWrapper .header-extra-text #extratext-wrapper {
  height: 30px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .posWrapper .header-extra-text #extratext-wrapper {
    line-height: 15px;
    bottom: -40px;
  }
}
.posWrapper #text-1 {
  color: white;
  width: 100%;
  font-weight: bold;
}
.posWrapper #text-2, .posWrapper #text-3 {
  color: white;
  width: 100%;
  display: none;
  font-weight: bold;
}

.store-locator {
  margin-left: 12px;
  float: left;
  display: inline-block;
  width: 20px;
  height: 35px;
  font-size: 21px;
  margin-top: 8px;
}

#quickbasket {
  margin-top: -5px;
  padding-bottom: 20px;
  position: absolute;
  right: 0;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  #quickbasket {
    top: -45px;
    right: 12px;
    z-index: 99;
  }
}
@media only screen and (max-width: 991px) {
  #quickbasket {
    top: -45px;
    right: 12px;
    z-index: 99;
  }
}

@media only screen and (max-width: 767px) {
  #my-header {
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #my-header {
    height: 100px;
  }
}
