

/* FILE: enterprise.css */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,900');

/* ============================================ *
 * Enterprise Wishlist Styles
 * ============================================ */
/* Customer Account Styles */
#wishlist_edit_action_container {
  left: 0;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 99999;
}
#wishlist_edit_action_container .popup-block {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 auto;
  padding: 2% 20px;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
}
#wishlist_edit_action_container .popup-block .block-title {
  padding-top: 0;
  border-top: 0;
}
#wishlist_edit_action_container .popup-block .block-title .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.wishlist-actions-container {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.wishlist-actions-container .sub-title {
  float: left;
}
.wishlist-actions-container .sub-title .item-count {
  text-transform: none;
  margin-left: 10px;
}
.wishlist-actions-container .sub-title .wishlist-edit {
  margin-left: 10px;
  font-size: 15px;
}
.wishlist-actions-container .btn-create {
  float: right;
}

.wishlist-management .table-caption {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
}
.wishlist-management .table-caption .sub-title {
  float: left;
  padding-bottom: 5px;
}
.wishlist-management .table-caption .sub-title:after {
  content: ':';
}
.wishlist-management .table-caption #wishlists-select,
.wishlist-management .table-caption #wishlists-move,
.wishlist-management .table-caption #wishlists-copy {
  float: left;
  margin-left: 10px;
  position: relative;
  padding-bottom: 5px;
}
.wishlist-management .table-caption #wishlists-select .split-button-title,
.wishlist-management .table-caption #wishlists-move .split-button-title,
.wishlist-management .table-caption #wishlists-copy .split-button-title {
  display: inline;
}
.wishlist-management .table-caption #wishlists-select .change,
.wishlist-management .table-caption #wishlists-move .change,
.wishlist-management .table-caption #wishlists-copy .change {
  margin-left: 10px;
  font-size: 15px;
}
.wishlist-management .table-caption #wishlists-select .list-container,
.wishlist-management .table-caption #wishlists-move .list-container,
.wishlist-management .table-caption #wishlists-copy .list-container {
  width: auto;
  left: auto;
  right: 0;
}
.wishlist-management .table-caption #wishlists-select .list-container li,
.wishlist-management .table-caption #wishlists-move .list-container li,
.wishlist-management .table-caption #wishlists-copy .list-container li {
  padding: 2px 10px;
}
.wishlist-management .table-caption #wishlists-select .list-container li a,
.wishlist-management .table-caption #wishlists-select .list-container li span,
.wishlist-management .table-caption #wishlists-move .list-container li a,
.wishlist-management .table-caption #wishlists-move .list-container li span,
.wishlist-management .table-caption #wishlists-copy .list-container li a,
.wishlist-management .table-caption #wishlists-copy .list-container li span {
  font-size: 15px;
  padding: 0;
}
.wishlist-management .table-caption #wishlists-select .list-container li:last-child,
.wishlist-management .table-caption #wishlists-move .list-container li:last-child,
.wishlist-management .table-caption #wishlists-copy .list-container li:last-child {
  border-bottom: 0;
}
.wishlist-management .table-caption #wishlists-move,
.wishlist-management .table-caption #wishlists-copy {
  float: right;
}
.wishlist-management .table-caption #wishlists-move .split-button-title,
.wishlist-management .table-caption #wishlists-copy .split-button-title {
  display: none;
}
.wishlist-management + .fieldset .buttons-set button {
  margin-bottom: 10px;
}

.fieldset .wishlist-empty {
  margin-bottom: 30px;
}

#wishlist-table .item-manage .split-button {
  float: right;
  margin-left: 20px;
  margin-bottom: 3px;
}
#wishlist-table .item-manage .split-button .change:after {
  top: 5px;
}
#wishlist-table .item-manage .split-button .list-container {
  left: auto;
  right: 0;
  width: auto;
}
#wishlist-table .item-manage .split-button .list-container li span {
  padding: 0 10px;
}
#wishlist-table .item-manage .split-button ~ .btn-update {
  clear: right;
  float: right;
  margin-top: 10px;
}

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .my-wishlist .fieldset {
    margin-top: 10px;
  }

  #wishlist-table .item-manage .split-button {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    margin-top: 15px;
  }
  #wishlist-table .item-manage .split-button .list-container {
    left: 0;
    right: auto;
  }
  #wishlist-table .item-manage .split-button ~ .btn-update {
    clear: left;
    float: left;
  }
  #wishlist-table thead {
    display: none;
  }

  .customer-wishlist-item-info .item-manage {
    content: '';
    display: table;
    clear: both;
    width: 100%;
  }
}
.wishlist-search-view h2.subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
}
.wishlist-search-view .info-table .nobr {
  margin-right: 30px;
}
.wishlist-search-view #wishlist-table.clean-table td {
  max-width: 100%;
}
.wishlist-search-view #wishlist-table.clean-table td p.qty {
  text-align: center;
  width: 100%;
}
.wishlist-search-view #wishlist-table.clean-table td .price-box {
  margin: 0;
}
.wishlist-search-view #wishlist-table.clean-table th {
  padding-left: 2px;
  padding-right: 2px;
}
.wishlist-search-view .truncated .truncated_full_value .item-options {
  left: -40px;
}

@media only screen and (max-width: 768px) {
  .wishlist-search-view #wishlist-table.clean-table td {
    max-width: 100px;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 599px) {
  .wishlist-search-view #wishlist-table.clean-table td {
    padding: 6px 10px;
  }
  .wishlist-search-view #wishlist-table.clean-table td p.qty {
    text-align: left;
  }
  .wishlist-search-view #wishlist-table.clean-table td .price-box {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .wishlist-search-view .customer-wishlist-item-comment {
    width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  .wishlist-search-view #wishlist-table.clean-table td {
    max-width: 100%;
  }
}
/* Store Front Styles */
.split-button {
  position: relative;
}
.split-button .split-button-title {
  display: none;
}
.split-button .change {
  padding-right: 13px;
  min-height: 25px;
  position: relative;
}
.split-button .change:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #FF6903;
  border-bottom: none;
  content: '';
  right: 0;
  top: 8px;
}
.split-button .change.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #FF6903;
  border-top: none;
}
.split-button .list-container {
  display: none;
  width: 120%;
  max-width: 320px;
  min-width: 175px;
  position: absolute;
  left: -10%;
  top: 100%;
  background: #FBFBFB;
  border: 1px solid #CCCCCC;
  text-align: center;
  z-index: 99999999;
}
.split-button .list-container li {
  border-bottom: 1px solid #EDEDED;
}
.split-button .list-container li span,
.split-button .list-container li a {
  color: #FF6903;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  white-space: normal;
  text-transform: none;
}
.split-button .list-container li span:hover,
.split-button .list-container li a:hover {
  color: #b64900;
}
.split-button .list-container li.new {
  background-color: #EDEDED;
}
.split-button .list-container li.new span:before,
.split-button .list-container li.new a:before {
  content: '+ ';
}
.split-button.active .list-container {
  display: block;
}

.products-grid .split-button .list-container {
  width: 115%;
}
.products-grid .split-button .list-container li span,
.products-grid .split-button .list-container li a {
  font-size: 12px;
}

.products-list .split-button .list-container {
  width: auto;
}

.product-view .split-button .change {
  padding-right: 20px;
}
.product-view .split-button .change:after {
  right: 7px;
}
.product-view .split-button .list-container {
  width: auto;
}
.product-view .split-button .list-container li {
  float: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  .products-list .split-button .list-container {
    left: auto;
    right: -10%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .split-button .list-container {
    left: -10%;
    right: auto;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .split-button .list-container {
    width: auto;
    top: auto;
    bottom: 0;
    left: 100%;
  }
}


/* FILE: styles.css */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  color: #202020;
  font-size: 13px;
  line-height: 1.5;
}

a {
  color: #FF6903;
  text-decoration: none;
}

a:hover {
  color: #e95e00;
  text-decoration: underline;
}

a:focus {
  outline-color: #f56300;
  color: #692b00;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #FF6903;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #8DC33B;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #202020;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #FF6903;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #202020;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FF6903;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #202020;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FF6903;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #FF6903;
}
.block-account li a,
.block-cms-menu li a {
  color: #202020;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #FF6903;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #202020;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #202020;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #202020;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #FF6903;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #66e300;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #66e300;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #66e300;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #FF6903;
  font-family: "Source Sans Pro", sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #b64900;
}

@media only screen and (max-width: 768px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .search-mini-form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .search-mini-form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #202020;
}

.breadcrumbs a:hover {
  color: #FF6903;
}

.breadcrumbs strong {
  color: #202020;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 1199px) {
  .breadcrumbs ul li:last-child {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #FF6903;
  border-color: #FF6903;
}

.btn-remove:after {
  content: 'X';
  color: #FF6903;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Source Sans Pro", sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FF6903;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .main-container {
    padding: 9px;
    padding-top: 13px !important;
  }
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

.catalogsearch-result-products .col-main {
  min-height: 90vh;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 769px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #616161;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  width: 100%;
  max-width: 1200px;
  padding: 10px 0;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Newsletter privacy policy messages
 */
.nwls-pp-msg {
  content: '';
  display: table;
  clear: both;
  color: #A0A0A0;
  font-size: 11px;
  line-height: 1.5;
}
.nwls-pp-msg a {
  text-decoration: underline;
}
.nwls-pp-msg a:hover {
  text-decoration: none;
}
.nwls-pp-msg.nwls-pp-msg--footer {
  max-width: 310px;
  padding-top: 10px;
  text-transform: none;
}
.nwls-pp-msg.nwls-pp-msg--popup {
  max-width: 440px;
  margin: 5px auto 0;
}
@media (max-width: 550px) {
  .nwls-pp-msg.nwls-pp-msg--popup {
    max-width: 275px;
  }
}
.nwls-pp-msg.nwls-pp-msg--register {
  max-width: 365px;
  padding-left: 16px;
}
.nwls-pp-msg.nwls-pp-msg--account {
  padding: 0 10px 0 16px;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #FF6903;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #8DC33B;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  margin: 1em 0 2em 0;
  padding: 0.7em 0.7em;
  background: #F4F4F4;
  font-size: 19px;
}

.messages .error-msg li {
  color: #000000;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #DF280A;
  background-color: #FAEBE7;
}

.messages .notice-msg li {
  color: #000000;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #E26703;
  background-color: #F9EBE6;
}

.messages .success-msg li {
  color: #000000;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #8DC33B;
  background-color: #E7F4CD;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Source Sans Pro", sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #A0A0A0;
}

.price-box .price {
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: "Source Sans Pro", sans-serif;
}

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Source Sans Pro", sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #FF6903;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #FF6903;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.tier-title {
  font-weight: bold;
  font-size: 14px;
  color: #464646;
}
@media only screen and (max-width: 768px) {
  .tier-title {
    font-size: 16px;
  }
}

.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
  line-height: 24px;
}

.tier-prices {
  overflow: hidden;
  display: inline-block;
  line-height: 24px;
}
@media (max-width: 365px) {
  .tier-prices {
    max-height: none;
    line-height: 380%;
    overflow: visible !important;
  }
  .tier-prices .tier-price-finnurmi {
    margin-bottom: -24px;
  }
}
.tier-prices .tier-description {
  float: left;
  white-space: nowrap;
  display: inline-block;
  padding-right: 7px;
}
@media (max-width: 365px) {
  .tier-prices .tier-description {
    position: absolute;
    display: block !important;
  }
}
.tier-prices .you-save,
.tier-prices .save-percent {
  color: #8fc400;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 365px) {
  .tier-prices .you-save,
  .tier-prices .save-percent {
    line-height: 334%;
    padding-top: 21px;
  }
}
.tier-prices .you-save {
  float: left;
  width: 53px;
}
.tier-prices .price {
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  color: #464646;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #FF6903;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #FF6903;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #EDEDED;
}

@media only screen and (max-width: 768px) {
  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
  }
}
.no-touch .product-image:hover {
  border-color: #FF6903;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #A0A0A0;
  font-size: 13px;
}

.std ul .title {
  font-weight: bold;
  list-style-type: none;
  margin: 0 0 1.5em 0;
  margin-left: 0;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Source Sans Pro", sans-serif;
  color: #202020;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  display: inline-block;
}

.pages a,
.pages .current {
  display: inline-block;
  margin: 0 0.2em;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 25px;
  padding: 0;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}

.pages .current,
.pages .current:hover {
  background-color: #FF6903;
}

.pages .previous_jump, .pages .next_jump {
  color: #333;
  background-color: #fff;
  margin: 0;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #FF6903;
  border-right: none;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #b64900;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #FF6903;
  border-left: none;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #b64900;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .limiter {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #FF6903;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #b64900;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #FF6903;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b64900;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  width: auto;
  max-width: 350px;
  max-height: none;
  min-width: 0;
  min-height: 0;
}

.page-print .section-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-print .print-page-title {
  text-transform: none;
}

/* Lazy Load fade in */
.lazy {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.lazy.lazyloaded {
  opacity: 1;
}

/* Wishlist Table */
#wishlist-table .customer-wishlist-item-selector {
  text-align: center;
}
#wishlist-table .customer-wishlist-item-image {
  width: 75px !important;
}
#wishlist-table .customer-wishlist-item-unit {
  text-align: center;
}
#wishlist-table td a {
  text-transform: none !important;
}
#wishlist-table textarea {
  resize: none;
}
#wishlist-table .product-name a {
  font-weight: bold;
  text-transform: none !important;
}
#wishlist-table .wishlist-sku {
  margin: 0 0 10px !important;
}
#wishlist-table .price-box .price {
  font-size: 1em;
  font-weight: bold;
}
#wishlist-table .item-manage .btn-update {
  min-width: 106px;
  margin-top: 5px !important;
}

@media only screen and (max-width: 479px) {
  #wishlist-table .customer-wishlist-item-selector::before {
    display: none;
  }
  #wishlist-table .customer-wishlist-item-info {
    margin-bottom: 20px;
  }
  #wishlist-table .customer-wishlist-item-selector,
  #wishlist-table .customer-wishlist-item-unit,
  #wishlist-table .customer-wishlist-item-price .price-box {
    text-align: left;
    padding-left: 0;
  }
  #wishlist-table .customer-wishlist-item-image img {
    width: 73px !important;
    height: 73px !important;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    top: 10px !important;
  }
}
/* Order Invoice Pages */
.invoice-order-links {
  padding: 10px 0;
  margin: 50px 0 20px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.semibold {
  font-weight: 600;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #FF6903;
}

.input-text.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #202020;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #A0A0A0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: "Source Sans Pro", sans-serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 769px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}
.page-header {
  font-family: "Source Sans Pro", sans-serif;
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) {
  .logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 769px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #202020;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 768px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 768px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    color: #202020;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    text-decoration: none;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Rearrange brand menu item to top bar
 * ============================================ */
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .header-container .nav-primary .brand-link {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .header-container .nav-primary .brand-link:after {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header-container .nav-primary .brand-link a.level-top {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header-container .nav-primary .brand-link-content {
    position: absolute !important;
    left: 0 !important;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: -91px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1340px) {
  .header-container .nav-primary .brand-link-content {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .header-container .brand-element a:after {
    content: '';
    position: absolute;
    cursor: pointer;
    top: 0;
    margin-left: -85px;
    width: 90px;
    height: 35px;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 768px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 769px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #202020;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 768px) {
  .nav-primary a.level0,
  .nav-primary .option label {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #FF6903;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 769px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    border: none;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 769px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
.search-mini-form .input-box {
  position: relative;
  padding-top: 0;
}

.search-mini-form label {
  display: none;
}

.search-field {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Source Sans Pro", sans-serif;
}

.search-mini-form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

.search-mini-form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

.search-mini-form .search-button:hover:before {
  opacity: 0.8;
}

.search-mini-form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 769px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #202020;
    line-height: 2;
  }

  #header-account a:hover {
    color: #FF6903;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #FF6903;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 769px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(255, 105, 3, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Source Sans Pro", sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #FF6903;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #202020;
}
.footer .links a:hover {
  color: #FF6903;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #202020;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #FF6903;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .products-grid {
    clear: both;
  }
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
.cms-page-view .new-products-grid .product-element-image img {
  width: 100% !important;
}

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
@media (min-width: 769px) {
  .block-layered-nav .block-subtitle--filter, .mobile-sidebar .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #202020;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    cursor: pointer;
  }
  .block-layered-nav .block-subtitle--filter:after, .mobile-sidebar .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FF6903;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-subtitle--filter:hover, .mobile-sidebar .block-subtitle--filter:hover {
    background-color: #ededed;
  }

  .block-layered-nav .block-content .toggle-tabs {
    display: none;
  }
  .block-layered-nav .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #202020;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FF6903;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    background-color: #ededed;
  }
  .block-layered-nav .block-content > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  .block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 15px;
    display: block;
  }
  .block-layered-nav dl dd ol > li > a .count {
    color: #A0A0A0;
  }
}
@media only screen and (min-width: 769px) {
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
  .block-layered-nav .block-content dt {
    padding: 6px 10px 6px 10px;
  }
  .block-layered-nav .block-content dd {
    padding: 10px;
    margin-top: 0;
  }
  .block-layered-nav .block-content .checkmark {
    display: none;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* Amasty filters activated top version */
.amshopby-filters-top .block-content .currently {
  float: left;
}

.amshopby-filters-top .actions {
  margin: 0;
}

.amshopby-filters-top .actions a {
  padding: 0.5em;
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 2px;
}

.amshopby-filters-top .block-content .currently ol {
  max-width: none;
}

.amshopby-filters-top .btn-remove-inline {
  background-image: none;
  width: auto;
}

.amshopby-filters-top.block-layered-nav .currently ol {
  padding-left: 0;
  margin-bottom: 10px;
}

.amshopby-filters-top.block-layered-nav .currently ol li {
  display: inline-block;
  margin: 0 1em 5px 0;
  color: #fff;
  background-color: #8FC400;
  border-radius: 2px;
}

.amshopby-filters-top.block-layered-nav .currently ol li span {
  display: inline-block;
  padding: 0.5em;
}

.amshopby-filters-top.block-layered-nav .currently ol li .multiselect-child {
  border-left: 1px solid #fff;
}

.amshopby-filters-top.block-layered-nav .currently ol li .btn-remove-inline {
  background-image: none;
}

.amshopby-filters-top.block-layered-nav .currently ol li .label {
  font-weight: normal;
}

.amshopby-filters-top .btn-remove-inline img {
  display: none;
}

.amshopby-filters-top .btn-remove {
  border: 0;
  background-color: #8FC400;
  text-decoration: none;
  padding-top: 6px;
  margin-right: 6px;
}

.amshopby-filters-top .btn-remove-inline {
  text-decoration: none;
}

.amshopby-filters-top .btn-remove-inline:after {
  content: 'x';
  color: #fff;
  width: 100%;
  font-weight: bold;
  padding: 0.2em 0.5em;
}

.amshopby-filters-top .btn-remove:after {
  content: 'x';
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 13px;
}

.amshopby-filters-top .btn-remove-inline:hover:after, .amshopby-filters-top .btn-remove:hover:after {
  color: #333;
  background-color: #fff;
  text-decoration: none;
  border-radius: 50%;
}

.amshopby-filters-top .block-layered-nav .currently ol li .btn-remove {
  top: 2px;
}

.col-main .amshopby-filters-top.no-matching-products {
  display: none;
}

@media (max-width: 768px) {
  .col-main > .amshopby-filters-top {
    display: none;
  }

  .col-main .amshopby-filters-top.no-matching-products {
    display: block;
    padding-top: 15px;
  }

  .amshopby-filters-top {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .amshopby-filters-top .block-subtitle,
  .amshopby-filters-top .actions a {
    display: none;
  }
  .amshopby-filters-top .currently ol li {
    padding: 14.5px 0 14.5px 9px;
    margin: 5px 3px 5px 0 !important;
    border-radius: 1px;
  }
  .amshopby-filters-top .currently .price {
    padding: 0 !important;
    font-family: "Open Sans", sans-serif;
  }
  .amshopby-filters-top .currently .close {
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/close.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 4px 6px -3px 7px;
    cursor: pointer;
    position: relative;
    float: right;
  }
  .amshopby-filters-top .clear-filters {
    text-decoration: underline;
    color: #8FC400;
    cursor: pointer;
    display: inline-block;
    padding: 14.5px 0 14.5px 9px;
    margin: 5px 3px 5px 0;
  }
}
div.block-layered-nav dd a.showhide {
  float: none;
}

/* image-navigation part for the main categories*/
.image-navigation {
  margin-bottom: 20px;
}

.image-navigation-link {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 0px none;
  width: 32%;
}

.image-navigation-link img {
  width: 100%;
}

@media (max-width: 1120px) {
  .image-navigation-link {
    margin-right: 5px;
    width: 32%;
  }
}
@media (max-width: 768px) {
  .image-navigation-link {
    margin-right: 5px;
    width: 49%;
  }
}
@media (max-width: 480px) {
  .image-navigation-link {
    margin-right: 0px;
    width: 100%;
  }
}
.product-element-data .opacity-wrapper {
  opacity: 0.5;
}

.product-element-data .o-o-o-note {
  text-transform: uppercase;
  background-color: #ff6903;
  color: #fff;
  font-weight: bold;
  top: 100px;
  left: 10%;
  z-index: 9;
  position: absolute;
  padding: 0.5em;
  right: auto;
  width: 80%;
  opacity: 0.9;
  transform: rotate(-30deg);
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #FF6903;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #FF6903;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #202020;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #202020;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 0 2px 0;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 769px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #FF6903;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #202020;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FF6903;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ededed;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #FF6903;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FF6903;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FF6903;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #FF6903;
  font-family: "Source Sans Pro", sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #CCCCCC;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #F4F4F4;
  padding: 15px 20px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #202020;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #202020;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Source Sans Pro", sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Source Sans Pro", sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table .col-empty {
  display: none;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image img {
  width: 100%;
  max-width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price,
.cart-table .col-unit {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FF6903;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #FF6903;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #C0C0C0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (min-width: 600px) {
  .cart-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    border: none !important;
  }
  .cart-table th {
    border: none !important;
  }
  .cart-table thead tr {
    border: none;
  }
  .cart-table tbody tr {
    background: none !important;
  }
  .cart-table tbody td {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
  }
  .cart-table tbody tr + tr td {
    border-top: none;
  }
  .cart-table tfoot td {
    width: 100%;
  }
  .cart-table .col-empty {
    display: table-cell;
    width: 4%;
    background: none;
    border: none;
  }
  .cart-table .col-image {
    border-left: #dfdfdf 1px solid;
    width: 15%;
  }
  .cart-table .col-info {
    width: 23%;
  }
  .cart-table .col-shipping {
    width: 12%;
  }
  .cart-table .col-delivery {
    width: 12%;
  }
  .cart-table .col-price {
    width: 8%;
  }
  .cart-table .col-qty {
    width: 8%;
  }
  .cart-table .col-unit {
    width: 7%;
  }
  .cart-table .col-subtotal {
    width: 10%;
  }
  .cart-table .col-remove {
    width: 5%;
  }
  .cart-table tr.addon-item .col-image {
    width: 11%;
    padding: 5px 20px;
  }
  .cart-table tr.addon-item + .regular-item {
    margin-top: 10px;
  }
  .cart-table tr.addon-item + .regular-item td {
    border-top: 1px solid #dfdfdf;
  }
}
.cart-table tr.addon-item .col-remove a {
  display: none;
}
.cart-table tr.addon-item .col-info .btn-remove {
  display: none;
}
.cart-table tr.addon-item .col-qty input {
  background: #F7F7F7;
  color: #bbb;
}

@media only screen and (max-width: 768px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price, .cart-table td.col-unit {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0;
}
.shipping select.validation-failed {
  border-color: #DF280A;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #ededed;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

@media only screen and (max-width: 768px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Source Sans Pro", sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 13px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #FF6903;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
.order-review-table th {
  font-weight: bold;
  text-transform: none;
}
.order-review-table tfoot tr.first td {
  padding-top: 15px;
}
.order-review-table tfoot tr.last td {
  padding-bottom: 15px;
}
.order-review-table tfoot td {
  padding: 2px 10px;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #FF6903;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #ffb481;
}

.opc .section.allow .step-title h2 {
  color: #A0A0A0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #FF6903;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
.block-progress dt.complete {
  color: #202020;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 768px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 769px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #A0A0A0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Source Sans Pro", sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 13px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 18.2px;
}
.dashboard #dashboard-log-out {
  display: none;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: -8px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dashboard #dashboard-log-out {
    display: block;
  }
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: "Source Sans Pro", sans-serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 768px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: "Source Sans Pro", sans-serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #FF6903;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #202020;
}
#customer-reviews h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #FF6903;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #FF6903;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 768px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 18.2px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #FF6903;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Source Sans Pro", sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #FF6903;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #202020;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #FF6903;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #FF6903;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #202020;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #FF6903;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #FF6903;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 2.8em;
  text-align: center;
  height: 24px;
  font-size: 14px;
}
.header-minicart .info-wrapper .quantity-button {
  display: inline-block;
  opacity: 0;
  vertical-align: top;
  font-size: 14px;
  padding: 2px 12px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .minicart-totals tfoot, .header-minicart .minicart-totals tbody, .header-minicart .minicart-totals tr {
  display: block;
}
.header-minicart .minicart-totals td {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
.header-minicart .minicart-totals tbody {
  line-height: 13px;
}
.header-minicart .minicart-totals tbody td:first-child:after {
  content: ":";
}
.header-minicart .minicart-totals tfoot td {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.header-minicart .minicart-totals tfoot td:first-child {
  padding-right: 10px;
}
.header-minicart .minicart-totals tfoot td:last-child {
  color: #eb3939;
  font-size: 18px;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 769px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .header-minicart .subtotal .label {
    color: #202020;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #FF6903;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #FF6903;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #e95e00;
}
.search-autocomplete ul li.selected {
  background-color: #FF6903;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #FF6903;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Source Sans Pro", sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 769px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #FF6903;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #FF6903;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #FF6903;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ededed;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie {
  min-width: 320px;
}
.notice-cookie .notice-inner {
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .notice-cookie .notice-inner {
    margin: 0 20px;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .notice-cookie .notice-inner {
    margin: 0;
    padding: 10px 15px;
  }
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  display: inline-block;
  text-align: left;
  padding: 6px 15px 6px 0;
}
.notice-cookie .actions {
  display: inline-block;
}
.notice-cookie .actions a {
  margin-right: 15px;
}
.notice-cookie .actions .button {
  padding: 5px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: inherit;
}
.notice-cookie .actions .button:hover {
  text-decoration: none;
}

@media (min-width: 769px) {
  .top-wrapper .notice-cookie {
    display: none;
  }
}
@media (max-width: 768px) {
  .criteo_header {
    z-index: 1 !important;
  }
  .criteo_header ~ .global-site-notice {
    display: none;
  }
  .criteo_header ~ .wrapper .header-container {
    min-height: 53px;
  }
}
@media (max-width: 768px) {
  .criteo_header {
    margin-top: 142px;
  }
}
@media (max-width: 476px) {
  .criteo_header {
    margin-top: 160px;
  }
}
@media (max-width: 351px) {
  .criteo_header {
    margin-top: 175px;
  }
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Orders and Returns
 * ============================================ */
.sales-guest-form #oar_widget_orders_and_returns_form .fieldset {
  margin-left: 30px;
}
.sales-guest-form #oar_widget_orders_and_returns_form .buttons-set {
  max-width: 395px;
}
.sales-guest-form #oar_widget_orders_and_returns_form .guest-select {
  height: 30px;
}

.sales-guest-view .page-title {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  .sales-guest-view .page-title {
    text-align: left;
  }
}
.sales-guest-view .page-title h1 {
  text-align: left;
}
.sales-guest-view .page-title a.link-reorder, .sales-guest-view .page-title a.link-print, .sales-guest-view .page-title span.separator {
  position: relative;
  top: -42px;
}
@media only screen and (max-width: 979px) {
  .sales-guest-view .page-title a.link-reorder, .sales-guest-view .page-title a.link-print, .sales-guest-view .page-title span.separator {
    top: -12px;
  }
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}



/* FILE: madisonisland.css */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}

.category-image {
  position: relative;
}



/* FILE: price-widget.css */
/* line 8, ../sass/price-widget.scss */
#svea-campaign-info {
  max-width: 100%;
  position: relative;
}
/* line 12, ../sass/price-widget.scss */
#svea-campaign-info #svea-price-from {
  width: 150px;
  max-width: 100%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 5px 10px 3px 10px;
  text-align: center;
  cursor: pointer;
}
/* line 23, ../sass/price-widget.scss */
#svea-campaign-info #svea-price-from img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
/* line 28, ../sass/price-widget.scss */
#svea-campaign-info #svea-price-from span.svea-price {
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  padding-top: 4px;
  line-height: 1;
  font-weight: bold;
  color: #002855;
  position: relative;
}
/* line 38, ../sass/price-widget.scss */
#svea-campaign-info #svea-price-from span.svea-price span.arrow {
  position: absolute;
  right: 0;
}
/* line 43, ../sass/price-widget.scss */
#svea-campaign-info #svea-price-from:hover {
  background: #eee;
}
/* line 47, ../sass/price-widget.scss */
#svea-campaign-info ul#svea-dropdown {
  display: none;
  background: #fff;
  position: absolute;
  max-width: 100%;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  -ms-border-radius: 0px 5px 5px 5px;
  -o-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  margin-top: -1px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 40, 85, 0.1);
  z-index: 10;
  overflow: hidden;
}
/* line 61, ../sass/price-widget.scss */
#svea-campaign-info ul#svea-dropdown li {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 40, 85, 0.1);
  overflow: hidden;
}
/* line 65, ../sass/price-widget.scss */
#svea-campaign-info ul#svea-dropdown li:last-child {
  border-bottom: 0;
}
/* line 68, ../sass/price-widget.scss */
#svea-campaign-info ul#svea-dropdown li.svea-method {
  font-weight: bold;
  font-size: 13px;
  background: #002855;
  color: white;
}
/* line 74, ../sass/price-widget.scss */
#svea-campaign-info ul#svea-dropdown li .svea-label {
  display: block;
}
/* line 77, ../sass/price-widget.scss */
#svea-campaign-info ul#svea-dropdown li .svea-cost {
  display: block;
  font-weight: bold;
  color: #002855;
}
/* line 85, ../sass/price-widget.scss */
#svea-campaign-info.svea-open ul#svea-dropdown {
  display: block !important;
}
/* line 88, ../sass/price-widget.scss */
#svea-campaign-info.svea-open #svea-price-from {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom-color: #f8f8f8;
}

.svea_calculator_wrapper {
  position: relative;
  max-height: 31px;
  width: 50%;
  clear: right;
}

@media (max-width: 768px) {
  .svea_calculator {
    margin-left: 6px;
  }
}

/* line 95, ../sass/price-widget.scss */
.svea_calculator {
  min-height: 36px;
  margin-top: -16px;
  display: inline-block;
  margin-top: -16px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .svea_calculator {
    width: 100%;
  }
}

/* Svea logo before calculated price */
.svea_calculator::before {
  top: -10px;
  float: left;
  content: '';
  width: 48px;
  height: 18px;
  cursor: pointer;
  position: relative;
  background: url("https://www.netrauta.fi/skin/frontend/base/default/svea/images/svea_logo_compact.png") no-repeat 0 0;
  image-rendering: -webkit-optimize-contrast;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.svea_calculator::after {
  display: table;
  content: "";
  clear: both;
}

.svea_container {
  padding-right: 0 !important;
  display: block !important;
  margin-top: -23px !important;
  margin-left: 0 !important;
  width: 529px !important;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .svea_container {
    left: auto;
    right: -9px;
  }
}

.svea_calculator:hover .svea_container {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.svea_container .svea_month_data {
  margin-right: 7px !important;
  width: 252px !important;
}

.svea_starting_price_container {
  box-shadow: none !important;
  background: none !important;
  margin: -10px 0 0 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: none !important;
  display: inline-block !important;
  vertical-align: top !important;
  float: left;
}

.svea_starting_price_container .svea_campaign_label {
  display: none;
}

.svea_calc_starting_price {
  float: left;
  cursor: pointer;
  font-size: 18px;
  line-height: 16px;
  display: block !important;
  color: #222222 !important;
  text-transform: lowercase;
  border-bottom: 1px solid #222222;
  font-family: 'Source Sans Pro', sans-serif !important;
  box-shadow: none !important;
  background: none !important;
  width: auto !important;
  min-height: 0 !important;
  margin: -3px 0 0 5px !important;
  border-radius: 0 !important;
}

.svea_calc_starting_price > .svea_month_text {
  display: none !important;
}

.svea_calc_starting_price > .svea_interests_text {
  display: none !important;
}

.svea_calc_starting_price > .svea_month_payment_text {
  margin: 4px 0 0 0 !important;
  font-weight: normal !important;
  font-size: 13px !important;
}

@media (max-width: 1215px) and (min-width: 1201px) {
  .svea_calc_starting_price > .svea_month_payment_text {
    font-size: 12px !important;
  }
}

@media (max-width: 350px) {
  .svea_calc_starting_price > .svea_month_payment_text {
    font-size: 12px !important;
  }
}

@media (min-width: 769px) {
  .svea_calculator {
    position: relative;
  }
}

@media (max-width: 623px) {
  .svea_container {
    left: 1px;
    width: calc(100% - 5px) !important;
  }

  .svea_container .svea_month_data {
    width: 48% !important;
    margin-right: 2% !important;
    float: left;
  }
}

@media (max-width: 479px) {
  .svea_container {
    padding-right: 7px !important;
  }
  .svea_container .svea_month_data {
    width: 100% !important;
    float: none;
  }
}

.svea_campaign {
  margin-top: 5px;
}

.svea_campaign div {
  display: inline-block;
}

.svea_campaign_text_1 {
  color: #52a6be;
  font-weight: bold;
}

.svea_campaign_text_2 {
  font-size: 12px;
}



/* FILE: honeypot.css */
.hnp-field {
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.hnp-field__input {
    left: -1000em !important;
    position: absolute !important;
}


/* FILE: styles.css */
.aSlider{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;position:relative}.aSlider-wrapper{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.aSlider-wrapper:after{content:"";display:block;clear:both}.aSlider-track{position:relative;left:0;font-size:0;transition:.3s, height .3s;white-space:nowrap}.aSlider-track.dragging{transition:none}.aSlider-track img{transition:opacity .3s ease-in-out}.aSlider-track>div{display:inline-block;position:relative;white-space:normal;vertical-align:top}.aSlider-button{opacity:0;position:absolute;width:59px;height:170px;background-color:rgba(255,255,255,0.75);top:50%;z-index:50;margin-top:-85px}.aSlider-button:before{content:"";width:50%;height:77px;background-image:url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icons/slider-arrow.svg");background-position:0 0;background-repeat:no-repeat;position:absolute;top:50%;margin-top:-38px;left:11px}.aSlider-button:hover{cursor:pointer}@media (max-width: 768px){.aSlider-button{display:none}}.aSlider-next{right:0;border-radius:3px 0 0 3px}.aSlider-next:before{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);left:auto;right:11px}.aSlider:hover .aSlider-button{opacity:1}.aSlider-noSlide .aSlider-button{display:none}.aSlider-dots{text-align:center;position:relative;margin-top:25px;margin-bottom:10px}.aSlider-dots li{display:inline-block}.aSlider-dots span{display:block;background:transparent;outline:none;border:none;margin-right:7px}.aSlider-dots span:before{display:block;opacity:1;background:#c6c6c6;content:"";border-radius:15px;height:15px;width:15px}.aSlider-dots .active span:before{background:#ff6903}.aSlider-fade .aSlider-track{transition:none}.aSlider-fade .aSlider-track>div{transition:opacity .3s ease-in-out;width:100%;left:0;top:0;position:absolute;display:block;opacity:0;visibility:hidden}.aSlider-fade .aSlider-track>div:first-child{position:relative;opacity:1;visibility:visible}.aSlider-fade .aSlider-track>div:first-child{display:inline-block}.aSlider img[data-lazy]{opacity:0}



/* FILE: styles.css */
.short-sales-text {
  display: block;
  color: #eb3939;
  font-weight: 600;
}

.product-essential .short-sales-text {
  padding-bottom: 3px;
  font-size: 21px;
}



/* FILE: amshopby.css */
div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-rb2.gif);}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.netrauta.fi/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.netrauta.fi/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}


/* FILE: main.css */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,900");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #202020;
  font-family: "Open Sans", sans-serif !important;
  background: #f9f9f9;
}

a {
  color: #ff6903;
}

a:hover {
  color: #ff6903;
  text-decoration: underline;
}

a:focus {
  outline: 0;
  color: #ff6903;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/fonts/ambientia/fontawesome-webfont.eot?v=4.4.0");
  src: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/fonts/ambientia/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/fonts/ambientia/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/fonts/ambientia/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/fonts/ambientia/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/fonts/ambientia/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

@keyframes (button-up) {
  0% {
    opacity: 0;
    top: -100px;
  }
  95% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: -65px;
  }
}
@keyframes (button-down) {
  0% {
    opacity: 1;
    top: -65px;
  }
  95% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 0;
    top: -100px;
  }
}
h1,
.page-title h1,
.product-name h1, h2, h3, #finnurmi_calculator_wrapper h2, .cms-home .latest-news-container .latest-news-header {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  text-transform: none;
}

h1,
.page-title h1,
.product-name h1 {
  font-size: 26px;
  margin: 0.07692em 0 0.38462em 0;
  color: #464646;
  border-bottom: 0;
}

.page-title h1 {
  font-size: 26px;
  margin: 20px 0;
  padding: 0;
  text-transform: none;
}
.page-title h1#h1bc {
  margin-top: 0px;
}

.product-name h1 {
  margin: 5px 0;
}

h2 {
  color: #464646;
  font-size: 22px;
}

h3 {
  color: #464646;
  font-size: 18px;
}

.bv_stars {
  font-family: "Source Sans Pro", sans-serif;
}

.promo-product-list {
  clear: both;
}
.promo-product-list .product-element {
  margin-right: 10px;
  overflow: hidden;
}
.promo-product-list .product-element:focus {
  outline: 0;
}
.promo-product-list.ammost_related .product-element, .promo-product-list.ammost_crosssell .product-element {
  overflow: visible;
}
.promo-product-list .aSlider-button {
  opacity: 1;
}

.promo-product-list-header h2 {
  float: left;
}
@media (max-width: 478px) {
  .promo-product-list-header h2 {
    font-weight: 600;
    font-size: 21px;
  }
}
.promo-product-list-header h2 a {
  color: inherit;
}
.promo-product-list-header h2 a:hover {
  text-decoration: none;
}
.promo-product-list-header .new-products-link {
  float: right;
  line-height: 26px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 410px) {
  .promo-product-list-header .new-products-link {
    float: left;
    clear: left;
    padding-left: 0;
    line-height: 22px;
    padding-bottom: 10px;
  }
}
.promo-product-list-header .new-products-link:after {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 9px;
  font-weight: normal;
  margin-right: 4px;
  vertical-align: baseline;
}

@media (max-width: 768px) {
  .notification-banner-list #countdown-wrapper {
    display: block;
    width: 100% !important;
    padding: 16px 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.salesphonebanner {
  min-width: 100% !important;
}

@media (max-width: 768px) {
  #tuotemerkkilista {
    display: none;
  }
}

.block-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#narrow-by-list dt {
  color: #ff6903;
  margin-bottom: 8px;
  background: #fff;
  font-size: 1.28571em;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  border: 1px dashed #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0px;
  text-transform: none;
}
@media (max-width: 768px) {
  #narrow-by-list dt {
    border: 0px;
    margin-top: 5px !important;
    padding-top: 0px !important;
    background: #f9f9f9;
  }
}
#narrow-by-list dd {
  background: #f9f9f9;
  border: 1px dashed #dfdfdf;
  border-top: none;
}
#narrow-by-list dd li a {
  color: #202020;
  padding: 0px;
}
@media (min-width: 769px) {
  #narrow-by-list dd li a:before {
    font-family: "fontAwesome";
    content: "";
    font-size: 10px;
    color: #ff6903;
    margin-right: 4px;
    margin-top: 3px;
    float: left;
    font-weight: 400;
  }
  #narrow-by-list dd li a:hover:before, #narrow-by-list dd li a.amshopby-attr-selected:before {
    font-family: "fontAwesome";
    content: "";
    color: #8fc400;
  }
}
#narrow-by-list dd + dt {
  margin-top: 1em;
}
#narrow-by-list dt#tuoteryhma-title {
  border: none !important;
}
@media (max-width: 768px) {
  #narrow-by-list dt#tuoteryhma-title {
    background: #f9f9f9;
  }
}
#narrow-by-list dt#tuoteryhma-title + dd {
  border: none;
  background: none;
}
#narrow-by-list dt#tuoteryhma-title + dd li a:before {
  font-family: "fontAwesome";
  content: "";
  color: #939393;
  margin-top: 4px;
}
#narrow-by-list dt#tuoteryhma-title + dd a {
  color: #202020;
  padding: 0px;
}
@media (max-width: 768px) {
  #narrow-by-list dd:not(#tuoteryhma-content) li:before {
    font-family: "fontAwesome";
    content: "";
    color: #939393;
    margin-top: 4px;
    font-size: 10px;
    margin-right: 4px;
    float: left;
  }
}

.discount-sorter-link, .discount-sorter-link:hover {
  color: #333;
}
.discount-sorter-link .count, .discount-sorter-link:hover .count {
  color: #A0A0A0;
}
@media (min-width: 769px) {
  .discount-sorter-link:before, .discount-sorter-link:hover:before {
    font-family: "fontAwesome";
    content: "";
    font-size: 10px;
    color: #ff6903;
    margin-right: 4px;
    margin-top: 3px;
    float: left;
    font-weight: 400;
  }
  .discount-sorter-link:hover:before, .discount-sorter-link.discount-sorter-link-selected:before, .discount-sorter-link:hover:hover:before, .discount-sorter-link:hover.discount-sorter-link-selected:before {
    font-family: "fontAwesome";
    content: "";
    color: #8fc400;
  }
}

@media (max-width: 768px) {
  p.block-subtitle {
    border: 1px dashed #dfdfdf !important;
    background: #fff !important;
    color: #ff6903 !important;
    font-size: 1.28571em !important;
    font-weight: 900 !important;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none !important;
  }
}

@media (max-width: 768px) {
  p.block-subtitle--filter.active {
    border-bottom: 1px solid #ccc !important;
  }
}

.block-layered-nav .block-subtitle--filter::after {
  border-color: transparent -moz-use-text-color transparent #808080;
}

.block-layered-nav .block-subtitle--filter.active::after {
  border-color: #808080 transparent -moz-use-text-color;
}

.block-content > dl > dt::after {
  border-color: transparent -moz-use-text-color transparent #808080 !important;
}

.block-content.accordion-open > dl > dt.current::after {
  border-color: #808080 transparent -moz-use-text-color !important;
}

#search-filter {
  margin-bottom: 10px;
}
#search-filter dt {
  color: #ff6903;
  margin-bottom: 8px;
  font-size: 1.28571em;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  border: 1px dashed #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0px;
  text-transform: none;
  overflow: auto;
}
#search-filter dd {
  background: #f9f9f9;
  border: 1px dashed #dfdfdf;
  border-top: none;
  padding: 5px;
  display: block;
  overflow: auto;
  width: 100%;
}
#search-filter dd li {
  height: 25px;
}
#search-filter dd li a {
  float: left;
  padding: 10px 0px;
  border: 0;
  background: none;
}
#search-filter dd li span {
  float: left;
  padding: 2px !important;
  margin: 0px !important;
}
#search-filter dd li .label, #search-filter dd li .account-cart-wrapper .header-minicart #toggle-minicart .count, .account-cart-wrapper .header-minicart #toggle-minicart #search-filter dd li .count {
  font-weight: 900;
  width: auto;
  clear: left;
}
#search-filter dd li .value {
  margin-right: 10px;
}
#search-filter dd + dt {
  margin-top: 1em;
}
#search-filter .clear-url {
  float: right;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  margin-top: 4px;
}

.filter__option--hidden {
  display: none;
}

.filter__option__button {
  margin-top: 16px;
  width: 100%;
  background: white;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: 1px dashed #dfdfdf;
  text-align: center;
  font-weight: 900;
  padding: 4px 0;
}
@media (min-width: 769px) {
  .filter__option__button {
    display: none;
  }
}
.filter__option__button.active {
  display: block;
}
.filter__option__button:before {
  font-family: "fontAwesome";
  content: "";
  font-size: 10px;
  margin-right: 4px;
}
.filter__option__button .show-more,
.filter__option__button .show-less {
  display: none;
}
@media (max-width: 768px) {
  .filter__option__button .show-less.active {
    display: inline-block;
  }
}
.filter__option__button .show-more.active {
  display: inline-block;
}

.toolbar {
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #464646;
}

.toolbar-bottom {
  margin: 0 0 4em 0;
}
.toolbar-bottom .toolbar {
  margin-top: 0;
}

div.latest-news-container {
  border: 1px dashed #dfdfdf;
  padding: 5px;
}
div.latest-news-container .latest-news-header h3 {
  color: #FE6800;
  font-size: 18px;
  padding: 5px;
  font-weight: 900;
  margin: 0px !important;
}
div.latest-news-container div.latest-news-posts {
  padding: 7px;
}
div.latest-news-container div.latest-news-posts div.latest-post {
  padding-bottom: 5px;
  display: flex;
}
div.latest-news-container div.latest-news-posts div.latest-post:before {
  font-family: "fontAwesome";
  content: "";
  font-size: 10px;
  color: #ff6903;
  margin-right: 4px;
  margin-top: -1px;
  float: left;
}
div.latest-news-container div.latest-news-posts div.latest-post:hover:before {
  font-family: "fontAwesome";
  content: "";
  color: #8fc400;
}
div.latest-news-container div.latest-news-posts div.latest-post a {
  font-size: 12px !important;
}
div.latest-news-container div.latest-news-posts div.latest-post span {
  vertical-align: text-top;
}

.recently-viewed {
  float: right;
  width: 32.20339%;
  margin-bottom: 10px;
}
.recently-viewed h3 {
  color: #FE6800;
  font-size: 18px;
  font-weight: 900;
}
.recently-viewed li {
  margin-bottom: 10px;
}
.recently-viewed li a {
  display: block;
  color: #202020;
}
.recently-viewed li a:after {
  content: " ";
  display: block;
  clear: both;
}
.recently-viewed li img {
  border: #dfdfdf 1px solid;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 77px;
}
.recently-viewed li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 87px);
}
.recently-viewed li span:hover {
  text-decoration: underline;
}
.recently-viewed li:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .recently-viewed {
    width: 100%;
  }
}

.amshopby-slider-ui {
  min-height: 12px;
  border: 1px solid #aaaaaa;
  background: #e3e3e3;
  border-radius: 4px;
}
.amshopby-slider-ui .ui-slider-range {
  background: #e3e3e3;
}

#messages_product_view .success-msg .send_cart {
  display: none;
  cursor: pointer;
  margin-top: 5px;
}
#messages_product_view .success-msg .send_cart:before {
  content: '';
  display: inline-block;
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/envelope.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 11px;
  top: -1px;
  position: relative;
  margin-right: 8px;
}

.breadcrumbs, .category-title .breadcrumbs {
  background: #f9f9f9;
  margin: -15px -0.76923em 0px -0.76923em;
  padding: 0.76923em;
}
@media (min-width: 769px) {
  .breadcrumbs, .category-title .breadcrumbs {
    padding: 1em 200px 1em 10px;
  }
}
.breadcrumbs li, .category-title .breadcrumbs li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: none;
}
.breadcrumbs li span, .category-title .breadcrumbs li span {
  color: #606060;
}
@media (max-width: 478px) {
  .breadcrumbs li, .category-title .breadcrumbs li {
    font-size: 15px;
  }
}
.breadcrumbs a, .category-title .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active {
  color: #ff6903;
}

.catalog-product-view .breadcrumbs {
  margin-bottom: 1em;
}

.category-title .breadcrumbs {
  background: none;
  margin-top: 0px;
}

.button {
  text-transform: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
}

.btn-proceed-checkout, #box-description-righ .pdf.button, .product-element-read-more span, #lightcheckout .btn-checkout, .checkout-login-btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  color: white;
}

#kassalle {
  display: none;
  color: #fff;
  width: 160px;
  border-radius: 3px;
  margin-left: 37px;
  padding: 3px 0px;
  text-align: center;
  background: #8fc400;
  font-size: 13px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #kassalle {
    margin-left: 10px;
    width: 140px;
  }
}

#kassalle:hover {
  text-decoration: none;
  background: #84b500;
}

.btn-proceed-checkout {
  background: #8fc400;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjYWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc400), color-stop(100%, #7cab00));
  background-image: -moz-linear-gradient(top, #8fc400, #7cab00);
  background-image: -webkit-linear-gradient(top, #8fc400, #7cab00);
  background-image: linear-gradient(to bottom, #8fc400, #7cab00);
  padding: 0.53846em 0.92308em;
  cursor: pointer;
}
.btn-proceed-checkout:hover {
  background: #66e300;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyZGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2de00), color-stop(100%, #8fc400));
  background-image: -moz-linear-gradient(top, #a2de00, #8fc400);
  background-image: -webkit-linear-gradient(top, #a2de00, #8fc400);
  background-image: linear-gradient(to bottom, #a2de00, #8fc400);
}
.btn-proceed-checkout:hover {
  text-decoration: none;
}
@media (min-width: 769px) and (max-width: 980px) {
  .btn-proceed-checkout {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .btn-proceed-checkout {
    position: static;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
}

.filter-remove {
  display: inline-block;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  height: 22px;
  margin: 3px 0px 0px 8px !important;
}

.filter-remove:after {
  content: 'X';
  color: #000;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

.filter-remove:hover {
  color: #000;
}

#box-description-righ .pdf.button {
  background: #ff6903;
}
#box-description-righ .pdf.button a {
  color: #fff;
  font-size: 0.92857em;
}

.pihla-product-options {
  padding-right: 0;
}
.pihla-product-options .pictr-size-option-width {
  float: left;
}
.pihla-product-options .pictr-size-option-height {
  float: left;
}
.pihla-product-options .pictr-size-option-price {
  float: left;
}
.pihla-product-options .product-options {
  float: left;
  width: 100% !important;
}
.pihla-product-options .info-option {
  width: 100%;
  float: left;
  border-bottom: 1px solid silver;
  padding: 5px;
  overflow: hidden;
  display: table;
}
.pihla-product-options .info-option:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.pihla-product-options .pictr-dropdown-option {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.pihla-product-options .pictr-dropdown-option-value {
  width: calc(100% - 38px);
  float: left;
  padding: 6px 25px 6px 6px;
  border: 1px solid #c7c7c7;
  position: relative;
  z-index: 999;
  background-color: transparent;
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/bkg_input.gif);
  background-repeat: repeat-x;
}
.pihla-product-options .pictr-dropdown-option-value:hover {
  cursor: pointer;
}
.pihla-product-options .pictr-option-info-container {
  width: calc(100% - 38px);
  float: left;
  display: none;
  top: 20px;
  border: 1px solid silver;
  border-bottom: 1px;
  overflow: auto;
  overflow-x: hidden;
  max-height: 350px;
}
.pihla-product-options .info-option-image {
  display: none;
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  z-index: 100;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45);
}
.pihla-product-options .validation-fail {
  background: #fff7f5;
  border: 1px solid #f47d4e;
}
.pihla-product-options .pictr-dropdown-option-orginal {
  display: none;
}
.pihla-product-options .info-option-small-image {
  float: left;
  padding: 5px;
}
.pihla-product-options .info-option-small-image img {
  width: 50px;
  height: 50px;
}
.pihla-product-options .info-option-title {
  float: left;
  padding: 5px;
  width: 60%;
}
.pihla-product-options .info-option-price {
  float: left;
  padding: 5px;
  color: black;
  font-weight: bold;
}
.pihla-product-options .pictr-label, .pihla-product-options .pihla-label {
  color: #666;
  width: 100%;
  float: left;
  font-weight: bold;
  margin-bottom: 2px;
}
.pihla-product-options .info-option-description {
  margin-left: 5px;
  font-size: 10px;
  width: 80%;
  float: left;
}
.pihla-product-options .info-option-additional {
  display: inline-block;
  clear: both;
  font-size: 11px;
  margin-left: 5px;
  margin-top: 5px;
  width: 100%;
  padding-right: 5px;
}
.pihla-product-options .info-option-additional-label {
  font-weight: bold;
}
.pihla-product-options .info-option-backinstock {
  color: #eb3939;
}
.pihla-product-options .info-option-right {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.pihla-product-options .info-option-left {
  float: left;
  width: 60px;
}
.pihla-product-options .pictr-options-title span {
  font-size: 16px;
  font-weight: bold;
}
.pihla-product-options .title-optional {
  margin: 10px 0;
}
.pihla-product-options .pictr-display-none,
.pihla-product-options .pihla-display-none {
  opacity: 0.3;
  pointer-events: none;
}
.pihla-product-options .pictr-options-title {
  display: none;
}
.pihla-product-options .validation-success {
  background: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icon_ok.gif) 100% 2px no-repeat;
}
.pihla-product-options .sticky-price {
  position: fixed;
  bottom: 0;
  padding: 10px;
  background: #f1f1f1;
}
.pihla-product-options .pictr-price-table {
  width: 200px;
  float: left;
  border-bottom: 1px dashed silver;
}
.pihla-product-options .pictr-price-table-label {
  float: left;
  width: 60%;
}
.pihla-product-options .pictr-price-table-price {
  float: right;
  width: 40%;
  font-weight: bold;
  text-align: right;
}
.pihla-product-options .dd_arrow {
  position: relative;
  left: -28px;
  top: 6px;
  float: right;
}
.pihla-product-options .input-text {
  max-width: 100px;
}
.pihla-product-options .pihla-size-option,
.pihla-product-options .pihla-kaihdin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.pihla-product-options .pihla-size-chart {
  display: block;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 8px;
  text-align: right;
}
.pihla-product-options .pihla-size-chart a {
  display: none;
}
.pihla-product-options .pihla-size-option-input {
  max-width: 40%;
  padding-right: 10px;
}
@media (max-width: 400px) {
  .pihla-product-options .pihla-size-option-input {
    max-width: none;
  }
}
.pihla-product-options .pihla-size-option-input,
.pihla-product-options .pihla-kaihdin-option-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.pihla-product-options .pihla-kaihdin-option-input {
  width: 64%;
}
.pihla-product-options .pihla-size-option-price,
.pihla-product-options .pihla-kaihdin-option-price {
  min-width: 20%;
}
.pihla-product-options .pihla-x,
.pihla-product-options .pihla-equals {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  color: #939393;
  margin-right: 8px;
  display: none;
}
.pihla-product-options .pihla-size-option-price,
.pihla-product-options .pihla-kaihdin-option-price {
  background-color: #f9f9f9;
  padding: 8px;
  text-align: right;
  margin-left: auto;
}
.pihla-product-options .pihla-size-option-price .price-value,
.pihla-product-options .pihla-size-option-price .kaihdin-price-value,
.pihla-product-options .pihla-kaihdin-option-price .price-value,
.pihla-product-options .pihla-kaihdin-option-price .kaihdin-price-value {
  font-weight: 900;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .pihla-product-options .pihla-size-option-price,
  .pihla-product-options .pihla-kaihdin-option-price {
    flex: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .pihla-product-options .pihla-size-option-price,
  .pihla-product-options .pihla-kaihdin-option-price {
    flex: 100%;
    margin-top: 10px;
  }
}
.pihla-product-options .pihla-size-chart {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .pihla-product-options .pihla-x {
    display: none;
  }
  .pihla-product-options .pihla-kaihdin-option-input {
    width: 74%;
  }
  .pihla-product-options .pihla-size-option-input,
  .pihla-product-options .pihla-kaihdin-option-input {
    width: 35%;
  }
  .pihla-product-options .pihla-size-option-price,
  .pihla-product-options .pihla-kaihdin-option-price {
    width: 30%;
  }
}

.product-options {
  border: none;
}
@media (max-width: 768px) {
  .product-options {
    padding: 0;
  }
}
.product-options .validation-success {
  background: none;
}
.product-options .validation-success:after {
  position: absolute;
  background-color: #8fc400;
  width: 33px;
  height: 33px;
  color: white;
  right: 0px;
  top: 0px;
  text-align: center;
  padding-top: 7px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "fontAwesome";
  content: "";
}
.product-options .dd_arrow {
  display: none;
}
.product-options .pictr-dropdown-option-value:after {
  font-family: "fontAwesome";
  content: "";
  position: absolute;
  right: 6px;
  top: 5px;
}
.product-options .pictr-option-info-container {
  width: calc(100% - 38px);
}
@media (max-width: 768px) {
  .product-options .pictr-option-info-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-options .info-option-title {
    margin-left: 0;
  }
}

.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
  background: transparent;
}
.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
  background: transparent;
}

form label {
  font-weight: 400;
}
form .legend {
  text-transform: none;
}

.zoomWindowContainer {
  width: 100% !important;
}
.zoomWindowContainer > div {
  width: 100% !important;
  height: 100% !important;
}

.listings {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.listing--attachments {
  margin-left: 16px;
}

.attachment--pdf {
  margin-bottom: 8px;
  overflow: hidden;
  *zoom: 1;
}
.attachment--pdf:before {
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icons/icon-pdfs.svg);
  background-repeat: no-repeat;
  content: "";
  float: left;
  margin-right: 8px;
  height: 60px;
  width: 55px;
  vertical-align: middle;
}
.attachment--pdf a {
  float: left;
  color: #505050;
  text-decoration: none;
  max-width: 70%;
  margin-top: 16px;
}

.top-container {
  position: relative;
  padding: 0 30px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .top-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.top-brand-logos-container {
  margin-top: 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
@media (max-width: 768px) {
  .top-brand-logos-container {
    display: none;
  }
}

.cms-home .top-brand-logos-container {
  margin-bottom: 35px;
}

.top-brand-logo {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  -ms-flex: auto;
  flex-grow: 1;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: baseline;
}
.top-brand-logo:only-child {
  flex-grow: 0;
}
.top-brand-logo:first-child:nth-last-child(2), .top-brand-logo:first-child:nth-last-child(2) ~ .top-brand-logo {
  flex-grow: 0;
  margin-right: 20px;
}
.top-brand-logo:first-child:nth-last-child(3), .top-brand-logo:first-child:nth-last-child(3) ~ .top-brand-logo {
  flex-grow: 0;
  margin-right: 20px;
}
.top-brand-logo:first-child:nth-last-child(4), .top-brand-logo:first-child:nth-last-child(4) ~ .top-brand-logo {
  flex-grow: 0;
  margin-right: 20px;
}
.top-brand-logo a {
  display: inline-block;
  height: 100%;
}
.top-brand-logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 30px;
  margin: 0 auto;
  vertical-align: middle;
}

.account-cart-wrapper {
  position: relative;
  height: 90px;
}
@media (max-width: 768px) {
  .account-cart-wrapper {
    height: 0px;
  }
}

.skip-cart:hover {
  text-decoration: none;
}

#header-cart {
  right: 0;
  width: 550px;
  top: 90px;
  position: absolute;
}
@media (max-width: 768px) {
  #header-cart {
    display: none !important;
  }
}

.minicart-content-header {
  font-size: 16px;
  font-weight: bold;
}
.minicart-content-header:after {
  content: " ";
  clear: both;
  display: block;
}
@media (min-width: 769px) {
  .minicart-content-header {
    display: none;
  }
}

.cart-item-added-message {
  width: 100%;
  display: block;
  clear: both;
  color: #fff;
  background: #8fc402;
  text-transform: uppercase;
  padding: 5px 10px;
}

.minicart-close {
  margin: 5px;
  margin-top: -30px;
  float: right;
  color: #202020;
  background: #fff;
  line-height: 25px;
  width: 25px;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 20px;
}
.minicart-close:hover, .minicart-close:active, .minicart-close:focus {
  background: #fff;
  color: #202020;
}

.minicart-content-bottom {
  background: #ececec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
}
.minicart-content-bottom .block-content {
  margin-top: 0;
}
.minicart-content-bottom .minicart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.minicart-content-bottom .minicart-buttons .send_cart {
  display: inline-block;
  margin-bottom: 5px;
}
.minicart-content-bottom .minicart-buttons .send_cart span {
  text-decoration: none;
  text-transform: none;
  padding: 13px 11px 0 0;
}
.minicart-content-bottom .minicart-buttons .send_cart span:before {
  content: '';
  display: inline-block;
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/envelope.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 11px;
  top: 1px;
  position: relative;
  margin-right: 8px;
}
.minicart-content-bottom .checkout-button {
  background-color: #8fc400;
  font-size: 13px;
  padding: 3px 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.minicart-content-bottom .checkout-button:hover {
  text-decoration: none;
}

#header-cart.skip-active {
  display: block;
}

#wrap-minicart.item-added .minicart-content-header {
  display: block;
}
#wrap-minicart.item-added .minicart-item-highlight {
  background: #e7f4cd;
}

@media (min-width: 769px) {
  .account-cart-wrapper:hover #header-cart {
    display: block;
  }

  .account-cart-wrapper.touched:hover #header-cart {
    display: none;
  }

  .account-cart-wrapper #header-cart.touch-open {
    display: block !important;
  }

  .account-cart-wrapper:hover #header-cart.touch-close {
    display: none !important;
  }
}
.cart-overlay-bg {
  background: rgba(119, 119, 119, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1199;
  display: none;
}
@media (max-width: 768px) {
  .cart-overlay-bg {
    display: block;
  }
}
.cart-overlay-bg:hover {
  cursor: pointer;
}

.account-cart-wrapper {
  float: right;
  margin-top: 0;
  padding-top: 0;
  padding-right: 10px;
  max-width: 27%;
}
@media (max-width: 768px) {
  .account-cart-wrapper {
    padding-right: 7px;
    width: calc(44% - 63px);
    height: 50px;
    max-width: none;
  }
}
.account-cart-wrapper .cart-wrapper > a {
  color: white;
  padding-left: 32px;
  padding-right: 0;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .account-cart-wrapper .cart-wrapper > a {
    border: 0;
    padding-left: 0;
  }
}
.account-cart-wrapper .mini-products-list td {
  padding: 4px 8px;
  vertical-align: top;
  line-height: 24px;
}
.account-cart-wrapper .mini-products-list tr:first-child td {
  padding-top: 8px;
}
.account-cart-wrapper .mini-products-list tr:last-child td {
  padding-bottom: 8px;
}
.account-cart-wrapper .mini-products-list .col-product-image {
  width: 83px;
}
.account-cart-wrapper .mini-products-list .col-product-name {
  padding-left: 4px;
  width: 220px;
}
.account-cart-wrapper .mini-products-list .col-product-name .product-name {
  font-size: 13px;
  text-transform: none;
}
.account-cart-wrapper .mini-products-list .col-product-price {
  line-height: 24px;
}
.account-cart-wrapper .mini-products-list .col-product-price .price-box {
  text-align: right;
}
.account-cart-wrapper .mini-products-list .qty-input-wrapper {
  margin: 0 5px 5px 0;
  display: inline-block;
  white-space: nowrap;
}
.account-cart-wrapper .mini-products-list .qty-input-wrapper input:disabled {
  border: none;
}
.account-cart-wrapper .mini-products-list .col-row-total {
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #eb3939;
}
.account-cart-wrapper .mini-products-list .col-row-total .cart-price {
  display: block;
}
.account-cart-wrapper .mini-products-list .related-product-link {
  font-size: 10px;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  bottom: 0;
  right: 10px;
  background-color: #4d4d4d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  line-height: 14px;
  text-align: center;
  margin-top: 5px;
  margin-left: -10px;
}
.account-cart-wrapper .mini-products-list .related-product-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .account-cart-wrapper .mini-products-list .related-product-link {
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .account-cart-wrapper .mini-products-list {
    display: block;
  }
  .account-cart-wrapper .mini-products-list tbody {
    display: block;
  }
  .account-cart-wrapper .mini-products-list tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #dfdfdf 1px solid;
  }
  .account-cart-wrapper .mini-products-list tr:last-child {
    border-bottom: none;
  }
  .account-cart-wrapper .mini-products-list td {
    display: block;
  }
  .account-cart-wrapper .mini-products-list .col-product-name {
    width: calc(100% - 83px);
  }
  .account-cart-wrapper .mini-products-list .col-product-price {
    width: 22%;
  }
  .account-cart-wrapper .mini-products-list .col-product-qty {
    width: 40%;
    text-align: left;
  }
  .account-cart-wrapper .mini-products-list .col-row-total {
    width: 38%;
    padding-right: 10px;
  }
}
.account-cart-wrapper .header-minicart {
  display: block;
  padding: 5px 0 0;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart {
    float: right;
    padding: 0;
    max-width: 50%;
  }
}
.account-cart-wrapper .header-minicart #toggle-minicart {
  padding-right: 0;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart {
    width: 44px;
    float: right;
    margin-bottom: 0;
  }
}
.account-cart-wrapper .header-minicart #toggle-minicart .icon {
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icon-shoppingcart.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 40px;
  vertical-align: text-top;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .icon {
    background-size: auto;
    width: 40px;
  }
}
.account-cart-wrapper .header-minicart #toggle-minicart .icon:hover {
  cursor: default;
  background-position: 0 0;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .icon {
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/ostoskori_valkoinen.svg);
    top: 0;
    height: 50px;
    background-position: 0 4px !important;
    position: relative;
  }
}
.account-cart-wrapper .header-minicart #toggle-minicart .label, .account-cart-wrapper .header-minicart #toggle-minicart .count {
  font-size: 10px;
  line-height: 1.2;
  text-transform: none;
}
.account-cart-wrapper .header-minicart #toggle-minicart .label.empty-cart, .account-cart-wrapper .header-minicart #toggle-minicart .empty-cart.count {
  display: none;
}
.account-cart-wrapper .header-minicart #toggle-minicart .label.cart-item-qty-mobile, .account-cart-wrapper .header-minicart #toggle-minicart .cart-item-qty-mobile.count {
  position: absolute;
  right: 11px;
  top: 10px;
  display: inline;
  min-width: 17px;
  background-color: #84BF30;
  border-radius: 100%;
  text-align: center;
  padding: 0;
}
.account-cart-wrapper .header-minicart #toggle-minicart .label.cart-item-qty-mobile:before, .account-cart-wrapper .header-minicart #toggle-minicart .cart-item-qty-mobile.count:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
.account-cart-wrapper .header-minicart #toggle-minicart .label.cart-item-qty-mobile > span, .account-cart-wrapper .header-minicart #toggle-minicart .cart-item-qty-mobile.count > span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 11px;
}
.account-cart-wrapper .header-minicart #toggle-minicart .count {
  color: white;
}
.account-cart-wrapper .header-minicart #toggle-minicart .minicart-top {
  margin-top: 5px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .minicart-top {
    display: none;
  }
}
.account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom {
  white-space: nowrap;
}
.account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .label, .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .count {
  font-size: 18px;
  margin-top: 1px;
  white-space: nowrap;
  font-weight: 900;
}
@media (max-width: 980px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .label, .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .count {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .label, .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .count {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .label:first-of-type, .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom .count:first-of-type {
    display: none;
  }
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart .minicart-bottom {
    margin-top: 10px;
  }
}
.account-cart-wrapper .header-minicart #toggle-minicart.no-count {
  padding-left: 64px;
}
.account-cart-wrapper .header-minicart #toggle-minicart.no-count .icon {
  left: 32px;
}
.account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-top {
  margin-top: 15px;
}
.account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-top .label, .account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-top .count {
  display: none;
}
.account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-top .label.empty-cart, .account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-top .empty-cart.count {
  display: inline;
}
.account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-bottom {
  display: none;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #toggle-minicart.no-count .minicart-bottom {
    display: block;
  }
}
.account-cart-wrapper .header-minicart #header-cart {
  padding: 0;
  margin: 0;
  border: 0 none;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #header-cart {
    width: auto;
  }
}
.account-cart-wrapper .header-minicart #header-cart .minicart-message {
  background: #faebe7;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding: 6px 12px;
}
.account-cart-wrapper .header-minicart #header-cart #wrap-minicart {
  z-index: 1200;
}
@media (max-width: 768px) {
  .account-cart-wrapper .header-minicart #header-cart #wrap-minicart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5%;
  }
}
@media (max-width: 480px) {
  .account-cart-wrapper .header-minicart #header-cart #wrap-minicart {
    width: 100%;
    margin: 5% 0;
  }
}
.account-cart-wrapper .header-minicart #header-cart #wrap-minicart.empty-cart {
  height: auto !important;
}
.account-cart-wrapper .header-minicart #header-cart .minicart-wrapper {
  border: #dfdfdf 1px solid;
  border-top: none;
  background: #fff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.55);
}
.account-cart-wrapper .header-minicart #header-cart .minicart-wrapper.empty-cart {
  padding: 10px;
  height: auto;
}
.account-cart-wrapper .header-minicart #header-cart .minicart-wrapper .product-list-wrapper {
  overflow-y: auto;
  overflow-x: visible;
  height: 100%;
  max-height: 380px;
}
.account-cart-wrapper .header-minicart #header-cart .minicart-wrapper .product-list-wrapper table.mini-products-list {
  padding: 0;
  width: 100%;
}

.account-cart-wrapper .cart__buttons {
  text-align: right;
  margin-left: 31px;
  clear: both;
}
.account-cart-wrapper .cart__buttons a {
  color: #fff;
}
@media (min-width: 1201px) {
  .account-cart-wrapper .cart__buttons {
    display: block;
  }
}
@media (max-width: 360px) {
  .account-cart-wrapper .cart__buttons {
    margin-left: 0;
  }
}
.account-cart-wrapper .cart__button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 12px;
}
.account-cart-wrapper .cart__button:last-child {
  margin-right: 0;
}
@media (max-width: 889px) {
  .account-cart-wrapper .cart__button {
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .account-cart-wrapper .cart__button {
    padding: 5px 3px;
    margin-right: 2px;
  }
}
.account-cart-wrapper .cart__button:hover {
  text-decoration: none;
}
.account-cart-wrapper .cart__button--default {
  background-color: #faa501;
}
.account-cart-wrapper .cart__button--submit {
  background-color: #8fc400;
}

.skip-link {
  background: transparent;
  line-height: 1;
  width: 100%;
  border-right: 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .skip-link {
    text-align: left;
  }
}
.skip-link.skip-active {
  background-color: transparent;
  color: white;
}

#header-cart.skip-active {
  background-color: #ff6903;
  border: 0;
  border-top: 2px solid white;
  padding: 1.5em 1em;
}
@media (max-width: 768px) {
  #header-cart.skip-active {
    position: absolute;
    top: 0;
    z-index: 10;
    border-top: 0;
    padding: 5px;
  }
}
#header-cart.skip-active p.block-subtitle {
  line-height: 1;
}
@media (min-width: 769px) {
  #header-cart.skip-active p.block-subtitle {
    font-size: 16px;
  }
}
#header-cart .skip-link-close {
  top: -55px;
  right: 0;
}
@media (max-width: 768px) {
  #header-cart .skip-link-close {
    top: -6px;
    right: -17px;
  }
}
@media (min-width: 769px) {
  #header-cart .skip-link-close {
    top: -35px;
    right: -19px;
  }
}

.header-minicart .empty {
  padding: 0 10px;
}

.product-element {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.product-element a {
  text-decoration: none;
  color: #202020;
}
.product-element a:hover {
  text-decoration: none;
}

.ammost_related .product-element, .ammost_crosssell .product-element {
  border: none !important;
}

.item > .product-element {
  height: 100%;
}

.product-element-image {
  display: block;
  text-align: center;
}
.product-element-image img {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.product-element-image .product-element-rating {
  height: 14px;
}

.product-element-new {
  background: #8fc502;
  color: #fff;
  padding: 0 9px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}

.product-element-image-container {
  position: relative;
  margin: 0 auto;
  max-width: 205px;
}

.ammost_related .product-element-image-container, .ammost_crosssell .product-element-image-container {
  margin: 0;
}

.products-grid .product-element-image-container {
  padding-bottom: 100%;
}
.products-grid .product-element-image-container img {
  position: absolute;
  left: 0;
  top: 0;
}

.product-campaign-badge-container {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.old-product-discount-badge-container {
  position: absolute;
  top: 4px;
  right: 6px;
  text-align: center;
  border: 1px solid #ccc;
}
.old-product-discount-badge-container .discount-badge-text {
  font-size: 11px;
  font-weight: 900;
  background-color: #fff;
}
.old-product-discount-badge-container .discount-badge-discount {
  padding: 0.30769em 0.61538em;
  background-color: #eb3939;
}
.old-product-discount-badge-container .discount-badge-discount span {
  color: white;
  font-size: 16px;
  font-weight: 900;
}
.old-product-discount-badge-container .discount-ends, .old-product-discount-badge-container .discount-badge-slogan, .old-product-discount-badge-container .discount-badge-sale, .old-product-discount-badge-container .new-product-slogan {
  display: none;
}

.product-discount-badge-container {
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
  border: 0;
  min-width: 60px;
}
.product-discount-badge-container .discount-badge-text {
  display: none;
}
.product-discount-badge-container .discount-badge-discount {
  padding: 0.30769em 0.61538em;
  background-color: #FF6903;
}
.product-discount-badge-container .discount-badge-discount span {
  color: white;
  font-size: 19px;
  font-weight: 600;
}
.product-discount-badge-container .discount-badge-discount .discount-extra {
  display: block;
  font-size: 10px;
  line-height: 12px;
}
.product-discount-badge-container .discount-badge-discount .discount-benefit {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.product-discount-badge-container .discount-badge-discount.new-badge {
  padding: 9px 0.30769em;
}
.product-discount-badge-container .discount-badge-discount.new-badge .new-product-slogan {
  font-size: 13px;
}
.product-discount-badge-container .discount-ends, .product-discount-badge-container .discount-badge-sale {
  color: #222;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  background-color: white;
  padding: 3px 0.5em;
  border-top: 1px solid #FF6903;
  box-shadow: 4px 0 2px -3px #ddd inset, -4px 0 2px -3px #ddd inset;
}
.product-discount-badge-container .discount-badge-sale {
  border-bottom: 1px solid #ddd;
}
.product-discount-badge-container .discount-badge-slogan {
  background-color: #FFF000;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding: 1px 0.5em;
}

.product-element-brand-logo {
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 1.23077em;
}

.product-brand-logo-container img {
  display: inline-block;
}

.products-grid .bv-rating-container-empty,
.product-element .bv-rating-container-empty {
  height: 14px;
}
.products-grid .product-brand-logo-container,
.product-element .product-brand-logo-container {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  height: 40px;
  line-height: 40px;
  max-width: 60%;
}
.products-grid .product-brand-logo-container img,
.product-element .product-brand-logo-container img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}

@media (min-width: 599px) {
  .product-element:hover {
    border-color: #FF6903;
  }
}
.product-element-name {
  text-align: center;
  color: #202020;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  margin: 1.23077em 0;
  min-height: 3em;
  width: 90%;
  margin: 0 auto;
  display: block;
  clear: both;
  word-break: break-word;
}

.product-element-price {
  display: block;
  clear: both;
}

.product-prices {
  text-align: center;
}

.decimals {
  font-size: 0.75em;
}

.product-prices-black-price {
  text-decoration: line-through;
  color: #464646;
}
.product-prices-black-price span.decimals {
  font-size: 1em;
}

.product-prices-black-price:empty {
  height: 24px;
}

.product__items__price .product-prices-black-price {
  font-size: 18px;
}

.product-element-price .product-prices-black-price {
  font-size: 17px;
}

.product-prices-final-price {
  font-size: 1.85714em;
  line-height: 1.2;
  font-weight: 900;
  color: #eb3939;
  margin-top: 24px;
}

.product-prices-black-price + .product-prices-final-price {
  margin-top: 0;
}

.product-element-read-more {
  visibility: hidden;
  display: block;
  text-align: center;
  margin: 1.23077em 0;
}
.product-element-read-more span {
  display: inline-block;
  background: #ff6903;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjkwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5NWUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6903), color-stop(100%, #e95e00));
  background-image: -moz-linear-gradient(top, #ff6903, #e95e00);
  background-image: -webkit-linear-gradient(top, #ff6903, #e95e00);
  background-image: linear-gradient(to bottom, #ff6903, #e95e00);
  padding: 0.53846em 0.92308em;
  cursor: pointer;
}
.product-element-read-more span:hover {
  background: #66e300;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2ZTMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViY2EwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66e300), color-stop(100%, #5bca00));
  background-image: -moz-linear-gradient(top, #66e300, #5bca00);
  background-image: -webkit-linear-gradient(top, #66e300, #5bca00);
  background-image: linear-gradient(to bottom, #66e300, #5bca00);
}

@media (min-width: 599px) {
  .product-element-data:hover .product-element-read-more {
    visibility: visible;
  }
}
.products-grid > .item > .product-element {
  padding-bottom: 16px;
}
.products-grid > .item > .product-element .product-element-read-more {
  position: absolute;
  bottom: -66px;
  left: -1px;
  padding: 60px 0 16px 0;
  width: calc(100% + 2px);
  border-width: 0 1px 1px;
  border-color: #FF6903;
  border-style: solid;
  background-color: transparent;
  z-index: 10;
  box-shadow: 0px 12px 5px -7px rgba(255, 105, 3, 0.25);
}
.products-grid > .item > .product-element .product-element-read-more:before {
  background: #fff;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding-top: 60px;
  z-index: -1;
}
@media (min-width: 599px) {
  .products-grid > .item > .product-element .product-element-read-more:hover {
    visibility: visible;
  }
}

.product-element-data .square-container {
  font-size: 0.75em;
}

.ammost_related-container .promo-product-list-header h2 {
  max-width: 100%;
}

.ammost_related, .ammost_crosssell {
  padding-top: 10px;
}
.ammost_related .product-element-image, .ammost_crosssell .product-element-image {
  float: left;
  width: 40%;
}
@media (max-width: 480px) {
  .ammost_related .product-element-image, .ammost_crosssell .product-element-image {
    min-height: 130px;
  }
}
.ammost_related .product-element-name, .ammost_crosssell .product-element-name {
  text-align: left;
  width: 60%;
  float: left;
  clear: right;
  padding-left: 15px;
  font-weight: bold;
  font-size: 15px;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
  height: 45px;
}
@media (max-width: 480px) {
  .ammost_related .product-element-name, .ammost_crosssell .product-element-name {
    height: auto;
    -webkit-line-clamp: 3;
    min-height: 22px;
    max-height: 66px;
  }
}
.ammost_related .add-to-cart-wrapper, .ammost_crosssell .add-to-cart-wrapper {
  width: 60% !important;
  padding-top: 5px;
  padding-left: 15px !important;
  float: right;
}
@media (max-width: 768px) {
  .ammost_related .add-to-cart-wrapper, .ammost_crosssell .add-to-cart-wrapper {
    padding-top: 15px !important;
  }
}
.ammost_related .add-to-cart-wrapper .add-to-cart, .ammost_crosssell .add-to-cart-wrapper .add-to-cart {
  width: 100% !important;
}
@media (max-width: 480px) {
  .ammost_related .package .add-to-cart-wrapper, .ammost_crosssell .package .add-to-cart-wrapper {
    width: 100% !important;
    padding-top: 17px;
    padding-left: 0px !important;
  }
}
@media (max-width: 980px) {
  .ammost_related .package .add-to-cart .qty-wrapper, .ammost_crosssell .package .add-to-cart .qty-wrapper {
    padding-right: 0 !important;
  }
  .ammost_related .package .add-to-cart .qty-wrapper input, .ammost_crosssell .package .add-to-cart .qty-wrapper input {
    max-width: 37px !important;
  }
}
@media (max-width: 768px) {
  .ammost_related .package .add-to-cart .qty-wrapper input, .ammost_crosssell .package .add-to-cart .qty-wrapper input {
    max-width: 50px !important;
  }
}
.ammost_related .product-element-price, .ammost_crosssell .product-element-price {
  clear: right;
  float: left;
}
@media (max-width: 480px) {
  .ammost_related .product-element-price, .ammost_crosssell .product-element-price {
    font-size: 10px;
    padding-top: 5px;
  }
}
@media (max-width: 870px) {
  .ammost_related .product-element-price, .ammost_crosssell .product-element-price {
    font-size: 12px !important;
  }
}
.ammost_related .product-element-price .product-prices-black-price, .ammost_crosssell .product-element-price .product-prices-black-price {
  float: right;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .ammost_related .product-element-price .product-prices-black-price, .ammost_crosssell .product-element-price .product-prices-black-price {
    padding-left: 7px;
    padding-top: 1px;
  }
}
.ammost_related .product-element-price .product-prices-final-price, .ammost_crosssell .product-element-price .product-prices-final-price {
  float: left;
  padding-left: 15px;
  margin-top: 0;
}
.ammost_related .product-element-description, .ammost_crosssell .product-element-description {
  float: left;
  width: 55%;
  padding: 5px 0 5px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 62px;
}
@media (min-width: 769px) {
  .ammost_related .product-element-description, .ammost_crosssell .product-element-description {
    margin-bottom: 10px;
  }
}
.ammost_related .add-to-cart-buttons, .ammost_crosssell .add-to-cart-buttons {
  max-width: 70%;
  max-height: 40px;
  margin-right: 0px !important;
  width: auto !important;
}
@media (max-width: 480px) {
  .ammost_related .add-to-cart-buttons, .ammost_crosssell .add-to-cart-buttons {
    max-width: 100%;
  }
}
.ammost_related .add-to-cart-buttons .button.btn-cart, .ammost_crosssell .add-to-cart-buttons .button.btn-cart {
  width: auto !important;
  padding: 0 10px !important;
}
@media (max-width: 480px) {
  .ammost_related .add-to-cart-buttons .button.btn-cart, .ammost_crosssell .add-to-cart-buttons .button.btn-cart {
    width: initial !important;
  }
}
@media (max-width: 370px) {
  .ammost_related .add-to-cart-buttons .button.btn-cart, .ammost_crosssell .add-to-cart-buttons .button.btn-cart {
    padding: 0 !important;
  }
}
.ammost_related .add-to-cart-wrapper, .ammost_crosssell .add-to-cart-wrapper {
  clear: right;
}
.ammost_related .product-element, .ammost_crosssell .product-element {
  min-height: 275px;
}
@media (max-width: 768px) {
  .ammost_related .product-element, .ammost_crosssell .product-element {
    min-height: 230px;
  }
}
.ammost_related .product-element.package, .ammost_related .product-element.dropdown, .ammost_crosssell .product-element.package, .ammost_crosssell .product-element.dropdown {
  padding-bottom: 10px;
}
.ammost_related .o-o-o-note, .ammost_crosssell .o-o-o-note {
  width: 40%;
  top: 30%;
  left: 0;
}
@media (max-width: 980px) {
  .ammost_related .o-o-o-note, .ammost_crosssell .o-o-o-note {
    top: 24%;
  }
}
@media (min-width: 768px) and (max-width: 869px) {
  .ammost_related .o-o-o-note, .ammost_crosssell .o-o-o-note {
    top: 16%;
  }
}
@media (max-width: 768px) {
  .ammost_related .o-o-o-note, .ammost_crosssell .o-o-o-note {
    top: 35%;
    width: 35%;
    left: 2%;
  }
}
@media (max-width: 510px) {
  .ammost_related .o-o-o-note, .ammost_crosssell .o-o-o-note {
    top: 25%;
  }
}
@media (max-width: 380px) {
  .ammost_related .o-o-o-note, .ammost_crosssell .o-o-o-note {
    top: 13%;
  }
}
.ammost_related .product-prices-black-price, .ammost_crosssell .product-prices-black-price {
  color: #202020;
}
.ammost_related .product-element-read-more, .ammost_crosssell .product-element-read-more {
  margin: 0;
  visibility: visible;
  float: right;
  width: 60%;
  text-align: left;
}
@media (max-width: 768px) {
  .ammost_related .product-element-read-more, .ammost_crosssell .product-element-read-more {
    display: block !important;
  }
}
.ammost_related .product-element-read-more .product-read-more, .ammost_crosssell .product-element-read-more .product-read-more {
  margin-left: 15px;
}
.ammost_related .add-to-cart--alternative .add-to-cart-buttons, .ammost_crosssell .add-to-cart--alternative .add-to-cart-buttons {
  margin-top: 6px;
  margin-left: 81px;
}
@media (max-width: 480px) {
  .ammost_related .add-to-cart--alternative .add-to-cart-buttons, .ammost_crosssell .add-to-cart--alternative .add-to-cart-buttons {
    margin-left: 0px;
  }
  .ammost_related .add-to-cart--alternative .add-to-cart-buttons .button.btn-cart, .ammost_crosssell .add-to-cart--alternative .add-to-cart-buttons .button.btn-cart {
    margin-left: calc(44% + 81px);
  }
}
@media (min-width: 479px) {
  .ammost_related .add-to-cart__multiple-fields, .ammost_crosssell .add-to-cart__multiple-fields {
    max-width: 216px;
  }
}
@media (max-width: 480px) {
  .ammost_related .add-to-cart__multiple-fields, .ammost_crosssell .add-to-cart__multiple-fields {
    max-width: 398px;
  }
}
.ammost_related .product-options, .ammost_crosssell .product-options {
  float: right;
  clear: right;
  margin: -5px 0 16px 0;
  padding-left: 15px !important;
  padding-top: 30px;
  width: 60% !important;
}
@media (max-width: 480px) {
  .ammost_related .product-options, .ammost_crosssell .product-options {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.ammost_related .product-options .pictr-option-info-container, .ammost_crosssell .product-options .pictr-option-info-container {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 30px;
  z-index: 10;
  max-height: initial;
}
.ammost_related .product-options .validation-success:after, .ammost_crosssell .product-options .validation-success:after {
  display: none;
}
.ammost_related .product-options .pictr-dropdown-option, .ammost_crosssell .product-options .pictr-dropdown-option {
  position: absolute;
  width: 93%;
  max-width: 217px;
}
@media (max-width: 480px) {
  .ammost_related .product-options .pictr-dropdown-option, .ammost_crosssell .product-options .pictr-dropdown-option {
    max-width: 398px;
    width: 100%;
  }
}
.ammost_related .product-options .pictr-dropdown-option-value, .ammost_crosssell .product-options .pictr-dropdown-option-value {
  width: 100%;
  max-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammost_related .product-options .pictr-label, .ammost_crosssell .product-options .pictr-label {
  margin-top: -20px;
}
.ammost_related .product-options .info-option-description, .ammost_crosssell .product-options .info-option-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ammost_related .product-options .info-option-title, .ammost_crosssell .product-options .info-option-title {
  width: 100%;
}
.ammost_related .product-element-image-container, .ammost_crosssell .product-element-image-container {
  max-width: 255px;
}

.related-products-top {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.related-products-top .title {
  display: block;
  color: #464646;
  font-size: 15px;
  padding-bottom: 5px;
}
.related-products-top .product-element {
  width: 48.5%;
  float: left;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 8px;
}
@media (max-width: 980px) {
  .related-products-top .product-element {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  @supports (-moz-appearance: none) {
    .related-products-top .product-element .info-wrapper {
      padding-top: 3px !important;
    }
  }
}
@media (min-width: 981px) {
  .related-products-top .product-element:nth-child(even) {
    margin-right: 1.5%;
  }
  .related-products-top .product-element:nth-child(odd) {
    margin-left: 1.5%;
  }
}
.related-products-top .product-element .product-element-image {
  display: inline-block;
  float: left;
  padding-right: 12px;
  height: 53px;
}
@media (max-width: 768px) {
  .related-products-top .product-element .product-element-image {
    height: 57px;
  }
}
.related-products-top .product-element .product-element-image .product-element-image-container {
  max-width: none;
  cursor: pointer;
}
.related-products-top .product-element .product-element-image .product-element-image-container img {
  margin: 0;
}
@media (min-width: 981px) {
  .related-products-top .product-element .product-element-image .product-element-image-container img {
    height: 45px;
  }
}
.related-products-top .product-element .product-element-name {
  cursor: pointer;
  display: inline-block;
  float: left;
  clear: none;
  width: calc(100% - 115px);
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 29px;
  height: 29px;
}
@media (max-width: 1200px) {
  .related-products-top .product-element .product-element-name {
    width: calc(100% - 116px);
  }
}
@media (max-width: 980px) {
  .related-products-top .product-element .product-element-name {
    width: calc(100% - 120px);
    font-size: 12px;
    min-height: 31px;
    height: 31px;
    line-height: 16px;
  }
}
.related-products-top .product-element .product-element-price {
  display: inline-block;
  clear: none;
  margin-top: -2px;
  float: left;
}
@media (max-width: 980px) {
  .related-products-top .product-element .product-element-price {
    margin-top: 0;
  }
}
.related-products-top .product-element .product-element-price .product-prices-black-price {
  float: right;
  font-size: 15px;
  padding-left: 6px;
  padding-top: 2px;
}
@media (max-width: 1200px) {
  .related-products-top .product-element .product-element-price .product-prices-black-price {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  .related-products-top .product-element .product-element-price .product-prices-black-price {
    font-size: 15px;
    margin-top: 1px;
  }
}
.related-products-top .product-element .product-element-price .product-prices-final-price {
  float: right;
  font-size: 19px;
  margin-top: 0;
}
@media (min-width: 1201px) {
  .related-products-top .product-element .product-element-price .product-prices-final-price .decimals {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .related-products-top .product-element .product-element-price .product-prices-final-price {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .related-products-top .product-element .product-element-price .product-prices-final-price {
    font-size: 18px;
  }
}
.related-products-top .product-element .input-box {
  float: right;
  margin-top: 12px;
  padding-right: 16px;
}
@media (max-width: 1050px) and (min-width: 981px) {
  .related-products-top .product-element .input-box {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .related-products-top .product-element .input-box {
    margin-top: 13px;
  }
}
.related-products-top .product-element .info-wrapper {
  display: inline-block;
  float: left;
  padding-left: 8px;
}
@media (min-width: 1201px) {
  .related-products-top .product-element .info-wrapper {
    padding-top: 2px;
  }
}
@media (max-width: 980px) {
  .related-products-top .product-element .info-wrapper {
    margin-top: 3px;
  }
}
.related-products-top .product-element .info-wrapper .info-icon {
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/info.png");
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-position: 0 0;
  width: 15px;
  height: 15px;
}
@media (max-width: 1200px) {
  .related-products-top .product-element .info-wrapper .info-icon {
    margin-top: 1px;
  }
}
.related-products-top .product-element [type="checkbox"]:checked, .related-products-top .product-element [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.related-products-top .product-element [type="checkbox"]:checked + label, .related-products-top .product-element [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.related-products-top .product-element [type="checkbox"]:checked + label:before, .related-products-top .product-element [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  margin-top: -2px;
  width: 26px;
  height: 26px;
  border: 2px solid #C0C0C0;
  border-radius: 4px;
}
.related-products-top .product-element [type="checkbox"]:checked + label:before {
  border-color: #8fc400;
}
.related-products-top .product-element [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: -1px;
  width: 10px;
  height: 19px;
  border: solid #8fc400;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.related-product-popup-content {
  display: none;
}

.related-product-popup {
  border: 1px solid #ff6903;
  margin-left: 1.5% !important;
  padding: 0 !important;
  margin-right: 1.5% !important;
  width: 382px;
  max-height: 640px !important;
}
.related-product-popup .related-product-popup-content {
  display: block;
  padding: 11px;
}
.related-product-popup .related-product-popup-content .top-container {
  padding: 0;
  margin-bottom: 0;
}
.related-product-popup .related-product-popup-content .top-container .product-element-image {
  display: inline-block;
  width: 51%;
}
.related-product-popup .related-product-popup-content .top-container .col-right {
  width: 49%;
  float: right;
  padding: 0 0 0 15px;
}
.related-product-popup .related-product-popup-content .top-container .col-right .product-element-name {
  float: right;
  width: 100%;
  text-align: left;
  font-size: 17px;
}
.related-product-popup .related-product-popup-content .top-container .col-right .product-element-name a {
  color: #202020;
  font-weight: bold;
}
.related-product-popup .related-product-popup-content .top-container .col-right .bazaarvoice-reviews {
  float: left;
  padding-top: 6px;
  display: inline-block;
}
.related-product-popup .related-product-popup-content .top-container .col-right .bazaarvoice-reviews .abv-rating-summary a:hover {
  text-decoration: none;
}
.related-product-popup .related-product-popup-content .top-container .col-right .bazaarvoice-reviews .abv-rating-summary .stars_bottom {
  font-size: 16px;
  line-height: 13px;
}
.related-product-popup .related-product-popup-content .top-container .col-right .bazaarvoice-reviews .abv-rating-summary .abv-average-rating {
  padding: 0;
  font-size: 9px;
}
.related-product-popup .related-product-popup-content .top-container .col-right .bazaarvoice-reviews .abv-rating-summary .abv-rating-count {
  font-size: 9px;
}
.related-product-popup .related-product-popup-content .top-container .col-right .product-element-price {
  float: left;
}
.related-product-popup .related-product-popup-content .top-container .col-right .product-element-price .product-prices .product-prices-black-price {
  float: left;
  padding-top: 6px;
}
.related-product-popup .related-product-popup-content .top-container .col-right .product-element-price .product-prices .product-prices-final-price {
  font-size: 26px;
  margin: 0;
}
.related-product-popup .related-product-popup-content .product-element-description {
  padding-bottom: 10px;
  padding-top: 5px;
  float: right;
  width: 100%;
}
.related-product-popup .related-product-popup-content .product-element-description p {
  margin: 0 0 1.5em;
}
.related-product-popup .related-product-popup-content .product-element-description ol, .related-product-popup .related-product-popup-content .product-element-description ul {
  padding-left: 24px;
  margin-bottom: 1.5em;
  list-style: disc outside;
}
.related-product-popup .related-product-popup-content .product-sku {
  float: left;
}
.related-product-popup .aPopup-title {
  height: 47px;
  z-index: 1;
  position: sticky;
  top: 0;
  background: #fff;
}
.related-product-popup .aPopup-title .aPopup-close {
  color: #ff6903;
  width: 45px;
  right: 3px;
}
.related-product-popup .aPopup-title .aPopup-close.button {
  font-size: 0;
}
.related-product-popup .aPopup-title .aPopup-close.button:before {
  margin: 8px 9px;
  position: relative;
  float: right;
  font-weight: 100;
  content: 'x';
  font-size: 60px;
  -webkit-transform: scale(1.2, 1);
  -moz-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  -o-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.abv-popup-summary {
  z-index: 2147483647 !important;
  width: 193px !important;
}

/* Rating stars and summary */
.stars_bottom {
  font-size: 20px;
  position: relative;
  font-family: 'BVCustom', sans-serif;
  color: #999;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
}

.stars_top {
  color: #ff6903;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

.product-element-rating .stars_bottom {
  font-size: 15px;
  letter-spacing: 1px;
  color: #202020;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, 1px 0px 1px #fff;
  line-height: 13px;
}

.rating-bar-bottom {
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  border-radius: 2px;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
  width: 139px;
}

.rating-bar-bottom.with-bars {
  position: relative;
  height: 8px;
  width: 144px;
}
.rating-bar-bottom.with-bars li {
  width: 20%;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
  float: left;
  height: 8px;
  position: relative;
}
.rating-bar-bottom.with-bars li:first-child {
  position: absolute;
}

.rating-bar-bottom.with-slider {
  display: flex;
  position: relative;
  height: 8px;
}
.rating-bar-bottom.with-slider li {
  flex-grow: 1;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.rating-bar-bottom.with-slider li:first-child {
  position: absolute;
  left: -6px;
  margin-top: -1px;
  top: 0;
  height: 10px;
  width: 10px;
  z-index: 2;
  background-color: #fe6800;
  -webkit-box-shadow: insert 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.rating-bar-bottom.with-slider li:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 10px;
  border-right: 1px solid #666;
  margin: -1px 0 0 -1px;
}

.rating-bar-slider-label {
  width: 50%;
  display: inline-block;
  color: #999;
}
.rating-bar-slider-label:last-child {
  text-align: right;
}

.rating-bar-top {
  display: block;
  height: 10px;
  border-radius: 2px;
  background: #ff6903;
  background-color: #ff6903;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.3)), color-stop(1, rgba(255, 255, 255, 0))) !important;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%) !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=0 ) !important;
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%) !important;
}

@font-face {
  font-family: 'BVCustom';
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAABrIABEAAAAAKLQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcbPlA20dERUYAAAGcAAAAHAAAAB4AJwA4T1MvMgAAAbgAAABEAAAAYI5WrKhjbWFwAAAB/AAAAOYAAAIqvD+asmN2dCAAAALkAAAABgAAAAYFEQBEZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAASCwAAG1hdfsuCaGVhZAAAFrQAAAAvAAAANglTYt5oaGVhAAAW5AAAAB4AAAAkDmwIgmhtdHgAABcEAAAAlQAAAMbuzQb5bG9jYQAAF5wAAABRAAAAZpbqj/BtYXhwAAAX8AAAACAAAAAgAVEBQm5hbWUAABgQAAABcQAAA2AtuILmcG9zdAAAGYQAAAEMAAABvNGCZSVwcmVwAAAakAAAAC4AAAAusPIrFHdlYmYAABrAAAAABgAAAAbbXFTLAAAAAQAAAADQyPjzAAAAAMs+vAwAAAAA0PGL23jaY2BkYGDgAWIxIGZiYARCQyBmAfMYAAW5AGB42mNgZuVinMDAysDCOovVmIGBUR5CM19kSGNiYGAAYTiYi8wpqCwqZnBg4FWXYGP4B+Sz6TJoASlGJCUKDIwAupoIM3jaY2BgYGaAYBkGRiDJwKgC5DGC+SyMHEDajkGBgYVBjoEXSKswaDPoMtgzLGBYy3xTgUtBREFNQV8hXtFSSU4pUWme6gLVXap7VG+q/lFjU+NVc1BzUktVF1GX+P8faA5IvzKDFpJ+BgUBrPpvAPWzour///X/4/8P/9/5f/v/qf9Z/+P+GD/gfcBx//v99/cP3Ht+j/nuwbutt1puZd/KuuV/S/eW6i35m29vvrl56qbMTUmIvygBjGwMcEMYmYAEE7oCcBCysII5bOwMHBhGcDLQGSjikpDlAlPSMqSZBwAgHksPAAAAAABEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3ja5Vl/cBtVfn/v6Wm1el6vdlcrrWVZllfyaqMo9lqSZVn+Jcd2HGNyxs35TAhOakzgjAMEenBummmZ1GXoFej17oZehwu5Mp1hrulMZ2Xg2nJ05mYgA0xHl6EZ0mEoQznoHy05rgPMTQu26PetDASau/uv/aP2SO/t2/fr+/n+/goRNIUQOeb/CvKhAOqtYeSMbAYo/lmhJvj/eWTTR6CLaj4+7OfDmwGBbI1sYj5eVE3VMlVzinQ1uvGfNVb9X/nwr6ZoHSHYrYQQfdX/LoqhPWgIVdCmjVDOTdTdQccN1LE77Ljokttbr43gXK0XqVqtfU+lgmqDCVV7Wg63d6X7uo1KXz7cP1DFY3gY+zuxgaN6AAvplI17sR3A0WKhjA1vrDmk6Ua0XCgP9NuZdCpQCrEDzFQonlMsRm5jrFFlihTaflRSiUy+tKtSsXFp2hs2mTd6yIh3JdtjsVhXKuafVSzpAGtNElXafpSZLY1xxsgqyyh/vr1p23hgClbBUr6zpZDvTMbgerGptlgM6KfIRA8Ls/77kIFsVERVNI3cvOOOFt1c3S0XXMVxxbobcVwfYDHuuLs4Fm6vUuvHOXeoXtvLUdmlaq4ImEREDk+60oRjGBeiBjYL0YgupM1UxsbpVMafGTAAoYBPxt6Yr3+g2JyRylhX9E2z7V0tSbHsCxmpdHTrRS0pND44H+siVIzGfC8aSZojVmx7zOgRJyYcx/uQeBW+9/Y5Vf+0kTKUrTe6jFiXHvZ1mseMTrpALKNxItbVaTSy3oLxcWenBSiQJ2NCEWQhjNZQCm2GQBKwe9wTAL2+qSOWe3JcTwRztdtxDnEatYHuYoFGtYhOBJpOdWeIpUeNaBJHExgojHhsBrkAupK4Exd1EIQxXOrndKdK/fCiDP82SEQG0LAzJR90ewEnISADRnqAAxcQAsLU1y9g/exZHPnJ+vpPGu+cPdu4fOHruDtIBemf2AIhQTmqqOxlGhTo66KqED0kEEKOEvaKTCVMW0WZKsHGL0QqzhHBTxVFCVPqJ18KUrHxgRRmIiP/eQbrF9bXLzTe+R7fHXpYbzCViuLDgkob7wotohwy/JLwJKVPC4xoLCQIUhBrhMiBhwUmhZVWUSCUCgGsiy0iHELFVqFxmcItKWOA7yjgm/PwnURjTXzdpKdpfpCuqR2gXV2p5UC6WL22D6Qrp4NQhfyeziWhy1BTvq6KPZe5BPbagVHsySBvMzmcyuy0ArwXeBsZBRI1ALVJ9mUA9d0L67ivO/FqwrY6ZhNWBnqWBV8ZKzGb6Lah131VnE4mLLv9NT73tbg3N+Ot8tbbHZ5sfUZ7+lPajbrb1aS9+wra403aLaA9/hntXcavo71oNmkFkWnSxgVGr6+v1z3a4Kr4QDFNnkgXi+ntw+niVSk5lc7n09PpYn8KbOPUxw3Qh8tw5+vQMvrNnVsv1N0jjluuu9c2736Td/dCfbPgKUihO5hzC0ptf5OMFSCjAGbzSb1teR4spbtffTrU5V+4/gg8oNq15V9JFjZAX7iOQFMsGFEDVIKrRvMr0oGTYHFL/d77T2aCUbW50oRB+0DfBux+T6V+mRK9eVATVabDbKaysqxhSTZYXI7HJSUoEhJ+TJUNKS4rMKRpeHbm1OLkRP54l5UfMk3cpfTFS6ZJfnEVKEnsrExbKRNESnxhoyuhGRqLSfpuJWcke5jOIhGnIxljbS0srpi5fHVtbBQbRte2WEqaZrJUSiqhZPKLsoP+l7jPzzWB/wrwvxMV0PUIDCBwv91xu8EBNFlf9FgPKpxUatkmv8Ev1LKgp5tGO8htxWWq2wp8bgdJdpWK2626IAO92iZrBaZ7XB8jxUInAbMPjjLCTR74SPAOqV4gqxPejZFSfy9Jp2RiLp25+NvrF88edrL4u7luq3841zg+cWbx5D+eWcKoeOjeyal7F4vFxXunpu45VPSdW7/42I03PnZxffHM3saaUy5aVg4/knWOfO/iSZjQ33/onqmJZovQ/yXO/w/PpaNXnMt1uxPzcz2+Y1L+4rnzDz1zfO2ZB+fnH3xm7fgzD83/S6oNv9SWSrU1ym2pX39k80zxyjP3wJmSd6YEZ+7B/5PWxyGOu+eVS/gerD/+eONy46FLrzQeavzb4/jH+xzfd5x9+5ytO5x9v/5wH1oic8Kc7wxqgSgrDTGmG3RqEbNYhKCqFooXCl5w1XQBQt0VlJoEuqTVXU2ptUGv03MGXsBx9WDpyv7SyvT08vL09Ao5uDw9s7w8M73Me9MrfJx8ML1y877m+8+1yLvnZ/Y+h8pocMfeg1cqNdUdHHUcLH2B63kF9JzFQakjoN0l0O4nGepwdkLhqxhys9TrK6lgtSOdvoiqywTsM5jnAQiGINy5qmkmFXx/2taEiW9Ox9OKIGi2Obs364yPObm9V7W4jUf30da2HpvEtTgbpyyWsxoXs05bkPrmctVqzhkZadKJZ4VV+gZQOIdW0HHk9jtutuiO1d2Fgus4brjuzjju0aIr191YAbs3e6yp1N2KUrsBGNJdrx0D8ivg1lxacW9Qx1mgpUPsyvYnJ6/z3FrYgewAdVcmr7sBnmvyjDdzJ0vog2QgYPsGCtzuGcUxX3EIG76AXYYQMQLIcNNnp2Ufb8ufM4FCCCyj/wtWcardEAl+4uXiH72v25HqqZUJtikOHfqtiXi+7f2H8hewG+8YPbYxXf3aoRHxKTaxfKo6fWqpdEzrPzq7tFoKhUqrS4dvihKlxbcaLsLYbSVZLt22NH80HyJLlfkE7H7x5OJ84wMi5+YnJuZzMsTl84snG+nEdUMLa2NRPb84MbWY16JjawvZvT1GMl9NmqWsYUSJVkhfORK2yqCLOcQEJPSALmSRhbC723G7LrktBe5JpAIP/mrJLpAoK7Mry+EE3DwHr9ploxw2w0bZCKiQZkUBxmY0YPogzTKKZTudS3QlZrP105df78CBjtfe3ahnZxJm58a7rwmMCqTxXx2v/gd+4O63vva1twjVY0Ypickjb3/1FCYfo/tue/u7H6NkyYjpb63eV1xKZy2M7lvFH54//zyCvDOPiLAoGGgGHUBLEBEdQ/eik+h55O5zXFp373bcaN29wXFbQVd+x5OZGZAkpXYNyMxYwT1Qdw8otSPwsFx3l5XaTdA7VnePKbWvQy9fcE/W3b6Ce3vXJdWN12unAIYD10B4FJwCP3pEfXq0OjHpX+Ix1LL2w9aR8YNfvqHCn25SN8ODQ9zZHtN+WIyWB2659W4+frvqmpXaSVDSTXuXU+FRJN2nak/5D375llv5hLvVzV3ZcNMNQ+QUNXgiAh0wJgbA64VcHGYv2vI4MGCXIXmDJyNQsnnjt8oZ229bhpe48KhLNdRwp88o72QyASGs+tWiaqk+w4vRmtkOyC1Wy2reXJt5asmuMCVXyQ8Xb86mq7Hs+qJjOxVKzRSLSEb77Jos7z5YEmTt+sraz9Yrt2V/1Pj5x+in2YmP0RaW/iA9a80/MlDV7vxQE/eMHrBu1SeyseFEvMNZwMIhHHr7lsRwezpGSKgtrifLPTZ23ve9dbeTJJHs4ezoV5OJ3px11+jsXYr2GyVnKc1UgYhKASKwyYljndmxaHLc1ymKpDi7b8Rom546YEHCpNBofO/Wm+SdyW2dvpfcOzEaS0w83BPvkBMfvkTe2b+tk8vXbEdoOiHFFX3cYFnGUiOzH71M/n1yO4IE0IHTQsx/L/IjEUkohKKQcd6PXL/jBr2soL3utjjcABEwQGnHDVziL4JKzQBZUQq8QpFQagweaL3WDaISDICN8VdcgwdcbkJzVR58PU2wHNKinlHqCgLzA4rqPbrt6qYe4cx3WzRXqLiyWkOiJwo4bKqmL6zypmzauGyAxoXxFU4mR5f+BJOPFp97bsX3r1txidSXtreeXX9jen5t672ynS2VsnbZ9wL+68bDW/f5pEYLqW7L5O+Ovbc1WZ/DE6fbG0/gR+2yNxPswVEsC/f7bUBBQ33IbfW0iYIShT0lUuqbipdaKEHIvXVwhTXaCnqhaN51VbgYrzKozTKDFcRHN07QyRMbGyc++vsTG8Qi49s/xg1S5iPbL92xsXEHpA2dCKMkXhRkehZugMImTvp/vi3Qs1t/6/mIw+h1YcYfR3HkQLa6htw2xzXrbtVxS3U354AL9DJWfMntqLsdSq3Pq4e4Q0otg7nP9HLXDgzX9AuVSm2oD3o5E3p6BvgU4k6zCkOZDhhiOVBRqqiVz+gp8YQHqEriyBW04S+YfuPT4LnpNQ7HNTyeY5ZGZjWL5XBBi8e1D2/X4vjbleWN2dmN5con7e9Z4wuOs1C1rCpvxy0s+W7S4mRRicWURfCgW9/X43F8AeYODfE1v39zuXzzxjVXLoEtACuMVnBSOEAvIh1FkKt9yr2IU4s245YdFiWwpVqlnXLQimP6zqYdfK6x6KS3VkwHn/BpacdJP/vi1sUX6LPpnh6+9xV/ef6cgBiFQRy3zKM4nu/BxtwyhT3jsmO5wvDp9PDz7FfE8xF+XpCJRsLcyXKLluOVOMwLcJi/z4BhgkwyzCMS2/KsV0KRVKMDn2NMCJBTVBCFRFs8AQ09RYQAlSi8UhkzmEIkQQo3zlFGHqGUMpaUSby9tXGWSrK/4UqJdtlsAfdzP5Fo4xwvnMi+jZguBZlIGcU/YhHYxWDQNPbBAKWE0BZJj+mGKLe+ScIMBhozYA2ZIUsqeGrcRWnjp0wlRAlBuqoZ+CkisAh9U2hhosFx0gEnCjgFuWzHsYnDQRzWyfwPfkDmG+Y/NDob+b/xfYsc2f6LxnPb5/CDjXvJIo+TLWyDo3wZ2WgRsn7sXu+4oUvgjty4UhsEyd5f39w/yJVx/2Iwtzm4n3cHd4FeHuL1ihB4bTGYsbmBGVRrvX1gXvZrteK1Fc+Llz7J0z14AegdlkV5Ks/diuxL4OLOLB+flen/3CyPcQFwL573j1iEMdtKr83pSYVh4lfmi8WDCsUtckzJ5WPCApGlgWJsdPZQKb7bkATRuHN6+q6oQIlk7EqUDh8YjeUHJXBF9rwsSylFGZeN0ayR69CHlNE9uRGtEknsNsxyJN7fY4knTmhRbU+UZbpNljhcTo50J+ZiC8PDC7G5hDWcLB9KsHR3hhm7w4Z6gvOgDDw47H8TrAcyPiUKvnlol0k3vWOgirnkeV4x0Iu9CZzYHVkGOeMk2xneGlHdSDWdJ8SCfA9PznfAKFNDX5gzZxdvHVdMRo02QxCVFtoTZT5NIe1AYKyFKYLopwKNZPcVSzfa2VED6LWWSnPXxmSRtbCwyLSgyNKE6D6iSFkrQZgq0jiVk8HTfzk9d1A3KFlNmonJtGxoYRZftYjYIoBvJaKP3kIolVoYLz3mT//xtx44YWc728NavDNbOf/qK7NcriltEUS2SEW/n9KAQIzKEclIJdKTCTO5yjEDpRfmhSRI3wTaRF4FFkQwycPvzUqSS1sFBM9NKm4bj5OqdU/wkm1gVBMVt6I+rbZk8tPXNsPGz4lSf6Yk2JCEeBFOX7kpV/DOi8I9FGWcaIY83J4GBFuIXClsPR6+1uLq6fn8cI4YMgsBqUwQRV+gRalkY9WxkiL1j04kciUNMKBEDApMkEJMMkhuNH/w9Ooh20PwXLIrMZVWHMdm9p/eCWjRoJDq7VFibRChhpzfzVYPG1LWTiSytqTcVNUHhwejqkDbYkpPb0oQfYTe8V1Y6jhKegpi23MctyI6KqT930RJsMGYBxA79cR6zdzJHbmrACUymrW0ZsVFCAQ98SuOr35jZubBUnWwPF76xszsA2vjY6nswPYL2y+Ud6eHqbb27cP2NbnieLU/d419+FvH5x4ojZa2XySD0Pyhl1+DrOe83LEX7d7JHNvqPHLhmaPjsRDSxj7uvdNtv7qWCYDzwm0ZD/Q7OOPZZweMdQgLzQLEJ6nf5TPNAoSxxbJKr5JlxGDSzcyUGrOS2fp9yWw5Frtqoji7xVSVkSjMWJGkxoyEYTZuXUl8sQ40idRPfgeYcrhL/yVlf6oncZQX+qM7bQYu3t9svYundlqd/w4QwqPr9WYh5dPS8+X6Op4zyvqIft6o6C/oQ9FBA0fP6/CIoTsYeUGvGOf14UjZMJ7XceT5qxYeTlSay3Y+g0YFtoB1sL7CFzXXVmB3fsr5/wbqrmC3AHjaY2BkYGAA4nM+U+Xi+W2+MshzMIDAhY/dtxH0/38ctmy6QC4HAxNIFABXjAxjAHjaY2BkYGDT/X+NgYGjigEIOGwZGBlQgSEATr0DAwAAeNpjesPgwgAETCsZGFiANCsLgylbFYMiWxmDC1sGgy0YA9kgOTDbkkGRWQzI1mVggNFM/AwMjN1AzA7BDEeBtA2QDofqgWKWKgZbDiBmW84QA5IH6QHbswaItRm02ZYyGLKlAenHDHFAc+XZFjJEAcWSwHZrMMiySTCIsLkzqLJNZDBnq2HQZQtjMAaZy2ALAC37GaQAAAB42mNgYNCBwjWMRoyPmBKYdjHXAeEuFiMcMI9lFcszVgXWONZNIMimxvaM3Ykjg+MdpxanBec5zj9cLFwzuLZwR3F/4ZnAc4HXjHcNAOWNFuwAAAAAAQAAADIAegAHAAAAAAACAAEAAgAWAAABAADEAAAAAHjavZK/TsJQFMa/tqhgGgYGBmJMR10Qq0bDZjQMDsZoIotLwQKNpSgtEn0CH8QHcVR8Ah0cfQoHv3t7RCDE0dzce37n7z33tAAK+IAFI5MDEHGnbMCmlrKJPO6FLazgQThDfhReQAlPwovMfRdewhE+hbMoGhXhHLkmvIzIuBC24Roj4QJs40v4GUUzK/yCirkqPELePBZ+hW1KnTcLJbODA/RwjTv0EaCNDhI4WEMT65QuKtjk6aDBCAeHjPIxJNUZHSJmboQy9X1qIeVvlVhrPqVPecvzkpEn9Dfp7dF+SlsbA+Z5jEh7iFFl3mTUrO7M5J3r+jEjVC8O+y2za7Ums6YrBPr0uBPmeuzMR1dXu6Kth9Yfb51vn2/939kqT8L7qtjgGupVpietO5yq2qTsTk2lzqgGX678yXiONX2rwz/U09Pdok35tnmLiz197o5fs6Mn2WKs+jqqG0V97piVfiqf4YaWgHbVWfgNvjeBzwAAAHjabc7JUsJAEAbg/lkSA4K47xtu10yAAEfKyHuEMAlTFaNGQulr+Bre9AE1ybQ3+zDfTM/MX00VKusnopD+K4cIFVSpSgaZ1KI2daiLGuowYGINFhpoYh0ttLGBDjaxhW3s0Bd90yd2sYd9+sABDnGEY5zgFGc4xwUu0cUVrnGDW9wZUfz+vBBmlijbtj3txGb1ueeNC538AStYh+2xfXbAuuyQHbF/eROt4FwhGqGKslTO/deFbjlT7UAreuOmfMnUyo9lEsiy54wfrFDFsZzPnt7MZar8KF1q54mlktUsyy+XxS5QaRDrX4PpfanLw7o8rGt7Rigf8/xasdQX0s/Tipuh6LOjX++nZJK4Af+FsAGNAEuwCFBYsQEBjlmxRgYrWCGwEFlLsBRSWCGwgFkdsAYrXFhZsBQrAAAAAVTL21sAAA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.abv-rating-summary {
  color: #ff6903;
  font-size: 12px;
  display: inline-block;
}
.abv-rating-summary .abv-average-rating {
  padding: 0 6px;
}
.abv-rating-summary .abv-rating-count:hover {
  cursor: pointer;
}

.abv-rating-table {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
.abv-rating-table .rating-bar-bottom {
  width: 100%;
  margin: 0;
}
.abv-rating-table td {
  padding: 4px 0;
}
.abv-rating-table td:first-child {
  padding-right: 7px;
}
.abv-rating-table td:first-child span {
  font-family: 'BVCustom', sans-serif;
}
.abv-rating-table td:nth-child(2) {
  width: 100%;
}
.abv-rating-table td:last-child {
  text-align: center;
  padding-left: 8px;
}

.abv-reviews-summary .abv-rating-table tr:hover {
  background: #f1f1f1;
  cursor: pointer;
}

.abv-rating-table-secondary {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 20px 10px;
}
@media (max-width: 480px) {
  .abv-rating-table-secondary {
    width: 90%;
  }
}
.abv-rating-table-secondary .rating-bar-bottom {
  width: 100%;
  margin-left: 0;
}
.abv-rating-table-secondary .rating-bar-bottom.with-slider {
  margin-top: 6px;
  margin-bottom: 6px;
}
.abv-rating-table-secondary .rating-bar-slider-label {
  font-size: 10px;
}
.abv-rating-table-secondary td {
  padding: 5px 0;
}
.abv-rating-table-secondary tr:first-child td {
  padding: 4px 0 1px;
}
.abv-rating-table-secondary td:first-child {
  padding-right: 12px !important;
}
.abv-rating-table-secondary td:last-child {
  text-align: center;
  padding-left: 21px !important;
}
.abv-rating-table-secondary td:nth-child(2) {
  width: 180px;
  padding-right: 10px;
}

.abv-focusable:focus {
  outline-width: 1px;
  outline-color: #fe6800;
  outline-style: dotted;
}

.abv-rating-summary-link:hover {
  text-decoration: none;
}

/* Buttons */
.abv-btn-summary-review,
.abv-btn-qa-link {
  display: inline-block;
  vertical-align: baseline;
  padding: 6px 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  color: #ff6903;
  margin-left: 20px;
  line-height: 20px;
}
.abv-btn-summary-review:active, .abv-btn-summary-review:hover, .abv-btn-summary-review:focus,
.abv-btn-qa-link:active,
.abv-btn-qa-link:hover,
.abv-btn-qa-link:focus {
  background-color: transparent;
  color: #ff6903;
}

.abv-btn-qa-link {
  padding: 0;
  margin: 0;
}

.abv-btn-green {
  background: #9dd53a;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  -o-transition: all linear .1s;
  transition: all linear .1s;
}
.abv-btn-green:hover, .abv-btn-green:focus {
  background: #7cbc0a;
}

.abv-btn-filter span {
  font-family: 'BVCustom', sans-serif;
  padding-left: 3px;
}

.abv-btn-stat {
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  border-left: 1px solid #ccc;
  text-align: center;
}
.abv-btn-stat span:first-child {
  color: #222 !important;
  font-size: 16px;
  display: block;
}
.abv-btn-stat:hover {
  text-decoration: none;
}

.abv-btn-page {
  padding: 5px 10px;
  background: #ededed;
  border-radius: 0;
  color: #000;
}
.abv-btn-page:hover, .abv-btn-page:focus {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000 !important;
  background: #ededed;
}
.abv-btn-page:disabled {
  background: #f2f2f2;
  color: #ccc;
  cursor: default;
}
.abv-btn-page:disabled:hover {
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ccc !important;
}

.abv-btn-feedback {
  color: #000;
  padding: 2px 10px;
  background-color: #ededed;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 12px;
  border-radius: 0;
}
.abv-btn-feedback:hover {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
  background-color: #ededed;
  font-size: 13px;
}
.abv-btn-feedback:focus {
  color: #333;
  background-color: #ededed;
}

.abv-vote-up:disabled,
.abv-vote-up:disabled:hover,
.abv-vote-down:disabled,
.abv-vote-down:disabled:hover {
  cursor: default;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ededed;
  font-size: 12px;
  color: #000;
  opacity: 1;
}

.abv-vote-up:disabled span {
  color: #338b2b;
}

.abv-vote-down:disabled span {
  color: #b43034;
}

.abv-report:disabled,
.abv-report:disabled:hover {
  cursor: default;
  font-size: 12px;
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
}

/* Inline popup */
.abv-popup-trigger:hover {
  cursor: pointer;
}

.abv-inline-popup {
  display: none;
  background: #fff;
  padding: 20px;
  border: #999 1px solid;
  border-radius: 5px;
  z-index: 100;
  width: 325px;
  opacity: 0;
  margin-top: 30px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
  transition: margin 300ms, opacity 300ms;
}
.abv-inline-popup:before {
  position: absolute;
  content: '';
  border: 11px solid transparent;
  border-bottom-color: #999;
  top: -22px;
  left: 50%;
  margin-left: -11px;
}
.abv-inline-popup:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}

.abv-inline-popup-show {
  margin-top: 10px;
  opacity: 1;
}

.abv-popup-summary {
  padding: 20px 30px 20px 31px;
  width: 264px;
}

.abv-popup-summary-bottom {
  text-align: center;
  padding: 20px 0 10px;
}

/* Select box */
.abv-select {
  position: relative;
}
.abv-select ul {
  opacity: 0;
  margin-top: 10px;
  transition: margin 300ms, opacity 300ms;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: #d0d0d0 1px solid;
  border-radius: 4px;
  width: 226px;
  z-index: -10;
  white-space: nowrap;
}
@media (max-width: 590px) {
  .abv-select ul {
    right: auto;
    left: 0;
  }
}
.abv-select ul li {
  padding: 8px 30px 8px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.abv-select ul li:first-child {
  border-radius: 4px 4px 0 0;
}
.abv-select ul li:last-child {
  border-radius: 0 0 4px 4px;
}
.abv-select ul li.abv-selected {
  background-color: #f1f1f1;
}
.abv-select ul li:hover {
  background: #7cbc0a;
  color: #fff;
}
.abv-select .abv-select-current {
  padding-right: 3px;
}
.abv-select:hover {
  cursor: pointer;
}
.abv-select:hover ul {
  display: block;
  opacity: 1;
  margin-top: 0;
  z-index: 100;
}

.abv-arrow-down {
  font-family: 'BVCustom', 'times new roman', sans-serif;
}

/* Reviews tab */
.abv-reviews-empty .stars_bottom {
  color: #dfdfdf;
  display: block;
  line-height: 15px;
  margin-top: 9px;
}
.abv-reviews-empty .abv-btn-summary-review {
  margin-left: 0;
  padding: 0;
  margin-bottom: 10px;
}

.abv-reviews-container,
.abv-qa-container {
  font-size: 12px;
}
.abv-reviews-container:after,
.abv-qa-container:after {
  content: '';
  display: block;
  clear: both;
}

.abv-reviews-summary-top {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.abv-reviews-summary-top .abv-rating-summary {
  width: 75%;
  max-width: calc(100% - 134px);
  background: #fff;
  padding-bottom: 2px;
  display: inline-block;
}
@media (max-width: 736px) {
  .abv-reviews-summary-top .abv-rating-summary {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .abv-reviews-summary-top .abv-rating-summary {
    max-width: none;
  }
}
.abv-reviews-summary-top .abv-average-rating {
  color: #000;
  border-right: #ccc 1px solid;
  margin-right: 7px;
  padding-right: 9px;
  padding-left: 7px;
  vertical-align: text-bottom;
}
.abv-reviews-summary-top .abv-average-rating:hover {
  color: inherit;
}
.abv-reviews-summary-top .abv-rating-count {
  vertical-align: text-bottom;
}
.abv-reviews-summary-top .abv-rating-count:hover {
  text-decoration: none;
}
.abv-reviews-summary-top:after {
  content: '';
  display: block;
  clear: both;
}

.abv-reviews-summary-top-left {
  width: 50%;
  float: left;
  padding: 10px 20px;
}
@media (max-width: 900px) {
  .abv-reviews-summary-top-left {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}

.abv-trustmark {
  width: 25%;
  float: right;
  display: inline-block;
}
@media (max-width: 736px) {
  .abv-trustmark {
    width: 100%;
    margin-top: 8px;
    float: none;
  }
}
.abv-trustmark img {
  height: 30px;
  float: right;
  margin-top: 3px;
}
@media (max-width: 736px) {
  .abv-trustmark img {
    float: left;
  }
}

.abv-stat-buttons {
  width: 50%;
  float: right;
  max-width: 480px;
}
@media (max-width: 736px) {
  .abv-stat-buttons {
    width: 100%;
  }
}
.abv-stat-buttons .abv-btn-stat {
  width: 33.333%;
  float: left;
  display: block;
}
.abv-stat-buttons .abv-btn-stat:first-child {
  border-left: none;
}

.abv-popup-trustmark {
  padding: 10px;
  font-size: 11px;
  background-image: -webkit-linear-gradient(top, #eee 0, #fff 100%);
}
.abv-popup-trustmark:after {
  border-bottom-color: #eee;
}
.abv-popup-trustmark a {
  color: #202020;
}

.abv-reviews-heading,
.abv-qa-heading {
  padding: 20px 0;
}
.abv-reviews-heading h2,
.abv-qa-heading h2 {
  display: block !important;
  font-size: 20px;
  font-weight: 400;
  float: left;
  margin-top: 8px;
}
.abv-reviews-heading button,
.abv-qa-heading button {
  float: right;
}
.abv-reviews-heading:after,
.abv-qa-heading:after {
  content: '';
  display: block;
  clear: both;
}

.abv-reviews-summary-ratings:after {
  content: '';
  display: block;
  clear: both;
}

.abv-reviews-summary {
  width: 50%;
  float: left;
  border-right: #fff 1px solid;
}
@media (max-width: 736px) {
  .abv-reviews-summary {
    width: 100%;
  }
}
.abv-reviews-summary .abv-rating-table {
  margin: 10px 0 20px 8px;
  width: 61%;
}
.abv-reviews-summary .abv-rating-table td:first-child {
  padding-left: 7px;
}
.abv-reviews-summary .abv-rating-table td:last-child {
  padding-right: 7px;
}
@media (max-width: 480px) {
  .abv-reviews-summary .abv-rating-table {
    width: 90%;
  }
}

.abv-reviews-summary-secondary {
  width: 50%;
  float: left;
}
@media (max-width: 736px) {
  .abv-reviews-summary-secondary {
    width: 100%;
  }
}

.abv-summary-heading {
  background: #f3f3f3;
  padding: 11px 10px 11px;
}
.abv-summary-heading h3 {
  font-weight: normal;
  margin: 0;
  font-size: 12px;
}

.abv-histogram-filter-helper {
  padding: 5px 10px;
  font-size: 12px;
}

.abv-toolbar {
  background: #f1f1f1;
  margin-bottom: 10px;
}
.abv-toolbar .abv-page-current {
  padding: 12px 10px 10px;
  float: left;
}
.abv-toolbar .abv-pages {
  float: right;
  padding: 5px 10px;
}
.abv-toolbar .abv-pages .abv-prev {
  padding-left: 14px;
}
.abv-toolbar .abv-pages .abv-next {
  padding-right: 14px;
}
.abv-toolbar:after {
  content: '';
  display: block;
  clear: both;
}

.abv-reviews-list > li {
  margin-bottom: 8px;
}
@media (max-width: 736px) {
  .abv-reviews-list > li {
    padding: 0 10px;
  }
}
.abv-reviews-list > li:after {
  content: '';
  display: block;
  clear: both;
}

.abv-author-gender {
  font-family: 'BVCustom','times new roman', sans-serif !important;
  color: #bbb;
  float: left;
  font-size: 61px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.abv-review-header {
  padding: 10px 10px 13px;
  background: #f3f3f3;
}
@media (max-width: 736px) {
  .abv-review-header {
    margin: 0 -10px;
  }
}
.abv-review-header:after {
  content: '';
  display: block;
  clear: both;
}

.abv-review-header .abv-author-gender {
  margin-right: 10px;
  padding-top: 2px;
}

.abv-header-summary {
  width: calc(100% - 60px);
  float: right;
}
.abv-header-summary .stars_bottom {
  vertical-align: middle;
  text-shadow: none;
  margin-right: 4px;
}

@media (max-width: 736px) {
  .abv-header-rating {
    float: left;
  }
}

.abv-user-nickname {
  font-weight: bold;
}

@media (max-width: 736px) {
  .abv-user-info {
    clear: left;
    float: left;
  }
}

.abv-badge-images {
  float: right;
  text-align: right;
  margin-right: 20px;
}
@media (max-width: 736px) {
  .abv-badge-images {
    margin-right: 0;
  }
}
.abv-badge-images img {
  display: inline-block;
  max-height: 25px;
}

.abv-header-title {
  clear: right;
}
@media (max-width: 736px) {
  .abv-header-title {
    clear: both;
  }
}

.abv-review-content {
  padding: 0 10px 0 70px;
  float: left;
  width: 70%;
  margin-bottom: 1.25em;
}
@media (max-width: 736px) {
  .abv-review-content {
    width: 100%;
    padding: 0;
  }
}
.abv-review-content .abv-review-text {
  margin-bottom: 14px;
}
.abv-review-content .abv-review-context {
  margin-bottom: 1em;
}
.abv-review-content .abv-review-context span {
  font-weight: bold;
  padding-right: 5px;
}
.abv-review-content .abv-review-dimensions span {
  font-weight: bold;
  padding-right: 5px;
}
.abv-review-content .abv-icon-tag {
  font-weight: bold;
  font-family: "BVCustom", sans-serif;
}
.abv-review-content .abv-review-recommended {
  margin-top: 13px;
}
.abv-review-content .abv-review-recommended span {
  font-weight: bold;
}
.abv-review-content .abv-review-recommended span:nth-child(2) {
  padding-right: 4px;
}
.abv-review-content .abv-icon-yes, .abv-review-content .abv-icon-no {
  font-weight: normal;
  font-family: "BVCustom", sans-serif;
}

.abv-review-secondary {
  float: right;
  width: 30%;
  padding: 12px 19px 10px 41px;
  margin-bottom: 20px;
}
@media (max-width: 736px) {
  .abv-review-secondary {
    width: 100%;
    padding: 0;
  }
}
.abv-review-secondary dd {
  padding-bottom: 14px;
}
.abv-review-secondary .rating-bar-bottom {
  width: 100%;
  margin: 0;
}

.abv-review-photos {
  margin: 20px 0;
}
.abv-review-photos li {
  width: 25%;
  float: left;
}
.abv-review-photos div {
  margin: 0 4px 4px 0;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}
.abv-review-photos img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.abv-review-photos img:hover {
  cursor: pointer;
}
.abv-review-photos:after {
  content: '';
  display: block;
  clear: both;
}

.abv-review-videos {
  margin: 20px 0;
}
.abv-review-videos li {
  max-width: 480px;
}
.abv-review-videos div {
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 0;
}
.abv-review-videos iframe {
  background: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.abv-client-response {
  background: #f1f1f1;
  padding: 10px 10px 27px 50px;
  position: relative;
  margin-top: 2px;
}
.abv-client-response .abv-client-response-header {
  line-height: 26px;
}
.abv-client-response:before {
  content: '♂';
  color: #bbb;
  font-family: 'BVCustom', sans-serif;
  font-size: 38px;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}
.abv-client-response:after {
  content: '';
  display: block;
  clear: both;
}

.abv-comment {
  background: #f1f1f1;
  padding: 12px 10px 10px 50px;
  position: relative;
  margin-top: 2px;
}
.abv-comment:first-child {
  margin-top: 16px;
}
.abv-comment .abv-author-gender {
  width: 30px;
  height: 30px;
  font-size: 38px;
  line-height: 36px;
  margin-top: -3px;
  margin-right: 11px;
  margin-left: -40px;
}
.abv-comment .abv-comment-text {
  margin-top: 11px;
}
.abv-comment .abv-comment-feedback {
  margin-top: 38px;
}
.abv-comment .abv-comment-feedback button {
  margin-bottom: 5px;
}

.abv-review-mainProduct {
  background-color: #f2f1f3;
  margin: 10px 0;
  padding: 10px;
}
.abv-review-mainProduct a {
  color: #202020;
}

.abv-review-feedback {
  padding: 0 10px 5px 70px;
  float: left;
  width: 100%;
}
@media (max-width: 736px) {
  .abv-review-feedback {
    padding: 0;
  }
}
.abv-review-feedback .abv-btn-feedback {
  margin-left: 2px;
}
.abv-review-feedback .abv-btn-feedback:first-child {
  margin-left: 6px;
}

.abv-review-comment {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 14px;
}

.abv-sort {
  padding: 12px 10px 10px 10px;
  float: right;
}
@media (max-width: 590px) {
  .abv-sort {
    float: left;
    clear: left;
  }
}

.abv-filter {
  clear: both;
  padding: 10px;
}
.abv-filter ul {
  padding: 7px 0 2px;
}

/* Questions tab */
.abv-qa {
  font-size: 12px;
}

.abv-qa-list > li {
  margin-bottom: 10px;
}
.abv-qa-list > li:after {
  content: '';
  display: block;
  clear: both;
}

.abv-qa-question {
  padding: 15px 10px 15px 10px;
  background: #f3f3f3;
}
.abv-qa-question .abv-author-gender {
  margin-top: -5px;
  margin-right: 10px;
  padding-top: 2px;
}
.abv-qa-question .abv-btn-stat {
  border: none;
  float: right;
  padding: 0;
  margin-top: -3px;
  margin-left: 10px;
}
.abv-qa-question:after {
  content: '';
  display: block;
  clear: both;
}

.abv-question-mainProduct {
  background-color: #f2f1f3;
  margin: 10px 10% 10px 70px;
  padding: 10px;
}
.abv-question-mainProduct a {
  color: #202020;
}

@media (max-width: 736px) {
  .abv-qa-text {
    clear: both;
  }
}

.abv-qa-reply {
  margin: 28px 0 4px 70px;
}
.abv-qa-reply button {
  font-weight: 700;
  color: #333;
}
.abv-qa-reply button:hover {
  font-size: 12px;
}

.abv-qa-answers {
  margin: 0 10px 0 70px;
}
@media (max-width: 736px) {
  .abv-qa-answers {
    margin-left: 10px;
  }
}

.abv-qa-answer {
  background: #f3f3f3;
  padding: 14px 20px 10px 50px;
  margin-top: 14px;
}
@media (max-width: 510px) {
  .abv-qa-answer {
    padding-right: 10px;
  }
}
.abv-qa-answer .abv-author-gender {
  width: 30px;
  height: 30px;
  font-size: 38px;
  line-height: 36px;
  margin-top: -6px;
  margin-right: 11px;
  margin-left: -40px;
}
.abv-qa-answer .abv-qa-brand {
  margin-bottom: 10px;
  margin-right: 10px;
}

.abv-qa-answer-text {
  margin-top: 6px;
}

.abv-qa-answer-feedback {
  margin-top: 40px;
  margin-bottom: 4px;
}
@media (max-width: 360px) {
  .abv-qa-answer-feedback {
    margin-left: -35px;
  }
}
.abv-qa-answer-feedback button {
  margin-bottom: 10px;
}
.abv-qa-answer-feedback > span {
  margin-right: 13px;
}
@media (max-width: 510px) {
  .abv-qa-answer-feedback > span {
    margin: 0 0 10px;
    display: block;
  }
}

input[type='search'] {
  height: 25px;
  background: white;
  border: 0;
  outline: none;
  float: left;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
input[type='search'].search-field {
  height: auto;
  font-size: 1em;
  padding: 4px;
}
@media (max-width: 768px) {
  input[type='search'].search-field {
    font-size: 0.92308em;
  }
}
input[type='search']:focus, input[type='search']:active {
  border-width: 0;
}

.search-mini-form .search-button {
  float: right;
  color: #fff;
  padding: 0;
  background: #8fc400;
  /* Old browsers */
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc400), color-stop(100%, #8fc400));
  background-image: -moz-linear-gradient(top, #8fc400 0%, #8fc400 100%);
  background-image: -webkit-linear-gradient(top, #8fc400 0%, #8fc400 100%);
  background-image: linear-gradient(to bottom, #8fc400 0%, #8fc400 100%);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
  border: 0;
}
.search-mini-form .search-button:before {
  display: none;
}
.search-mini-form .search-button span {
  display: block;
  text-indent: 0;
  color: white;
  font-size: 15px;
  text-transform: none;
}
@media (max-width: 480px) {
  .search-mini-form .search-button span {
    font-size: 14px;
    font-weight: 400;
  }
}

.mobile--search {
  margin-left: 14px;
  margin-top: 8px;
  width: 95%;
  height: 25px;
  float: left;
}
@media (max-width: 480px) {
  .mobile--search {
    width: 92%;
  }
}
.mobile--search input[type='search'] {
  background: white;
  height: 31px !important;
  margin-top: 2px;
  border-radius: 0;
}
.mobile--search input[type='search'].search-field {
  width: 99%;
  padding-left: 8px;
}
.mobile--search .search-mini-form .search-button {
  width: 45px;
  height: 31px;
  margin-top: 2px;
  border-radius: 0;
}

.desktop-search {
  float: left;
  width: 48%;
  margin-top: 1.53846em;
  padding: 0 1.15385em;
}
@media (min-width: 1201px) {
  .desktop-search {
    width: 48%;
  }
}
.desktop-search .input-box {
  height: 35px;
  overflow: hidden;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.desktop-search input[type='search'].search-field {
  height: 35px;
  width: 85%;
  padding-left: 0.92308em;
}
.desktop-search .search-mini-form .search-button {
  height: 35px;
  width: 15%;
}

#nosense {
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#nosenseheader {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 900;
}
#nosenseheader span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.account-cart-wrapper .search-icon {
  display: none;
}

.service-info__controllers {
  position: absolute;
  width: 30px;
  background-color: #8fc400;
  height: 100%;
  left: 0;
}
.service-info__controllers a {
  color: white;
  font-size: 24px;
  margin-left: 7px;
  margin-top: 4px;
  display: block;
}
.service-info__controllers i {
  margin: 35px 0;
}

.service-info__content {
  padding: 0.5em 0 0.5em 1em;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  background-color: #ececec;
  border: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}

.service-info__image {
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/service-info.png);
  background-repeat: no-repeat;
  width: 78px;
  height: 86px;
  margin-right: 16px;
}

.service-info__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service-info__text p {
  font-size: 13px;
  line-height: 1.25;
}
.service-info__text p.service-info__headline {
  font-size: 15px;
  font-weight: 600;
  color: #858585;
}
.service-info__text p.service-info__telephone {
  font-size: 24px;
}
.service-info__text p.service-info__telephone a {
  text-decoration: none;
}
.service-info__text .service-info__small p {
  font-size: 12px;
}

.service-info--tablet {
  bottom: 5%;
  margin-left: -320px;
  z-index: 100000;
  width: 310px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .service-info--tablet {
    display: none !important;
  }
}

.state--sticky .service-info--tablet {
  display: block;
  position: fixed;
  margin-left: 0;
}
.state--sticky .service-info--minimized.service-info--tablet {
  margin-left: -290px;
}
.state--sticky .service-info--minimized.service-info--tablet .service-info__controllers {
  margin-left: 290px;
}
.state--sticky .service-info--minimized.service-info--tablet .service-info__controllers i {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.promo-product-list {
  margin: 0 0 30px 0;
  font-size: 0;
  white-space: nowrap;
}
.promo-product-list.ammost_related, .promo-product-list.ammost_crosssell {
  white-space: normal;
}
@media (min-width: 769px) {
  .promo-product-list {
    margin-right: 40px;
    margin-left: 40px;
  }
  .promo-product-list.ammost_related, .promo-product-list.ammost_crosssell {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.promo-product-list .aSlider-track {
  display: -webkit-flex;
  display: flex;
}
.promo-product-list .product-element {
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
  width: calc(25% - 10px);
  min-width: calc(25% - 10px);
  margin-right: 10px;
  white-space: normal;
}
@media (max-width: 1022px) {
  .promo-product-list .product-element {
    min-width: calc(33.33333% - 10px);
    width: calc(33.33333% - 10px);
  }
}
@media (max-width: 767px) {
  .promo-product-list .product-element {
    min-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 478px) {
  .promo-product-list .product-element {
    min-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
.promo-product-list .product-element-image img.lazyload, .promo-product-list .product-element-image img[data-lazy] {
  padding-bottom: 100%;
}
.promo-product-list .aSlider-button {
  background: none;
}
.promo-product-list .aSlider-button:before {
  background-size: 70%;
  height: 54px;
  margin-top: -27px;
}
.promo-product-list .aSlider-prev {
  left: -51px;
}
.promo-product-list .aSlider-next {
  right: -40px;
}
@media (max-width: 768px) {
  .promo-product-list .product-element-read-more {
    display: none;
  }
  .promo-product-list .product-element-data {
    margin-bottom: 15%;
  }
}

.promo-product-lists-container {
  position: relative;
}
.promo-product-lists-container .related-products-anchor {
  position: absolute;
  top: -100px;
}
.promo-product-lists-container .aSlider-dots {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .promo-product-lists-container .aSlider-dots {
    display: none;
  }
}
.promo-product-lists-container .aSlider-dots li:nth-last-child(-n+3) {
  display: none;
}
@media (max-width: 1022px) {
  .promo-product-lists-container .aSlider-dots li:nth-last-child(3) {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .promo-product-lists-container .aSlider-dots li:nth-last-child(2) {
    display: inline-block;
  }
}
@media (max-width: 478px) {
  .promo-product-lists-container .aSlider-dots li:last-child {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .product-view .promo-product-lists-container {
    padding: 10px 0 10px 10px;
  }
}

.col-main .promo-product-list .product-element-image img.lazyload, .col-main .promo-product-list .product-element-image img[data-lazy] {
  padding-bottom: 100%;
}

@media (min-width: 769px) {
  .catalog-product-view .promo-product-list {
    margin-right: 61px;
    margin-left: 71px;
  }
  .catalog-product-view .promo-product-list.ammost_related, .catalog-product-view .promo-product-list.ammost_crosssell {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.ammost_related .product-element, .ammost_crosssell .product-element {
  width: 48%;
}
@media (max-width: 768px) {
  .ammost_related .product-element, .ammost_crosssell .product-element {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .product-collateral .toggle-tabs {
    border: none;
    border-bottom: 1px dashed #dfdfdf;
    background: none;
  }
  .product-collateral .toggle-tabs li {
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background-color: #f1f1f1;
  }
  .product-collateral .toggle-tabs li.current {
    background-color: white;
    border-left: 0px;
  }
  .product-collateral .toggle-tabs li.current > span {
    color: #202020;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: 1px solid #dfdfdf;
  }
  .product-collateral .toggle-tabs li > span {
    text-transform: none;
    font-size: 1.08333em;
  }
}
.product-collateral > dl > dt, .product-collateral > dl > dd {
  border: none;
}
.product-collateral > dl > dt {
  font-family: "Open Sans", sans-serif;
  padding: .5em 25px;
  background: #f9f9f9;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.product-collateral > dl > dt span {
  font-size: 16px;
  text-transform: none;
  color: #202020;
}
.product-collateral > dl > dt:after {
  border: none !important;
  font-family: "fontAwesome";
  content: "";
  margin: 0;
  padding: 0;
  color: #202020;
  font-size: 12px;
  top: 11px;
  left: 10px;
  margin-top: 0;
}
.product-collateral.accordion-open > dl > dt.current {
  color: #202020;
  background: none;
  border: none;
}
.product-collateral.accordion-open > dl > dt.current:after {
  content: "";
  top: 10px;
  left: 10px;
  margin-top: 0;
}

@media (min-width: 769px) {
  .description__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ie9 .description__content {
    overflow: hidden;
    *zoom: 1;
  }
}
.description__content--left {
  width: 100%;
}
@media (min-width: 769px) {
  .description__content--left {
    width: 70%;
    padding-right: 2em;
  }
  .ie9 .description__content--left {
    float: left;
  }
}
.description__content--right {
  width: 100%;
}
@media (min-width: 769px) {
  .description__content--right {
    width: 30%;
    background-color: #f3f3f3;
    padding: 1em;
  }
  .ie9 .description__content--right {
    float: right;
  }
}

.widget-banner {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Featherlight ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight {
    background: rgba(0, 0, 0, 0.45);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 1px;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #ff6903;
    border: none;
    padding: 0;
    font-size: 29px;
  }

  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
    max-width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .featherlight-previous,
  .featherlight-next {
    position: absolute;
    width: 59px;
    height: 170px;
    background-color: rgba(255, 255, 255, 0.75);
    top: 50%;
    z-index: 50;
    margin-top: -85px;
    opacity: 0;
  }
  .featherlight-previous:hover,
  .featherlight-next:hover {
    cursor: pointer;
  }
  .featherlight-previous span,
  .featherlight-next span {
    color: transparent;
    width: 50%;
    height: 77px;
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/icons/slider-arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -38px;
  }

  .featherlight-previous {
    left: 20px;
    border-radius: 0 3px 3px 0;
  }
  .featherlight-previous span {
    left: 11px;
  }

  .featherlight-next {
    right: 20px;
    border-radius: 3px 0 0 3px;
  }
  .featherlight-next span {
    right: 11px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .featherlight-content:hover .featherlight-previous,
  .featherlight-content:hover .featherlight-next {
    opacity: 1;
  }

  .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
.aPopup-bg {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.aPopup {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.aPopup-content {
  clear: both;
}

.aPopup-close {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  line-height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.aPopup-close:hover, .aPopup-close:active {
  background: #fff;
  color: #000;
}

.aPopup-load-bg {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.aPopup-load {
  background: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/opc-ajax-loader.gif");
  width: 48px;
  height: 48px;
}

#finnurmi_calculator_wrapper {
  background-color: #f9f9f9;
  margin-bottom: 45px;
}
#finnurmi_calculator_wrapper h2 {
  color: #464646;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px;
  background-color: #8fc400;
}
#finnurmi_calculator_wrapper .calc-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 0;
  padding-left: 8px;
}
#finnurmi_calculator_wrapper .calc-step .numberCircle {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  background-color: #8fc400;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#finnurmi_calculator_wrapper .calc-step .guide-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: black;
  display: inline-block;
  font-size: 14px;
  margin-left: 16px;
}
#finnurmi_calculator_wrapper .calc-step .step-data {
  width: 100%;
  margin: 0px auto;
  margin-left: 45px;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#finnurmi_calculator_wrapper .calc-step .price-info,
#finnurmi_calculator_wrapper .calc-step .step-calculator {
  width: 50%;
  display: inline-block;
  float: left;
}
#finnurmi_calculator_wrapper .calc-step .step-calculator .inputpos {
  position: relative;
}
@media (max-width: 370px) {
  #finnurmi_calculator_wrapper .calc-step .step-calculator .inputpos input {
    width: 55px !important;
  }
}
#finnurmi_calculator_wrapper .calc-step .step-calculator .inputpos input[type='text'] {
  font-size: 14px;
  font-weight: 400;
}
#finnurmi_calculator_wrapper .calc-step .step-calculator .inputpos input[type='text']:focus {
  outline: none;
}
#finnurmi_calculator_wrapper .calc-step .step-calculator .inputpos:after {
  content: "=";
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  right: 10%;
}
#finnurmi_calculator_wrapper .calc-step.step-one {
  border: none !important;
}
#finnurmi_calculator_wrapper .calc-step .step-data .price-info .price-guide {
  font-weight: normal;
  font-size: 1em;
}
#finnurmi_calculator_wrapper .calc-step .step-data .price-info .price-calculated {
  font-weight: 700;
  font-size: 1.6em;
  color: #F00;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator .equalpos {
  font-size: 18px;
  font-weight: 900;
  padding: 0px 5px;
  text-align: right;
  width: 85px;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator .imagepos img {
  height: 50px;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator .imagepos.postcode #finnurmi_toimituskulut {
  height: 50px;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator .inputpos span {
  font-size: 18px;
  font-weight: 900;
  padding: 0px 5px;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator .calculator-priceinput {
  background: #fff;
  border: 1px solid #e2e2e2;
  float: left;
  text-align: right;
  width: 70px;
  padding: 2px 6px 2px 0px;
  color: #454545;
  font-weight: bold;
  font-size: 1.7em;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator #step-two-calcfield {
  width: 70px !important;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator table.calctable {
  width: 100%;
}
#finnurmi_calculator_wrapper .calc-step .step-data .step-calculator .calctable td {
  vertical-align: middle;
  height: 50px;
}
#finnurmi_calculator_wrapper .calc-step .step-data .clear {
  clear: both;
}
#finnurmi_calculator_wrapper .calc-step .help-text {
  width: 100%;
  color: #000;
  display: none;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 10px 15px;
  background: #FAEBE7;
  border: 2px solid #DF280A;
  margin: 10px 18px 5px 10px;
}
#finnurmi_calculator_wrapper .calc-step.step-three {
  text-align: left;
  font-weight: 900;
}
#finnurmi_calculator_wrapper .calc-step.step-three .numberCircle {
  width: 0px;
}
#finnurmi_calculator_wrapper .calc-step.step-three .guide-text {
  margin-left: 0px;
}

.cms-home .product-list {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .cms-home .product-list {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
.cms-home .product-list .product-element {
  width: 49.15254%;
  margin-right: 1.69492%;
  margin-bottom: 8px;
  float: left;
}
.cms-home .product-list .product-element:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 1201px) {
  .cms-home .product-list .product-element {
    width: 32.58004%;
    margin-right: 1.12994%;
  }
  .cms-home .product-list .product-element:nth-child(2n) {
    margin-right: 1.12994%;
  }
  .cms-home .product-list .product-element:nth-child(3n) {
    margin-right: 0;
  }
}
.cms-home .latest-news-container {
  float: none;
  display: block;
  width: 100%;
  clear: both;
}
@media (min-width: 769px) {
  .cms-home .latest-news-container {
    clear: none;
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
.cms-home .latest-news-container .latest-news-header {
  color: #464646;
  font-size: 18px;
}
.cms-home .latest-news-container .latest-post a {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  color: #202020;
  text-decoration: none;
}
.cms-home .filler {
  display: block;
  background-color: #FFFFFF;
  height: 150px;
  margin-left: -30px;
  width: 778px;
  position: fixed;
  margin-top: -100px;
  z-index: -1;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  background: transparent;
}
.wrapper .main-container {
  padding-top: 0;
}

.container {
  display: block;
  clear: both;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.sticky {
  position: fixed;
  top: 0;
  margin-bottom: 0 !important;
}
.sticky.mobile__header {
  top: 0;
}

.sticky--on {
  padding-bottom: 32px;
}

.top-wrapper.header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main {
  background-color: white;
  padding: 9px;
}
@media (max-width: 768px) {
  .main {
    border-style: solid;
    border-width: 2px 4px 2px 4px;
    border-color: #f9f9f9;
  }
}

@media (min-width: 768px) {
  .col--left {
    width: 49.15254%;
    float: right;
    margin-left: 1.69492%;
  }
}

@media (min-width: 768px) {
  .col--right {
    width: 49.15254%;
    float: left;
    margin-left: 0;
  }
}

.footer-before-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-before-container:after {
  content: " ";
  display: block;
  clear: both;
}

.category-image {
  border: 0 !important;
  margin-bottom: 0px;
  padding: 10px 0px !important;
}

.product-view {
  display: block;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  padding: 0.76923em 0;
}
.product-view .product-shop {
  float: none;
  display: block;
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}
.product-view .product-shop .product-name {
  float: none;
  display: block;
}
.product-view .product-options {
  padding-left: 0;
  min-height: 37px;
}

.product__masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 1201px) {
  .product__masthead {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.product__masthead--left {
  width: 100%;
}
@media (min-width: 1201px) {
  .product__masthead--left {
    width: 55%;
    margin-right: 5%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.product__masthead--right {
  width: 100%;
}
@media (min-width: 1201px) {
  .product__masthead--right {
    width: 40%;
  }
}
.product__masthead--right .product-brand-logo {
  max-width: 100%;
  max-height: 120px;
}
@media (max-width: 480px) {
  .product__masthead--right {
    display: none;
  }
}

.product-brand-mobileonly {
  display: none;
  padding: 1em 0 1em 0;
}
@media (max-width: 480px) {
  .product-brand-mobileonly {
    display: block;
  }
}
.product-brand-mobileonly .product-brand-logo {
  max-width: 100%;
  max-height: 120px;
  display: block;
  margin: 0 auto 0 auto;
}

.ie9 .product__masthead {
  overflow: hidden;
  *zoom: 1;
}
.ie9 .product__masthead--left, .ie9 .product__masthead--right {
  float: left;
}

.product-sku {
  font-size: 1.07692em;
  margin-bottom: 16px;
  color: #464646;
}

.product__masthead .bv-cleanslate .bv-core-container-140 .bv-summary-bar-minimalist-horizontal .bv-stars-container {
  margin-right: 0px !important;
}
.product__masthead .bv-cleanslate .bv-core-container-140 .bv-summary-bar-minimalist-horizontal .bv-stars-container .bv-write-container .bv-submission-button.bv-write-review {
  text-decoration: underline;
}

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  border: 1px solid #dfdfdf;
}

.zoomContainer, .zoomWindowContainer {
  z-index: 7 !important;
}

.product-options .pictr-dropdown-option-value {
  z-index: 7 !important;
}

.product-img-box {
  clear: both;
  position: relative;
  float: none;
  display: block;
  width: 100%;
}
@media (min-width: 1201px) {
  .product-img-box {
    margin: 0 0 10px 10px;
  }
}
@media (min-width: 1024px) {
  .product-img-box .gallery-image {
    cursor: zoom-in;
  }
}
.product-img-box .more-views h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
@media (min-width: 1024px) {
  .product-img-box .more-views {
    min-height: 40px;
  }
}
.product-img-box .product-image-thumbs li:first-child {
  margin-left: 0;
}
.product-img-box .product-image-thumbs li a {
  border: 1px solid #dfdfdf;
}
.product-img-box .product-image-thumbs li a:hover {
  border-color: #ff6903;
}
.product-img-box .old-product-discount-badge-container {
  border: 1px solid #EB3939;
  right: 21px;
}
.product-img-box .old-product-discount-badge-container .discount-badge-text {
  font-size: 13px;
}
.product-img-box .old-product-discount-badge-container .discount-badge-discount span {
  font-size: 20px;
}
.product-img-box .product-image {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media (min-width: 769px) {
  .product-img-box .product-image {
    height: 522px;
  }
}
.product-img-box .product-image:hover {
  display: table !important;
}
.product-img-box .product-image-gallery {
  z-index: 8;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .product-img-box .product-image-gallery .gallery-image.visible {
    max-height: 520px;
  }
}
@media (max-width: 768px) {
  .product-img-box .product-image-gallery .gallery-image.visible {
    width: 100%;
  }
}
.product-img-box .product-image-gallery .product-element-new {
  font-size: 21px;
  padding: 0 14px;
  z-index: 100;
}
@media (max-width: 768px) {
  .product-img-box .product-image-gallery .mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
}
.product-img-box .product-discount-badge-container {
  z-index: 9;
  border: 0;
  right: 0px;
  min-width: 92px;
}
@media (min-width: 768px) {
  .product-img-box .product-discount-badge-container {
    right: 28px;
  }
}
.product-img-box .product-discount-badge-container .discount-badge-discount {
  padding: 0.5em 0.8em;
}
.product-img-box .product-discount-badge-container .discount-badge-discount span {
  font-size: 31px;
}
.product-img-box .product-discount-badge-container .discount-badge-discount .discount-extra {
  display: block;
  font-size: 16px;
  line-height: 19px;
}
.product-img-box .product-discount-badge-container .discount-badge-discount .discount-benefit {
  display: block;
  font-size: 27px;
  line-height: 27px;
}
.product-img-box .product-discount-badge-container .discount-badge-discount.new-badge .new-product-slogan {
  font-size: 21px;
}
.product-img-box .product-discount-badge-container .discount-ends, .product-img-box .product-discount-badge-container .discount-badge-sale, .product-img-box .product-discount-badge-container .discount-badge-slogan {
  font-size: 13px;
  line-height: 16px;
  padding: 4px 0;
}
.product-img-box .product-discount-badge-container .discount-badge-text {
  background-color: #fff;
  font-size: 13px;
}
.product-img-box.price-cop:before {
  position: absolute;
  top: 0;
  left: -4px;
  content: "";
  z-index: 9;
  background-image: url("/media/wysiwyg/leimat/kytta5-compressor.svg");
  width: 127px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 769px) {
  .product-img-box.price-cop:before {
    top: -13px;
    width: 170px;
    height: 107px;
  }
}

.product__items {
  float: none;
  display: block;
  width: 100%;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product__items .product__add--cart {
  display: block;
  width: 100%;
  padding-top: 45px;
}
@media (min-width: 1201px) {
  .product__items .product__add--cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    padding-top: 45px;
  }
}

.product-extrahints {
  padding-top: 30px;
}

.delivery-info {
  background-color: #f3f3f3;
  padding: 10px 10px;
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.delivery-info p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0.61538em;
}
.delivery-info .price-cop-text {
  font-size: 16px;
  color: #ff6903;
}
.delivery-info .price-cop-text a {
  text-decoration: underline;
}

.stock-info {
  color: #eb3939;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
}
.stock-info #stockmessage {
  background-color: #eb3939;
}
.stock-info #stockmessage.stock-level-high {
  background-color: #8fc400;
}
.stock-info .isinstock-msg {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 1em;
}
.stock-info .lowstock-warningmsg {
  background: transparent;
  color: #fff;
  border: none;
  padding: 1em;
  margin: 0;
}
.stock-info .outofstock-msg {
  padding: 1em;
}

.related-items-price {
  font-size: 14px;
  float: left;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  .related-items-price {
    float: none;
    text-align: center;
  }
}
.related-items-price ~ .product__items .product-prices-black-price {
  margin-top: -40px !important;
}
@media (max-width: 1200px) {
  .related-items-price ~ .product__items .product-prices-black-price {
    margin-top: -30px !important;
  }
}
.related-items-price .price, .related-items-price .currency {
  font-size: 15px;
}

.product__items__price {
  width: 100%;
  padding-top: 35px !important;
}
@media (min-width: 1201px) {
  .product__items__price {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 25px;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product__items__price {
    margin-bottom: 20px;
  }
}

.product__items__price .price-box {
  text-align: left;
}
@media (max-width: 767px) {
  .product__items__price .price-box {
    text-align: center;
    margin-bottom: 16px;
  }
}
.product__items__price .regular-price {
  display: block;
  margin-top: 25px;
}
.product__items__price .old-price {
  display: none;
}
.product__items__price .old-price .price {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-decoration: line-through;
  color: #202020;
}
.product__items__price .special-price,
.product__items__price .price-as-configured,
.product__items__price .regular-price {
  padding: 0;
  display: inline-block;
}
.product__items__price .special-price .price,
.product__items__price .price-as-configured .price,
.product__items__price .regular-price .price {
  font-weight: 900;
  color: #eb3939;
  font-size: 42px;
  line-height: 1;
}
.product__items__price .price-as-configured .price-label,
.product__items__price .minimal-price {
  display: none;
}
.product__items__price .product-prices-black-price {
  font-size: 21px;
  font-weight: 400;
  margin-top: -31px;
  height: 31px;
}
.product__items__price .product-prices-black-price ~ .product-prices-final-price {
  margin-top: 1px;
}
.product__items__price .product-prices-black-price ~ .price-box .regular-price {
  margin-top: 0;
}
.product__items__price .product-prices-black-price .price {
  font-size: 21px;
}
.product__items__price .you-save-amount {
  line-height: 1;
  color: #8fc400;
  font-weight: 500;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: -25px;
}
@media (max-width: 1200px) {
  .product__items__price .you-save-amount {
    margin-bottom: 0;
  }
}
.product__items__price .you-save-amount .you-save-text {
  font-size: 19px;
}
.product__items__price .product-prices-final-price {
  font-size: 42px;
  margin-top: -15px;
  line-height: 1;
}
.product__items__price .product-prices-final-price .square-container {
  font-size: 14px;
  color: #202020;
}

.price-box {
  margin: 0;
  text-align: center;
}
.price-box > .price-box {
  margin-bottom: 0;
}

.product-view .product__add__additonal {
  background: #f3f3f3;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.product-view .product__add__additonal__message {
  padding: 0 8px;
}
.product-view .product__add__additonal__message:first-child {
  padding-top: 8px;
}
.product-view .product__add__additonal__message:last-child {
  padding-bottom: 8px;
}
.product-view .add-to-cart-wrapper {
  display: block;
  width: 100%;
  padding-left: 0;
}
.product-view .add-to-cart-wrapper .add-to-cart {
  height: 40px;
  border: none;
  padding-bottom: 0;
}
.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper {
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0px 0px 2px;
  background-color: #f3f3f3;
  padding-right: 1em;
  float: left;
  margin: 0;
}
.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper label {
  float: right;
  color: black;
  margin-right: 0;
  font-weight: 300;
}
.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper input[type="text"] {
  width: 3em;
  height: 2em;
  border: none;
  font-size: 12px;
  margin: 8px 8px 0 8px;
}
.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper input[type="text"]:focus {
  outline: 0;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons {
  float: none;
  margin-right: 0;
  overflow: hidden;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons button {
  background-color: #8fc400;
  font-size: 15px;
  padding: 0 5px;
  min-width: 0;
  margin: 0;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  width: 50%;
  margin: 0;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper input, .product-view .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper label {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper input {
  text-align: right;
  max-width: 43px;
}
.product-view .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper label {
  text-align: left;
  line-height: 1.2;
}
.product-view .add-to-cart-wrapper .add-to-cart.add-to-cart--alternative {
  height: 80px;
}
.product-view .add-to-cart-wrapper .add-to-cart.add-to-cart--alternative .add-to-cart-buttons {
  float: none;
  display: block;
  width: 100%;
}
.product-view .add-to-cart-wrapper .add-to-cart {
  display: block;
  width: 100%;
}
.product-view .add-to-cart-wrapper .offer-link {
  float: none;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .product-view .add-to-cart-wrapper .offer-link {
    float: right;
    width: 60%;
  }
}
.product-view .add-to-cart-wrapper .offer-link .btn-offer {
  width: 100%;
  height: 40px;
  background-color: #8fc400;
  border: none;
  color: white;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.product-view .add-to-cart-wrapper .offer-link .btn-offer:hover, .product-view .add-to-cart-wrapper .offer-link .btn-offer:active, .product-view .add-to-cart-wrapper .offer-link .btn-offer:focus {
  text-decoration: none;
}
.product-view .offer-link {
  text-align: right;
  margin-bottom: 5px;
}
.product-view .offer-link .btn-offer {
  text-align: center;
}
.product-view .offer-link .btn-offer.stockalert {
  background-color: #8fc400;
  height: 44px;
  padding-top: 13px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.product-view .add-to-links {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 0px;
}
.product-view .add-to-links li {
  width: 100%;
}
.product-view .add-to-links a {
  font-size: 13px;
  line-height: 18px;
}
.product-view .add-to-links a:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "fontAwesome";
  content: "";
}
.product-view .add-to-links .change {
  padding-right: 0;
}
.product-view span.or {
  display: none;
}
.product-view .product-shop {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}

@media (max-width: 768px) {
  .product-view-nav-link-brand,
  .product-view-nav-link-category {
    display: none !important;
  }
}
.product-view-nav-link-brand a,
.product-view-nav-link-category a {
  color: #ff6903;
  text-decoration: underline;
}

.product-shop .product-view-nav-links {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
.product-shop .product-view-nav-links > div:not(.product-brand-logo-container) {
  margin-right: 0;
  margin-bottom: .5em;
  text-align: center;
  float: none;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .product-shop .product-view-nav-links > div:not(.product-brand-logo-container) {
    text-align: right;
  }
}
.product-shop .product-view-nav-links > .product-brand-logo-container a {
  margin-bottom: 16px;
  text-align: center;
  float: none;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .product-shop .product-view-nav-links > .product-brand-logo-container a {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-shop .product-view-nav-links > .product-brand-logo-container a {
    max-width: 50%;
    padding-right: 20px;
    text-align: left;
    float: left;
    margin-bottom: 0px;
  }
}

.product-shop .product-view-nav-links .product-view-nav-link-brand {
  clear: left;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-shop .product-view-nav-links .product-view-nav-link-brand {
    clear: none;
  }
}

.product-read-more {
  float: center;
  width: auto !important;
  color: #ff6903;
  margin: 1em 0;
  font-weight: bold;
}

.shares {
  float: right;
}

.pakettiDiv {
  width: 60%;
  padding-left: 10px;
  font-style: italic;
  font-size: 12px;
  float: right;
  color: #808080;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pakettiDiv {
    float: none;
  }
}

.paketti-add-to-cart .add-to-cart-buttons {
  margin-right: 0px !important;
  margin-left: 5px !important;
}
@media (max-width: 389px) {
  .paketti-add-to-cart .add-to-cart-buttons {
    clear: left;
  }
}
@media (max-width: 389px) {
  .paketti-add-to-cart .add-to-cart-buttons {
    width: 100%;
  }
}

@media (max-width: 389px) {
  .paketti-add-to-cart {
    height: 80px !important;
  }
}

.paketti-qty-wrapper-neliot {
  width: 35%;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 389px) {
  .paketti-qty-wrapper-neliot {
    width: 50%;
  }
}

.paketti-qty-wrapper-qty {
  width: 25%;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 389px) {
  .paketti-qty-wrapper-qty {
    width: 50%;
  }
}

.paketti-qty-wrapper-qty label {
  float: left !important;
  margin-right: 0px !important;
}

.paketti-qty-wrapper-neliot label {
  float: left !important;
  margin-right: 0px !important;
}

.paketti-add-to-cart .btn-cart {
  min-width: 100px !important;
}

.paketti-qty-wrapper-qty #qty {
  width: 40px;
}

.short-description {
  padding: 10px;
}

.catalog-product-view .product-extrahints .klarna-widget {
  display: block;
  width: 100%;
  max-height: 3em;
}
.catalog-product-view .product-extrahints .klarna-widget footer a {
  font-size: 12px;
  color: #ff6903;
}

.print--page {
  position: absolute;
  top: 0px;
  right: 31px;
}
.print--page i {
  margin-right: 8px;
}
.print--page a {
  text-decoration: underline;
  font-size: 12px;
  margin-left: 4px;
}

.description__content--right h3 {
  color: #505050;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 16px;
}

.campaign-end-info {
  clear: right;
  background-color: #4d4d4d;
  color: #fff;
  padding: 1em;
  font-size: 1rem;
}

.shop-in-shop-text td img {
  margin-right: 0.5em;
}

.product-card-side-banner {
  text-align: center;
  margin-bottom: 30px;
}
.product-card-side-banner img {
  display: inline-block;
  margin: 0 5px !important;
  vertical-align: middle;
}

@media (min-width: 480px) {
  margin: 0 5% !important;
}
@media (min-width: 1520px) {
  .product-card-side-banner {
    margin-top: 0;
    text-align: left;
    position: absolute;
    top: 40px;
    left: 1250px;
  }
  .product-card-side-banner a {
    margin: 0 !important;
  }
  .product-card-side-banner img {
    display: block;
    margin: 0 0 10px 0 !important;
    vertical-align: baseline;
  }
}
.social-sharer {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .social-sharer {
    display: block;
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 31px;
    text-align: left;
  }
  .social-sharer a {
    padding-left: 0.5em;
  }
}
.social-sharer a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.social-sharer a:hover {
  text-decoration: none;
}
.social-sharer a:hover img {
  opacity: 0.8;
}
.social-sharer img {
  display: inline;
}

.bazaarvoice-ratings {
  min-height: 32px;
}

.youtube-container {
  max-width: 480px;
}

.youtube-lazy-load {
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 0;
}
.youtube-lazy-load iframe {
  background: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.product-view .add-to-links {
  padding-top: 5px;
}

.stockalert-content {
  width: 50%;
  float: right;
  margin-bottom: 15px;
}
@media (max-width: 1201px) {
  .stockalert-content {
    width: 100%;
  }
}
.stockalert-content .toggle-stockalert-form {
  color: #ff6903;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  padding: 5px 0 10px;
}
.stockalert-content .toggle-stockalert-form:hover {
  text-decoration: underline;
}
.stockalert-content .toggle-stockalert-form:before {
  content: '';
  display: inline-block;
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/envelope.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 11px;
  top: 1px;
  position: relative;
  margin-right: 5px;
}
.stockalert-content .stockalert-form {
  display: none;
  height: 135px;
  margin-top: 10px;
  background-color: #f3f3f3;
}
.stockalert-content .stockalert-form .title {
  color: #ff6903;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 14px 9px 14px;
}
.stockalert-content .stockalert-form .email-wrapper {
  width: calc(100% - 77px);
  float: left;
  padding: 0 0 14px 14px;
  background-color: #f3f3f3;
  height: 30px;
}
.stockalert-content .stockalert-form .email-wrapper input {
  font-size: 14px;
  width: 100%;
  border: 1px solid #C0C0C0;
  border-right: none;
}
.stockalert-content .stockalert-form .email-wrapper .validation-advice,
.stockalert-content .stockalert-form .email-wrapper .notice-text {
  margin-top: 9px;
  width: calc(100% + 60px);
}
.stockalert-content .stockalert-form .email-wrapper .validation-failed ~ .notice-text {
  margin-top: 0;
  display: none;
}
.stockalert-content .stockalert-form .email-wrapper .notice-text {
  font-size: 12px;
}
.stockalert-content .stockalert-form .submit-wrapper {
  width: 30px;
  float: left;
  padding: 0 0 14px;
}
.stockalert-content .stockalert-form .submit-wrapper .button {
  white-space: initial;
  line-height: 14px;
  height: 30px;
  background-color: #FF6903;
}
.stockalert-content .stockalert-form ~ .add-to-links {
  width: 147px;
  margin-right: -4px;
  margin-top: 76px;
  float: right;
}
@media (min-width: 480px) and (max-width: 770px) {
  .stockalert-content .stockalert-form ~ .add-to-links {
    margin-top: 56px;
  }
}
.stockalert-content .stockalert-form ~ .add-to-links .split-button .change {
  padding-right: 6px;
}

.delivery-bottom {
  float: right;
}
.delivery-bottom .last-sold {
  display: none;
  font-size: 12px;
  float: right;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .delivery-bottom .last-sold {
    float: left;
  }
}
.delivery-bottom .last-sold span {
  background-color: #eb3939;
  color: #fff;
  padding: 1px 5px;
  font-weight: 600;
  margin-right: 2px;
}

.checkout-top-block h1.checkout-title {
  max-width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .checkout-top-block h1.checkout-title {
    max-width: 100%;
  }
}
.checkout-top-block h1.checkout-title.max-width {
  max-width: 100%;
}
.checkout-top-block:after {
  content: "";
  clear: both;
  display: table;
}

#gomage-success-page h2 {
  margin: 2em 0 0.5em;
}

#checkoutsteps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 3px 0 3px;
  background: #F7F7F7;
  margin: 0 0 15px;
  counter-reset: step;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  #checkoutsteps {
    display: none;
  }
}
#checkoutsteps .step {
  width: 25%;
  background: #FFF;
  border-right: 3px solid #F7F7F7;
  border-bottom: 3px solid #F7F7F7;
  height: 37px;
  line-height: 32px;
  padding: 2px 10px 5px 2px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 980px) {
  #checkoutsteps .step {
    width: 50%;
  }
  #checkoutsteps .step:nth-of-type(even) {
    border-right: 0;
  }
}
#checkoutsteps .step:last-of-type {
  border-right: 0 none;
}
#checkoutsteps .step:before {
  display: block;
  width: 30px;
  height: 30px;
  background: #F7F7F7;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  float: left;
  content: counter(step);
  counter-increment: step;
  font-weight: bold;
}
#checkoutsteps .step a {
  color: inherit;
  display: block;
  width: 100%;
}
div[data-step='1'] #checkoutsteps .step:nth-of-type(-n+1):before, div[data-step='2'] #checkoutsteps .step:nth-of-type(-n+2):before, div[data-step='3'] #checkoutsteps .step:nth-of-type(-n+3):before, div[data-step='4'] #checkoutsteps .step:nth-of-type(-n+4):before {
  background: #8fc400;
  color: #FFF;
}
div[data-step='1'] #checkoutsteps .step:nth-of-type(1), div[data-step='2'] #checkoutsteps .step:nth-of-type(2), div[data-step='3'] #checkoutsteps .step:nth-of-type(3), div[data-step='4'] #checkoutsteps .step:nth-of-type(4) {
  font-weight: bold;
}

#lightcheckout .btn-checkout {
  height: auto !important;
  background: #8fc400;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjYWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc400), color-stop(100%, #7cab00));
  background-image: -moz-linear-gradient(top, #8fc400, #7cab00);
  background-image: -webkit-linear-gradient(top, #8fc400, #7cab00);
  background-image: linear-gradient(to bottom, #8fc400, #7cab00);
  padding: 0.53846em 0.92308em;
  cursor: pointer;
}
#lightcheckout .btn-checkout:hover {
  background: #66e300;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyZGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2de00), color-stop(100%, #8fc400));
  background-image: -moz-linear-gradient(top, #a2de00, #8fc400);
  background-image: -webkit-linear-gradient(top, #a2de00, #8fc400);
  background-image: linear-gradient(to bottom, #a2de00, #8fc400);
}
#lightcheckout .btn-checkout span {
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background-color: inherit;
  background-image: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.checkout-login-btn {
  background: #8fc400;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjYWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc400), color-stop(100%, #7cab00));
  background-image: -moz-linear-gradient(top, #8fc400, #7cab00);
  background-image: -webkit-linear-gradient(top, #8fc400, #7cab00);
  background-image: linear-gradient(to bottom, #8fc400, #7cab00);
  padding: 0.53846em 0.92308em;
  cursor: pointer;
}
.checkout-login-btn:hover {
  background: #66e300;
  background-image: url('https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyZGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2de00), color-stop(100%, #8fc400));
  background-image: -moz-linear-gradient(top, #a2de00, #8fc400);
  background-image: -webkit-linear-gradient(top, #a2de00, #8fc400);
  background-image: linear-gradient(to bottom, #a2de00, #8fc400);
}
.checkout-login-btn:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .checkout-login-btn {
    position: static;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    clear: both;
    float: none !important;
  }
}

/* Fix mobile view of items selected for product */
@media (max-width: 479px) {
  #shopping-cart-table .product-cart-info .item-options {
    margin-left: 0;
    padding-left: 0;
  }
  #shopping-cart-table .product-cart-info .item-options dt {
    font-style: normal;
  }
  #shopping-cart-table .product-cart-info .item-options dd {
    display: block;
    float: none;
    padding-left: 0;
  }
}

@media (max-width: 479px) {
  #checkout-review-table .item-options dt {
    font-weight: 900;
  }
}

.cart .page-title {
  border: 0 none;
}
.cart .page-title h1 {
  margin: 10px 0;
}
.cart .btn-proceed-checkout {
  padding: 10px 40px;
}
.cart .cart-form {
  background: #F7F7F7;
  padding: 10px;
  margin-bottom: 20px;
}
.cart .cart-form .cart-table {
  float: none;
  width: 100%;
  margin: 0;
}
.cart .cart-form .cart-table thead th {
  font-weight: bold;
  text-transform: none;
  padding: 5px;
  border-color: #dfdfdf;
}
.cart .cart-form .cart-table tbody tr {
  border: 1px solid #dfdfdf;
  background: #FFF;
}
.cart .cart-form .cart-table tbody tr td {
  border-color: #dfdfdf;
}
.cart .cart-form .cart-table tbody tr td:before {
  text-transform: none;
}
.cart .cart-form .cart-table tbody tr td[data-rwd-label] {
  padding-left: 0;
}
.cart .cart-form .cart-table tbody tr td .delivery_date_block {
  width: auto !important;
}
.cart .cart-form .cart-table tbody tr td.product-cart-image {
  padding: 10px;
}
.cart .cart-form .cart-table tbody tr td.product-cart-image .product-image {
  border: 0 none;
}
.cart .cart-form .cart-table tbody tr td.product-cart-info {
  padding-left: 0;
}
.cart .cart-form .cart-table tbody tr td.product-cart-info .product-name {
  text-transform: none;
}
.cart .cart-form .cart-table tbody tr td.product-cart-actions .qty {
  margin: 0 0 3px 0;
}
.cart .cart-form .cart-table tbody tr td.product-cart-actions .btn-update {
  margin: 0 0 3px 0;
  padding: 0 10px;
  height: 30px;
  text-transform: none;
}
.cart .cart-form .cart-table tbody tr td.product-cart-total .cart-price .price {
  font-weight: bold;
  color: #eb3939;
}
.cart .cart-form .cart-table tbody tr td .cart-links {
  display: none;
  margin-top: 10px;
}
.cart .cart-form .cart-table tbody tr td .cart-links > li > a {
  display: inline-block;
}
@media (max-width: 599px) {
  .cart .cart-form .cart-table tbody tr td .cart-links .wishlist-selector .change {
    padding: 0;
  }
  .cart .cart-form .cart-table tbody tr td .cart-links .wishlist-selector .change:after {
    display: none;
  }
}
.cart .cart-form .cart-table tfoot tr {
  border: 0 none;
}
.cart .cart-form .cart-table tfoot tr .cart-footer-actions {
  padding: 10px 0 0 0;
}
.cart .cart-form .cart-table tfoot tr .cart-footer-actions .button2 span {
  text-transform: none;
  text-decoration: none;
}
.cart .cart-form .cart-table tfoot tr .cart-footer-actions .or {
  display: none;
}
.cart .cart-totals-wrapper {
  width: 100%;
  padding: 0;
}
.cart .cart-totals-wrapper .cart-totals {
  background: transparent;
  border: 0 none;
}
.cart .cart-totals-wrapper .cart-totals table {
  text-transform: none;
  font-size: inherit;
}
.cart .cart-totals-wrapper .cart-totals table tfoot {
  border: 0 none;
}
.cart .cart-totals-wrapper .cart-totals table tfoot tr td {
  font-size: 1.85714em;
  line-height: 1.2;
  font-weight: 900;
  font-weight: 900;
}
.cart .cart-totals-wrapper .cart-totals table tfoot tr td strong {
  font-weight: 900;
}
.cart .cart-totals-wrapper .cart-totals table tfoot tr td .price {
  color: #eb3939;
}
.cart .checkout-types {
  float: right;
}
.cart .checkout-types.top {
  display: none;
}
@media (max-width: 599px) {
  .cart .checkout-types {
    float: none;
  }
  .cart .checkout-types.top {
    display: block;
  }
}
.cart .checkout-types > li {
  margin: 6px 0;
}

.sendCart-form {
  margin-top: 10px;
}
.sendCart-form label {
  float: left;
  width: 100%;
}
.sendCart-form .input-box {
  clear: both;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  float: left;
  padding: 0;
  position: relative;
}
.sendCart-form input {
  height: 35px;
  border-right-width: 0;
}
.sendCart-form button {
  height: 35px;
  width: 20%;
  border-radius: 0 2px 2px 0;
}
.sendCart-form .validation-advice {
  margin-bottom: 5px;
}
.sendCart-form .validation-advice.advice-absolute {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media (max-width: 478px) {
  .sendCart-form button, .sendCart-form input, .sendCart-form .input-box {
    width: 100%;
  }
  .sendCart-form input {
    border-right-width: 1px;
  }
  .sendCart-form button {
    border-radius: 2px;
    margin-top: 10px;
  }
}

.sendCart-result {
  margin: 10px 0;
  clear: both;
  padding: 10px 25px;
}

.sendCart-result.result-success {
  background-color: #EFF5EA;
}

.sendCart-result.result-fail {
  background-color: #FAEBE7;
}

.ammost_crosssell .add-to-cart-wrapper .add-to-cart {
  height: 40px;
  border: none;
  padding-bottom: 0;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .qty-wrapper {
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0px 0px 2px;
  background-color: #f3f3f3;
  padding-right: 1em;
  float: left;
  margin: 0;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .qty-wrapper label {
  float: right;
  color: black;
  margin-right: 0;
  font-weight: 300;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .qty-wrapper input[type="text"] {
  width: 3em;
  height: 2em;
  border: none;
  font-size: 12px;
  margin: 8px 8px 0 8px;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .qty-wrapper input[type="text"]:focus {
  outline: 0;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons {
  float: none;
  margin-right: 0;
  overflow: hidden;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons button {
  background-color: #8fc400;
  font-size: 15px;
  padding: 0 5px;
  min-width: 0;
  margin: 0;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  width: 50%;
  margin: 0;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper input, .ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper label {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper input {
  text-align: right;
  max-width: 43px;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart .add-to-cart__multiple-fields .qty-wrapper label {
  text-align: left;
  line-height: 1.2;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart.add-to-cart--alternative {
  height: 80px;
}
.ammost_crosssell .add-to-cart-wrapper .add-to-cart.add-to-cart--alternative .add-to-cart-buttons {
  float: none;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .ammost_crosssell .add-to-cart-wrapper {
    padding-top: 20px !important;
  }
}
.ammost_crosssell .add-to-box:after,
.ammost_crosssell .add-to-cart:after {
  overflow: hidden;
  *zoom: 1;
}
.ammost_crosssell .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.ammost_crosssell .add-to-cart .qty-wrapper,
.ammost_crosssell .product-options-bottom .price-box,
.ammost_crosssell .add-to-cart-buttons {
  min-height: 40px;
}
.ammost_crosssell .product-options-bottom .price-box,
.ammost_crosssell .add-to-cart .qty-wrapper,
.ammost_crosssell .add-to-cart-buttons .button,
.ammost_crosssell .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.ammost_crosssell .add-to-cart .qty-wrapper,
.ammost_crosssell .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.ammost_crosssell .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.ammost_crosssell .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.ammost_crosssell .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.ammost_crosssell .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}

.footer-before-container {
  max-width: 1260px;
  padding-top: 0 !important;
}
.footer-before-container .promo-product-lists-container {
  background: white;
  padding: 40px;
}
@media (max-width: 768px) {
  .footer-before-container .promo-product-lists-container {
    padding: 20px 10px 20px 20px;
  }
}

.footer-container .footer {
  background: white;
  padding: 0;
  border: 0 none;
  font-size: 12px;
}
.footer-container .footer .footer-benefit-bar {
  padding: 20px 20px 0 0;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-container .footer .footer-benefit-bar .benefit-col {
  width: 25%;
  float: left;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footer-container .footer .footer-benefit-bar .benefit-col .block {
  background: #F7F7F7;
  border-radius: 3px;
  margin: 0 0 20px 20px;
  padding: 10px;
  flex: 1;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .footer-container .footer .footer-benefit-bar .benefit-col {
    width: 25%;
  }
}
@media (max-width: 980px) {
  .footer-container .footer .footer-benefit-bar .benefit-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer-container .footer .footer-benefit-bar .benefit-col {
    width: 100%;
  }
}
.footer-container .footer .footer-benefit-bar .clear {
  clear: both;
}
@media (max-width: 980px) {
  .footer-container .footer .footer-benefit-bar .clear {
    clear: none;
  }
}
.footer-container .footer .header {
  color: #fe6800;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 0;
}
.footer-container .footer .footer-blocks {
  background: white;
  padding: 0 20px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-container .footer .footer-blocks > .block {
  width: 25%;
  float: left;
  padding: 10px 10px 10px 30px;
  display: block;
}
@media (min-width: 1201px) {
  .footer-container .footer .footer-blocks > .block {
    width: 25%;
  }
}
@media (max-width: 980px) {
  .footer-container .footer .footer-blocks > .block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer-container .footer .footer-blocks > .block {
    width: 100%;
  }
}
.footer-container .footer .footer-blocks > .block a img {
  display: inline-block;
}
.footer-container .footer .footer-blocks > .block img {
  max-width: 100%;
}
.footer-container .footer .footer-blocks > .block .block-subscribe {
  width: auto;
  margin: 0;
  float: none;
}
.footer-container .footer .footer-blocks > .block .block-subscribe > .block-title {
  display: none;
}
.footer-container .footer .footer-blocks > .block .block-subscribe #newsletter, .footer-container .footer .footer-blocks > .block .block-subscribe #newsletter:active, .footer-container .footer .footer-blocks > .block .block-subscribe #newsletter:focus {
  border-color: #dfdfdf;
}
.footer-container .footer .footer-blocks > .block .block-subscribe button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: none;
}
.footer-container .footer #lb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  visibility: hidden;
  overflow: hidden;
  transition: all 100ms ease;
  box-sizing: border-box;
}
.footer-container .footer #lb.open {
  background: rgba(119, 119, 119, 0.7);
  visibility: visible;
  transition: all 200ms ease;
}
.footer-container .footer #lb.open .content-area {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: all 200ms ease;
}
.footer-container .footer #lb .content-area {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.8, 0.8);
  background: white;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1px;
  box-shadow: 0 0 40px rgba(119, 119, 119, 0.7);
  opacity: 0;
  transition: all 100ms ease;
}
.footer-container .footer #lb .content-area .top {
  height: 40px;
  background: #C4C4C4;
  position: relative;
}
.footer-container .footer #lb .content-area .top .close {
  width: 40px;
  height: 40px;
  background: #ff6903;
  border-left: 1px solid #FFF;
  text-align: center;
  line-height: 38px;
  font-size: 60px;
  font-weight: 100;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
}
.footer-container .footer #lb .content-area .content-scroll {
  padding: 20px;
  overflow-y: auto;
  height: 400px;
}
.footer-container .footer #lb .content-area .content-scroll p {
  margin: 12px 0;
}
@media (max-width: 768px) {
  .footer-container .footer #lb {
    padding: 10px;
  }
  .footer-container .footer #lb .content-area {
    position: static;
    transform: translate(0, 0) scale(1, 1) !important;
  }
}

.email-collector {
  text-align: center;
}
.email-collector .image-desktop {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .email-collector .image-desktop {
    display: none;
  }
}
.email-collector .image-mobile {
  display: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .email-collector .image-mobile {
    display: inline-block;
  }
}
.email-collector .image-container {
  width: 34%;
  float: left;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .email-collector .image-container {
    width: 39%;
  }
}
@media (max-width: 768px) {
  .email-collector .image-container {
    width: 100%;
  }
}
.email-collector .text-container {
  width: 66%;
  float: right;
  padding: 60px 28px 0 28px;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .email-collector .text-container {
    width: 61%;
  }
}
@media (min-width: 876px) and (max-width: 1030px) {
  .email-collector .text-container {
    padding: 22px 28px 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 876px) {
  .email-collector .text-container {
    padding: 13px;
  }
}
@media (min-width: 1030px) and (max-width: 1160px) {
  .email-collector .text-container {
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  .email-collector .text-container {
    padding: 10px;
    width: 100%;
  }
  .email-collector .text-container p {
    font-size: 15px;
  }
}
.email-collector .text-container .smallscreen-popup-text {
  display: none;
}
.email-collector.footer-container .footer {
  font-size: 17px;
  background: #fff;
  color: #333;
  border: 1px solid #ff6903;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1030px) {
  .email-collector.footer-container .footer {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .email-collector.footer-container .footer {
    padding: 0 0 10px 0;
  }
}
.email-collector.footer-container .footer h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: #ff6903;
}
@media (max-width: 1120px) {
  .email-collector.footer-container .footer h3 {
    font-size: 32px;
  }
}
@media (max-width: 890px) {
  .email-collector.footer-container .footer h3 {
    font-size: 25px;
  }
}
.email-collector.footer-container form {
  margin-top: 2em;
}
@media (max-width: 1120px) {
  .email-collector.footer-container form {
    margin-top: 1em;
  }
}
.email-collector.footer-container form .input-boxes {
  z-index: 2;
  position: relative;
}
@media (max-width: 1120px) {
  .email-collector.footer-container form .input-boxes input {
    max-width: 50%;
  }
}
.email-collector.footer-container form .input-boxes .validation-advice {
  padding-top: 50px;
}
.email-collector.footer-container form input {
  float: right;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #8fc400;
}
.email-collector.footer-container form input:hover {
  border-width: 2px;
}
@media (max-width: 550px) {
  .email-collector.footer-container form input {
    max-width: 70%;
    width: auto;
  }
}
.email-collector.footer-container form .button {
  float: right;
  background-color: #8fc400;
  padding: 11px 15px;
  margin-left: 0.5em;
  font-weight: bold;
  margin-right: 18%;
}
@media (min-width: 1121px) and (max-width: 1220px) {
  .email-collector.footer-container form .button {
    margin-right: 16%;
  }
}
@media (max-width: 440px) {
  .email-collector.footer-container form .button {
    margin-right: 14%;
  }
}

@media (min-width: 1121px) and (max-width: 1300px) {
  .featherlight .email-collector .footer .text-container {
    padding: 20px 20px 0 20px;
  }
  .featherlight .email-collector .footer .text-container h3 {
    font-size: 32px;
  }
}
.featherlight .footer-container.email-collector {
  padding: 0;
}
@media (max-width: 1024px) {
  .featherlight .footer-container.email-collector {
    padding: 15px 15px 15px;
  }
}
@media (max-width: 550px) {
  .featherlight .footer-container.email-collector .footer {
    padding: 0;
  }
  .featherlight .footer-container.email-collector .footer h3 {
    font-size: 1.5em;
  }
  .featherlight .footer-container.email-collector .footer .smallscreen-popup-text {
    display: block;
    font-size: 14px;
  }
  .featherlight .footer-container.email-collector .footer .normal-text {
    display: none;
  }
  .featherlight .footer-container.email-collector form input {
    max-width: 50%;
    width: auto;
  }
}

.gomage-checkout-onepage-index .email-collector, .checkout-cart-index .email-collector {
  display: none;
}

header[role='banner'] {
  display: block;
  position: relative;
  z-index: 1000;
}
@media (min-width: 769px) {
  header[role='banner'] {
    min-height: 126px;
  }
}

.topbar {
  display: block;
  position: relative;
  background: #464646;
  height: 40px;
  z-index: 100;
}
@media (min-width: 769px) {
  .topbar {
    padding: 0 1em;
  }
}
@media (min-width: 769px) {
  .topbar {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .topbar.logged-in #log-out-link {
    display: none;
  }
}
@media (min-width: 861px) {
  .topbar.logged-in #wishlist-link a span:nth-child(1) {
    display: inline-block !important;
    position: relative !important;
  }
  .topbar.logged-in #wishlist-link a span:nth-child(2) {
    display: none !important;
  }
}
.topbar.logged-in .short-account {
  display: none;
}
@media (max-width: 889px) {
  .topbar.logged-in .long-account {
    display: none;
  }
  .topbar.logged-in .short-account {
    display: inline-block;
  }
}
@media (max-width: 980px) {
  .topbar.logged-in .contact__details--phone {
    padding-top: 4px;
  }
}
@media (min-width: 890px) {
  .topbar.logged-in .contact__details--phone p:before {
    display: inline-block;
  }
}
@media (max-width: 889px) {
  .topbar.logged-in .contact__details--phone {
    padding-top: 0;
  }
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.topbar__links, .topbar__links--user_account {
  padding: 6px 0 5px 0;
}
.topbar__links ul, .topbar__links--user_account ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.topbar__links li, .topbar__links--user_account li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
.topbar__links li:first-child, .topbar__links--user_account li:first-child {
  padding-left: 0;
}
.topbar__links li:last-child, .topbar__links--user_account li:last-child {
  padding-right: 0;
}
.topbar__links li.last, .topbar__links--user_account li.last {
  padding-right: 0;
}
.topbar__links a, .topbar__links--user_account a {
  color: white;
  text-decoration: none;
  font-size: 0.92308em;
  font-weight: 600;
}
.topbar__links a:before, .topbar__links--user_account a:before {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 9px;
  font-weight: normal;
  margin-right: 4px;
  vertical-align: baseline;
}

.topbar__links {
  flex-grow: 1;
  padding: 0;
}
@media (max-width: 768px) {
  .topbar__links {
    margin-top: 0;
    width: 63px;
    float: left;
    padding: 4px 2px 0 7px;
  }
  .topbar__links li:first-child {
    padding: 3px 0 0;
  }
}

.top-wrapper-outer {
  position: relative;
  z-index: 50;
  height: 90px;
}
@media (max-width: 768px) {
  .top-wrapper-outer {
    height: auto;
  }
}

@media (max-width: 768px) {
  .top-wrapper-outer {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .header-container {
    min-height: 102px;
  }
  .header-container .search-bar {
    position: absolute;
    bottom: 0;
  }
}
.minicart-open .top-wrapper-outer {
  z-index: 150;
}

.top-wrapper {
  display: block;
  background: #ff6903;
}
@media (min-width: 769px) {
  .top-wrapper {
    padding: 0 2.5%;
  }
}
.top-wrapper .logo-container {
  float: left;
  height: 40px;
  width: 56%;
  padding-left: 16px;
  padding-right: 3%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top-wrapper .logo-container {
    margin: 0;
  }
}
.top-wrapper .logo-container .logo-link {
  display: block;
  max-width: 240px;
  position: relative;
  height: 40px;
}
.top-wrapper .logo-container .logo-link img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .top-wrapper .logo-container .logo-link img {
    position: static;
  }
}
@media (max-width: 768px) {
  .top-wrapper .logo-container .logo-link img {
    height: 86%;
    top: 61%;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .top-wrapper .logo-container .logo-link img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.ie9 .top-wrapper .logo-container .logo-link img {
  transform: none;
  position: relative;
  top: auto;
}
.top-wrapper .logo-container strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
@media (min-width: 769px) {
  .top-wrapper .logo-container {
    width: 23%;
    padding-left: 0;
  }
  .top-wrapper .logo-container .logo-link img {
    position: static;
    transform: none;
  }
}

.topbar__links--user_account {
  padding: 0;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .topbar__links--user_account {
    float: right;
    margin-right: 1em;
  }
}
.topbar__links--user_account ul {
  float: right;
  white-space: nowrap;
}
.topbar__links--user_account li {
  float: none;
  display: inline-block;
  padding-right: 0;
}
.topbar__links--user_account li a:before {
  margin-right: 0;
}
.topbar__links--user_account li .short-login {
  display: none;
}
@media (max-width: 900px) {
  .topbar__links--user_account li .short-login {
    display: inline-block;
  }
  .topbar__links--user_account li .long-login {
    display: none;
  }
}
@media (max-width: 768px) {
  .topbar__links--user_account .links {
    display: none;
    width: 100%;
    top: 39px;
    left: 0;
    padding: 5px 1em;
    background-color: #606060;
  }
  .topbar__links--user_account .links ul {
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .topbar__links--user_account .links ul {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .topbar__links--user_account .links ul li {
    float: none;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .topbar__links--user_account .links ul li {
    width: 50%;
    padding: 0 5px;
  }
}

.topbar__links--user_account input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  width: 36px;
  height: 40px;
  right: 0;
  z-index: 2;
  top: 0;
}
.topbar__links--user_account label {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 18px;
  z-index: 1;
  padding: 11px;
}
.topbar__links--user_account.active label {
  background-color: #606060;
}
.topbar__links--user_account.active .links {
  display: block;
  position: absolute !important;
  z-index: 1000;
}
@media (max-width: 857px) {
  .topbar__links--user_account #register-link {
    display: none;
  }
}

.contact__details--phone {
  flex-grow: 1;
  padding-top: 4px;
}
@media (min-width: 1201px) {
  .contact__details--phone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 980px) {
  .contact__details--phone {
    margin-left: -6px;
    padding-top: 0;
  }
}
.contact__details--phone p {
  margin-bottom: 0;
  color: white;
}
.contact__details--phone p:before {
  display: inline-block;
  font-family: "fontAwesome";
  content: "\f095";
  margin-left: 0;
  color: white;
  font-size: 16px;
  vertical-align: -11%;
}
@media (max-width: 980px) {
  .contact__details--phone p:before {
    display: none;
  }
}
.contact__details--phone p a {
  color: white;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact__details--phone p span {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 980px) {
  .contact__details--phone p span {
    display: none;
  }
}
.contact__details--phone.mobile--visible {
  margin-left: 0em;
}

.search-bar {
  position: relative;
  display: block;
  background: #464646;
  height: 52px;
  width: 100%;
}
@media (min-width: 769px) {
  .search-bar {
    padding: 0 1em;
  }
}
@media (min-width: 769px) {
  .search-bar {
    height: 30px;
  }
}
.search-bar.sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 50px;
}

.search-icon {
  background: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/search.svg) no-repeat center;
  width: 40px;
  height: 50px;
  position: relative;
  float: right;
  background-size: 28px;
  display: block;
  max-width: 50%;
}

.search-close-icon {
  display: none;
  background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 18px;
  left: 14px;
}

.search-icon.active .search-close-icon {
  display: block;
}

.pager {
  display: none;
}

.navigation-wrapper {
  background: white;
  position: relative;
  border-bottom: 1px dashed #dfdfdf;
}
.navigation-wrapper.mobile-sidebar {
  display: block;
}
@media (max-width: 768px) {
  .navigation-wrapper {
    border: 0;
  }
  .navigation-wrapper.mobile-sidebar {
    display: none;
  }
}
.navigation-wrapper .container {
  position: relative;
}
.navigation-wrapper .container .nav-account {
  display: none;
}
.navigation-wrapper .container .nav-primary .nav-account {
  display: block;
}

.nav ol,
.mobile-sidebar ol {
  margin-top: 0;
}
.nav ol > li,
.mobile-sidebar ol > li {
  position: static;
  text-align: left;
  padding: 0 10px 0 10px;
  margin: 0 2px 0 2px;
  display: inline-block;
  /* will be used later */
}
.nav ol > li > a, .nav ol > li > .label, .nav .account-cart-wrapper .header-minicart #toggle-minicart ol > li > .count, .account-cart-wrapper .header-minicart #toggle-minicart .nav ol > li > .count,
.mobile-sidebar ol > li > a,
.mobile-sidebar ol > li > .label,
.mobile-sidebar .account-cart-wrapper .header-minicart #toggle-minicart ol > li > .count,
.account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar ol > li > .count {
  padding: 5px 8px 0 8px;
  height: 40px;
  margin-right: 2px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #202020;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
.nav ol > li.active > a,
.mobile-sidebar ol > li.active > a {
  background-color: none;
}
.nav ol > li.level0.current-category,
.mobile-sidebar ol > li.level0.current-category {
  background-color: #FAFAFA;
}
.nav ol li ul,
.mobile-sidebar ol li ul {
  display: none;
  z-index: 1000 !important;
  width: 100% !important;
  top: auto !important;
  left: 0 !important;
  background: #FAFAFA;
  list-style-type: none;
  margin: 0;
  padding: 1em;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 980px) {
  .nav ol li ul,
  .mobile-sidebar ol li ul {
    display: block !important;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
.nav ol li ul li.level1 > a,
.mobile-sidebar ol li ul li.level1 > a {
  font-size: 15px;
}
.nav ol li ul li a,
.mobile-sidebar ol li ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #d4d4d4;
}
.nav ol li ul li a:hover,
.mobile-sidebar ol li ul li a:hover {
  text-decoration: underline;
}
.nav ol li ul li ul,
.mobile-sidebar ol li ul li ul {
  padding: 0;
  position: relative !important;
}
.nav ol li ul li ul li,
.mobile-sidebar ol li ul li ul li {
  padding-left: 18px;
}
.nav ol li ul li ul li a,
.mobile-sidebar ol li ul li ul li a {
  color: #333;
}
.nav ol .level-top.parent > ul.level0,
.mobile-sidebar ol .level-top.parent > ul.level0 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 30px;
  padding: 20px !important;
}
@media (min-width: 769px) {
  .nav ol .level-top.parent > ul.level0,
  .mobile-sidebar ol .level-top.parent > ul.level0 {
    border-top: 2px solid #aaa;
  }
}
.nav ol .level-top.parent > ul.level0 > li,
.mobile-sidebar ol .level-top.parent > ul.level0 > li {
  display: inline-block;
  width: 100%;
}
.nav ol .level-top.parent > ul.level0 ul,
.mobile-sidebar ol .level-top.parent > ul.level0 ul {
  padding-left: 0;
  padding-right: 0;
}
.nav .menu-active ul,
.mobile-sidebar .menu-active ul {
  display: block;
  position: absolute;
  border: none;
}
@media (min-width: 980px) {
  .nav .menu-active ul,
  .mobile-sidebar .menu-active ul {
    visibility: visible;
    height: auto;
    overflow: hidden;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.nav > ol > li > a,
.mobile-sidebar > ol > li > a {
  margin-right: 0;
}
.nav > ol > li > a > i,
.mobile-sidebar > ol > li > a > i {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  left: calc(50% - 5px);
  font-size: 12px;
}
.nav li.level0.level-top:after,
.mobile-sidebar li.level0.level-top:after {
  content: '' !important;
  transform: rotate(-90deg);
  position: relative;
  display: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #AAAAAA;
  border-right: none;
  margin-top: -14px;
  top: 4px;
  width: 0px;
  left: calc(50% - 2px);
  visibility: hidden;
}
@media (min-width: 769px) {
  .nav li.level0.level-top:after,
  .mobile-sidebar li.level0.level-top:after {
    display: block;
  }
}
.nav li.level0.level-top.menu-active,
.mobile-sidebar li.level0.level-top.menu-active {
  background-color: #FAFAFA;
}
.nav li.level0.level-top.menu-active:after,
.mobile-sidebar li.level0.level-top.menu-active:after {
  display: none;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (min-width: 769px) {
  .nav li.level0.level-top.menu-active:after,
  .mobile-sidebar li.level0.level-top.menu-active:after {
    display: block;
    visibility: visible;
  }
}

.megamenu-letterhead {
  background: #202020;
  width: 26px;
  text-align: center;
  margin: 8px 0;
  color: #fff !important;
}

.last .megamenu-viewmore {
  margin-bottom: 10px;
}

.megamenu-viewmore a {
  color: #fe6800 !important;
  border-bottom: none !important;
}

.megamenu-viewmore a:after {
  content: '>';
  display: inline-block;
  color: #fe6800;
  padding-left: 3px;
  vertical-align: top;
}

.mobile-view-all-link,
.mobile-megamenu-viewmore-first,
.mobile-megamenu-viewmore-last,
.mobile-additional-links {
  display: none !important;
}

.mobile-sidebar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sidebar.active > .container {
    background-color: #464646;
  }
  .mobile-sidebar.active .nav,
  .mobile-sidebar.active .container {
    position: fixed;
    overflow-y: scroll;
    *zoom: 1;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    width: 85%;
    max-width: 320px;
  }
  .mobile-sidebar.active .nav::-webkit-scrollbar,
  .mobile-sidebar.active .container::-webkit-scrollbar {
    display: none;
  }
  .mobile-sidebar.active .nav-primary {
    position: absolute;
    background: #fff;
    width: 100%;
    min-height: 100%;
    padding-bottom: 50px;
    z-index: 1;
  }
  .mobile-sidebar.active .nav .mobile-nav-logo,
  .mobile-sidebar.active .container .mobile-nav-logo {
    height: 50px;
    background-color: #ff6903;
    border-bottom: none;
  }
  .mobile-sidebar.active .nav .mobile-nav-logo a,
  .mobile-sidebar.active .container .mobile-nav-logo a {
    display: block;
    height: 50px;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMDFweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjAxIDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPm5ldHJhdXRhLWxvZ288L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJuZXRyYXV0YS1sb2dvIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgZmlsbD0iI0M2QzdDOSI+ICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSI1LjMgMTguNyAwLjcgMTguNyAwLjcgMC40IDE5LjYgMC40IDE5LjYgMTEuMyAxNSAxMS4zIDE1IDUuMSA1LjMgNS4xIj48L3BvbHlnb24+ICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIyMi4zIDAuNCAyNi45IDAuNCAyNi45IDE4LjcgOCAxOC43IDggNy44IDEyLjYgNy44IDEyLjYgMTQgMjIuMyAxNCI+PC9wb2x5Z29uPiAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNDAuNiAzLjkgMzUuNiAzLjkgMzUuNiAxNi42IDQwLjcgMTYuNiA0MC43IDEyLjYgNDAuNSA5LjcgNDYuMyAxNi42IDUxLjIgMTYuNiA1MS4yIDMuOSA0Ni4yIDMuOSA0Ni4yIDggNDYuNCAxMC44Ij48L3BvbHlnb24+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjY4IDE2LjYgNjggMTMuNiA1OS44IDEzLjYgNTkuOCAxMS42IDY2LjUgMTEuNiA2Ni41IDguNyA1OS44IDguNyA1OS44IDYuOSA2Ny43IDYuOSA2Ny43IDMuOSA1NC41IDMuOSA1NC41IDE2LjYiPjwvcG9seWdvbj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNjkuNyA3LjMgNzQuNSA3LjMgNzQuNSAxNi42IDc5LjggMTYuNiA3OS44IDcuMyA4NC42IDcuMyA4NC42IDMuOSA2OS43IDMuOSI+PC9wb2x5Z29uPiAgICAgICAgICAgIDxwYXRoIGQ9Ik05MS45LDYuOSBMOTQuNCw2LjkgQzk1LjYsNi45IDk2LjUsNy4zIDk2LjUsOC4yIEM5Ni41LDkuMSA5NS42LDkuNCA5NCw5LjQgTDkxLjksOS40IEw5MS45LDYuOSBMOTEuOSw2LjkgWiBNOTMuNiwxMi4yIEM5Ni4xLDEyLjIgOTYuNCwxMi43IDk2LjQsMTQuNCBDOTYuNCwxNS41IDk2LjUsMTYuMyA5Ni43LDE2LjYgTDEwMi4xLDE2LjYgTDEwMi4xLDE2LjIgQzEwMS41LDE2LjIgMTAxLjUsMTUuNiAxMDEuNSwxNCBDMTAxLjUsMTEuNSAxMDAuNSwxMS4xIDk4LjgsMTAuNiBDMTAwLjcsMTAuMiAxMDEuNSw5IDEwMS41LDcuNSBDMTAxLjUsNSA5OS43LDMuOSA5NC4zLDMuOSBMODYuNywzLjkgTDg2LjcsMTYuNSBMOTIsMTYuNSBMOTIsMTIuMiBMOTMuNiwxMi4yIEw5My42LDEyLjIgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICAgICAgPHBhdGggZD0iTTExMy4yLDEyLjMgTDEwOS44LDEyLjMgTDExMS40LDcuOCBMMTEzLjIsMTIuMyBMMTEzLjIsMTIuMyBaIE0xMDguMiwxNi42IEwxMDguOCwxNC45IEwxMTQuMSwxNC45IEwxMTQuNywxNi42IEwxMjAsMTYuNiBMMTE0LjIsNCBMMTA4LjgsNCBMMTAzLDE2LjYgTDEwOC4yLDE2LjYgTDEwOC4yLDE2LjYgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICAgICAgPHBhdGggZD0iTTEyMS44LDExLjEgQzEyMS44LDE1LjUgMTI0LjYsMTYuOSAxMjkuNiwxNi45IEMxMzUsMTYuOSAxMzcuNCwxNS4xIDEzNy40LDExLjEgTDEzNy40LDMuOSBMMTMyLjEsMy45IEwxMzIuMSwxMS41IEMxMzIuMSwxMi45IDEzMS41LDEzLjggMTI5LjYsMTMuOCBDMTI3LjQsMTMuOCAxMjcuMSwxMi43IDEyNy4xLDExLjUgTDEyNy4xLDMuOSBMMTIxLjgsMy45IEwxMjEuOCwxMS4xIEwxMjEuOCwxMS4xIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMzkuNyA3LjMgMTQ0LjQgNy4zIDE0NC40IDE2LjYgMTQ5LjcgMTYuNiAxNDkuNyA3LjMgMTU0LjUgNy4zIDE1NC41IDMuOSAxMzkuNyAzLjkiPjwvcG9seWdvbj4gICAgICAgICAgICA8cGF0aCBkPSJNMTYzLjksMTIuMyBMMTYwLjUsMTIuMyBMMTYyLjEsNy44IEwxNjMuOSwxMi4zIEwxNjMuOSwxMi4zIFogTTE1OSwxNi42IEwxNTkuNiwxNC45IEwxNjQuOSwxNC45IEwxNjUuNSwxNi42IEwxNzAuOCwxNi42IEwxNjUsNCBMMTU5LjYsNCBMMTUzLjgsMTYuNiBMMTU5LDE2LjYgTDE1OSwxNi42IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxNzcuMSAxNi42IDE3Ny4xIDEzIDE3Mi40IDEzIDE3Mi40IDE2LjYiPjwvcG9seWdvbj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTg1LjUgMTYuNiAxODUuNSAxMi4xIDE5MS4zIDEyLjEgMTkxLjMgOS4yIDE4NS41IDkuMiAxODUuNSA2LjkgMTkyLjggNi45IDE5Mi44IDMuOSAxODAuMiAzLjkgMTgwLjIgMTYuNiI+PC9wb2x5Z29uPiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyMDAuNSAxNi42IDIwMC41IDMuOSAxOTUuMiAzLjkgMTk1LjIgMTYuNiI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 250px 21px;
    background-position: -5px;
    width: 85%;
  }
  .mobile-sidebar.active .nav .mobile-nav-logo a:before,
  .mobile-sidebar.active .container .mobile-nav-logo a:before {
    content: none;
  }
  .mobile-sidebar.active .nav .mobile-nav-logo .close,
  .mobile-sidebar.active .container .mobile-nav-logo .close {
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: -33px 10px 0 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    float: right;
  }
  .mobile-sidebar.active .nav.active,
  .mobile-sidebar.active .container.active {
    left: 0;
  }

  .mobile-menu-overlay {
    display: none;
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  .mobile-menu-overlay.active {
    display: block;
  }

  .navigation-wrapper .nav ul,
  .navigation-wrapper .container ul,
  .mobile-sidebar .nav ul,
  .mobile-sidebar .container ul {
    overflow: hidden;
    *zoom: 1;
  }
  .navigation-wrapper .nav li, .navigation-wrapper .nav dl,
  .navigation-wrapper .container li,
  .navigation-wrapper .container dl,
  .mobile-sidebar .nav li,
  .mobile-sidebar .nav dl,
  .mobile-sidebar .container li,
  .mobile-sidebar .container dl {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    margin: 0;
  }
  .navigation-wrapper .nav li .label, .navigation-wrapper .nav li .account-cart-wrapper .header-minicart #toggle-minicart .count, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav li .count,
  .navigation-wrapper .nav li a, .navigation-wrapper .nav dl .label, .navigation-wrapper .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .count, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav dl .count,
  .navigation-wrapper .nav dl a,
  .navigation-wrapper .container li .label,
  .navigation-wrapper .container li .account-cart-wrapper .header-minicart #toggle-minicart .count,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container li .count,
  .navigation-wrapper .container li a,
  .navigation-wrapper .container dl .label,
  .navigation-wrapper .container dl .account-cart-wrapper .header-minicart #toggle-minicart .count,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container dl .count,
  .navigation-wrapper .container dl a,
  .mobile-sidebar .nav li .label,
  .mobile-sidebar .nav li .account-cart-wrapper .header-minicart #toggle-minicart .count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav li .count,
  .mobile-sidebar .nav li a,
  .mobile-sidebar .nav dl .label,
  .mobile-sidebar .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav dl .count,
  .mobile-sidebar .nav dl a,
  .mobile-sidebar .container li .label,
  .mobile-sidebar .container li .account-cart-wrapper .header-minicart #toggle-minicart .count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container li .count,
  .mobile-sidebar .container li a,
  .mobile-sidebar .container dl .label,
  .mobile-sidebar .container dl .account-cart-wrapper .header-minicart #toggle-minicart .count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container dl .count,
  .mobile-sidebar .container dl a {
    color: #202020;
    height: auto;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    margin-bottom: 2px;
    font-size: 16px;
    border: 0;
    text-align: left;
    cursor: pointer;
  }
  .navigation-wrapper .nav li .label:after, .navigation-wrapper .nav li .account-cart-wrapper .header-minicart #toggle-minicart .count:after, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav li .count:after,
  .navigation-wrapper .nav li a:after, .navigation-wrapper .nav dl .label:after, .navigation-wrapper .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .count:after, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav dl .count:after,
  .navigation-wrapper .nav dl a:after,
  .navigation-wrapper .container li .label:after,
  .navigation-wrapper .container li .account-cart-wrapper .header-minicart #toggle-minicart .count:after,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container li .count:after,
  .navigation-wrapper .container li a:after,
  .navigation-wrapper .container dl .label:after,
  .navigation-wrapper .container dl .account-cart-wrapper .header-minicart #toggle-minicart .count:after,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container dl .count:after,
  .navigation-wrapper .container dl a:after,
  .mobile-sidebar .nav li .label:after,
  .mobile-sidebar .nav li .account-cart-wrapper .header-minicart #toggle-minicart .count:after,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav li .count:after,
  .mobile-sidebar .nav li a:after,
  .mobile-sidebar .nav dl .label:after,
  .mobile-sidebar .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .count:after,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav dl .count:after,
  .mobile-sidebar .nav dl a:after,
  .mobile-sidebar .container li .label:after,
  .mobile-sidebar .container li .account-cart-wrapper .header-minicart #toggle-minicart .count:after,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container li .count:after,
  .mobile-sidebar .container li a:after,
  .mobile-sidebar .container dl .label:after,
  .mobile-sidebar .container dl .account-cart-wrapper .header-minicart #toggle-minicart .count:after,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container dl .count:after,
  .mobile-sidebar .container dl a:after {
    display: none;
  }
  .navigation-wrapper .nav li .label:before, .navigation-wrapper .nav li .account-cart-wrapper .header-minicart #toggle-minicart .count:before, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav li .count:before,
  .navigation-wrapper .nav li a:before, .navigation-wrapper .nav dl .label:before, .navigation-wrapper .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .count:before, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav dl .count:before,
  .navigation-wrapper .nav dl a:before,
  .navigation-wrapper .container li .label:before,
  .navigation-wrapper .container li .account-cart-wrapper .header-minicart #toggle-minicart .count:before,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container li .count:before,
  .navigation-wrapper .container li a:before,
  .navigation-wrapper .container dl .label:before,
  .navigation-wrapper .container dl .account-cart-wrapper .header-minicart #toggle-minicart .count:before,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container dl .count:before,
  .navigation-wrapper .container dl a:before,
  .mobile-sidebar .nav li .label:before,
  .mobile-sidebar .nav li .account-cart-wrapper .header-minicart #toggle-minicart .count:before,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav li .count:before,
  .mobile-sidebar .nav li a:before,
  .mobile-sidebar .nav dl .label:before,
  .mobile-sidebar .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .count:before,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav dl .count:before,
  .mobile-sidebar .nav dl a:before,
  .mobile-sidebar .container li .label:before,
  .mobile-sidebar .container li .account-cart-wrapper .header-minicart #toggle-minicart .count:before,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container li .count:before,
  .mobile-sidebar .container li a:before,
  .mobile-sidebar .container dl .label:before,
  .mobile-sidebar .container dl .account-cart-wrapper .header-minicart #toggle-minicart .count:before,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container dl .count:before,
  .mobile-sidebar .container dl a:before {
    font-family: "fontAwesome";
    content: "\f054";
    margin-right: 15px;
    font-size: 11px;
    color: #808080;
  }
  .navigation-wrapper .nav li .label.megamenu-letterhead, .navigation-wrapper .nav li .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav li .megamenu-letterhead.count,
  .navigation-wrapper .nav li a.megamenu-letterhead, .navigation-wrapper .nav dl .label.megamenu-letterhead, .navigation-wrapper .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count, .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .nav dl .megamenu-letterhead.count,
  .navigation-wrapper .nav dl a.megamenu-letterhead,
  .navigation-wrapper .container li .label.megamenu-letterhead,
  .navigation-wrapper .container li .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container li .megamenu-letterhead.count,
  .navigation-wrapper .container li a.megamenu-letterhead,
  .navigation-wrapper .container dl .label.megamenu-letterhead,
  .navigation-wrapper .container dl .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count,
  .account-cart-wrapper .header-minicart #toggle-minicart .navigation-wrapper .container dl .megamenu-letterhead.count,
  .navigation-wrapper .container dl a.megamenu-letterhead,
  .mobile-sidebar .nav li .label.megamenu-letterhead,
  .mobile-sidebar .nav li .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav li .megamenu-letterhead.count,
  .mobile-sidebar .nav li a.megamenu-letterhead,
  .mobile-sidebar .nav dl .label.megamenu-letterhead,
  .mobile-sidebar .nav dl .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .nav dl .megamenu-letterhead.count,
  .mobile-sidebar .nav dl a.megamenu-letterhead,
  .mobile-sidebar .container li .label.megamenu-letterhead,
  .mobile-sidebar .container li .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container li .megamenu-letterhead.count,
  .mobile-sidebar .container li a.megamenu-letterhead,
  .mobile-sidebar .container dl .label.megamenu-letterhead,
  .mobile-sidebar .container dl .account-cart-wrapper .header-minicart #toggle-minicart .megamenu-letterhead.count,
  .account-cart-wrapper .header-minicart #toggle-minicart .mobile-sidebar .container dl .megamenu-letterhead.count,
  .mobile-sidebar .container dl a.megamenu-letterhead {
    padding-left: 0 !important;
    text-align: center;
    margin: 10px 12px 6px;
  }
  .navigation-wrapper .nav li.level1,
  .navigation-wrapper .container li.level1,
  .mobile-sidebar .nav li.level1,
  .mobile-sidebar .container li.level1 {
    padding-left: 32px !important;
  }
  .navigation-wrapper .nav li.level1 > a,
  .navigation-wrapper .container li.level1 > a,
  .mobile-sidebar .nav li.level1 > a,
  .mobile-sidebar .container li.level1 > a {
    padding: 1px !important;
  }
  .navigation-wrapper .nav li.level2 a,
  .navigation-wrapper .container li.level2 a,
  .mobile-sidebar .nav li.level2 a,
  .mobile-sidebar .container li.level2 a {
    padding: 1px 1px 1px 12px !important;
    font-size: 15px;
  }
  .navigation-wrapper .nav li a,
  .navigation-wrapper .container li a,
  .mobile-sidebar .nav li a,
  .mobile-sidebar .container li a {
    padding: 1px 1px 3px 30px;
    margin-bottom: 0;
  }
  .navigation-wrapper .nav li a:before,
  .navigation-wrapper .container li a:before,
  .mobile-sidebar .nav li a:before,
  .mobile-sidebar .container li a:before {
    position: relative !important;
    left: -15px !important;
    margin-left: -7px !important;
    margin-right: 0 !important;
  }
  .navigation-wrapper .container,
  .mobile-sidebar .container {
    -webkit-overflow-scrolling: touch;
  }

  .megamenu-letterhead:before {
    content: none !important;
  }

  .navigation-wrapper .nav a i,
  .navigation-wrapper .content a i,
  .mobile-sidebar .nav a i,
  .mobile-sidebar .content a i {
    display: none;
  }
  .navigation-wrapper .nav li.active > a,
  .navigation-wrapper .content li.active > a,
  .mobile-sidebar .nav li.active > a,
  .mobile-sidebar .content li.active > a {
    background: none;
  }

  .top-wrapper .logo-container {
    padding-left: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-wrapper .logo-container {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .hamburger {
    position: relative;
    background: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/hampurilainen_valkoinen.svg);
    width: 36px;
    height: 33px;
    border: none;
  }

  .top-link,
  .top-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .noscroll,
  .noscroll body {
    height: initial;
    overflow: hidden;
  }

  #nav a.level-top:hover,
  #nav li.level1 a:hover,
  #nav li.level2 a:hover {
    background-color: #fff !important;
  }
  #nav .menu-active > ul {
    display: block !important;
    position: relative;
  }
  #nav .menu-active > a:before {
    display: inline-block;
    transform: rotate(90deg);
  }
  #nav ol .level-top.parent > ul.level0 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #nav ol li ul {
    background: #fff;
  }
  #nav ol li ul li a {
    padding-left: 12px !important;
  }
  #nav ol li ul li a:hover {
    text-decoration: none;
  }
  #nav ol li ul li ul {
    display: none !important;
  }
  #nav ul.level1 {
    margin-left: -10px !important;
  }
  #nav li.level2 {
    padding-left: 16px;
  }
  #nav .menu-active > ul.level0, #nav .menu-active > ul.level1 {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #nav .menu-active > ul.level0 > li, #nav .menu-active > ul.level1 > li {
    -moz-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  #nav .menu-active > ul.level1 > li.mobile-megamenu-viewmore-first,
  #nav .menu-active > ul.level0 > li.mobile-view-all-link {
    -moz-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .megamenu-viewmore {
    display: none;
  }

  .mobile-view-all-link,
  .mobile-megamenu-viewmore-first,
  .mobile-megamenu-viewmore-last,
  .mobile-additional-links {
    display: block !important;
  }

  .mobile-megamenu-viewmore-first a {
    color: #202020 !important;
  }

  .mobile-megamenu-viewmore-last a {
    color: #fe6800 !important;
  }

  .mobile-view-all-link,
  .mobile-megamenu-viewmore-last {
    padding-left: 16px;
  }
  .mobile-view-all-link a:before,
  .mobile-megamenu-viewmore-last a:before {
    color: #FE6800 !important;
  }

  .mobile-view-all-link a {
    color: #FE6800 !important;
  }

  .megamenu-viewmore a:before {
    content: none !important;
  }

  .mobile-additional-links a.level-top,
  .nav-primary a[href$="/tuotemerkki"] {
    text-transform: uppercase !important;
  }

  .mobile-additional-links a.level-top:before,
  .nav-primary a[href$="/tuotemerkki"]:before {
    content: '' !important;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FE6800;
    border-radius: 10px;
  }
}
.mobile-menulinks {
  position: absolute;
  right: 1.23077em;
  top: 0.61538em;
}
.mobile-menulinks ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.mobile-menulinks li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
}
.mobile-menulinks li:first-child {
  padding-left: 0;
}
.mobile-menulinks li:last-child {
  padding-right: 0;
}
.mobile-menulinks li.last {
  padding-right: 0;
}
.mobile-menulinks a {
  color: white;
  text-decoration: none;
}
@media (min-width: 769px) {
  .mobile-menulinks {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.nav-account {
  background-color: #E7E7E7;
  height: 93px;
  margin-bottom: 4px;
}
.nav-account .fa.fa-user {
  color: #ff6903;
  font-size: 31px;
  padding: 5px 0px 0px 10px;
}
.nav-account a {
  display: inline-block;
  padding: 4px 0 0 6px;
  font-size: 14px;
}
.nav-account a:hover {
  background-color: #E7E7E7 !important;
}
.nav-account.logged-in {
  height: 130px;
}
.nav-account .account-links {
  margin-top: -40px;
  padding-left: 40px;
  display: block;
}

@media (min-width: 769px) {
  .mobile-nav-logo,
  .nav-account {
    display: none !important;
  }
}
#filter-sidebar .title,
#filter-sidebar .filter-buttons,
#filter-sidebar .checkbox,
#filter-sidebar .checkbox ~ label,
#filter-sidebar .discount-sort label {
  display: none;
}
#filter-sidebar .single-choice .radio,
#filter-sidebar .single-choice .check,
#filter-sidebar .single-choice .price-label {
  display: none;
}
#filter-sidebar input[type=number]::-webkit-inner-spin-button,
#filter-sidebar input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#filter-sidebar [type="number"] {
  -moz-appearance: textfield;
}
#filter-sidebar label:before {
  top: 0 !important;
  background: none !important;
}
#filter-sidebar a.amshopby-attr {
  padding-left: initial;
}
#filter-sidebar .loading-screen {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 85%;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  background-image: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
#filter-sidebar .loading-screen.active {
  display: block;
}

.amshopby-apply-button {
  display: none;
}

@media (max-width: 768px) {
  .amshopby-filters-left.block:last-of-type {
    border: none;
  }

  .mobile-sidebar {
    display: none;
  }
  .mobile-sidebar.active {
    display: block;
  }
  .mobile-sidebar .form-button {
    display: none;
  }
  .mobile-sidebar .container {
    width: 75%;
    right: 0;
    left: initial;
  }
  .mobile-sidebar .container a {
    line-height: 35px;
  }
  .mobile-sidebar .container a:hover {
    text-decoration: none;
  }
  .mobile-sidebar .container .button {
    width: 90%;
    margin-top: 25px;
    margin-left: 5%;
  }
  .mobile-sidebar .container .filter-buttons {
    display: inline-block !important;
    width: 100%;
    margin-left: 12px;
    margin-top: 18px;
    padding-bottom: 20px;
  }
  .mobile-sidebar .container .filter-buttons .button {
    width: 45%;
    margin-top: 0;
    margin-left: 0;
  }
  .mobile-sidebar .container .filter-buttons .button + .button {
    margin-left: 5px;
  }
  .mobile-sidebar .container .filter-buttons #filter-reset {
    background-color: #E7E7E7;
    color: #464646;
  }
  .mobile-sidebar .container .filter-buttons .amshopby-apply-block {
    width: 45%;
    float: right;
    margin-right: 7.3%;
    height: 30px;
  }
  .mobile-sidebar .container .filter-buttons .amshopby-apply-block .amshopby-apply-button {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    background-color: #ff6903;
  }
  .mobile-sidebar .container .filter-buttons .amshopby-apply-block .amshopby-apply-button:disabled {
    background-color: #ff6903 !important;
    opacity: 1;
  }
  .mobile-sidebar .container .title {
    display: block !important;
    background-color: #E7E7E7;
    height: 42px;
    margin-bottom: 4px;
  }
  .mobile-sidebar .container .title .title-text {
    padding-left: 12px;
    font-size: 16px;
    position: relative;
    top: 9px;
    text-transform: uppercase;
  }
  .mobile-sidebar .container #narrow-by-list span.count {
    color: gray;
  }
  .mobile-sidebar .container #narrow-by-list .amshopby-apply-block {
    display: none;
  }
  .mobile-sidebar .container #narrow-by-list dt {
    display: block;
    color: #202020 !important;
    height: auto;
    margin: 0;
    padding-left: 13px;
    padding-bottom: 5px;
    font-size: 16px;
    border: 0;
    line-height: 35px;
    text-align: left;
    cursor: pointer;
    font-weight: 600 !important;
    background: none;
    border-bottom: 1px solid #dfdfdf;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .mobile-sidebar .container #narrow-by-list dt.menu-active:before {
    transform: rotate(90deg);
  }
  .mobile-sidebar .container #narrow-by-list dt:before {
    font-family: "fontAwesome";
    content: "\f054";
    font-size: 12px;
    float: right;
    margin-right: 15px;
    color: #808080;
  }
  .mobile-sidebar .container #narrow-by-list dt.menu-active:before {
    margin-right: 16px;
  }
  .mobile-sidebar .container #narrow-by-list dt.options-selected:after {
    font-family: "fontAwesome";
    content: "\f058";
    color: #8fc400;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 22px;
    margin-top: -2px;
    margin-left: 9px;
    display: inline-block;
    position: relative;
    top: 1px;
  }
  .mobile-sidebar .container #narrow-by-list .filter__option__button {
    width: 92%;
    margin: 0 0 10px 4%;
    height: 48px;
    font-size: 15px;
    border-style: solid;
    border-radius: 2px;
    outline: none;
    font-weight: normal;
    display: inline-block;
  }
  .mobile-sidebar .container #narrow-by-list .filter__option__button:before {
    content: "";
  }
  .mobile-sidebar .container #narrow-by-list .filter__option--hidden {
    display: none !important;
  }
  .mobile-sidebar .container #narrow-by-list a:before, .mobile-sidebar .container #narrow-by-list li:before {
    content: none !important;
  }
  .mobile-sidebar .container #narrow-by-list dd {
    display: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .mobile-sidebar .container #narrow-by-list dd.active {
    display: inline-block;
  }
  .mobile-sidebar .container #narrow-by-list dd ol {
    padding: 13px;
  }
  .mobile-sidebar .container #narrow-by-list dd a.amshopby-attr,
  .mobile-sidebar .container #narrow-by-list dd a.amshopby-attr-selected {
    display: none;
  }
  .mobile-sidebar .container #narrow-by-list dd label {
    width: 95%;
    display: inline-block;
    font-size: 14px;
    padding: 0 0 9px 30px !important;
  }
  .mobile-sidebar .container #narrow-by-list dd input.checkbox {
    display: inline-block;
  }
  .mobile-sidebar .container #narrow-by-list dd .discount-sort {
    padding: 10px 0 0 13px;
  }
  .mobile-sidebar .container #narrow-by-list dd .discount-sort label {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #202020;
  }
  .mobile-sidebar .container #narrow-by-list dd .discount-sort label strong {
    font-weight: 600;
  }
  .mobile-sidebar .container #narrow-by-list dd .discount-sort label:before {
    content: "";
  }
  .mobile-sidebar .container #narrow-by-list .ui-slider-handle {
    height: 24px;
    width: 24px;
    top: -7px;
  }
  .mobile-sidebar .container #tuoteryhma-content,
  .mobile-sidebar .container #tuoteryhma-title {
    display: none !important;
  }

  #sort-sidebar .container,
  #filter-sidebar .container {
    overflow-x: hidden;
    left: initial;
    z-index: 100000000;
  }
  #sort-sidebar .container ol li,
  #filter-sidebar .container ol li {
    position: relative;
  }
  #sort-sidebar .container ol li .price-label,
  #filter-sidebar .container ol li .price-label {
    display: block;
    padding: 0 0 7px 29px !important;
    font-size: 14px;
    color: #202020;
  }
  #sort-sidebar .container ol li .price-label ~ a.amshopby-attr,
  #filter-sidebar .container ol li .price-label ~ a.amshopby-attr {
    display: none;
  }
  #sort-sidebar .container ol li label,
  #filter-sidebar .container ol li label {
    display: block;
    position: relative;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    max-width: 98%;
    z-index: 9;
    cursor: pointer;
  }
  #sort-sidebar .container #sort-submit,
  #filter-sidebar .container #sort-submit {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #sort-sidebar .container [type="radio"]:checked, #sort-sidebar .container [type="radio"]:not(:checked),
  #sort-sidebar .container [type="checkbox"]:checked,
  #sort-sidebar .container [type="checkbox"]:not(:checked),
  #filter-sidebar .container [type="radio"]:checked,
  #filter-sidebar .container [type="radio"]:not(:checked),
  #filter-sidebar .container [type="checkbox"]:checked,
  #filter-sidebar .container [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  #sort-sidebar .container [type="radio"]:checked + label, #sort-sidebar .container [type="radio"]:not(:checked) + label,
  #sort-sidebar .container [type="checkbox"]:checked + label,
  #sort-sidebar .container [type="checkbox"]:not(:checked) + label,
  #filter-sidebar .container [type="radio"]:checked + label,
  #filter-sidebar .container [type="radio"]:not(:checked) + label,
  #filter-sidebar .container [type="checkbox"]:checked + label,
  #filter-sidebar .container [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
  }
  #sort-sidebar .container [type="radio"]:checked + label:before, #sort-sidebar .container [type="radio"]:not(:checked) + label:before,
  #sort-sidebar .container [type="checkbox"]:checked + label:before,
  #sort-sidebar .container [type="checkbox"]:not(:checked) + label:before,
  #filter-sidebar .container [type="radio"]:checked + label:before,
  #filter-sidebar .container [type="radio"]:not(:checked) + label:before,
  #filter-sidebar .container [type="checkbox"]:checked + label:before,
  #filter-sidebar .container [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
  }
  #sort-sidebar .container [type="radio"]:checked + label:after,
  #sort-sidebar .container [type="checkbox"]:checked + label:after,
  #filter-sidebar .container [type="radio"]:checked + label:after,
  #filter-sidebar .container [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
  }
  #sort-sidebar .container [type="radio"]:checked + label:before, #sort-sidebar .container [type="radio"]:not(:checked) + label:before,
  #filter-sidebar .container [type="radio"]:checked + label:before,
  #filter-sidebar .container [type="radio"]:not(:checked) + label:before {
    background: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    box-shadow: 0 0 0 1px #ff6903;
    margin-left: 1px;
    float: left;
  }
  #sort-sidebar .container [type="radio"]:checked + label:after,
  #filter-sidebar .container [type="radio"]:checked + label:after {
    display: block;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    box-shadow: 0 0 0 1px #8fc400;
    margin-left: 1px;
    float: left;
  }
  #sort-sidebar .container [type="radio"]:checked + label:before,
  #filter-sidebar .container [type="radio"]:checked + label:before {
    background: #8fc400 !important;
    height: 10px;
    width: 10px;
    top: 27px;
    margin-top: 6px;
    left: 6px;
    box-shadow: none;
    z-index: 1;
  }
  #sort-sidebar .container [type="checkbox"]:checked + label:before, #sort-sidebar .container [type="checkbox"]:not(:checked) + label:before,
  #filter-sidebar .container [type="checkbox"]:checked + label:before,
  #filter-sidebar .container [type="checkbox"]:not(:checked) + label:before {
    margin-top: -2px;
    width: 24px;
    height: 24px;
    border: 1px solid #ff6903;
    border-radius: 3px;
  }
  #sort-sidebar .container [type="checkbox"]:checked + label:after,
  #filter-sidebar .container [type="checkbox"]:checked + label:after {
    left: 7.5px;
    top: 1px;
    width: 9px;
    height: 15px;
    border: solid #8fc400;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sort-sidebar .title-text {
    top: 6px !important;
    font-size: 18px;
    color: #202020;
  }
  #sort-sidebar ol {
    margin-top: 15px;
  }
  #sort-sidebar li {
    margin-bottom: 17px;
    padding-left: 19px;
  }
  #sort-sidebar label {
    font-size: 16px;
    color: #202020;
    padding: 9px 0 0 31px !important;
  }
  #sort-sidebar [type="radio"]:checked + label:before {
    top: 0 !important;
    margin-top: 14px !important;
  }
  #sort-sidebar [type="radio"]:checked + label:after {
    top: 8px !important;
  }
  #sort-sidebar [type="radio"]:not(:checked) + label:before {
    top: 8px;
    margin-top: 8px;
  }
}
.navigation__products {
  display: none;
}

.category-list {
  background: #f9f9f9;
}
.category-list .inner #category-list {
  margin: 0 -9px;
  background: #fff;
}
.category-list .inner #category-list dd {
  background: #fff;
  border: none;
}
.category-list .inner #category-list ol {
  padding: 0 6px 6px 6px;
  margin-top: -4px;
}
.category-list .inner #category-list ol li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}
.category-list .inner #category-list ol li:last-child {
  border: none;
}
.category-list .inner #category-list ol li a {
  color: #202020;
}
.category-list .inner #category-list ol li a:before {
  font-family: "fontAwesome";
  content: "\f054";
  font-size: 12px;
  margin-right: 4px;
  padding-left: 4px;
}
.category-list .inner #category-list #jump-to-filters {
  margin-top: -24px;
  padding-bottom: 24px;
}
.category-list .inner #category-list:after {
  content: '';
  display: block;
  position: relative;
  height: 20px;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(212, 212, 212, 0.5);
}

@media (min-width: 768px) {
  .amshopby-filters-top .filter-separate {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .header-container {
    margin-bottom: 0;
  }
  .catalog-category-view .top-container {
    margin-bottom: 0;
  }
  .catalog-category-view .top-container #countdown-wrapper {
    margin-bottom: 16px;
  }
  .catalog-category-view .col-left-first {
    margin-bottom: 0;
    background: #f9f9f9;
  }
  .catalog-category-view .col-left-first .amshopby-filters-left #tuoteryhma-content {
    display: none !important;
  }
  .catalog-category-view .main {
    padding-top: 0;
  }

  .block-layered-nav.amshopby-filters-left .block-subtitle--filter, .mobile-sidebar .block-subtitle--filter {
    display: none;
  }
  .block-layered-nav.amshopby-filters-left .block-content, .mobile-sidebar .block-content {
    margin-top: 0;
    position: relative;
    clear: both;
    background: #fff;
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-title, .mobile-sidebar #tuoteryhma-title {
    display: none;
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-content, .mobile-sidebar #tuoteryhma-content {
    display: block;
    padding: 10px 0 0 0;
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-content ol > li, .mobile-sidebar #tuoteryhma-content ol > li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.5);
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-content ol > li > a, .mobile-sidebar #tuoteryhma-content ol > li > a {
    color: #202020;
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-content ol > li > a:before, .mobile-sidebar #tuoteryhma-content ol > li > a:before {
    font-family: "fontAwesome";
    content: "";
    font-size: 12px;
    margin-right: 4px;
    padding-left: 4px;
    color: #202020 !important;
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-content ol > li .count, .mobile-sidebar #tuoteryhma-content ol > li .count {
    color: #202020;
  }
  .block-layered-nav.amshopby-filters-left #tuoteryhma-content ol > li:last-child, .mobile-sidebar #tuoteryhma-content ol > li:last-child {
    border: none;
  }

  .category-nav-container #narrow-by-list dd, .category-nav-container #narrow-by-list dt {
    display: none;
  }
  .category-nav-container #narrow-by-list #tuoteryhma-content {
    display: block;
  }

  .category-nav-container.show-filters #narrow-by-list {
    padding: 0;
    border: none !important;
    background-color: transparent;
  }
  .category-nav-container.show-filters #narrow-by-list dd, .category-nav-container.show-filters #narrow-by-list dt {
    display: block;
  }
  .category-nav-container.show-filters #narrow-by-list #tuoteryhma-content, .category-nav-container.show-filters #narrow-by-list #tuoteryhma-title {
    display: none;
  }
  .category-nav-container.show-filters #narrow-by-list dt {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px !important;
    padding-bottom: 8px;
    background: transparent;
    border-bottom: 1px dashed #dfdfdf;
  }
  .category-nav-container.show-filters #narrow-by-list dt:after {
    position: absolute;
    right: 16px;
    margin-top: 2px;
    font-family: "fontAwesome";
    content: "";
    font-size: 12px;
  }
  .category-nav-container.show-filters #narrow-by-list dt.active:after {
    content: "";
  }
  .category-nav-container.show-filters #narrow-by-list dt + dd {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f9f9f9;
  }
  .category-nav-container.show-filters #narrow-by-list dt + dd a {
    background-color: transparent;
  }
  .category-nav-container.show-filters #narrow-by-list dd.active {
    display: block;
  }

  .category-nav-container.nav-collapsed {
    display: none !important;
  }

  .navigation__products {
    display: block;
    overflow: hidden;
    *zoom: 1;
    background: #eee;
  }
  .navigation__products .navigation__toggler {
    color: #202020;
    float: left;
    width: 50%;
    text-align: left;
    padding: 8px;
    padding-left: 16px;
    font-weight: 600;
  }
  .navigation__products .navigation__toggler:before {
    font-family: "fontAwesome";
    font-size: 14px;
    content: "\f0c9";
    margin-right: 8px;
    vertical-align: middle;
  }
  .navigation__products .navigation__toggler:hover, .navigation__products .navigation__toggler:focus, .navigation__products .navigation__toggler:active {
    text-decoration: none;
  }
  .navigation__products .navigation__toggler.active {
    background-color: white;
  }
  .navigation__products .navigation__toggler:first-child {
    border-top-right-radius: 5px;
  }
  .navigation__products .navigation__toggler + .navigation__toggler {
    border-top-left-radius: 5px;
  }
  .navigation__products .navigation__toggler + .navigation__toggler:before {
    content: "\f0ad";
  }

  .navigation__products--categories,
  .navigation__products--filters {
    position: relative;
    clear: both;
    display: none;
    background-color: white;
    padding: 15px;
  }
}
.toolbar ~ .amshopby-filters-top,
.col-main .category-list {
  display: none;
}

@media (max-width: 768px) {
  .amshopby-filters-top .filter-grouped {
    display: none !important;
  }

  .category-products > .toolbar .pages {
    display: none;
  }

  .toolbar ~ .amshopby-filters-top,
  .toolbar ~ .amshopby-filters-top .currently,
  .toolbar-bottom .pages,
  .col-main .category-list {
    display: block !important;
  }

  .amshopby-filters-top .filter-separate {
    display: inline-block !important;
  }

  .toolbar {
    color: #545454;
    border: none;
    padding: 0;
  }
  .toolbar .filter,
  .toolbar .sort-by {
    float: right;
  }
  .toolbar .filter .button,
  .toolbar .sort-by .button {
    color: #3d3d3d;
    background-color: #F9F9F9;
    border: 1px solid #E8E8E8;
    text-transform: uppercase;
    font-size: 13px;
    padding: 13px 8px;
    margin-left: 8px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .toolbar .filter .button,
  .toolbar .sort-by .button {
    font-size: 12px;
    padding: 13px 6px;
  }
}
@media (max-width: 768px) {
  .toolbar .filter ~ .pages,
  .toolbar .sort-by ~ .pages {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .toolbar .filter ~ .pages.one-page,
  .toolbar .sort-by ~ .pages.one-page {
    padding-bottom: 0 !important;
  }
  .toolbar .filter .arrow,
  .toolbar .sort-by .arrow {
    display: inline-block;
  }
  .toolbar .filter .arrow:before,
  .toolbar .sort-by .arrow:before {
    content: '\2191';
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    -webkit-transform: scale(1.2, 1.5);
    -moz-transform: scale(1.2, 1.5);
    -ms-transform: scale(1.2, 1.5);
    -o-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
  }
  .toolbar .filter .arrow.arrow-down,
  .toolbar .sort-by .arrow.arrow-down {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: -4px;
    padding-bottom: 6px;
  }
  .toolbar .sort-by .button.sort-button {
    padding-bottom: 10px;
  }
  .toolbar .sort-by .icons {
    display: block;
    margin-top: -4px;
    padding-left: 3px;
    float: right;
  }
  .toolbar .pages {
    clear: right;
    margin-right: -13px;
  }
  .toolbar .pages.one-page {
    margin: 15px -5px -35px;
  }
  .toolbar .pages.one-page .next {
    margin-left: 40px;
  }
  .toolbar .pages.one-page .next:after {
    margin-top: -13px;
  }
  .toolbar .pages li, .toolbar .pages a {
    border-radius: 0;
    font-size: 15px;
  }
  .toolbar .pages a, .toolbar .pages span {
    width: 28px;
    color: #707070;
    margin-right: 0;
    background-color: #FAFAFA;
  }
  .toolbar .pages a.next, .toolbar .pages a.previous, .toolbar .pages span.next, .toolbar .pages span.previous {
    color: transparent;
    background-color: #fff;
  }
  .toolbar .pages a.next:before, .toolbar .pages a.previous:before, .toolbar .pages span.next:before, .toolbar .pages span.previous:before {
    display: none;
  }
  .toolbar .pages a.next:after, .toolbar .pages a.previous:after, .toolbar .pages span.next:after, .toolbar .pages span.previous:after {
    font-family: "fontAwesome";
    content: "\f054";
    font-size: 18px;
    float: right;
    margin-top: 2px;
    margin-right: 12px;
    color: #7F7F7F;
  }
  .toolbar .pages a.previous, .toolbar .pages span.previous {
    transform: rotate(180deg);
  }
  .toolbar .pages a.next_jump, .toolbar .pages span.next_jump {
    color: transparent;
    font-size: 0;
    margin-right: -3px;
    background-color: #fff;
    width: 6px;
  }
  .toolbar .pages a.next_jump:after, .toolbar .pages span.next_jump:after {
    content: "\2022";
    font-size: 18px;
    float: right;
    color: #808080;
  }
  .toolbar .pages .current {
    margin: 0;
    width: 28px;
  }
  .toolbar .fa {
    color: #545454;
  }
  .toolbar .funnel-icon {
    background-image: url(https://www.netrauta.fi/skin/frontend/netrauta/netrauta/images/funnel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }
  .toolbar .filter span.funnel-icon,
  .toolbar .span.icons {
    padding-left: 15px;
    padding-bottom: 2px;
  }
  .toolbar .applied-filter-count {
    padding-left: 3px;
  }
  .toolbar .product-count {
    float: left;
    font-size: 15px;
  }

  .toolbar-bottom {
    margin: 0;
    position: relative !important;
  }
  .toolbar-bottom .filters-applied .filter, .toolbar-bottom .filters-applied .sort-by, .toolbar-bottom.filters-applied .filter, .toolbar-bottom.filters-applied .sort-by {
    display: none !important;
  }
  .toolbar-bottom .filters-applied .pages, .toolbar-bottom.filters-applied .pages {
    margin-top: -15px;
    float: right !important;
  }
}
@media (max-width: 479px) {
  .catalog-category-view .col-left-first {
    margin-left: -21px;
    margin-right: -21px;
  }
}
.toolbar .sorter .sort-by .sort-by-switcher {
  display: none;
}

/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("https://www.netrauta.fi/skin/frontend/netrauta/netrauta/css/ambientia/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

@media (max-width: 768px) {
  .mobile--hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile--visible {
    display: none;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media (max-width: 768px) {
  .tablet--hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    display: none;
  }
}

@media (max-width: 980px) {
  .under-laptop--hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    display: none;
  }
}

@media (min-width: 981px) {
  .over-laptop--hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    display: none;
  }
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Overlays */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.7em;
  height: 1.7em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/skin/frontend/netrauta/netrauta/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/skin/frontend/netrauta/netrauta/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px none;
  background: transparent url("/skin/frontend/netrauta/netrauta/images/slider.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0px none;
  background: transparent url("/skin/frontend/netrauta/netrauta/images/slider.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0px none;
  background: transparent url("/skin/frontend/netrauta/netrauta/images/slider.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0px none;
  background: #fbf9ee url("/skin/frontend/netrauta/netrauta/images/slider.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/skin/frontend/netrauta/netrauta/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* Corner radius */
.ui-corner-all {
  border-radius: 4px;
}

.desktop-search form.search-mini-form .input-box {
  overflow: visible;
}

#autocomplete {
  position: absolute;
  display: none;
  z-index: 50;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.mobile--search #autocomplete {
  top: 28px;
  width: 100%;
}

.mobile--hidden #autocomplete {
  top: 36px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
}

div#autocomplete a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: black;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 4px;
  cursor: pointer;
}

div#autocomplete div.divider {
  width: 600px;
  margin-left: 5px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #aaaaaa;
}

div#autocomplete a.selected, div#autocomplete a:hover {
  background: #87c1c3;
  text-decoration: none;
  color: white;
}

div#autocomplete a span {
  font-weight: bold;
}

div#autocomplete a span.facet {
  font-weight: normal;
  color: #fe6800;
}

div#nosense {
  display: none;
  border: 1px solid red;
  padding: 10px;
  padding-left: 60px;
  background-color: #ffdcdc;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 20px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#spellingsuggestions a {
  margin-right: 10px;
  cursor: pointer;
}

div.filterdiv {
  margin-bottom: 20px;
}

div.hideable {
  display: none;
}

#narrow-by-list a.selected {
  font-weight: bold;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 4px;
}

/*
div.category-products, ul#narrow-by-list
{
  display: none;
}
*/
#iwd_load_more_pages {
  display: none;
}

div.alwaysvisible li a, div.hideable li a {
  cursor: pointer;
}

div.pagescont {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

@media only screen and (max-width: 720px) {
  div.pagescont {
    text-align: left;
    margin-top: 10px;
    clear: left;
  }

  div.toolbar .sorter .sort-by {
    float: none;
    margin-right: 5px;
    height: auto;
  }
}
.pagescont a {
  display: inline-block;
  margin: 0 0.2em;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 25px;
  padding: 0;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}

.pagescont a.selected {
  background-color: #FF6903;
}

.pagescont a:hover {
  color: #FF6903;
}

div.sorter div.sort-by {
  margin-top: 5px;
}

ol a.showhide {
  margin-top: 16px;
  display: block;
  width: 100%;
  background: white;
  border-radius: none;
  border: 1px dashed #dfdfdf;
  text-align: center;
  font-weight: 900;
  padding: 4px 0;
  color: #202020;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

#narrow-by-list li a.selected {
  font-weight: bold;
  padding-left: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 4px;
}

input.sliderInputMin, input.sliderInputMax {
  float: left;
  width: 50px;
  padding: 0px;
  padding-left: 3px;
  margin-right: 7px;
  margin-bottom: 10px;
}

#narrow-by-list dt + dd a.sliderinputbutton {
  background-color: #8fc400;
  border-radius: 2px;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 12px;
  color: white;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 10px;
  display: block;
  width: 50px;
  float: left;
  cursor: pointer;
}

div.sliderDash {
  float: left;
  margin-right: 7px;
  padding-top: 2px;
}

div.sliderInfoMin {
  float: left;
  width: 75px;
  margin-top: 12px;
  margin-bottom: 5px;
}

div.sliderInfoMax {
  float: right;
  width: 75px;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 5px;
}

div.pagescont a.showFiltersLink {
  background-color: transparent;
  color: #333;
  padding: 0px;
  font-weight: normal;
  display: none;
}

div.toolbar-bottom div.pagescont a.showFiltersLink {
  display: block;
}

.desktop-search form.search-mini-form .input-box {
  overflow: visible;
}

#autocomplete {
  position: absolute;
  display: none;
  z-index: 50;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.mobile--search #autocomplete {
  top: 34px;
  width: 100%;
}

.mobile--hidden #autocomplete {
  top: 36px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
}

div#autocomplete a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: black;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 4px;
}

div#autocomplete div.divider {
  width: 600px;
  margin-left: 5px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #aaaaaa;
}

div#autocomplete a.selected, div#autocomplete a:hover {
  background: #87c1c3;
  text-decoration: none;
  color: white;
}

div#autocomplete a span {
  font-weight: bold;
}

div#autocomplete a span.facet {
  font-weight: normal;
  color: #fe6800;
}

@media print {
  body {
    background: none;
  }

  header[role='banner'],
  .top-container,
  .footer-before-container,
  .footer-container,
  .breadcrumbs,
  .category-title .breadcrumbs,
  .service-info {
    display: none !important;
  }

  .col-left {
    display: none;
  }

  .col-main {
    display: block;
    float: none;
    width: 100%;
  }

  .iwd_load_next_page {
    display: none !important;
  }

  .banner-list {
    display: none;
  }

  .add-to-cart-wrapper,
  .promo-product-lists-container,
  .promo-product-lists-container {
    display: none !important;
  }

  .col--right {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    float: left;
    width: 40%;
  }
  .col--right .product-discount-badge-container {
    right: 16px !important;
    top: 1px;
  }
  .col--right .product-discount-badge-container .discount-badge-discount {
    box-shadow: inset 0 0 0 100px #FF6903;
  }
  .col--right .product-discount-badge-container .discount-badge-sale {
    text-align: center !important;
    border: 1px solid #ddd;
    margin-top: -1px;
    box-shadow: inset 0 0 0 100px white;
  }
  .col--right .product-discount-badge-container .discount-ends {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: inset 0 0 0 100px white;
    text-align: center !important;
  }
  .col--right .product-discount-badge-container .discount-badge-slogan {
    box-shadow: inset 0 0 0 100px #FFF000;
    text-align: center !important;
  }
  .col--right .product-img-box .product-image {
    width: 100% !important;
    height: 225px !important;
  }

  .product-view-nav-link-brand, .product-view-nav-link-category {
    display: none !important;
  }

  .col--left {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    float: right;
    width: 58%;
  }
  .col--left .campaign-end-info {
    margin-left: -16px;
  }
  .col--left .delivery-info {
    margin-left: -10px;
  }
  .col--left .stockalert-form {
    display: none;
  }

  .social-sharer {
    display: none;
  }

  .product__masthead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product__masthead--left {
    width: 75%;
    margin-right: 5%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .product__masthead--right {
    width: 20%;
  }

  .toggle-tabs {
    display: none;
  }

  .collateral-tabs dt,
  #tabhead-description {
    display: none;
  }
}



/* FILE: ambientia.css */
.category-description .read-more-wrapper {
  overflow: hidden;
  max-height: 60px;
  position: relative;
}
.category-description .read-more-wrapper.has-overflow:after {
  content: " ";
  display: block;
  position: absolute;
  width: 30%;
  height: 20px;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
.category-description .read-more-container {
  text-align: center;
}
.category-description .read-more-link {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  font-size: 12px;
  margin: 6px auto 0;
}
.category-description .read-more-link:hover {
  cursor: pointer;
}

.pictr-dropdown-option-value {
  z-index: 9 !important;
}

.add-to-cart-wrapper {
  overflow: visible !important;
}

.product-view .split-button .change::after, .split-button .change.active::after {
  border-color: #fff transparent;
  top: 18px;
  right: 12px;
}

.product-view .split-button .list-container {
  left: 0;
  width: 100%;
  max-width: none;
}

div.product-element-name {
  min-height: 60px;
}

span.campaign-text,
span.free-delivery {
  color: #eb3939;
  font-weight: bold;
}

span.campaign-text {
  font-size: 13px;
}

#billing_street2 {
  display: none;
}

#shipping_street2 {
  display: none;
}

.klarna_notification {
  font-weight: bold;
}

.checkout-notice {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.free-shipping-total {
  font-weight: bold;
}

.shop-in-shop-text {
  margin-bottom: 8px;
  clear: both;
}

#delivery-restriction {
  color: #575755;
}



/* FILE: cms.css */
.cms-default-template-container:after {
    display: table;
    content: '';
    clear: both;
}

.cms-template-row {
    display: block;
    float: left;
    width: 100%;
}

.cms-template-column {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

.column-content {
    display: block;
    float: left;
}

.full-width-content {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}

.half-width-content {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}

@media (min-width: 1201px) {
    .half-width-content {
        display: block;
        float: left;
        box-sizing: border-box;
        width: 50%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .cms-menu {
        background-color: #464646;
        padding: 5px 5px;
        display: block;
        margin-bottom: 1.5em;
    }

    .cms-menu:before {
        content: "= Asiakaspalvelu & ohjeet";
        color: #fff;
    }

    .cms-menu li {
        display: none;
        background-color: #fff;
        margin: 0;
    }

    .cms-menu li a {
        display: block;
    }

    .cms-menu strong {
        color: #FF6903;
    }

    .cms-menu.touche {
        width: 100%;
        border: 1px solid #ccc;
        background-color: #fff;
        padding-bottom: 1em;
    }

    .cms-menu.touche:before {
        color: #333;
        font-weight: bold;
    }

    .cms-menu.touche li {
        display: block;
        padding: 5px 0 0 0;
    }

    .cms-menu .parent:first-of-type {
        border-top: 1px solid #ccc;
    }
}

.cms-menu .parent .parent ol {
    margin-left: 1em;
}

.cms-menu .parent .parent .parent ol {
    margin-left: 1em;
}

@media (max-width: 1259px) {
    .cms-page-view .col-main img {
        width: auto !important;
        max-width: 100%;
    }

    .cms-page-view .col-main table {
        width: 100% !important;
    }

    .cms-page-view .col-main td {
        max-width: 100%;
        display: table-row;
    }
}

body.cms-page-view .std p {
    font-style: normal;
}
