﻿/* ==========================================================================
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*/
/* ==========================================================================
Base Buttons
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. main buttons styles
 *  2. 
 *  3.
 *  4. select
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. main buttons styles
   ========================================================================== */
.btn {
  font-family: "SignaOT-Light", sans-serif;
}

.btn-primary-lrg {
  height: 50px;
  font-size: 1.429em;
  line-height: 50px;
  background-color: #000;
}

.btn-primary-med {
  height: 40px;
  font-size: 1.143em;
  line-height: 40px;
  background-color: #000;
  border: none;
}

.btn-primary-sm {
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  background-color: #000;
}

.btn-primary-sm:hover, .btn-primary-med:hover, .btn-primary-lrg:hover, .btn-primary-sm:focus, .btn-primary-med:focus, .btn-primary-lrg:focus {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn-secondary-lrg {
  height: 50px;
  font-size: 1.429em;
  line-height: 50px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.btn-secondary-med {
  height: 40px;
  font-size: 1.143em;
  line-height: 40px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.btn-secondary-sm {
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.btn-secondary-sm:hover, .btn-secondary-med:hover, .btn-secondary-lrg:hover, .btn-secondary-sm:focus, .btn-secondary-med:focus, .btn-secondary-lrg:focus {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #000 !important;
  color: #000;
}

.btn-tertiery-lrg {
  height: 50px;
  font-size: 1.429em;
  font-size: 1em;
  line-height: 50px;
  background-color: #d7dde0;
  color: #000;
}

.btn-tertiery-med {
  color: grey;
  background-color: transparent;
  font-size: 1.114em;
}

/*.btn-tertiery-med {
    height: 40px;
    font-size: 1.143em; //16px
    line-height: 40px;
    background-color:$grey-btn;
    color:$black;

}*/
.btn-tertiery-sm {
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  background-color: #d7dde0;
  color: #000;
}

.btn-tertiery-sm:hover, .btn-tertiery-med:hover, .btn-tertiery-lrg:hover, .btn-tertiery-sm:focus, .btn-tertiery-med:focus, .btn-tertiery-lrg:focus {
  background-color: rgba(215, 221, 224, 0.7);
  color: #000;
}

.order-here-btn, .checkout-btn, #NextButton {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "SignaOT-Light", sans-serif;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border: none;
}

/* 4. 
   ========================================================================== */
/***************************select**********************************/
/*Select/dropdown*/
.top-banner-btn {
  padding: 10px 38px;
  width: auto;
  display: inline-block;
  margin: 10px 15px;
  font-size: 22px;
  background-color: #4b5b4c;
}
@media only screen and (max-width: 767px) {
  .top-banner-btn {
    margin: 10px 0px;
  }
}

.btn-row a:first-of-type {
  margin-left: 0 !important;
}

.btn-row a:last-of-type {
  margin-right: 0 !important;
}

span.NordiskButton {
  font-size: 14px;
  color: #fff;
  background-color: #4b5b4c;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  padding: 12px 20px;
  height: 40px;
  line-height: 18px;
  border: none;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.15em;
}
span.NordiskButton:hover {
  background-color: #313131;
}
span.NordiskButton a {
  color: #fff;
  font-family: "Open sans", sans-serif;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
}
span.NordiskButton a:visited {
  color: #fff;
}

#cvr-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#cvr-close:hover {
  background-color: transparent;
}

#cvr-button {
  width: 100%;
  height: 25px;
}

#cvr-button:hover {
  background-color: transparent;
}
