@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
/**
* COLOR DEFINITIONS
*/
/**
* ACTUAL COLORS
*/
/**
* FONT STACK/SIZES
*/
/**
* PADDINGS
*/
/**
* BORDER RADIUS
*/
/**
* Image locations
*/
/**
* Mixins goes here
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.field-group {
  position: relative;
  width: 100%;
  margin-bottom: 22px; }
  .field-group input[type='text'], .field-group input[type='email'], .field-group input[type='bow'], .field-group #countrySelect {
    position: relative;
    width: 100%;
    background: 0 0;
    padding: 26px 0 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-width: 0 0 1px;
    box-shadow: none;
    z-index: 1; }
    .field-group input[type='text']:focus, .field-group input[type='email']:focus, .field-group input[type='bow']:focus, .field-group #countrySelect:focus {
      outline: none; }
    .field-group input[type='text'] option, .field-group input[type='email'] option, .field-group input[type='bow'] option, .field-group #countrySelect option {
      color: #31343B; }
  .field-group label {
    display: inline-block;
    position: absolute;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
    transition: all .3s ease; }
  .field-group:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.18);
    transition: all .3s ease; }
  .field-group .error-block {
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    color: red;
    line-height: 24px;
    transition: all 0.5s ease;
    margin: 0; }
    .field-group .error-block.ng-hide {
      display: block !important;
      visibility: hidden;
      opacity: 0; }
  .field-group.has-focus label {
    color: #80C036; }
  .field-group.has-focus::after {
    left: 0;
    background: #80C036;
    width: 100%; }
  .field-group.has-error label {
    color: red; }
  .field-group.has-error::after {
    left: 0;
    background: red;
    width: 100%; }
  .field-group.has-error .help-block:not(.ng-hide) {
    position: absolute;
    color: red;
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .field-group.has-success.has-focus label, .field-group.has-success:not(.is-empty) label {
    color: #80C036; }
  .field-group.has-success.has-focus.has-focus::after, .field-group.has-success.has-focus::after, .field-group.has-success:not(.is-empty).has-focus::after, .field-group.has-success:not(.is-empty)::after {
    left: 0;
    background: #80C036;
    width: 100%; }
  .field-group.has-success.has-focus #countrySelect, .field-group.has-success:not(.is-empty) #countrySelect {
    margin-left: -5px;
    border: 1px solid transparent; }
  .field-group.is-empty:not(.has-focus) label {
    font-weight: 400;
    font-size: 14px;
    top: 32px; }

.data .text {
  padding: 18px 0 18px 30px;
  text-align: left; }

input[type="radio"], input[type="checkbox"] {
  display: none; }
  input[type="radio"] + label, input[type="checkbox"] + label {
    color: #7F8289; }
  input[type="radio"] + label span, input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 22px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(115, 118, 116, 0.5); }
  input[type="radio"] + label span, input[type="checkbox"] + label span {
    position: absolute;
    margin-left: -30px; }
  input[type="radio"] + label span, input[type="checkbox"] + label span {
    background-color: #F2F3F5; }
  input[type="radio"]:checked + label span, input[type="checkbox"]:checked + label span {
    background-color: #80C036; }
  input[type="radio"] + label span,
  input[type="radio"]:checked + label span, input[type="checkbox"] + label span,
  input[type="checkbox"]:checked + label span {
    transition: background-color 0.3s linear; }

input[type="checkbox"] + label span {
  border-radius: 15%;
  margin: -1px 15px 0 0; }

input[type="checkbox"] + label span {
  position: absolute;
  margin-left: -30px; }

section.checkout {
  width: 100%; }
  section.checkout .checkout-body {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
    section.checkout .checkout-body > div {
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: 526px;
      min-width: 480px; }
      @media (max-width: 600px) {
        section.checkout .checkout-body > div {
          max-width: calc(100% - 40px);
          min-width: calc(100% - 40px); } }
  @media (max-width: 600px) and (max-width: 451px) {
    section.checkout .checkout-body > div {
      max-width: calc(100% - 16px);
      min-width: calc(100% - 16px); } }
  section.checkout .shipping-information, section.checkout .review-summary {
    background: white;
    box-shadow: 1px 1px 1px 0 rgba(115, 118, 116, 0.5);
    border-radius: 3px;
    margin: 12px;
    padding: 40px; }
    @media (max-width: 600px) {
      section.checkout .shipping-information, section.checkout .review-summary {
        margin: 8px 0;
        padding: 20px; } }
    section.checkout .shipping-information .text, section.checkout .review-summary .text {
      padding: 10px 0 10px 30px;
      text-align: left; }
  section.checkout .next {
    margin: 12px; }
  section.checkout .continue {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    padding: 12px 0;
    color: white;
    font-weight: bold;
    background: #80C036;
    border-radius: 3px; }
    section.checkout .continue.disabled {
      cursor: not-allowed;
      background: #CDD0D5; }
  section.checkout .review-summary > .title, section.checkout .customer-data > .title, section.checkout .shipping-data > .title, section.checkout .billing-data > .title, section.checkout .billing-address > .title, section.checkout .billing-error > .title, section.checkout .order-confirmed > .title, section.checkout .order-number > .title, section.checkout .shipping-address > .title, section.checkout .complete-purchase > .title {
    color: #31343B;
    font-size: 28px;
    margin: 0 0 8px;
    font-weight: bold; }
  section.checkout .review-summary hr, section.checkout .customer-data hr, section.checkout .shipping-data hr, section.checkout .billing-data hr, section.checkout .billing-address hr, section.checkout .billing-error hr, section.checkout .order-confirmed hr, section.checkout .order-number hr, section.checkout .shipping-address hr, section.checkout .complete-purchase hr {
    height: 1.1px !important;
    color: #F2F3F5;
    background-color: #F2F3F5;
    border: none; }
  section.checkout .review-summary .total-block, section.checkout .customer-data .total-block, section.checkout .shipping-data .total-block, section.checkout .billing-data .total-block, section.checkout .billing-address .total-block, section.checkout .billing-error .total-block, section.checkout .order-confirmed .total-block, section.checkout .order-number .total-block, section.checkout .shipping-address .total-block, section.checkout .complete-purchase .total-block {
    margin: 22px 0;
    color: #7F8289; }
    section.checkout .review-summary .total-block > div, section.checkout .customer-data .total-block > div, section.checkout .shipping-data .total-block > div, section.checkout .billing-data .total-block > div, section.checkout .billing-address .total-block > div, section.checkout .billing-error .total-block > div, section.checkout .order-confirmed .total-block > div, section.checkout .order-number .total-block > div, section.checkout .shipping-address .total-block > div, section.checkout .complete-purchase .total-block > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      section.checkout .review-summary .total-block > div .price, section.checkout .customer-data .total-block > div .price, section.checkout .shipping-data .total-block > div .price, section.checkout .billing-data .total-block > div .price, section.checkout .billing-address .total-block > div .price, section.checkout .billing-error .total-block > div .price, section.checkout .order-confirmed .total-block > div .price, section.checkout .order-number .total-block > div .price, section.checkout .shipping-address .total-block > div .price, section.checkout .complete-purchase .total-block > div .price {
        color: #31343B; }
  section.checkout .review-summary .totals, section.checkout .customer-data .totals, section.checkout .shipping-data .totals, section.checkout .billing-data .totals, section.checkout .billing-address .totals, section.checkout .billing-error .totals, section.checkout .order-confirmed .totals, section.checkout .order-number .totals, section.checkout .shipping-address .totals, section.checkout .complete-purchase .totals {
    margin: 22px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.checkout .review-summary .totals .title, section.checkout .customer-data .totals .title, section.checkout .shipping-data .totals .title, section.checkout .billing-data .totals .title, section.checkout .billing-address .totals .title, section.checkout .billing-error .totals .title, section.checkout .order-confirmed .totals .title, section.checkout .order-number .totals .title, section.checkout .shipping-address .totals .title, section.checkout .complete-purchase .totals .title {
      line-height: 22px; }
    section.checkout .review-summary .totals .price, section.checkout .customer-data .totals .price, section.checkout .shipping-data .totals .price, section.checkout .billing-data .totals .price, section.checkout .billing-address .totals .price, section.checkout .billing-error .totals .price, section.checkout .order-confirmed .totals .price, section.checkout .order-number .totals .price, section.checkout .shipping-address .totals .price, section.checkout .complete-purchase .totals .price {
      color: #80C036;
      font-size: 22px; }
  section.checkout .review-summary .item, section.checkout .customer-data .item, section.checkout .shipping-data .item, section.checkout .billing-data .item, section.checkout .billing-address .item, section.checkout .billing-error .item, section.checkout .order-confirmed .item, section.checkout .order-number .item, section.checkout .shipping-address .item, section.checkout .complete-purchase .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    section.checkout .review-summary .item .body, section.checkout .customer-data .item .body, section.checkout .shipping-data .item .body, section.checkout .billing-data .item .body, section.checkout .billing-address .item .body, section.checkout .billing-error .item .body, section.checkout .order-confirmed .item .body, section.checkout .order-number .item .body, section.checkout .shipping-address .item .body, section.checkout .complete-purchase .item .body {
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      margin: 8px;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 65%; }
    section.checkout .review-summary .item .title-block, section.checkout .customer-data .item .title-block, section.checkout .shipping-data .item .title-block, section.checkout .billing-data .item .title-block, section.checkout .billing-address .item .title-block, section.checkout .billing-error .item .title-block, section.checkout .order-confirmed .item .title-block, section.checkout .order-number .item .title-block, section.checkout .shipping-address .item .title-block, section.checkout .complete-purchase .item .title-block {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 451px) {
        section.checkout .review-summary .item .title-block, section.checkout .customer-data .item .title-block, section.checkout .shipping-data .item .title-block, section.checkout .billing-data .item .title-block, section.checkout .billing-address .item .title-block, section.checkout .billing-error .item .title-block, section.checkout .order-confirmed .item .title-block, section.checkout .order-number .item .title-block, section.checkout .shipping-address .item .title-block, section.checkout .complete-purchase .item .title-block {
          text-align: left;
          -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      section.checkout .review-summary .item .title-block .title, section.checkout .customer-data .item .title-block .title, section.checkout .shipping-data .item .title-block .title, section.checkout .billing-data .item .title-block .title, section.checkout .billing-address .item .title-block .title, section.checkout .billing-error .item .title-block .title, section.checkout .order-confirmed .item .title-block .title, section.checkout .order-number .item .title-block .title, section.checkout .shipping-address .item .title-block .title, section.checkout .complete-purchase .item .title-block .title {
        font-weight: bold;
        margin-bottom: 8px; }
      @media (max-width: 451px) {
        section.checkout .review-summary .item .title-block .price, section.checkout .customer-data .item .title-block .price, section.checkout .shipping-data .item .title-block .price, section.checkout .billing-data .item .title-block .price, section.checkout .billing-address .item .title-block .price, section.checkout .billing-error .item .title-block .price, section.checkout .order-confirmed .item .title-block .price, section.checkout .order-number .item .title-block .price, section.checkout .shipping-address .item .title-block .price, section.checkout .complete-purchase .item .title-block .price {
          padding: 15px 0 5px 0; } }
  section.checkout .shipping-information .title {
    color: #31343B;
    font-size: 28px;
    margin: 0 0 8px;
    font-weight: bold; }
  section.checkout .shipping-information form label {
    display: block;
    padding-top: 8px;
    color: #31343B; }
    section.checkout .shipping-information form label input {
      margin-right: 4px; }
  section.checkout hr {
    height: 1px;
    color: #F2F3F5;
    background-color: #F2F3F5;
    border: none; }
  section.checkout .customer-data, section.checkout .shipping-data, section.checkout .billing-address, section.checkout .billing-error {
    padding: 40px;
    margin: 12px;
    background: white;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 rgba(115, 118, 116, 0.5); }
    @media (max-width: 600px) {
      section.checkout .customer-data, section.checkout .shipping-data, section.checkout .billing-address, section.checkout .billing-error {
        margin: 8px 0;
        padding: 20px; } }
  section.checkout .order-confirmed, section.checkout .order-number, section.checkout .shipping-address, section.checkout .complete-summary {
    padding: 20px;
    margin: 12px;
    background: white;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 rgba(115, 118, 116, 0.5); }
    section.checkout .order-confirmed .text, section.checkout .order-number .text, section.checkout .shipping-address .text, section.checkout .complete-summary .text {
      color: #7F8289; }
    @media (max-width: 600px) {
      section.checkout .order-confirmed, section.checkout .order-number, section.checkout .shipping-address, section.checkout .complete-summary {
        margin: 8px 0;
        padding: 20px; } }
    @media (max-width: 451px) {
      section.checkout .order-confirmed, section.checkout .order-number, section.checkout .shipping-address, section.checkout .complete-summary {
        margin: 8px 0;
        padding: 20px 14px; }
        section.checkout .order-confirmed.order-confirmed .text, section.checkout .order-number.order-confirmed .text, section.checkout .shipping-address.order-confirmed .text, section.checkout .complete-summary.order-confirmed .text {
          text-align: justify; } }
  section.checkout .order-number {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 451px) {
      section.checkout .order-number {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.checkout .order-number .title {
      line-height: 42px; }
    section.checkout .order-number .number {
      line-height: 42px;
      font-size: 34px;
      font-weight: 700;
      color: #80C036; }
  section.checkout .billing-error {
    background-color: #FB5859;
    position: relative;
    color: white; }
    section.checkout .billing-error .text {
      text-align: left;
      margin-right: 30px; }
    section.checkout .billing-error .alert {
      position: absolute;
      right: 25px;
      top: 35%;
      font-size: 28px;
      opacity: 0.6; }
  section.checkout .customer-data .data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.checkout .customer-data .data .address {
      color: #7F8289;
      padding-top: 18px;
      text-align: left; }
  section.checkout .edit {
    padding-top: 18px;
    padding-left: 15px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
    color: #6DAA28;
    text-transform: uppercase; }
  section.checkout .edit-billing .save {
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    padding: 12px 0;
    color: white;
    font-weight: bold;
    background: #80C036;
    border-radius: 3px; }
    section.checkout .edit-billing .save.disabled {
      cursor: not-allowed;
      background: #CDD0D5; }
  section.checkout .billing-data {
    background: white;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 rgba(115, 118, 116, 0.5);
    margin: 12px; }
    @media (max-width: 600px) {
      section.checkout .billing-data {
        margin: 8px 0; } }
    section.checkout .billing-data .header {
      padding: 30px;
      background: url("../images/custom/green-stripe.png") top no-repeat;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-size: contain;
      border-bottom: 1px solid #E5E6EA; }
      @media (max-width: 600px) {
        section.checkout .billing-data .header {
          padding: 20px 0; } }
      section.checkout .billing-data .header .title {
        color: #31343B;
        font-size: 28px;
        margin: 0 0 0 8px;
        font-weight: bold; }
      section.checkout .billing-data .header .card-image {
        background: url("../images/custom/kartes.jpg") center no-repeat;
        height: 57px;
        max-width: 244px; }
    section.checkout .billing-data .card-form {
      background: #EFF8E7;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      padding: 10px 40px; }
      @media (max-width: 600px) {
        section.checkout .billing-data .card-form {
          padding: 20px; } }
      section.checkout .billing-data .card-form #dropin-container {
        border: 1px solid #CDD0D5;
        background-color: white;
        padding: 25px;
        margin: 18px 0;
        border-radius: 8px; }
      section.checkout .billing-data .card-form button {
        border: none !important;
        margin-top: 22px;
        background: #009CDE;
        display: block;
        padding: 12px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        border-radius: 3px;
        width: 100%; }
      section.checkout .billing-data .card-form .title {
        color: #6DAA28;
        font-size: 15px;
        padding-bottom: 12px;
        text-align: left; }
        section.checkout .billing-data .card-form .title:before {
          font-family: FontAwesome;
          content: "\f023";
          color: #80C036;
          font-size: 22px;
          padding-right: 10px; }
  section.checkout .complete-purchase, section.checkout .billing-error {
    margin: 12px;
    border-radius: 3px; }
  section.checkout .complete-purchase a {
    cursor: pointer;
    background: #80C036;
    display: block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    border-radius: 3px; }
    section.checkout .complete-purchase a:after {
      font-family: FontAwesome;
      content: '\f023';
      padding-left: 15px; }
    section.checkout .complete-purchase a.disabled {
      cursor: not-allowed;
      background: #CDD0D5; }
  section.checkout .complete-summary .main-title {
    font-size: 24px;
    font-weight: 700;
    color: #31343B; }
  section.checkout .complete-summary .total {
    font-size: 24px;
    font-weight: 700;
    color: #80C036;
    padding-bottom: 15px; }
  section.checkout .complete-summary .text {
    color: #7F8289; }
  section.checkout .complete-summary .price {
    padding-bottom: 10px; }
  section.checkout .complete-summary .expend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 451px) {
      section.checkout .complete-summary .expend {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  section.checkout .shipping-address .text {
    text-align: left; }
  section.checkout .summary-content {
    max-width: 100% !important;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    section.checkout .summary-content .blocks {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.checkout .summary-content .blocks .block {
        -webkit-flex-basis: 525px;
        -ms-flex-preferred-size: 525px;
        flex-basis: 525px; }
        @media (max-width: 600px) {
          section.checkout .summary-content .blocks .block {
            padding: 0 8px; } }
    section.checkout .summary-content .complete {
      margin: 12px;
      width: 100%;
      max-width: 1025px; }
      @media (max-width: 1050px) {
        section.checkout .summary-content .complete {
          justify-self: center;
          max-width: 500px; } }
      @media (max-width: 600px) {
        section.checkout .summary-content .complete {
          max-width: 527px;
          width: 100%;
          padding: 0 8px;
          margin: 12px 0; } }
    section.checkout .summary-content .item-block .item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 25px; }
      @media (max-width: 451px) {
        section.checkout .summary-content .item-block .item {
          padding: 0; } }
      section.checkout .summary-content .item-block .item .picture {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 8px 6px; }
      section.checkout .summary-content .item-block .item .body {
        width: 100%;
        padding-left: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.checkout .summary-content .item-block .item .body .title {
          font-size: 18px;
          font-weight: 700;
          text-align: left; }
  section.checkout .option {
    padding-left: 40px;
    border-radius: 3px;
    background: #F3F3F4;
    margin-top: 14px; }
    section.checkout .option label {
      height: 60px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    section.checkout .option input[type="radio"] + label .radio,
    section.checkout .option input[type="checkbox"] + label .radio {
      position: relative;
      margin: auto auto auto -30px;
      -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px; }
      section.checkout .option input[type="radio"] + label .radio .checked,
      section.checkout .option input[type="checkbox"] + label .radio .checked {
        margin-top: 5px; }
    section.checkout .option .fa {
      width: 60px; }
    section.checkout .option .text {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    section.checkout .option .text--price {
      font-weight: bold;
      font-size: 18px;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: right;
      padding: 14px; }
      @media (max-width: 451px) {
        section.checkout .option .text--price {
          padding: 14px 7px; } }
    section.checkout .option .sub-text {
      font-size: 12px; }
      section.checkout .option .sub-text br {
        display: none; }

body {
  font-family: 'Roboto', sans-serif;
  background-color: #F2F3F5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1228px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 14px; }
  @media (max-width: 769px) {
    .wrap {
      text-align: center; } }
  @media (max-width: 600px) {
    .wrap {
      margin: 0; } }
  @media (max-width: 769px) {
    .wrap .back {
      text-align: left; } }
  .wrap .back a {
    margin-left: 102px;
    margin-top: 12px;
    color: #80C036;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5; }
    @media (max-width: 769px) {
      .wrap .back a {
        margin-left: 0;
        padding-left: 15px; } }
    .wrap .back a:before {
      content: " \003c";
      font-size: 22px;
      margin-right: 6px;
      font-weight: normal; }

header {
  padding: 22px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 100px 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 769px) {
    header {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 auto;
      padding-bottom: 0; } }

.help {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 769px) {
    .help {
      padding: 14px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.number {
  font-size: 14px;
  line-height: 50px;
  color: #7F8289;
  margin: 0 20px; }
  @media (max-width: 600px) {
    .number {
      margin: 0 auto; } }

.help-bubble a {
  font-weight: bold;
  display: block;
  height: 53px;
  line-height: 53px;
  text-decoration: none;
  position: relative;
  color: #80C036;
  padding: 0 30px 0 63px;
  border-radius: 53px;
  background-color: white;
  box-shadow: 1px 1px 1px 0 rgba(115, 118, 116, 0.5); }
  .help-bubble a::before {
    content: "";
    background: url("../images/icons/lindermanis.png") center no-repeat;
    display: block;
    position: absolute;
    width: 53px;
    height: 53px;
    top: 0;
    left: 0; }

.logo {
  width: 260px;
  height: 50px;
  background: url("../images/icons/istabai.png");
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 769px) {
    .logo {
      margin: 0 auto;
      background-position: center; } }

footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7F8289; }

.copyrights {
  padding: 14px; }

section.generator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  section.generator > .title {
    margin: 14px;
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    color: #31343B; }
    @media (max-width: 600px) {
      section.generator > .title {
        width: 100%; } }

.generator-block {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 600px) {
    .generator-block {
      width: calc(100% - 40px); } }
  @media (max-width: 600px) and (max-width: 451px) {
    .generator-block {
      width: calc(100% - 16px); } }
  .generator-block > div {
    background-color: white;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 rgba(115, 118, 116, 0.5);
    margin: 14px;
    width: 458px;
    padding: 22px; }
    @media (max-width: 600px) {
      .generator-block > div {
        width: calc(100% - 16px);
        margin: 14px 0;
        padding: 12px; } }

.wizard a {
  text-decoration: none;
  color: #7F8289;
  display: block;
  text-transform: uppercase;
  font-weight: bold; }

.wizard .title {
  font-size: 22px;
  color: #31343B;
  line-height: 1.3;
  font-weight: bold; }

.wizard .progress {
  color: #7F8289;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 14px; }

.wizard .sub-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #31343B;
  margin-bottom: 14px; }

.wizard .continue {
  color: white;
  text-align: center;
  background-color: #80C036;
  border-radius: 3px;
  margin: 14px 0;
  padding: 12px 30px; }
  .wizard .continue.disabled {
    background-color: #7F8289; }
  .wizard .continue:after {
    content: " \003e";
    font-size: 20px;
    margin-left: 6px;
    font-weight: normal; }

.wizard .back {
  line-height: 1.5; }
  .wizard .back:before {
    content: " \003c";
    font-size: 22px;
    margin-right: 6px;
    font-weight: normal; }

.wizard .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 28px 0; }

.wizard .selection {
  color: #7F8289;
  min-width: 200px;
  text-align: center;
  margin: 8px;
  padding: 16px 4px;
  background-color: #F2F3F5;
  border-radius: 3px;
  border: 2px solid #CDD0D5; }
  .wizard .selection:hover {
    background-color: #CDD0D5;
    color: white; }
  .wizard .selection.active {
    border: 2px solid #80C036;
    background-color: white;
    color: #80C036; }

.review .tooltip, .other-devices .tooltip {
  position: absolute;
  background-color: #80C036;
  color: #F2F3F5;
  padding: 20px;
  font-size: 14px;
  width: 463px;
  border-radius: 4px;
  margin-top: -15px;
  margin-left: 83px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
  @media (max-width: 600px) {
    .review .tooltip, .other-devices .tooltip {
      width: 100%;
      padding: 20px 0;
      margin-left: 0;
      text-align: center;
      left: 0 !important; } }
  .review .tooltip:after, .other-devices .tooltip:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 32%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #80C036; }
    @media (max-width: 600px) {
      .review .tooltip:after, .other-devices .tooltip:after {
        left: 168px; } }
    @media (max-width: 451px) {
      .review .tooltip:after, .other-devices .tooltip:after {
        left: 150px; } }

.review hr {
  height: 1px;
  color: #F2F3F5;
  background-color: #F2F3F5;
  border: none; }

.review .title {
  font-size: 22px;
  color: #31343B;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 22px; }
  .review .title:after {
    content: url("../images/icons/cart.svg");
    float: right; }

.review .bottom {
  margin: 28px 0 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.review .subtotal {
  color: #31343B;
  font-size: 22px;
  line-height: 1.5; }

.review .exclude {
  color: #7F8289;
  font-size: 12px; }

.review .price {
  color: #80C036;
  font-size: 22px;
  min-width: 60px;
  text-align: right; }

.review .empty {
  color: #7F8289;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 28px 0; }

.review .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 451px) {
    .review .items .media .body.other {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.review .media {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%; }
  .review .media .body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0; }
    @media (max-width: 451px) {
      .review .media .body {
        margin: 0; } }
    .review .media .body .delete {
      cursor: pointer;
      color: #CDD0D5; }
  .review .media .quantity {
    color: #7F8289;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .review .media .quantity .counter {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .review .media .quantity .counter > a {
        color: #7F8289;
        text-decoration: none;
        font-size: 22px;
        line-height: 33px;
        margin: 0 8px; }
  .review .media .qty {
    font-size: 16px;
    line-height: 33px; }
  .review .media .name {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #31343B; }
  .review .media .price {
    color: #31343B;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px; }
    @media (max-width: 451px) {
      .review .media .price {
        padding-top: 0;
        text-align: left; } }

.quantity {
  color: #7F8289;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .quantity .counter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .quantity .counter > a {
      color: #7F8289;
      color: #7F8289;
      text-decoration: none;
      font-size: 22px;
      line-height: 33px;
      margin: 0 8px; }
  .quantity .price {
    text-align: right; }

.qty {
  font-size: 16px;
  line-height: 33px; }

.picture {
  width: 122px;
  height: 122px;
  margin: 8px; }
  @media (max-width: 451px) {
    .picture {
      width: 114px;
      margin: 8px 8px 8px 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .picture.temperature_sensor {
    background: url("../images/devices/small/temperature.png") center no-repeat;
    background-size: 122px; }
  .picture.motion_sensor {
    background: url("../images/devices/small/motion.png") center no-repeat;
    background-size: 122px; }
  .picture.multi_switch {
    background: url("../images/devices/small/multiswitch.png") center no-repeat;
    background-size: 122px; }
  .picture.base_station {
    background: url("../images/devices/small/base-station.png") center no-repeat;
    background-size: 122px; }
  .picture.wired_regulator {
    background: url("../images/devices/small/regulator.png") center no-repeat;
    background-size: 122px; }
  .picture.wireless_regulator {
    background: url("../images/devices/small/wireless-regulator.png") center no-repeat;
    background-size: 122px; }
  .picture.probe_sensor {
    background: url("../images/devices/small/probe.png") center no-repeat;
    background-size: 122px; }
  .picture.power_switch {
    background: url("../images/devices/small/power.png") center no-repeat;
    background-size: 122px; }
  .picture.boiler_switch {
    background: url("../images/devices/small/boiler.png") center no-repeat;
    background-size: 122px; }
  .picture.air_quality_sensor {
    background: url("../images/devices/small/air.png") center no-repeat;
    background-size: 122px; }

.block.other {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .block.other .empty {
    color: #A8ABB2;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0; }

.other-devices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 7px 14px;
  border: 1px solid #CDD0D5;
  background: #F2F3F5;
  border-radius: 3px; }
  .other-devices .media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    width: 75%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .other-devices .name {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #31343B; }
  .other-devices .body {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    min-width: 100px; }
    @media (max-width: 451px) {
      .other-devices .body {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
  .other-devices .action {
    width: auto;
    margin: 0 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 451px) {
      .other-devices .action {
        margin: 0; } }
  .other-devices .add-to-cart {
    width: 100%;
    display: block;
    padding: 12px 18px;
    text-align: center;
    background: #80C036;
    color: white;
    border-radius: 3px; }
    @media (max-width: 451px) {
      .other-devices .add-to-cart {
        padding: 12px 16px; } }

.complete-back {
  margin: 22px 0; }
  .complete-back a {
    color: #80C036;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5; }
    .complete-back a:before {
      content: " \003c";
      font-size: 22px;
      margin-right: 6px;
      font-weight: normal; }

.continue-ship {
  width: 100%;
  padding: 22px 0; }
  .continue-ship a {
    cursor: pointer;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background: #80C036;
    padding: 12px 0;
    border-radius: 3px;
    display: block;
    width: 100%;
    text-align: center; }
    .continue-ship a:after {
      content: " \003e";
      font-size: 20px;
      margin-left: 6px;
      font-weight: normal; }
    .continue-ship a.disabled {
      cursor: not-allowed;
      background: #CDD0D5; }

slider, [slider] {
  width: 100%;
  margin: 40px 12px 12px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#knob {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  top: -8px;
  left: -8px;
  background: #80C036;
  border-radius: 22px;
  z-index: 10;
  cursor: pointer; }

#rail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 5px;
  position: relative;
  background: #CDD0D5; }
  #rail .tooltip {
    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    top: -64px !important;
    padding: 8px 12px;
    background: #80C036; }
    @media (max-width: 451px) {
      #rail .tooltip {
        font-size: 16px;
        width: 59px;
        padding: 15px 0; } }
    #rail .tooltip .tooltip-arrow {
      position: absolute;
      bottom: -7px;
      left: 42%;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #80C036; }
      @media (max-width: 451px) {
        #rail .tooltip .tooltip-arrow {
          left: 38%; } }
  #rail #progress {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #80C036;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0; }
  #rail .marker {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    position: absolute;
    height: 16px;
    display: block;
    border-radius: 16px;
    background: white;
    border: 3px solid #CDD0D5;
    top: -8px;
    z-index: 5; }
    #rail .marker:after {
      content: '';
      transition: all .4s ease-in-out;
      opacity: 0;
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2); }
    #rail .marker.active {
      background: #80C036;
      border-color: #80C036; }
      #rail .marker.active:not(.first):after {
        content: '';
        background-image: url("../images/icons/house.svg");
        height: 19px;
        width: 18px;
        position: absolute;
        top: -40px;
        left: -1px;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    #rail .marker.marker-1 {
      left: -8px; }
    #rail .marker.marker-2 {
      left: calc(11.1% - 8px); }
    #rail .marker.marker-3 {
      left: calc(22.2% - 8px); }
    #rail .marker.marker-4 {
      left: calc(33.3% - 8px); }
    #rail .marker.marker-5 {
      left: calc(44.4% - 8px); }
    #rail .marker.marker-6 {
      left: calc(55.5% - 8px); }
    #rail .marker.marker-7 {
      left: calc(66.6% - 8px); }
    #rail .marker.marker-8 {
      left: calc(77.7% - 8px); }
    #rail .marker.marker-9 {
      left: calc(88.8% - 8px); }
    #rail .marker.marker-10 {
      left: calc(100% - 8px); }

#scale {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 12px);
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 12px 0 12px 6px;
  color: #CDD0D5;
  padding: 0; }
  #scale .active:not(.first) {
    color: #676A6F; }

/*# sourceMappingURL=generator.css.map */
