﻿/* ==========================================================================
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 productpages
   ========================================================================== 
/**
 * Table of Contents:
 *
 *  1. 
 *  2. readmore productpage
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.



/* 1. shoppingcart-page
   =============================================================================== */
.product-page {
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.product-page h4 {
  font-size: 1.429em;
}
.product-page .back-link {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .product-page .back-link {
    padding: 0px;
  }
}
.product-page .imagespan360 {
  margin-top: 20px;
  width: 90px;
  display: inline-block;
  float: right;
  /*display: none;*/
}
.product-page .content-left {
  padding: 0 !important;
}
.product-page .content-left ul#gallery {
  z-index: 0;
}
.product-page .content-left ul#gallery img {
  max-width: 100%;
}
.product-page .content-left .lSSlideOuter {
  padding: 0 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .product-page .content-left .lSSlideOuter {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .content-left .lSSlideOuter ul.lSPager {
    /*margin-top: 30px !important;*/
    bottom: 10px;
    position: absolute;
    text-align: center;
    left: 100PX;
    right: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .product-page .content-left .lSSlideOuter ul.lSPager {
    left: 0PX;
    right: 0px;
    position: relative;
  }
}
.product-page .content-left .lSSlideOuter ul.lSPager li a {
  background-color: #e5e6e8;
}
.product-page .content-left .lSSlideOuter ul.lSPager li.active a {
  background-color: #000;
}
.product-page .product-actions {
  padding: 0 30px;
  border-top: 1px solid #d7dde0;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .product-page .product-actions {
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.product-page .product-actions .c360 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-page .product-actions .c360 {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-actions .c360 {
    text-align: center;
  }
}
.product-page .product-actions .product-page-buttons {
  color: #000;
  padding-right: 22px;
  position: relative;
}
.product-page .product-actions .product-page-buttons i {
  position: absolute;
  font-size: 18px;
  display: inline-block;
  right: 0;
  top: 2px;
}
.product-page .product-actions a span {
  padding-right: 22px;
  position: relative;
  text-decoration: underline;
}
.product-page .product-actions a span i {
  position: absolute;
  font-size: 18px;
  display: inline-block;
  right: 0;
  top: 2px;
}
.product-page .product-actions a:hover {
  color: black;
}
.product-page .product-actions .button-share:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-page .last-item {
    margin: 15px 0 30px 0;
  }
}
.product-page .nav-tabs .row-border {
  height: 45px;
  border-top: 1px solid #d7dde0;
  border-bottom: 1px solid #d7dde0;
  padding-left: 10px;
}
.product-page .tab_container {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .product-page .tab_container {
    padding: 0px;
  }
}
.product-page .tab_container ul {
  padding: 0;
}
.product-page .tab_container ul li {
  /*background-image: url('/graphics/channels/nordisk/bullet.jpg');
  background-repeat: no-repeat;
  padding: 0 0 0 20px;*/
  background-position: left 7px;
  margin-bottom: 9px;
}
.product-page .tab_container #links ul {
  /*padding-bottom: 26%;*/
  transition-duration: 400ms;
  transition-timing-function: ease;
}
.product-page .tab_container #links ul li {
  background-image: none;
}
.product-page .tabs {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .product-page .tabs {
    padding: 0px;
  }
}
.product-page .content-right {
  display: block;
  padding: 0 30px;
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .product-page .content-right {
    padding: 0px;
  }
}
.product-page .content-right h1 {
  margin: 0;
  line-height: 30px;
  font-size: 30px;
}
.product-page .content-right h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.product-page .content-right h5 {
  margin: 0 0 20px 0;
}
.product-page .content-right h3 {
  line-height: 30px;
}
.product-page .content-right .text {
  overflow: hidden;
  position: relative;
}
.product-page .content-right .text .fade-out-text {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  position: absolute;
  height: 15px;
  width: 100%;
  top: 61px;
}
.product-page .content-right .height {
  /*max-height: 78px;*/
}
.product-page .content-right .heightAuto {
  max-height: 5000px;
}
.product-page .content-right .heightAuto .fade-out-text {
  display: none;
}
.product-page .content-right .filter-dropdown {
  position: relative;
}
.product-page .content-right .filter-dropdown .filter-dropdown-content {
  left: 0;
  right: 0;
}
.product-page .content-right .btn-add-to-cart {
  width: 100%;
  margin: 0px 0 15px 0;
  min-height: 50px;
  height: auto;
  line-height: 25px;
  padding: 5px 20px;
  border: none;
  background-color: #4b5b4c;
}
.product-page .content-right select {
  max-width: none;
  text-align: center;
  text-align-last: center;
  height: 50px;
  text-align: -webkit-center;
  color: black;
}
.product-page .product-main-price {
  color: #000;
  display: inline-block;
  width: 100%;
  font-family: "SignaOT-Light", sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}
.product-page .product-price .old-price {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.product-page .product-price .save-price {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-page .product-price .save-price span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.product-page .info-circle {
  vertical-align: super;
  font-size: 15px;
}
.product-page .popover {
  width: 50vw;
}

.sharing-icons-container {
  width: 70px;
  position: absolute;
  opacity: 0;
  left: 75px;
  margin-top: -5px;
}
.sharing-icons-container .sharing-icons {
  color: #000;
  height: 30px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 16px;
  margin-left: -4px;
  width: 30px;
}
.sharing-icons-container .sharing-icons img {
  height: 20px;
  margin-bottom: 0;
}
.sharing-icons-container .sharing-icons.sharing-pinterest {
  background-color: #d01b2d;
}
.sharing-icons-container .sharing-icons.sharing-facebook {
  background-color: #3c5b99;
}

#imageholder .blackOverImage {
  text-align: center;
}
#imageholder .blackOverImage #percentloaded {
  color: black;
}

.accessories-tab div {
  margin-bottom: 9px;
}

.divider {
  margin-top: 10px;
  height: 45px;
  color: #000;
}
.divider button {
  border-radius: 4px;
  padding: 8px 6px 5px 6px;
}
.divider button:hover {
  background-color: #dddddd;
}
.divider i {
  vertical-align: middle;
}

.label-dropdown {
  display: block;
  position: relative;
  width: 100%;
  font-weight: normal;
}

.span-dropdown {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 50px;
  pointer-events: none;
  padding-left: 5px;
}

.available {
  color: #000;
}

.lSNext {
  z-index: 0 !important;
  background-image: none !important;
}
.lSNext:hover {
  color: black;
}

.lSPrev {
  z-index: 0 !important;
  background-image: none !important;
}
.lSPrev:hover {
  color: black;
}

#photo-viewer-modal {
  border-radius: 0;
}
#photo-viewer-modal .modal-dialog {
  margin: 30px auto;
  width: 1200px;
  max-width: 90%;
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  #photo-viewer-modal .modal-dialog {
    max-width: 98%;
  }
}
#photo-viewer-modal .modal-dialog .modal-header {
  padding: 0px;
  background-color: transparent;
  border-color: transparent;
}
#photo-viewer-modal .modal-dialog .modal-content {
  border-radius: 0;
  max-width: none;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}
#photo-viewer-modal .modal-dialog .modal-content .modal-body {
  background-color: transparent !important;
  position: relative;
  padding-bottom: 49%;
  padding-top: 0px;
  overflow: hidden;
  /*padding: 0;*/
}
#photo-viewer-modal .modal-dialog .modal-content .modal-body.images-holder {
  padding: 0;
  height: auto;
}
#photo-viewer-modal .modal-dialog .modal-content .modal-body.images-holder .row {
  border-bottom: 0;
}
#photo-viewer-modal .modal-dialog .modal-content .modal-body.images-holder .imageholder {
  height: 600px;
}
#photo-viewer-modal .modal-dialog .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#photo-viewer-modal .modal-dialog .close {
  width: 40px;
  right: 0;
  height: 40px;
  /*background-image: url('../graphics/Close-icon.png');
  background-repeat: no-repeat;
  background-position: center center;*/
  top: -7px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 35px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #photo-viewer-modal .modal-dialog .close {
    margin-right: 0;
  }
}
#photo-viewer-modal .modal-dialog .close:hover {
  background-color: transparent;
  box-shadow: none !important;
}
#photo-viewer-modal .modal-dialog img {
  margin-top: 40px;
}
