@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700");
@import url("assets/fontello/css/fontello.css");
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.25;
}
html,
body,
#react-root {
  margin: 0;
  padding: 0;
}
body {
  overflow: auto;
  color: #383840;
  background: #fff;
  font-weight: 200;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button,
.btn {
  padding: 1rem 2rem;
  border: 0;
  background: #3095b4;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  text-transform: uppercase;
}
button[disabled],
.btn[disabled] {
  background: #d5d5d5;
}
button:hover:not([disabled]),
.btn:hover:not([disabled]) {
  transition: background 250ms;
  background: #005172;
}
button.variant-next:after,
.btn.variant-next:after {
  font-family: fontello;
  content: "\E800";
  margin-left: 1rem;
}
input {
  font-size: inherit;
  font-family: inherit;
  padding: 0.5rem;
}
input[type="text"],
input[type="search"],
input[type="password"] {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e8e8e8;
}
[type="search"] {
  -webkit-appearance: textfield;
}
a {
  text-decoration: none;
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0 2rem 0;
}
.container {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 980px;
}
.variant-footnote {
  font-size: 0.85rem;
  color: #909090;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px !important;
  }
}
.component-addressform form label {
  float: left;
  width: 50%;
  padding: 1rem 0;
}
.component-addressform form label:nth-child(odd) {
  padding-right: 3rem;
}
.component-addressform form span {
  display: block;
  margin-bottom: 0.5rem;
}
.component-addressform form input {
  display: block;
  border: 1px solid #e8e8e8;
  width: 100%;
}
.component-addressform form input[required][value=""] {
  border: 1px solid #3095b4;
}
.component-addressform form:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .component-addressform form label {
    width: 100%;
  }
  .component-addressform form label:nth-child(odd) {
    padding-right: 0;
  }
}
.component-app .spinner-apploading {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 45%;
  left: calc(50% - 1.5rem);
}
.component-app .spinner-apploading:after {
  background: #f9f7f4;
}
.component-app .app-maincontent h2 {
  margin-top: 0;
}
.component-autocomplete {
  position: relative;
}
.component-autocomplete .autocomplete-suggestion-title {
  display: inline-block;
  width: 50%;
}
.component-autocomplete .autocomplete-suggestion-info {
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #0cb9ff;
}
.component-autocomplete .react-autosuggest__suggestions-container {
  clear: both;
  position: absolute;
  z-index: 2;
  max-height: calc(100vh - 23rem);
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 2rem 2rem rgba(0,0,0,0.5);
  background: #005172;
}
.component-autocomplete .react-autosuggest__suggestions-list {
  background: #005172;
  padding: 0;
  list-style: none;
  margin: 0;
}
.component-autocomplete .react-autosuggest__suggestion a {
  display: block;
  margin: 0.125rem 0;
  padding: 0.75rem 1rem;
  color: #fff !important;
}
.component-autocomplete .react-autosuggest__suggestion a:hover {
  background: #002d3f;
}
.component-autocomplete .react-autosuggest__suggestion--highlighted {
  background: #002d3f;
}
.component-extracontentbullets {
  text-align: center;
  padding: 4rem 0 6rem 0;
  background: #fff;
  overflow: hidden;
  clear: both;
}
.component-extracontentbullets .extracontentbullets-title {
  font-size: 2rem;
  margin: 1rem auto;
  font-weight: 200;
}
.component-extracontentbullets .extracontentbullets-item {
  float: left;
  width: 33.3%;
  font-size: 1.5rem;
  font-weight: 200;
  padding: 0 2rem;
}
.component-extracontentbullets .extracontentbullets-item:before {
  font-family: fontello;
  content: "\E801";
  font-size: 4rem;
  color: #005172;
  display: block;
  text-align: center;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .component-extracontentbullets .extracontentbullets-item {
    padding-left: 3rem;
    text-align: left;
    float: none;
    width: auto;
    display: block;
    margin-bottom: 1rem;
  }
  .component-extracontentbullets .extracontentbullets-item:before {
    float: left;
    font-size: 2rem;
    margin: 0 0 0 -3rem;
  }
}
.component-cases {
  text-align: center;
  background: #fff;
}
.component-cases .container {
  background: #f9f7f4;
}
.component-cases .cases-title {
  font-size: 2rem;
  font-weight: 200;
  padding-top: 2rem;
}
.component-cases .cases-images {
  padding: 2rem;
}
.component-cases .cases-images .cases-image {
  display: inline-block;
  background: 50% 50%/contain no-repeat;
  width: 10rem;
  height: 10rem;
  margin: 1rem 3rem;
  cursor: pointer;
  position: relative;
}
.component-cases .cases-images .cases-image:hover {
  opacity: 0.75;
  transition: opacity 250ms;
}
.component-cases .cases-images .cases-image.state-active:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  background: #f3f0ec;
  bottom: -4.25rem;
  left: calc(50% - 1rem);
}
.component-cases .cases-contents {
  background: #f3f0ec;
  padding: 2rem;
}
.component-cases .cases-contents .cases-content-title {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 1rem;
}
.component-cases .cases-contents .cases-content-desc {
  text-align: left;
  padding: 0 2rem;
  line-height: 1.5rem;
}
.component-cases .cases-contents .cases-content:not(.state-active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .component-cases .cases-images {
    padding: 2rem 0 2rem 0;
  }
  .component-cases .cases-images .cases-image {
    display: inline-block;
    width: calc(33.3% - 1rem);
    background: 50% 50%/contain no-repeat;
    height: 3rem;
    margin: 1rem 0.5rem;
    cursor: pointer;
    position: relative;
  }
  .component-cases .cases-contents {
    padding: 1rem;
  }
  .component-cases .cases-contents .cases-content-desc {
    padding: 0;
  }
}
.component-checkbox {
  cursor: pointer;
  text-transform: none;
  padding-left: 2rem;
  line-height: 1.5rem;
}
.component-checkbox:before {
  content: "\E801";
  font-family: fontello;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  border: 1px solid #e8e8e8;
  border-color: #e8e8e8;
  color: #fff;
  background: #fff;
  vertical-align: baseline;
  float: left;
  margin-left: -2rem;
}
.component-checkbox.checked:before {
  border-color: transparent;
  color: #fff;
  background: #3095b4;
}
.component-delivery {
  overflow: hidden;
  background: #f9f7f4;
  padding: 2rem 0 4rem 0;
}
.component-delivery .delivery-info {
  margin: 2rem 0;
  max-width: 40rem;
}
.component-delivery .delivery-submit {
  margin-top: 2rem;
  float: right;
  color: #fff;
}
.component-delivery .component-checkbox {
  margin: 2rem 0;
}
.component-delivery .delivery-terms-content {
  margin: 2rem 0;
  border: 1px solid #e8e8e8;
  padding: 2rem;
  max-height: 15rem;
  overflow: auto;
  background: #fff;
}
.component-delivery .delivery-terms-content h2 {
  font-size: 1.5rem;
}
.component-delivery .delivery-terms-link {
  color: #3095b4;
}
.component-delivery .component-spinner {
  position: relative;
  float: right;
  top: 4.125rem;
  right: 2.5rem;
}
.component-delivery .component-spinner:before {
  width: 3rem;
  height: 3rem;
}
.component-delivery .delivery-footnote {
  padding-top: 3rem;
  font-style: italic;
  color: #a9a9a9;
  font-size: 0.85rem;
}
.component-dibspayment {
  height: 948px;
  position: relative;
  background: #fff;
}
.component-dibspayment #dibsEmbedded {
  height: 100%;
}
.component-done {
  background: #f9f7f4;
  padding: 2rem 0 4rem 0;
}
.component-done .done-actions {
  padding: 2rem 0;
}
.component-done .btn:before {
  content: "\E803";
  font-family: fontello;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.component-dropdown {
  position: relative;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value {
  color: #3095b4;
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value:after {
  color: inherit;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle {
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle:hover:after {
  color: #3095b4;
}
.component-dropdown .dropdown-value {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2rem;
}
.component-dropdown .dropdown-value .dropdown-handle:after {
  content: "\E803";
  font-family: fontello;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2rem;
  padding-top: 0.125rem;
  line-height: 2rem;
  color: #d5d5d5;
  text-align: center;
}
.component-dropdown .dropdown-options {
  position: absolute;
  top: 2.375rem;
  left: 0;
  right: 0;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.2);
  background: #fff;
  z-index: 100;
  max-height: 0;
  overflow: auto;
  transition: opacity 250ms, max-height 125ms;
  opacity: 0;
  pointer-events: none;
}
.component-dropdown .dropdown-options .dropdown-option {
  padding: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-dropdown .dropdown-options .dropdown-option:first-child {
  border-top: 0;
}
.component-dropdown .dropdown-options .dropdown-option.selected {
  font-weight: bold;
}
.component-dropdown .dropdown-options .dropdown-option:hover {
  background: #3095b4;
  color: #fff;
}
.component-dropdown.dropdown-openabove .dropdown-options {
  top: auto !important;
  bottom: 2.75rem !important;
}
.component-dropdown.open .dropdown-options {
  max-height: 29rem;
  opacity: 1;
  pointer-events: auto;
}
.component-exampleproducts {
  background: #f9f7f4;
  padding: 0 0 2rem 0;
}
.component-exampleproducts .exampleproducts-category h2 {
  text-align: center;
  padding: 3rem 0 0 0;
  margin-bottom: 1rem;
}
.component-fetchingrating {
  background: #f9f7f4;
  position: relative;
  overflow: hidden;
  padding: 0 0 6rem 0;
}
.component-fetchingrating h2 {
  text-align: center;
  margin: 0 auto !important;
}
.component-fetchingrating .component-spinner {
  position: relative;
  margin-top: 4rem;
}
.component-footer {
  background: #f9f7f4;
  padding: 2rem 0 4rem 0;
  line-height: 3rem;
  text-align: center;
}
.component-footer h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #a9a9a9;
}
.component-footer a:not(:last-child) {
  display: inline-block;
  margin-right: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
  border-right: 1px solid #e7dfd3;
}
@media screen and (max-width: 767px) {
  .component-footer .container a {
    border: 0;
    display: block;
    margin: 0.5rem 0;
    padding: 0;
    line-height: 1.5rem;
  }
}
.component-header {
  padding: 1.125rem 2rem;
}
.component-header .header-logo {
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.5rem;
  color: #383840;
  padding-left: 13.5rem;
  background: url("assets/dnb-logo-black.png") 0 40%/auto 60% no-repeat;
  position: relative;
  width: 30rem;
}
.component-header .header-logo:after {
  content: "";
  position: absolute;
  height: 2.75rem;
  left: 12.5rem;
}
.component-header .header-content {
  float: right;
}
@media screen and (max-width: 767px) {
  .component-header {
    padding: 1.125rem 0;
  }
}
.component-invoicepayment {
  background: #fff;
  padding: 2rem;
}
.component-invoicepayment:after {
  content: "";
  clear: both;
  display: block;
}
.component-invoicepayment .invoicepayment-submit {
  margin-top: 2rem;
  float: right;
}
.component-invoicepayment .invoicepayment-inactive button {
  background: #fff;
  color: #3095b4;
  text-transform: none;
  font-size: 1.25rem;
  padding: 1rem 0;
}
.component-marketing {
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.component-marketing img {
  max-width: calc(50% - 1.5rem);
  float: left;
  margin: 0 3rem 3rem 0;
}
.component-marketing img:nth-of-type(2) {
  float: right;
  margin: 1rem 0 3rem 3rem;
}
.component-marketing h3 {
  font-size: 2rem;
  font-weight: 200;
}
.component-marketing h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
}
.component-marketing h3:nth-of-type(2) {
  clear: left;
}
.component-marketing p {
  line-height: 1.5rem;
  font-size: 1.25rem;
}
.component-marketing dl dt {
  font-weight: bold;
}
.component-marketing dl dt,
.component-marketing dl dd {
  margin: 0.5rem 0;
  font-size: 1.25rem;
}
.component-marketing h4 + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .component-marketing img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .component-marketing .footer img {
    max-height: 1em;
    margin: 0 0 0 0;
    max-width: 20px;
  }
}
.component-notfound {
  min-height: 10rem;
}
.component-notifications .notifications-item {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #005172;
  color: #fff;
  padding: 2rem 2rem 2rem 6rem;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
}
.component-notifications .notifications-item .notifications-item-content {
  padding-top: 0.5rem;
}
.component-notifications .notifications-item:after {
  font-family: fontello;
  content: "\E802";
  font-size: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.component-notifications .notifications-item.warning {
  background: #c95c54;
}
.component-notifications .notifications-item.warning .btn {
  color: #c95c54;
}
.component-notifications .notifications-item .btn {
  background: #fff;
  color: #005172;
  padding: 0.5rem 2rem;
  float: right;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .component-notifications .notifications-item {
    width: 100vw;
    height: 100vh;
    top: 0;
    padding-left: 2rem;
    padding-top: 8rem;
  }
  .component-notifications .notifications-item:after {
    text-align: center;
    font-size: 5rem;
    top: 2rem;
    left: 0;
    right: 0;
  }
  .component-notifications .notifications-item-content {
    font-size: 1.25rem;
    text-align: center;
  }
  .component-notifications .notifications-actions {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    text-align: center;
  }
  .component-notifications .notifications-actions .btn {
    text-align: center;
    float: none;
    padding: 1rem 0;
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.component-payment {
  background: #f9f7f4;
  padding: 2rem 0 4rem 0;
}
.component-payment:after {
  content: "";
  clear: both;
  display: block;
}
.component-payment .btn {
  float: right;
  margin-top: 3rem;
  color: #fff;
}
.component-payment .payment-option {
  position: relative;
  margin-bottom: 3rem;
}
.component-payment .payment-summary {
  font-size: 1.25rem;
  max-width: 40rem;
  background: #fff;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
}
.component-payment .payment-summary div {
  margin: 1rem 0;
}
.component-payment .payment-summary span {
  float: right;
}
.component-payment .payment-summary .payment-summary-total {
  font-weight: bold;
}
.component-paytrailpayment {
  min-height: 601px;
}
.component-paytrailpayment #sv-widget {
  border: none !important;
  padding: 2rem !important;
}
.component-privacynag {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #005172;
  color: #fff;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
  padding: 1rem;
}
.component-privacynag .privacynag-content {
  line-height: 2.75rem;
  font-size: 1rem;
}
.component-privacynag a {
  color: #99d2e4;
}
.component-privacynag button {
  float: right;
  margin-left: 2rem;
  padding: 0.75rem 2rem;
}
.component-productlisting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 -2rem;
}
.productlisting-item {
  -ms-flex: 1;
      flex: 1;
  min-width: 20rem;
  text-align: center;
  padding: 2rem;
  position: relative;
}
.productlisting-item.with-actions {
  padding-bottom: 12rem;
}
.productlisting-item.with-actions:hover {
  background: #f2ede7;
}
.productlisting-item-image {
  background: 50% 50%/contain no-repeat;
  height: 8rem;
  width: 12rem;
  margin: 0 auto 2rem auto;
}
.productlisting-item-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.productlisting-item-desc {
  font-size: 1.25rem;
  font-weight: 200;
  margin: 0.5rem 0;
}
.productlisting-item-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.5rem 0 0.25rem 0;
}
.productlisting-item-actions {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.productlisting-item-tax {
  font-weight: 200;
  font-size: 0.85rem;
}
.productlisting-item-buy {
  display: block;
  margin: 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  color: #fff !important;
}
.productlisting-item-buy:after {
  font-family: fontello;
  content: "\E804";
  margin-left: 1rem;
  font-size: 1.5rem;
}
.productlisting-item-buy.state-disabled {
  background: #d5d5d5;
  cursor: default;
}
.productlisting-item-buy.state-disabled:hover {
  background: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .component-productlisting {
    display: block;
    margin: 0;
  }
  .component-productlisting .productlisting-item {
    border-bottom: 1px solid #ece6dd;
  }
  .component-productlisting .productlisting-item.with-actions {
    padding-bottom: 0;
  }
  .component-productlisting .productlisting-item.with-actions:hover {
    background: #f9f7f4;
  }
  .component-productlisting .productlisting-item-actions {
    position: relative;
    text-align: right;
    padding-top: 3rem;
  }
  .component-productlisting .productlisting-item-price,
  .component-productlisting .productlisting-item-tax {
    float: left;
    clear: left;
  }
}
.component-products {
  background: #f9f7f4;
  padding: 0 0 2rem 0;
}
.component-products p {
  margin-bottom: 3rem;
}
.component-products:after {
  content: "";
  display: block;
  clear: both;
}
.component-products .variant-footnote {
  max-width: 50rem;
  margin: 3rem auto 1rem auto;
  text-align: center;
}
.component-search {
  background: 50% 75%/cover no-repeat url("assets/bg.jpg");
  color: #fff;
  padding: 2rem 0;
}
.component-search .search-title {
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.05rem;
}
.component-search .search-title span {
  background: #000;
  position: relative;
  left: 0.5rem;
  box-shadow: -0.5rem 0 0 #000, 0.5rem 0 0 #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  font-weight: 100;
}
.component-search .search-desc {
  margin: 0.5rem 0 2rem 0;
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;
  text-shadow: 0 0 2rem rgba(0,0,0,0.75);
}
.component-search .search-call-to-action {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
.component-search .search-title,
.component-search .search-desc {
  max-width: 40rem;
}
.component-search .search-widget {
  max-width: 40rem;
}
.component-search .component-autocomplete {
  display: inline-block;
  width: 100%;
}
.component-search .component-autocomplete input {
  background: #f9f7f4;
  width: 100%;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 2rem;
  padding: 0.5rem 1rem;
  color: #383840;
}
.component-search .component-autocomplete button {
  display: none;
}
.component-search .component-spinner {
  display: inline-block;
  position: relative;
}
.component-search .component-spinner:before {
  width: 3rem;
  height: 3rem;
  border-width: 0.375rem;
  top: 0;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .component-search .component-autocomplete .autocomplete-suggestion-title {
    width: 100%;
  }
  .component-search .component-autocomplete .autocomplete-suggestion-info {
    display: none;
  }
  .component-search .component-autocomplete .react-autosuggest__suggestion a {
    font-size: 1.25rem;
    padding: 1rem 1rem;
  }
}
.component-shoppingcartwidget {
  width: 20rem;
  position: relative;
  z-index: 999;
  top: -0.5rem;
}
.component-shoppingcartwidget.state-open .shoppingcartwidget-status {
  background: #005172;
  color: #fff;
  position: fixed;
  width: 20rem;
}
.component-shoppingcartwidget.state-open .closing-button {
  visibility: visible;
}
.component-shoppingcartwidget .shoppingcartwidget-status {
  font-size: 1.25rem;
  cursor: pointer;
  padding: 1rem 0.5rem 1rem 1rem;
  text-align: center;
}
.component-shoppingcartwidget .shoppingcartwidget-status > span {
  display: inline-block;
}
.component-shoppingcartwidget .shoppingcartwidget-status .shoppingcartwidget-status-title {
  margin-left: 1rem;
  margin-right: 1rem;
}
.component-shoppingcartwidget .shoppingcartwidget-status .shoppingcartwidget-status-count {
  position: relative;
}
.component-shoppingcartwidget .shoppingcartwidget-status .shoppingcartwidget-status-count b {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #3095b4;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  position: absolute;
  top: -0.75rem;
  right: -1.25rem;
  font-size: 1rem;
}
.component-shoppingcartwidget .shoppingcartwidget-status .shoppingcartwidget-status-count:after {
  content: "\E804";
  font-family: fontello;
  font-size: 1.5rem;
}
.component-shoppingcartwidget .shoppingcartwidget-dropdown {
  background: #005172;
  color: #fff;
  padding: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.25);
  margin-top: 3.9rem;
  position: fixed;
  width: inherit;
}
.component-shoppingcartwidget .closing-button {
  float: right;
  color: #3095b4;
  visibility: hidden;
}
.component-shoppingcartwidget .closing-button:after {
  content: "\E806";
  font-family: fontello;
  font-size: 1.5rem;
}
.component-shoppingcartwidget .closing-button:hover {
  color: #fff;
}
.component-shoppingcartwidget .shoppingcartwidget-cartcontent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.component-shoppingcartwidget .shoppingcartwidget-item {
  padding: 0.5rem 0 0.5rem 0;
}
.component-shoppingcartwidget .shoppingcartwidget-item .border-bottom {
  border-bottom: 1px solid rgba(255,255,255,0.25);
  margin: 0.1rem 2rem 0 1rem;
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-remove {
  float: right;
  padding: 0;
  background: #005172;
  line-height: 1.5rem;
  cursor: pointer;
  color: #3095b4;
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-remove:after {
  content: "\E808";
  font-family: fontello;
  font-size: 1.3rem;
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-remove:hover {
  color: #fff;
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-info {
  margin-left: 1rem;
  max-width: 65%;
  display: inline-block;
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-info .shoppingcartwidget-item-company {
  font-size: 0.7rem;
  display: block;
  color: rgba(255,255,255,0.85);
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-info .shoppingcartwidget-item-product {
  font-weight: bolder;
}
.component-shoppingcartwidget .shoppingcartwidget-item .shoppingcartwidget-item-price {
  float: right;
  font-weight: bold;
  padding-right: 1rem;
}
.component-shoppingcartwidget .shoppingcartwidget-checkout {
  display: block;
  background: #3095b4;
  text-align: center;
  font-weight: normal;
}
.component-shoppingcartwidget .shoppingcartwidget-checkout:hover {
  background: #fff;
  color: #005172;
}
.component-shoppingcartwidget .shoppingcartwidget-total {
  margin-bottom: 1.5rem;
  margin-top: 0.2rem;
}
.component-shoppingcartwidget .shoppingcartwidget-total .shoppingcartwidget-total-text {
  font-weight: bolder;
  padding: 0 0 0 1rem;
}
.component-shoppingcartwidget .shoppingcartwidget-total .shoppingcartwidget-total-sum {
  font-weight: bold;
  font-size: 1.5rem;
  float: right;
  margin-right: 2rem;
}
.component-shoppingcartwidget .shoppingcartwidget-empty {
  margin: 1rem 0;
  text-align: center;
}
.component-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  border-radius: 50%;
  border: 0.5rem solid #3095b4;
  border-top-color: #005172;
  animation: spinner 1s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.component-steps {
  text-align: center;
  padding: 4rem 0;
  background: #f9f7f4;
}
.component-steps .steps-item {
  color: #005172;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
}
.component-steps .steps-item:not(:last-child):after {
  font-family: fontello;
  content: "\E800";
  display: inline-block;
  color: #e7dfd3;
  margin-right: 0.75rem;
}
.component-steps .steps-item .steps-item-name {
  text-transform: uppercase;
  position: relative;
  margin-right: 0.75rem;
}
.component-steps .steps-item .steps-item-index {
  display: inline-block;
  background: #fff;
  border: 0.25rem solid #005172;
  text-align: center;
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.5rem;
  border-radius: 1rem;
  position: relative;
  top: -0.125rem;
  margin-right: 0.4rem;
}
.component-steps .steps-item.state-active .steps-item-index {
  background: #005172;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .steps-item .steps-item-name {
    display: none;
  }
  .steps-item:not(:last-child):after,
  .steps-item > * {
    margin-right: 0.5rem !important;
  }
}
