/**
 * Reset of elements - provides cross-browser similarities
 *
 * Merge-file from prisguide->main.css and static.tek->main.css
 */
button {
  margin: 0;
}
input {
  margin: 0;
  padding: 0;
}
/*input[type=checkbox] {
    vertical-align: bottom;
}*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  line-height: 1;
  font: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
}
button,
input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  -webkit-user-select: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
select:focus,
input:focus,
textarea:focus {
  outline: 0;
}
textarea:focus {
  outline: none;
}
/**
 * General styling and normalizing of elements
 * Alot taken from the great normalize.css project: https://github.com/necolas/normalize.css
 *
 * Merge-file from prisguide->main.css and static.tek->main.css
 */
label {
  cursor: pointer;
}
del {
  text-decoration: line-through;
}
ol,
ul {
  list-style: none;
}
html {
  font-size: 62.5%;
}
@-ms-viewport {
  width: device-width;
}
body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
}
body i.fa {
  font-size: 14px;
  margin-right: 2px;
}
a,
.vlink {
  cursor: pointer;
  color: #0070ba;
  /*
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    */
  text-decoration: none;
}
a:not(.button):not(i):hover,
.vlink:not(.button):not(i):hover {
  outline: 0;
  color: #79caff;
  text-decoration: underline;
}
a:not(.button):not(i):hover *:not(.button):not(i),
.vlink:not(.button):not(i):hover *:not(.button):not(i) {
  text-decoration: underline;
}
a:focus,
.vlink:focus {
  outline: 0;
}
a:active,
.vlink:active {
  outline: 0;
}
a.sub,
.vlink.sub {
  color: #00233a;
}
a.sub:hover,
.vlink.sub:hover {
  color: #0070ba !important;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 4px 6px;
  border: 1px solid #757575;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 3px;
  color: #555555;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #0070ba;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
textarea {
  font-family: inherit;
  overflow: auto;
  vertical-align: top;
  height: auto;
}
:-moz-placeholder {
  color: #757575;
}
::-moz-placeholder {
  color: #757575;
}
:-ms-input-placeholder {
  color: #757575;
}
::-webkit-input-placeholder {
  color: #757575;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: bottom;
}
input[type="checkbox"] + label.left,
input[type="radio"] + label.left {
  padding-left: 0;
  padding-right: 2em;
}
input[type="checkbox"] + label.left:before,
input[type="radio"] + label.left:before,
input[type="checkbox"] + label.left:after,
input[type="radio"] + label.left:after {
  left: auto;
  right: 0.2em;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  position: absolute;
  left: 0.2em;
  content: "";
  width: 1.2em;
  height: 1.2em;
  border-width: thin;
  border-style: solid;
  padding: 0.2em;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  font-size: 0.8em;
  background-color: white;
  border-color: #757575;
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  display: inline-block;
  font: normal normal normal 14px/1 fontastic-prisguide;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  text-align: center;
  border-color: transparent;
  line-height: 1.2em;
  font-size: 0.8em;
}
input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
  border-color: black;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  color: #757575;
}
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  background-color: #dddddd;
}
input[type="checkbox"]:disabled + label:after,
input[type="radio"]:disabled + label:after {
  color: #dddddd;
}
input[type="radio"] + label:before {
  -webkit-border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
}
input[type="radio"]:checked + label {
  color: black;
}
input[type="radio"]:checked + label:after {
  content: "f";
}
input[type="checkbox"] + label:before {
  -webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
  -moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
}
input[type="checkbox"]:checked + label {
  color: black;
}
input[type="checkbox"]:checked + label:after {
  content: "e";
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .not-mobile {
    display: none !important;
  }
  .mobile-only {
    display: inline-block;
  }
}
.b2b-message {
  display: inline-block;
  background-color: #88adc5;
  color: white;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  padding: 0.2rem 0.5rem;
}
.international-message {
  display: inline-block;
  background-color: #dddddd;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  padding: 0.2rem 0.5rem;
  color: black;
}
.sticky {
  z-index: 1;
  position: fixed !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
}
input[type='checkbox'].custom-checkbox {
  display: none;
}
.response-message > div {
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 1rem 0;
  padding: 1rem;
}
.response-message .successMessage {
  border: 2px solid green;
}
.response-message .errorMessage {
  border: 2px solid red;
}
.tag {
  white-space: nowrap;
}
.fullwidth {
  width: 100% !important;
}
.messy {
  word-wrap: break-word;
  max-width: 300px;
}
.totalStarsWrapper {
  display: inline-block;
}
.totalStarsWrapper i {
  font-size: 2.2rem;
}
.totalStarsWrapper p {
  font-size: 1.1rem;
}
li.shop-rating {
  display: inline-block;
  width: 33.33%;
  padding: 1.5rem;
  text-align: center;
}
li.shop-rating a {
  text-decoration: none;
}
li.shop-rating .totalStarsWrapper i {
  margin-top: 0.3rem;
  font-size: 1.4rem;
}
li.shop-rating img {
  max-width: 100%;
}
.no-result-icon {
  color: #bf7317;
  display: block;
  float: left;
  font-size: 24px;
  padding: 10px 5px;
}
.no-result-textbox {
  display: inline-block;
  padding: 10px 5px;
}
.no-result-textbox h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.no-result-textbox p {
  font-size: 1.2rem;
}
.no-result-textbox ul {
  margin: 20px;
  list-style: disc inside;
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.fb-like-box {
  width: 300px;
}
.fb-like-box span,
.fb-like-box iframe {
  width: 300px !important;
  height: 550px !important;
}
.relative {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.red {
  color: #bf3a17;
}
.green {
  color: #20ab0f;
}
.badge {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: none repeat scroll 0 0 #20ab0f;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: white;
  display: block;
  height: 2.8rem;
  line-height: 2.8rem;
  position: absolute;
  right: -2.5rem;
  text-align: center;
  top: 1.2rem;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  vertical-align: middle;
  width: 10rem;
  z-index: 2;
  text-transform: uppercase;
}
.badge.bad {
  background: none repeat scroll 0 0 #bf3a17;
}
.badge-quantity {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: auto;
  min-width: 2.8rem;
  height: 2.8rem;
  padding: 0.3rem 0.5rem;
  color: white;
  background-color: #0070ba;
  -webkit-border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  -moz-border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  font-size: 1.5rem;
  box-shadow: 2px 4px 4px -2px white;
  -webkit-box-shadow: 2px 4px 4px -2px white;
}
.button {
  background-color: #dddddd;
  border: 0.2em solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.4em 0.8em;
  text-align: center;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  -moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.button:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.button:active {
  border-color: rgba(255, 255, 255, 0.4);
}
.button-to-shop {
  background-color: #ffd11f;
}
.b2b {
  background-color: #88adc5;
  color: white;
}
.international {
  background-color: #dddddd;
  color: black;
}
.button-toggle {
  background-color: #0070ba;
  color: white;
}
.button.green {
  background-color: #20ab0f;
  color: white;
}
figure {
  margin: 0px;
}
figure figcaption {
  text-align: center;
  color: #757575;
  margin-top: 5px;
}
details,
summary {
  display: block;
}
.no-details details > * {
  display: none;
}
.no-details details > summary:before {
  float: left;
  width: 20px;
  content: '► ';
}
.no-details details.open > summary:before {
  content: '▼ ';
}
.no-details details summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
.js-toggle-box .js-toggle {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.userReview {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  color: #555555;
}
.userReview.response {
  padding: 0 1rem 1rem 3rem;
  margin: 0 1rem 2rem 1rem;
  background-color: #efefef;
  border: thin dotted #757575;
}
.userReview.response:before {
  display: block;
  float: left;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e6";
  font-size: 2rem;
  margin-left: -2.5rem;
}
.userReview.response .shopLogoSmall {
  height: 3rem;
}
.userReview.response .shopLogoSmall img {
  max-width: 10rem;
}
.userReview:not(:first-child) {
  border-top: thin solid #dddddd;
}
.userReview:last-child {
  border-bottom: thin solid #dddddd;
}
.userReview header {
  padding: 10px 0;
  color: #757575;
}
.userReview header .review-author {
  display: inline block;
  font-size: 14px;
  font-weight: normal;
}
.userReview header i {
  font-size: 16px;
  float: right;
}
.userReview .main {
  display: block;
  clear: both;
}
.userReview .main .toggleLink {
  font-size: 12px;
  color: #79caff;
  display: block;
  text-align: right;
  margin-right: 10px;
}
.userReview .main .toggleLink:hover {
  cursor: pointer;
}
.userReview .main .review-text {
  padding: 10px 0;
  display: block;
  line-height: 1.3em;
}
.userReview .main h2 {
  padding: 5px 10px;
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.userReview .review-text {
  width: 65%;
  float: left;
}
.userReview .review-text .preamble {
  font-weight: bold;
}
.userReview .review-text .fa {
  font-size: 1rem;
}
.userReview .review-text .fa.fa-quote-right {
  margin-left: 0.5rem;
}
.userReview .review-text .fa.fa-quote-left {
  margin-right: 0.5rem;
}
.userReview .facts-wrapper {
  padding: 0 10px;
  display: block;
  overflow: hidden;
  width: 35%;
}
.userReview .facts-wrapper .facts {
  width: 100%;
  float: left;
  min-height: 10px;
}
.userReview .facts-wrapper .facts li {
  margin-top: 0.5em;
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1em;
  position: relative;
}
.userReview .facts-wrapper .facts li .fa {
  position: absolute;
  left: 0px;
}
.userReview .facts-wrapper .facts.pro .fa {
  color: #20ab0f;
}
.userReview .facts-wrapper .facts.con .fa {
  color: #bf3a17;
}
.userReview .facts-wrapper .delivery .pi-delivery {
  line-heigt: noraml;
  vertical-align: sub;
  font-size: 25px;
  margin-right: 0.7rem;
}
.userReview .facts-wrapper .totalStarsWrapper {
  height: 45px;
  width: 100%;
}
.social-share-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 12rem;
}
.social-share {
  width: 30rem;
  padding: 3rem;
  top: 0;
}
.social-share .media {
  display: inline-block;
  float: left;
  width: 33%;
  text-align: center;
}
.social-share.stick {
  position: fixed;
}
.loader.loading {
  display: inline-block;
}
.loading:after {
  background: none repeat scroll 0 0 rgba(252, 252, 255, 0.5);
  content: " ";
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}
.button-radio {
  display: inline-block;
}
.button-radio label {
  background-color: #dddddd;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.4em 0.8em;
  text-align: center;
  border-bottom: medium solid rgba(0, 0, 0, 0.2);
}
.button-radio label:hover {
  border-bottom-color: transparent;
}
.button-radio:not(.icon) input[type="radio"] + label {
  padding-left: 0.8em;
}
.button-radio:not(.icon) input[type="radio"] + label:before,
.button-radio:not(.icon) input[type="radio"] + label:after {
  display: none;
}
.button-radio input[type="radio"]:checked + label {
  color: white;
  background-color: #555555;
}
.button-radio input[type="radio"]:disabled + label {
  color: #555555;
  background-color: #dddddd;
}
.button-radio:first-child label {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}
.button-radio:last-child label {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.button-radio:not(last-child) label {
  border-right: thin solid rgba(0, 0, 0, 0.2);
}
#prisguide-export .card {
  padding: 0rem 0.5rem 0.5rem;
  font-size: 0;
}
#prisguide-export .card > * {
  font-size: 1.2rem;
}
#prisguide-export .card .product {
  background-color: white;
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
  border: thin solid #dddddd;
  padding: 1rem 1rem 0;
  text-align: center;
}
#prisguide-export .card .product.tagged .badge {
  font-size: 1.2rem;
  width: 12rem;
  top: 1.7rem;
  right: -3rem;
}
#prisguide-export .card .product a.sub:hover .price {
  text-decoration: none;
}
#prisguide-export .card .product:not(:first-child) {
  margin-left: -1px;
}
#prisguide-export .card .product:first-child {
  margin-left: 1px;
}
#prisguide-export .card .product .category {
  color: #757575;
  font-size: 0.9rem;
  left: 0;
  padding: 0.3em;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
#prisguide-export .card .product .image {
  width: 100%;
  height: 11rem;
  line-height: 11rem;
}
#prisguide-export .card .product .image img {
  max-width: 95%;
  max-height: 95%;
  display: inline-block;
  vertical-align: middle;
}
#prisguide-export .card .product .title {
  display: block;
  height: 3rem;
  line-height: 1.4rem;
  padding: 0 0.3rem;
}
#prisguide-export .card .product .logo {
  display: inline-block;
  float: left;
  margin: 0.3rem;
  width: 45%;
  height: 3.5rem;
  line-height: 3.5rem;
}
#prisguide-export .card .product .logo img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-height: 80%;
}
#prisguide-export .card .product .price {
  float: right;
  margin-right: 0.3rem;
  text-align: right;
}
#prisguide-export .card .product .price .price-tag {
  font-size: 1rem;
}
#prisguide-export .card .product .price .price-before {
  color: #757575;
}
#prisguide-export .card .product .price .price-new {
  font-size: 1.6rem;
  font-weight: bold;
}
#prisguide-export .card .product .price .price-old {
  text-decoration: line-through;
  display: block;
  color: #757575;
}
#prisguide-export .card .product .shop-button {
  margin: 0.5rem 0 1rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#prisguide-export .card .product .shop-button .button-to-shop {
  padding: 0.5rem 3rem;
}
#prisguide-export .card .product .product-link {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
#prisguide-export .card .product .badge {
  font-size: 1.4rem;
}
#prisguide-export {
  background-color: #0070ba;
}
#prisguide-export main {
  overflow: hidden;
}
#prisguide-export .prisguide-icon {
  background: url("../images/prisguide_icons/prisguide_logo.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
  background-size: 80%;
  display: inline-block;
  height: 50px;
  width: 300px;
  margin-left: 20px;
  margin-top: 5px;
}
#prisguide-export .exportHeader {
  height: 5.5rem;
  position: relative;
  background-color: #0070ba;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
}
#prisguide-export .exportHeader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1150px;
  height: 100px;
  opacity: 0.15;
  z-index: 1;
  background-image: url("/images/texture.jpg");
  background-size: 100% 100%;
}
#prisguide-export .exportHeader > * {
  position: relative;
  z-index: 2;
}
#prisguide-export .exportHeader .offers-link {
  color: white;
  font-size: 2rem;
  float: right;
  padding: 20px 25px 0;
}
#prisguide-popular {
  height: 300px;
  overflow: hidden;
}
#prisguide-popular .popular-products {
  background-color: white;
  font-size: 0;
}
#prisguide-popular .popular-products a:hover {
  text-decoration: none;
}
#prisguide-popular .popular-products .product {
  display: inline-block;
  width: 20%;
  height: 12.3rem;
  vertical-align: top;
  padding: 1.5rem;
  text-align: center;
}
#prisguide-popular .popular-products .product .image {
  display: block;
  height: 5rem;
  line-height: 5rem;
}
#prisguide-popular .popular-products .product .image img {
  vertical-align: middle;
  max-width: 60%;
  max-height: 100%;
}
#prisguide-popular .popular-products .product .title {
  color: #757575;
  font-size: 1.2rem;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
}
#prisguide-popular .popular-products .product .price {
  color: #444;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
#prisguide-popular .popular-products .product .price .no-price {
  font-size: 1.4rem;
  color: #757575;
}
#prisguide-static-banner .banner {
  max-height: 300px;
  overflow: hidden;
}
#prisguide-static-banner .banner img {
  max-width: 100%;
}
