@charset "UTF-8";
/*

How to use the banner generator

Accepted arguments -
1. help
2. accounts
3. address
4. cards
5. privacy
6. terms
7. about

Requires two classes in markup
1. top-banner
2. $name-banner (mixin should be applied to this class)

*/
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
   * active/hover state.
   */
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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=80em&xxlarge=87.5em"; }

html {
  font-size: 13px;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
  color: #333;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: rem-calc(1200);
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: 0;
        margin-right: 0; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0;
      padding-right: 0; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #ed54a4;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #e8288d;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button {
    background-color: #ed54a4;
    color: #fff; }
    .button.primary:hover, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button:hover, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button:hover, .button.primary:focus, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button:focus, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button:focus {
      background-color: #e71a85;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #ed54a4;
    color: #ed54a4; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #910f53;
      color: #910f53; }
    .button.hollow.primary, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button.hollow, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button.hollow {
      border: 1px solid #ed54a4;
      color: #ed54a4; }
      .button.hollow.primary:hover, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button.hollow:hover, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button.hollow:hover, .button.hollow.primary:focus, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button.hollow:focus, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button.hollow:focus {
        border-color: #910f53;
        color: #910f53; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: rem-calc(16)1.84615rem-0.07692rem;
  padding: 0.61538rem;
  border: 1px solid #a4a4a4;
  margin: 0 0 1.23077rem;
  font-family: inherit;
  font-size: rem-calc(16);
  color: #333;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #707070;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #a4a4a4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.23077rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.61538rem;
  margin-right: 1.23077rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.61538rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: rem-calc(14);
  font-weight: 300;
  line-height: 1.8;
  color: #333; }
  label.middle {
    margin: 0 0 1.23077rem;
    padding: 0.69231rem 0; }

.help-text {
  margin-top: -0.61538rem;
  font-size: rem-calc(13);
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.23077rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #333;
  border: 1px solid #a4a4a4;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: rem-calc(16)1.84615rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.61538rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #a4a4a4;
  padding: rem-calc(20);
  margin: rem-calc(18 0); }
  .fieldset legend {
    background: #f5f5f5;
    padding: rem-calc(0 3);
    margin: 0;
    margin-left: -0.23077rem; }

select {
  height: rem-calc(16)1.84615rem-0.07692rem;
  padding: 0.61538rem;
  border: 1px solid #a4a4a4;
  margin: 0 0 1.23077rem;
  font-size: rem-calc(16);
  font-family: inherit;
  line-height: normal;
  color: #333;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.61538rem;
  margin-bottom: 1.23077rem;
  font-size: rem-calc(12);
  font-weight: 500;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #ed54a4; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%; }
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%; }
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 79.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%; }
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%; }
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.92308rem;
  color: foreground(#fff, #ed54a4);
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #ed54a4 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

input:focus,
textarea:focus,
keygen:focus,
select:focus,
button:focus {
  outline: none; }

.ng-cloak {
  display: none !important; }

/*
 * Remove slow touch action in IE Mobile devices
 * Reference http://developer.telerik.com/featured/300-ms-click-delay-ios-8/
 */
a[href], button {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

/*@import url("https://cloud.typography.com/7521294/6366752/css/fonts.css");*/
.round {
  border-radius: 4px; }

.hide-text {
  text-indent: -9999px; }

/*doc
---
title: Typography
category: Design
name: typography
---
*/
/*doc
---
title: Headings
category: Design
parent: typography
---

```html_example

<h1>Heading 1</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

<h4>Heading 4</h4>
```
*/
/*doc
---
title: Paragraph
category: Design
parent: typography
---

```html_example
    <p>Baby dungarees are a very stylish and smart way to dress up your baby keeping in mind their comfort so that they don’t feel any kind of uneasiness at any point of time. These dungarees are made in very stylish, colourful, cute and smart patterns making your baby look even more cute, smart and adorable so that they stand out in the crowd each time they go out.</p>
```
*/
/*doc
---
title: Lists
category: Design
parent: typography
---

```html_example
  <ul>
    <li>Fabric: Cotton+Spandex(Woven)</li>
    <li>Stylish Trendy</li>
    <li>Comfortable to wear all day long</li>
    <li>Type: Casual wear</li>
    <li>Button access on straps</li>
    <li>The actual product may differ slightly in color from the one illustrated in the images. The actual product may differ slightly in color from the one illustrated in the images. </li>
  </ul>
```
*/
/*doc
---
title: Special
category: Design
parent: typography
---

```html_example
<h1 class="big">big heading</h1>

<h2 class="section-heading">big heading</h2>
```
*/
body {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px; }

h1.big {
  font-size: 36px;
  line-height: 43px; }

h1 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300; }

h2.big {
  font-size: 24px;
  line-height: 29px; }
  @media screen and (max-width: 39.9375em) {
    h2.big {
      font-size: 18px;
      line-height: 22px; } }

h2 {
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500; }

h3 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300; }

h4 {
  font-size: 11px;
  line-height: 14px;
  font-weight: 300; }

p {
  line-height: 20px;
  margin-bottom: 20px; }

.small-text, .group input:focus ~ label, .group input.ng-not-empty ~ label, .group textarea:focus ~ label, .group textarea.ng-not-empty ~ label, .error-message, #custom-toast-container .toast, .checkout .overview .address .details, .cancellation-views .overview .address .details {
  font-size: 11px;
  line-height: 14px; }

.bold-text {
  font-weight: 500; }

a {
  color: #333;
  text-decoration: none; }
  a:focus {
    color: #333;
    outline: none; }
  a:hover {
    color: #333;
    cursor: pointer; }

em {
  font-weight: 500;
  font-style: normal; }

.normal-text {
  font-size: 13px;
  line-height: 16px; }

.striked-text {
  text-decoration: line-through; }

.positive {
  color: #62bd7f; }

.light-text {
  color: #a4a4a4; }

.text-center {
  text-align: center; }

strong {
  font-weight: 500; }

.text-color-primary {
  color: #ed54a4; }

/*doc
---
title: input::text
category: Components
parent: form
---
```html_example

<div style="width: 300px;">

<!-- use code below this line -->
<input type="text" placeholder="wassup">
<input type="text" value="wassup">
<!-- use code above this line -->

</div>
```
*/
input,
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: block;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
  border-radius: 4px;
  line-height: 16px; }
  input:focus,
  [type='text']:focus,
  [type='password']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='month']:focus,
  [type='week']:focus,
  [type='email']:focus,
  [type='number']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='color']:focus,
  textarea:focus,
  select:focus {
    box-shadow: none; }
  input:hover,
  [type='text']:hover,
  [type='password']:hover,
  [type='date']:hover,
  [type='datetime']:hover,
  [type='datetime-local']:hover,
  [type='month']:hover,
  [type='week']:hover,
  [type='email']:hover,
  [type='number']:hover,
  [type='search']:hover,
  [type='tel']:hover,
  [type='time']:hover,
  [type='url']:hover,
  [type='color']:hover,
  textarea:hover,
  select:hover {
    border-color: #a4a4a4;
    transition: all 0.25s ease out; }

label {
  cursor: pointer; }

/*doc
---
title: input::select
category: Components
parent: form
---
```html_example
<div style="width: 300px;">

<!-- use code below this line -->
<select class="" name="Choose your size">
  <option selected="selected">Choose your size</option>
  <option value="option2">option</option>
  <option value="option3">option</option>
  <option value="option4">option</option>
  <option value="option5">option</option>
</select>
<!-- use code above this line -->

</div>
```

*/
select {
  height: 48px;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  line-height: 16px;
  background-size: 13px 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  background-image: url("../images/assets/icon-angle-down.svg"); }

/*doc
---
title: input::text-floating-label
category: Components
parent: form
---
```html_example
<div style="width: 300px;">

<!-- use code below this line -->
    <div class="group">
      <input type="text" required class="round">
      <label>Name</label>
    </div>
<!-- use code above this line -->

</div>
```

*/
.group {
  position: relative;
  /* LABEL ======================================= */ }
  .group label {
    color: #a4a4a4; }
  .group input {
    height: 48px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 12px; }
  .group textarea {
    min-height: 96px;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 12px; }
  .group .icon-pincode-error {
    right: 12px; }
  .group input, .group textarea {
    /* active state label*/
    /* active state label*/ }
    .group input:focus, .group textarea:focus {
      box-shadow: none;
      border-color: #ed54a4; }
    .group input:-webkit-autofill, .group textarea:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
    .group input:focus ~ label, .group input.ng-not-empty ~ label, .group textarea:focus ~ label, .group textarea.ng-not-empty ~ label {
      top: 8px; }
    .group input.ng-invalid.ng-touched, .group textarea.ng-invalid.ng-touched {
      border-color: #f44; }
  .group label, .group span {
    pointer-events: none;
    position: absolute;
    line-height: 13px;
    left: 12px;
    top: 18px;
    transition: 0.2s ease all; }
  .group span {
    left: auto;
    cursor: pointer;
    pointer-events: auto;
    top: 0;
    right: 0;
    height: 48px;
    padding-top: 16.8px;
    padding-right: 12px;
    padding-bottom: 16.8px;
    padding-left: 12px; }

.error-message {
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  color: #f44; }

.size-error {
  margin-top: 8px; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #ed54a4; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #ed54a4; }
  to {
    width: 0;
    background: transparent; } }

textarea.placeholder-text {
  padding-top: 16px; }

/*doc
---
title: input::checkbox
category: Components
parent: form
---
```html_example

<div style="width: 300px">

<ul class="list-items" style="background-color: #fff;">
  <li>
    <label>
      <input type="checkbox" name="size" class="hs-checkbox" />
      <span></span>
      <span>Dresses</span>
    </label>
  </li>

  <li>
    <label>
      <input type="checkbox" name="size" class="hs-checkbox" />
      <span></span>
      <span>Dresses</span>
    </label>
  </li>

  </ul>

  <br><br>

  <ul class="no-bullet option-set" style="background-color: #fff;">
    <li>
      <label>
        <input type="checkbox" name="size" class="hs-checkbox" />
        <span class="icon"></span>
        <span class="content">Netbanking</span>
      </label>
    </li>

    <li>
      <label>
        <input type="checkbox" name="size" class="hs-checkbox" />
        <span class="icon"></span>
        <span class="content">Credit or Debit Card</span>
      </label>
    </li>

  </ul>

</div>
```
*/
.hs-checkbox {
  display: none; }
  .hs-checkbox + span {
    height: 14px;
    width: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
    background-repeat: no-repeat;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    margin-right: 12px; }
  .hs-checkbox:checked + span {
    background-image: url("../images/assets/icon-check-white-small.svg");
    background-size: 12px 8px;
    border-color: #ed54a4;
    background-color: #ed54a4;
    background-position: 0 2px; }
  .hs-checkbox.indeterminate + span {
    background-image: url("../images/assets/icon-checkbox-indeterminate.svg");
    background-size: 14px;
    border-color: #ed54a4;
    background-color: #ed54a4;
    background-position: -1px; }
  .hs-checkbox:checked + span ~ span {
    font-weight: 500; }

/*doc
---
title: input::x-slider
category: Components
parent: form
---
```html_example
<div class="slider" data-slider data-initial-start="25" data-initial-end="75">
  <span class="slider-handle" data-slider-handle role="slider" tabindex="1"></span>
  <span class="slider-fill" data-slider-fill></span>
  <span class="slider-handle" data-slider-handle role="slider" tabindex="1"></span>
  <input type="hidden">
  <input type="hidden">
</div>
<script>
  var elem = new Foundation.Slider($(".slider"));

</script>
```
*/
.slider {
  height: 2px; }
  .slider-handle {
    border-radius: 50%;
    border: 1px solid #a4a4a4;
    background-color: #fff; }
    .slider-handle:hover {
      background-color: #fff; }
  .slider-fill {
    height: 3px;
    background-color: #ed54a4; }

/*doc
---
title: input::search
category: Components
parent: form
---
```html_example
<div style="width:360px; background-color: #fff; padding: 16px 12px 8px 12px;">

<!-- use code below this line -->
    <div class="search-box " >
      <input type="search" class="hs-search" placeholder="Search"/>
      <span></span>
    </div>
<!-- use code above this line -->

</div>
```

*/
.search-box {
  position: relative;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px; }

.hs-search, .hs-search:focus {
  border: none;
  background-color: #f5f5f5;
  transition: none !important;
  box-shadow: none;
  margin-bottom: 0; }

.hs-search + span {
  display: block;
  background-image: url("../images/assets/icon-search-small.svg");
  position: absolute;
  top: 16px;
  height: 17px;
  width: 16px;
  right: 24px; }

/*doc
---
title: input::radio
category: Components
parent: form
---
```html_example

<div style="width: 300px;">

<ul class="list-items" style="background-color: #fff;">
  <li>
    <label>
      <input type="radio" name="size" class="hs-radio" />
      <span></span>
      Netbanking
    </label>
  </li>
  <li>
    <label>
      <input type="radio" name="size" class="hs-radio" />
      <span></span>
      Credit or Debit Card
    </label>
  </li>
</ul>
<br><br>
<ul class="no-bullet option-set" style="background-color: #fff;">
  <li>
    <label>
      <input type="radio" name="size" class="hs-radio" />
      <span class="icon"></span>
      <span class="content">Netbanking</span>
    </label>
  </li>

  <li>
    <label>
      <input type="radio" name="size" class="hs-radio" />
      <span class="icon"></span>
      <span class="content">Credit or Debit Card</span>
    </label>
  </li>

</ul>

</div>
```
*/
.hs-radio {
  display: none; }
  .hs-radio + span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
    top: 6px; }
  .hs-radio:checked + span {
    background-image: url("../images/assets/icon-check-white-small.svg");
    background-size: 12px 8px;
    border-color: #ed54a4;
    background-color: #ed54a4;
    background-position: 0 2px; }
  .hs-radio:checked + span ~ span {
    font-weight: 500; }

.option-set label {
  color: #707070; }

.option-set li:last-of-type span.content {
  border-bottom: 0; }

.option-set .hs-radio + span.icon, .option-set .hs-radio + span.icon-small, .option-set .hs-radio + span.icon-16, .option-set .hs-radio + span.icon-medium, .option-set .site-footer .footer-block .hs-radio + span, .site-footer .footer-block .option-set .hs-radio + span, .option-set .site-footer .footer-block .sub-title .hs-radio + span, .option-set .hs-radio + span.icon-large, .option-set .hs-radio + span.icon-x-large, .option-set .hs-radio + span.icon-2x-large, .option-set .hs-radio + span.icon-payment-card, .option-set .hs-radio + span.user-card-icon, .option-set .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .hs-radio + span.product-items, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .option-set .hs-radio + span.product-items, .option-set .hs-checkbox + span.icon, .option-set .hs-checkbox + span.icon-small, .option-set .hs-checkbox + span.icon-16, .option-set .hs-checkbox + span.icon-medium, .option-set .site-footer .footer-block .hs-checkbox + span, .site-footer .footer-block .option-set .hs-checkbox + span, .option-set .site-footer .footer-block .sub-title .hs-checkbox + span, .option-set .hs-checkbox + span.icon-large, .option-set .hs-checkbox + span.icon-x-large, .option-set .hs-checkbox + span.icon-2x-large, .option-set .hs-checkbox + span.icon-payment-card, .option-set .hs-checkbox + span.user-card-icon, .option-set .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .hs-checkbox + span.product-items, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .option-set .hs-checkbox + span.product-items {
  margin-right: 16px;
  margin-left: 16px;
  margin-top: 14px; }

.option-set span.content {
  display: inline-block;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-bottom: 1px solid #e6e6e6;
  width: calc(100% - 51px); }

.half-input:first-of-type {
  padding-right: 4px; }

.half-input:last-of-type {
  padding-left: 4px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

label > * {
  pointer-events: none; }

/*doc
---
title: button
category: Components
parent: form
---
```html_example
<div class="row">

<div class="columns medium-6" style="padding:4px 8px;">
<a class="button default">Add to cart</a>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<button type="button" class="button">Add to cart</button>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<a class="button secondary">View more products</a>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<button type="button" class="button secondary">View more products</button>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<a class="button fb">Connect with Facebook</a>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<button type="button" class="button fb">Connect with Facebook</button>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<a class="button tertiary">Edit</a>
</div>

<div class="columns medium-6" style="padding:4px 8px;">
<button type="button" class="button tertiary">Edit</button>
</div>

</div>
```
*/
/*doc
---
title: button::block
category: Components
parent: form
---
Adds a max-width of 360px to the button and centers it in a block of it's own

```html_example
<div class="row">
<div class="columns medium-12">

<!-- use code below this line -->
<div class="button-block">
<a class="button secondary">View more products</a>
</div>
<!-- use code above this line -->

</div>
</div>

```
*/
/*doc
---
title: button::disabled
category: Components
parent: form
---
```html_example
<div class="row">
<div class="columns medium-12">

<!-- use code below this line -->
<div class="button-block">
<button type="button" class="button default" disabled>Cancel items</button>
</div>
<!-- use code above this line -->

<!-- use code below this line -->
<div class="button-block">
<button type="button" class="button secondary" disabled>Cancel items</button>
</div>
<!-- use code above this line -->

</div>
</div>

```
*/
/*doc
---
title: button::sticky
category: Components
parent: form
---
sticky button has no border-radius and has extra padding

```html_example
<div class="row">
<div class="columns medium-12">

<!-- use code below this line -->
<div class="button-block">
<a class="button sticky-button">Order now</a>
</div>
<!-- use code above this line -->

</div>
</div>

```
*/
/*doc
---
title: button::loading
category: Components
parent: form
---
```html_example
<div class="row">
<div class="columns medium-12">

<!-- use code below this line -->
<div class="button-block">
<button type="button" class="button default" disabled>Cancel items
  <div class="loading">
  <!-- Mask of the quarter of circle -->
    <div class="mask">
    <!-- Inner masked circle -->
      <div class="maskedCircle"></div>
    </div>
  </div>
</button>
</div>
<!-- use code above this line -->

<!-- use code below this line -->
<div class="button-block">
<button type="button" class="button secondary" disabled>Cancel items
  <div class="loading">
  <!-- Mask of the quarter of circle -->
    <div class="mask">
    <!-- Inner masked circle -->
      <div class="maskedCircle"></div>
    </div>
  </div>
</button>
</div>
<!-- use code above this line -->

</div>
</div>

```
*/
/* Animation keyframes - you need to add prefixes */
/* Code snippet copied from http://codepen.io/Dolcie/pen/YqvWqJ */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loading {
  display: none;
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  -webkit-animation: spin 0.8s infinite linear;
          animation: spin 0.8s infinite linear; }

.mask {
  width: 16px;
  height: 16px;
  overflow: hidden; }

.maskedCircle {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 3px solid #fff;
  opacity: 0.6; }

.button-block {
  text-align: center; }
  .button-block .button,
  .button-block a.button {
    max-width: 360px; }
    @media screen and (max-width: 360px) {
      .button-block .button,
      .button-block a.button {
        max-width: 280px; } }

.button {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  width: 100%;
  border-radius: 4px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  transition: all 0.3s ease-in-out;
  position: relative; }
  .button.primary:hover, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button:hover, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button:hover {
    background-color: #da4d97; }
  .button.primary:active, .checkout.inactive .non-stackable:hover .edit-checkout-button-container button.button:active, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button.button:active, .button:active {
    background-color: #ca3b86;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .button:disabled {
    background-color: #ed54a4;
    opacity: 1;
    color: rgba(255, 255, 255, 0.6); }
    .button:disabled .loading {
      display: block; }
  .button.secondary {
    width: auto;
    color: #707070;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-top: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
    padding-left: 28px; }
    .button.secondary:hover, .button.secondary:focus {
      color: #ed54a4;
      background-color: #fff; }
    .button.secondary:disabled {
      color: #fff;
      border-color: rgba(237, 84, 164, 0.4); }
      .button.secondary:disabled .loading {
        display: block; }
      .button.secondary:disabled .maskedCircle {
        border-color: #a4a4a4; }
    .button.secondary:active {
      background-color: #f1f1f1;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .button.tertiary, .checkout.inactive .non-stackable .edit-checkout-button-container button.button, .cancellation-views.inactive .non-stackable .edit-checkout-button-container button.button {
    color: #a4a4a4;
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0; }
    .button.tertiary:hover, .checkout.inactive .non-stackable .edit-checkout-button-container button.button:hover, .cancellation-views.inactive .non-stackable .edit-checkout-button-container button.button:hover, .button.tertiary:focus, .checkout.inactive .non-stackable .edit-checkout-button-container button.button:focus, .cancellation-views.inactive .non-stackable .edit-checkout-button-container button.button:focus {
      background-color: #fff; }
    .button.tertiary:active, .checkout.inactive .non-stackable .edit-checkout-button-container button.button:active, .cancellation-views.inactive .non-stackable .edit-checkout-button-container button.button:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
  .button.fb {
    color: #fff;
    background-color: #3b579d;
    border: 1px solid #3b579d; }
  .button.small-button {
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto; }

a.button:focus,
.button:focus {
  background-color: #da4d97; }

a.button {
  color: #fff; }

a.secondary {
  color: #707070; }

a.fb:focus, .button.fb:focus {
  background-color: #3b579d;
  border: 1px solid #3b579d; }

.sticky-button {
  border-radius: 0;
  padding-top: 18px;
  padding-bottom: 18px; }

.list-items li {
  padding: 16px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer; }
  .list-items li:hover {
    background-color: #f9f9f9; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .list-items li:hover {
      background-color: #f5f5f5; } }

.list-items.no-border li {
  border-bottom: none; }

.no-bullet li {
  list-style: none;
  cursor: pointer; }
  .no-bullet li:hover {
    background-color: #f9f9f9; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .no-bullet li:hover {
      background-color: #f5f5f5; } }

.rn-carousel-control.rn-carousel-control-next:before, .rn-carousel-control.rn-carousel-control-prev:before {
  content: ''; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .banner-wrapper .rn-carousel-controls {
    display: none; } }

.scroller, .rn-carousel-control {
  cursor: pointer;
  background-size: 14px 25px;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.25s ease; }
  .scroller:hover, .rn-carousel-control:hover {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15); }
  .scroller.ng-hide-remove, .rn-carousel-control.ng-hide-remove {
    -webkit-animation: scrollerTransition 0.3s ease-in;
            animation: scrollerTransition 0.3s ease-in; }

.scroller-right, .rn-carousel-control-next {
  right: 16px !important;
  background: #fff url("../images/assets/icon-carouselcaret.svg") 22px 16px no-repeat; }
  .scroller-right:hover, .rn-carousel-control-next:hover {
    background-image: url("../images/assets/icon-carouselcaret-pink.svg");
    background-position: 22px 15px; }

.scroller-left, .rn-carousel-control-prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  left: 16px !important;
  background: #fff url("../images/assets/icon-carouselcaret.svg") 22px 16px no-repeat; }
  .scroller-left:hover, .rn-carousel-control-prev:hover {
    background-image: url("../images/assets/icon-carouselcaret-pink.svg");
    background-position: 22px 15px; }

.scroller-disable {
  opacity: 0.5;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  cursor: default; }
  .scroller-disable:hover {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background: #fff url("../images/assets/icon-carouselcaret.svg") 22px 16px no-repeat;
    cursor: default; }

.banner .scroller {
  position: absolute;
  top: 40%; }

.carousel-links {
  position: absolute;
  bottom: 12px;
  margin-top: 0;
  width: 100%;
  text-align: center; }
  .carousel-links .circle, .carousel-links .rn-carousel-indicator span {
    display: inline-block;
    font-size: 0;
    margin-right: 20px;
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background: #e6e6e6;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease; }
    .carousel-links .circle.active, .carousel-links .rn-carousel-indicator span.active {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4);
      background: #707070; }
  @media screen and (max-width: 39.9375em) {
    .carousel-links {
      bottom: 9px; }
      .carousel-links .circle, .carousel-links .rn-carousel-indicator span {
        margin-right: 16px;
        width: 8px;
        height: 8px; }
        .carousel-links .circle.active, .carousel-links .rn-carousel-indicator span.active {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .carousel-links .circle:last-child, .carousel-links .rn-carousel-indicator span:last-child {
          margin-right: 0; } }

.banner-category .title-wrapper {
  padding-bottom: 32px; }

.category-loader .carousel-indicator .mark .indicator-container div.circle {
  background-color: #e6e6e6; }

/*doc
---
title: Banner Image
category: Design
name: banner-image
---
```html_example
<div class="banner">
    <div class="banner-image hide-for-small-only">
        <!-- Hero image -->
        <img src="../images/mock/shop-in-shop-hero-image.png">
    </div>
    <div class="boutique-header hide-for-small-only">
        <h1 class="boutique-name">Winter '16 Collection</h1>
        <div class="tags">
            <span class="tag time-left icon-timer">5h left</span>
            <span class="tag discount icon-offer">Flat 50% off</span>
            <span class="tag tagline">Delivery in 4-5 weeks from USA | For Sara</span>
        </div>
    </div>
    <div class="banner-image show-for-small-only">
        <img src="../images/mock/bitmap.svg">
        <div class="image-overlay"></div>
        <div class="image-overlay-text show-for-small-only">
          <h1 class="boutique-name">Winter '16 Collection</h1>
          <div class="tags">
              <span class="tag time-left icon-timer">5h left</span>
          </div>
        </div>
    </div>
</div>
```
*/
.banner-wrapper {
  position: relative;
  background: #fff; }

.banner {
  width: 100%; }
  .banner.banner-height {
    height: 25vw;
    max-height: 360px; }
  .banner-image {
    width: 100%;
    overflow: hidden; }
    .banner-image:hover img {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
    .banner-image img {
      width: inherit;
      height: 25vw;
      max-height: 360px;
      background: url("../images/boutique-pattern.png") center no-repeat;
      background-size: 250px 250px;
      transition: -webkit-transform 1s ease-in-out;
      transition: transform 1s ease-in-out;
      transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  .banner .boutique-name {
    padding: 0;
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 24px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px; }
  .banner .time-left {
    background-color: #707070;
    padding-left: 20px; }
  .banner .discount {
    padding-left: 20px; }
  .banner .tagline {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    color: #707070;
    background-color: #f5f5f5; }
  .banner .tags {
    margin-top: 4px;
    margin-right: 16px;
    margin-bottom: 18px;
    margin-left: 24px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .banner {
    width: 100%;
    text-align: center; }
    .banner.banner-height {
      height: calc(50vw + 64px);
      max-height: 360px; }
    .banner-image {
      width: inherit;
      margin-bottom: 0px; }
      .banner-image img {
        height: 50vw;
        max-height: 360px;
        width: 100%; }
    .banner .boutique-name {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
    .banner .boutique-tagline {
      font-weight: 500;
      font-size: 11px;
      line-height: 14px;
      margin-top: 4px; }
    .banner .boutique-tags-container {
      text-align: center;
      margin: 12px; }
      .banner .boutique-tags-container .no-margin {
        margin: 0; }
      .banner .boutique-tags-container .no-padding {
        padding: 0; } }

.banner-image.show-for-small-only {
  display: block;
  position: relative;
  overflow: visible; }

.image-overlay {
  background-color: #333;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image-overlay-text {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 100%;
  text-align: center; }

.banner-image {
  opacity: 1; }

.banner-image.ng-hide-add, .banner-image.ng-hide-remove {
  transition: all linear 2s; }

.banner-image.ng-hide {
  opacity: 0; }

.plp-banner:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.banner-plp-loader {
  background-color: #eee;
  height: 176px; }
  .banner-plp-loader.search-banner-loader {
    height: 99px;
    margin-bottom: 0; }

.image-overlay-text-centered {
  top: 0;
  height: 100%; }
  .image-overlay-text-centered .boutique-details-container-for-small {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    position: absolute; }
    .image-overlay-text-centered .boutique-details-container-for-small .boutique-name {
      margin: 0; }
    .image-overlay-text-centered .boutique-details-container-for-small .boutique-tags-container {
      margin: 4px; }

.height-auto {
  height: auto !important;
  max-height: none !important; }

.modal {
  position: relative; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer; }
  .modal-close:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: #f1f1f1; }

.modal-header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
  color: #333;
  background-color: #fff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 1; }

/*doc
---
title: Icons
category: Design
name: Icons
---
*/
/*doc
---
title: Colored Icons
category: Design
parent: Icons
---
```html_example
<div style="padding: 20px 0;">
<h3> Small Icons (12x12)</h3>
<div style="padding: 8px; border-bottom: 1px solid #eee; margin-bottom: 24px;">
<a href="#" title="icon-instagram"><span class="icon-small icon-instagram"> </span></a>
<a href="#" title="icon-pinterest"><span class="icon-small icon-pinterest"> </span></a>
<a href="#" title="icon-facebook"><span class="icon-small icon-facebook"> </span></a>
<a href="#" title="icon-twitter"><span class="icon-small icon-twitter"> </span></a>
<a href="#" title="icon-angle-down"><span class="icon-small icon-angle-down"> </span></a>
<a href="#" title="icon-angle-up"><span class="icon-small icon-angle-up"> </span></a>
<a href="#" title="icon-angle-left"><span class="icon-small icon-angle-left"> </span></a>
<a href="#" title="icon-angle-right"><span class="icon-small icon-angle-right"> </span></a>
<a href="#" title="icon-checkmark-small"><span class="icon-small icon-checkmark-small"> </span></a>
<a href="#" title="icon-info"><span class="icon-small icon-info"> </span></a>
<a href="#" title="icon-ship"><span class="icon-small icon-ship"> </span></a>
</div>

<h3> Medium Icons (24x24)</h3>
<div style="padding: 8px; border-bottom: 1px solid #eee; margin-bottom: 24px;">
<a href="#" title="icon-active"><span class="icon-medium icon-active"> </span></a>
<a href="#" title="icon-checkbox-checked"><span class="icon-medium icon-checkbox-checked"> </span></a>
<a href="#" title="icon-checkbox"><span class="icon-medium icon-checkbox"> </span></a>
<a href="#" title="icon-carouselcaret"><span class="icon-medium icon-carouselcaret"> </span></a>
<a href="#" title="icon-cross"><span class="icon-medium icon-cross"> </span></a>
<a href="#" title="icon-dismiss"><span class="icon-medium icon-dismiss"> </span></a>
<a href="#" title="icon-filter"><span class="icon-medium icon-filter"> </span></a>
<a href="#" title="icon-sort"><span class="icon-medium icon-sort"> </span></a>
<a href="#" title="icon-plus"><span class="icon-medium icon-plus"> </span></a>
<a href="#" title="icon-minus"><span class="icon-medium icon-minus"> </span></a>
<a href="#" title="icon-help"><span class="icon-medium icon-help"> </span></a>
<a href="#" title="icon-call"><span class="icon-medium icon-call"> </span></a>
<a href="#" title="icon-search-small"><span class="icon-medium icon-search-small"> </span></a>
<a href="#" title="icon-email"><span class="icon-medium icon-email"> </span></a>
<a href="#" title="icon-lock"><span class="icon-medium icon-lock"> </span></a>
<a href="#" title="icon-refund"><span class="icon-medium icon-refund"> </span></a>
</div>

<h3>Large icons (64x64)</h3>
<div style="padding: 8px; border-bottom: 1px solid #eee; margin-bottom: 24px;">
<a href="#" title="icon-boys"><span class="icon-x-large icon-boys"> </span></a>
<a href="#" title="icon-girl"><span class="icon-x-large icon-girl"> </span></a>
<a href="#" title="icon-home"><span class="icon-x-large icon-home"> </span></a>
<a href="#" title="icon-women"><span class="icon-x-large icon-women"> </span></a>
</div>

<h3>Custom size icons</h3>
<div style="padding: 8px; border-bottom: 1px solid #eee; margin-bottom: 24px;">
<a href="#" title="icon-sizechart"><span class="icon-large icon-sizechart"> </span></a>
</div>

</div>
```
*/
/*doc
---
title: White Icons
category: Design
parent: Icons
---
```html_example
<h3>Medium icons (24x24)</h3>
<div style="background-color: #707070; padding: 20px; margin-bottom: 24px;">

<a href="#" title="icon-pendingverfication"><span class="icon-medium icon-pendingverfication"></span></a>
<a href="#" title="icon-refunded"><span class="icon-medium icon-refunded"></span></a>
<a href="#" title="icon-checkmark"><span class="icon-medium icon-checkmark"></span></a>
<a href="#" title="icon-return"><span class="icon-medium icon-return"></span></a>
<a href="#" title="icon-shipped"><span class="icon-medium icon-shipped"></span></a>
<a href="#" title="icon-bill"><span class="icon-medium icon-bill"></span></a>
<a href="#" title="icon-exclamation-24"><span class="icon-medium icon-exclamation-24-dp"></span></a>
<a href="#" title="icon-banknotes"><span class="icon-medium icon-banknotes"> </span></a>
<a href="#" title="icon-cancelled"><span class="icon-medium icon-cancelled"> </span></a>
<a href="#" title="icon-lock"><span class="icon-medium icon-lock-white"> </span></a>
</div>

<h3>Header icons (48x48)</h3>
<div style="background-color: #707070; padding: 8px;">
<a href="#" title="icon-cart"><span class="icon-large icon-cart"> </span></a>
<a href="#" title="icon-search"><span class="icon-large icon-search"> </span></a>
<a href="#" title="icon-warning"><span class="icon-large icon-warning"> </span></a>
</div>
```
*/
/*doc
---
title: Large Icons
category: Design
parent: Icons
---
```html_example
<span class="icon-large icon-money"> </span>
<span class="icon-large icon-package"> </span>
<span class="icon-large icon-truck"> </span>
<span title="icon-return-email" class="icon-large icon-return-email"> </span>
<span title="icon-return-complete" class="icon-large icon-return-complete"> </span>
<span title="icon-cc" class="icon-large icon-cc"> </span>
<span title="icon-pack-items" class="icon-large icon-pack-items"> </span>
<span title="icon-tax-invoice" class="icon-large icon-tax-invoice"> </span>
<span title="icon-order-invoice" class="icon-large icon-order-invoice"> </span>
<span title="icon-return-ship" class="icon-large icon-return-ship"> </span>
<span title="icon-receipt" class="icon-large icon-receipt"> </span>
<span title="icon-gift" class="icon-large icon-gift"> </span>
```
*/
/*doc
---
title: Bank Icons
category: Design
parent: Icons
---
```html_example
<span class="icon-payment-card icon-mastercard" title="icon-payment-card icon-mastercard"> </span>
<span class="icon-payment-card icon-visa" title="icon-payment-card icon-visa"> </span>
<span class="icon-payment-card icon-rupay" title="icon-payment-card icon-rupay"> </span>
<span class="icon-payment-card icon-common-card" title="icon-payment-card icon-common-card"> </span>
<span class="icon-payment-card icon-maestro" title="icon-payment-card icon-maestro"> </span>
<span class="icon-payment-card icon-cirrus" title="icon-payment-card icon-cirrus"> </span>
<span class="icon-payment-card icon-discover" title="icon-payment-card icon-discover"> </span>
<span class="icon-payment-card icon-dinersclub" title="icon-payment-card icon-dinersclub"> </span>
<span class="icon-payment-card icon-amex" title="icon-payment-card icon-amex"> </span>

```
*/
/*doc
---
title: Stepper Icons using HTML
category: Design
parent: Icons
---
```html_example
<div style="padding: 20px 0; background-color: white; ">

<h3> Medium stepper active icons (24x24)</h3>
<div style="padding: 8px; border-bottom: 1px solid #eee; margin-bottom: 24px;">
  <div class="stepper-icon-container">
      <div class="stroke vertical"></div>
      <div class="stroke horizontal"></div>
  </div>

  <div class="stepper-icon-container">
      <div class="stroke horizontal"></div>
  </div>
</div>

<h3> Medium stepper inactive/disabled icons (24x24)</h3>
<div style="padding: 8px; border-bottom: 1px solid #eee; margin-bottom: 24px;">
  <div class="stepper-icon-container disabled">
      <div class="stroke vertical"></div>
      <div class="stroke horizontal"></div>
  </div>

  <div class="stepper-icon-container disabled">
      <div class="stroke horizontal"></div>
  </div>
</div>


</div>
```
*/
.stepper-icon-container {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 2px solid #ed54a4;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: border 0.2s ease; }
  .stepper-icon-container.disabled {
    cursor: default;
    border-color: #e6e6e6; }
    .stepper-icon-container.disabled:hover {
      box-shadow: none; }
    .stepper-icon-container.disabled .stroke {
      background-color: #e6e6e6; }
  .stepper-icon-container .stroke {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #ed54a4;
    border-radius: 1px;
    top: 9px;
    left: 5px;
    transition: background-color 0.2s ease; }
    .stepper-icon-container .stroke.vertical {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .stepper-icon-container:hover {
    box-shadow: 0 3px 4px 0 rgba(51, 51, 51, 0.24); }

.icon, .icon-small, .icon-16, .icon-medium, .site-footer .footer-block span, .site-footer .footer-block .sub-title span, .icon-large, .icon-x-large, .icon-2x-large, .icon-payment-card, .user-card-icon, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top; }

.icon-small {
  width: 12px;
  height: 12px;
  background-size: 12px; }

.icon-16 {
  width: 16px;
  height: 16px;
  background-size: 16px; }

.icon-medium, .site-footer .footer-block span, .site-footer .footer-block .sub-title span {
  width: 24px;
  height: 24px;
  background-size: 24px; }

.icon-large {
  width: 48px;
  height: 48px;
  background-size: 48px; }

.icon-x-large {
  width: 64px;
  height: 64px;
  background-size: 44px; }

.icon-2x-large {
  width: 128px;
  height: 128px;
  background-size: 128px; }

.icon-inactive {
  opacity: 0.6; }

.icon-lock {
  background-image: url("../images/assets/icon-lock.svg"); }

.icon-503 {
  background-image: url("../images/assets/icon-503.svg"); }

.icon-pincode-error {
  background-image: url("../images/assets/icon-pincode-error.svg"); }

.icon-lock-white {
  background-image: url("../images/assets/icon-lock-white.svg"); }

.icon-pendingverfication {
  background-image: url("../images/assets/icon-pendingverfication.svg"); }

.icon-refunded, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.refunded {
  background-image: url("../images/assets/icon-refunded.svg"); }

.icon-checkmark, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.delivered {
  background-image: url("../images/assets/icon-checkmark.svg"); }

.icon-return, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.returned {
  background-image: url("../images/assets/icon-return.svg"); }

.icon-shipped {
  background-image: url("../images/assets/icon-shipped.svg"); }

.icon-cancelled, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.cancelled {
  background-image: url("../images/assets/icon-cancelled.svg"); }

.icon-bill {
  background-image: url("../images/assets/icon-bill.svg"); }

.icon-bill-gray {
  background-image: url("../images/assets/icon-bill-gray.svg"); }

.icon-exclamation-24-dp {
  background-image: url("../images/assets/icon-exclamation-24-dp.svg"); }

.icon-active {
  background-image: url("../images/assets/icon-active.svg"); }

.icon-angle-down {
  background-image: url("../images/assets/icon-angle-down.svg"); }

.icon-angle-up {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/assets/icon-angle-down.svg"); }

.icon-angle-right {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../images/assets/icon-angle-down.svg"); }

.icon-angle-left {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url("../images/assets/icon-angle-down.svg"); }

.icon-banknotes {
  background-image: url("../images/assets/icon-banknotes.svg"); }

.icon-call {
  background-image: url("../images/assets/icon-call.svg"); }

.icon-carouselcaret {
  background-image: url("../images/assets/icon-carouselcaret.svg"); }

.icon-carouselcaret-pink {
  background-image: url("../images/assets/icon-carouselcaret-pink.svg"); }

.icon-cart {
  background-image: url("../images/assets/icon-cart.svg"); }

.icon-checkbox-checked {
  background-image: url("../images/assets/icon-checkbox-checked.svg"); }

.icon-checkbox {
  background-image: url("../images/assets/icon-checkbox.svg"); }

.icon-cross {
  background-image: url("../images/assets/icon-cross.svg"); }

.icon-dismiss {
  background-image: url("../images/assets/icon-dismiss.svg"); }

.icon-email {
  background-image: url("../images/assets/icon-email.svg"); }

.icon-help {
  background-image: url("../images/assets/icon-help.svg"); }

.icon-filter {
  background-image: url("../images/assets/icon-filter.svg"); }

.icon-filter-disabled {
  background-image: url("../images/assets/icon-filter-disabled.svg"); }

.icon-filternoresult {
  background-image: url("../images/assets/icon-filternoresult.svg"); }

.icon-minus {
  background-image: url("../images/assets/icon-minus.svg"); }

.icon-plus {
  background-image: url("../images/assets/icon-plus.svg"); }

.icon-search-small {
  background-image: url("../images/assets/icon-search-small.svg"); }

.icon-sort {
  background-image: url("../images/assets/icon-sort.svg"); }

.icon-search {
  background-image: url("../images/assets/icon-search.svg"); }

.icon-sizechart, .size-selector .ngdialog-content .header .sizing::before, .product .quick-shop-wrapper .size-chart, .product-detail-container .pdp-details .qty-chart .size-chart {
  background-image: url("../images/assets/icon-sizechart-v1.svg"); }

.icon-twitter {
  background-image: url("../images/assets/icon-twitter.svg"); }

.icon-instagram {
  background-image: url("../images/assets/icon-instagram.svg"); }

.icon-facebook {
  background-image: url("../images/assets/icon-facebook.svg"); }

.icon-pinterest {
  background-image: url("../images/assets/icon-pinterest.svg"); }

.icon-warning {
  background-image: url("../images/assets/icon-warning.svg"); }

.icon-checkmark-small {
  background-image: url("../images/assets/icon-checkmark-small.svg"); }

.icon-offer {
  background: url("../images/assets/icon-offer.svg") 6px 6px no-repeat; }

.icon-timer {
  background: url("../images/assets/icon-timer.svg") 6px 4px no-repeat; }

.icon-girl {
  background-image: url("../images/assets/icon-girl.svg"); }

.icon-boys {
  background-image: url("../images/assets/icon-boys.svg"); }

.icon-women {
  background-image: url("../images/assets/icon-women.svg"); }

.icon-home {
  background-image: url("../images/assets/icon-home.svg"); }

.icon-truck {
  background-image: url("../images/assets/icon-truck.svg"); }

.icon-money {
  background-image: url("../images/assets/icon-money.svg"); }

.icon-package {
  background-image: url("../images/assets/icon-package.svg"); }

.icon-expand-pink {
  background-image: url("../images/assets/icon-expand-pink.svg"); }

.icon-check-grey {
  background-image: url("../images/assets/icon-check-grey.svg"); }

.icon-axisbank {
  background-image: url("../images/assets/axisbank.png");
  background-size: contain; }

.icon-citibank {
  background-image: url("../images/assets/citibank.png");
  background-size: contain; }

.icon-hdfcbank {
  background-image: url("../images/assets/hdfcbank.png");
  background-size: contain; }

.icon-icicibank {
  background-image: url("../images/assets/icicibank.png");
  background-size: contain; }

.icon-statbank {
  background-image: url("../images/assets/statbank.png");
  background-size: contain; }

.icon-kotakbank {
  background-image: url("../images/assets/kotakbank.png");
  background-size: contain; }

.icon-order-success {
  background-image: url("../images/assets/icon-order-success.svg"); }

.icon-msg-pink {
  background-image: url("../images/assets/icon-msg-pink.svg"); }

.icon-play-store {
  background-image: url("../images/assets/icon-play-store.svg"); }

.icon-app-store {
  background-image: url("../images/assets/icon-app-store.svg"); }

.icon-ivr-verify {
  background-image: url("../images/assets/icon-ivr-verify.svg"); }

.icon-ivr-verify-success {
  background-image: url("../images/assets/icon-ivr-coupon-verify-success.svg"); }

.icon-checkmark-white {
  background-image: url("../images/assets/icon-checkmark-white.svg"); }

.icon-empty-cart {
  background-image: url("../images/assets/icon-empty-cart.svg"); }

.icon-empty-order {
  background-image: url("../images/assets/icon-empty-order.svg"); }

.icon-payment-card {
  height: 28px;
  width: 47px; }

.icon-mastercard, .saved-card-mastercard-icon-active {
  background-image: url("../images/assets/icon-mastercard.svg"); }

.icon-visa, .saved-card-visa-icon-active {
  background-image: url("../images/assets/icon-visa.svg"); }

.icon-rupay, .saved-card-rupay-icon-active {
  background-image: url("../images/assets/icon-rupay.svg"); }

.icon-maestro, .saved-card-maestro-icon-active {
  background-image: url("../images/assets/icon-maestro.svg"); }

.icon-discover, .saved-card-discover-icon-active {
  background-image: url("../images/assets/icon-discover.svg"); }

.icon-diners, .saved-card-diners-icon-active {
  background-image: url("../images/assets/icon-diners.svg"); }

.icon-common-card, .saved-card-common-card-icon-active {
  background-image: url("../images/assets/icon-common-card.svg"); }

.icon-cirrus, .saved-card-cirrus-icon-active {
  background-image: url("../images/assets/icon-cirrus.svg"); }

.icon-amex, .saved-card-amex-icon-active {
  background-image: url("../images/assets/icon-amex.svg"); }

.icon-coupon {
  background-image: url("../images/assets/icon-coupon.svg"); }

.icon-discount, .coupon-card-offer .offer-icon {
  background-image: url("../images/assets/icon-discount.svg"); }

.icon-discount-active, .coupon-card-offer.active-card .offer-icon {
  background-image: url("../images/assets/icon-discount-active.svg"); }

.icon-mail {
  background-image: url("../images/assets/icon-mail.svg"); }

.icon-coins {
  background-image: url("../images/assets/icon-coins.svg"); }

.icon-payment-timeline-error {
  background-image: url("../images/assets/icon-payment-timeline-error.svg"); }

.payment-failed-card {
  background-image: url("../images/assets/payment-failed-card.svg"); }

.payment-failed-common {
  background-image: url("../images/assets/payment-failed-common.svg"); }

.payment-failed-netbanking {
  background-image: url("../images/assets/payment-failed-netbanking.svg"); }

.alert-icons-large {
  background-position: center;
  background-repeat: no-repeat;
  height: 113px;
  width: 88px;
  margin: 0 auto; }

.saved-card-bg {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%;
  background-size: 200%; }

.user-card-icon {
  width: 40px;
  height: 24px;
  background-size: 40px;
  border-radius: 5px;
  margin: -1px; }

.saved-card-amex-icon-inactive {
  background-image: url("../images/assets/saved-card-amex-inactive.svg"); }

.saved-card-amex-bg-active {
  background-image: url("../images/assets/saved-card-amex-bg-active.svg"); }

.saved-card-amex-bg-inactive {
  background-image: url("../images/assets/saved-card-amex-bg-inactive.svg"); }

.saved-card-mastercard-icon-inactive {
  background-image: url("../images/assets/saved-card-mastercard-inactive.svg"); }

.saved-card-mastercard-bg-active {
  background-image: url("../images/assets/saved-card-mastercard-bg-active.svg"); }

.saved-card-mastercard-bg-inactive {
  background-image: url("../images/assets/saved-card-mastercard-bg-inactive.svg"); }

.saved-card-visa-icon-inactive {
  background-image: url("../images/assets/saved-card-visa-inactive.svg"); }

.saved-card-visa-bg-active {
  background-image: url("../images/assets/saved-card-visa-bg-active.svg"); }

.saved-card-visa-bg-inactive {
  background-image: url("../images/assets/saved-card-visa-bg-inactive.svg"); }

.saved-card-rupay-icon-inactive {
  background-image: url("../images/assets/saved-card-rupay-inactive.svg"); }

.saved-card-rupay-bg-active {
  background-image: url("../images/assets/saved-card-rupay-bg-active.svg"); }

.saved-card-rupay-bg-inactive {
  background-image: url("../images/assets/saved-card-rupay-bg-inactive.svg"); }

.saved-card-maestro-icon-inactive {
  background-image: url("../images/assets/saved-card-maestro-inactive.svg"); }

.saved-card-maestro-bg-active {
  background-image: url("../images/assets/saved-card-mastercard-bg-active.svg"); }

.saved-card-maestro-bg-inactive {
  background-image: url("../images/assets/saved-card-mastercard-bg-inactive.svg"); }

.saved-card-discover-icon-inactive {
  background-image: url("../images/assets/saved-card-discover-inactive.svg"); }

.saved-card-discover-bg-active {
  background-image: url("../images/assets/saved-card-discover-bg-active.svg"); }

.saved-card-discover-bg-inactive {
  background-image: url("../images/assets/saved-card-discover-bg-inactive.svg"); }

.saved-card-diners-icon-inactive {
  background-image: url("../images/assets/saved-card-dinersclub-inactive.svg"); }

.saved-card-diners-bg-active {
  background-image: url("../images/assets/saved-card-dinersclub-bg-active.svg"); }

.saved-card-diners-bg-inactive {
  background-image: url("../images/assets/saved-card-dinersclub-bg-inactive.svg"); }

.saved-card-common-card-icon-inactive {
  background-image: url("../images/assets/saved-card-common-card-inactive.svg"); }

.saved-card-common-card-bg-active {
  background-image: url("../images/assets/saved-card-common-card-bg-active.svg"); }

.saved-card-common-card-bg-inactive {
  background-image: url("../images/assets/saved-card-common-card-bg-inactive.svg"); }

.saved-card-cirrus-icon-inactive {
  background-image: url("../images/assets/saved-card-cirrus-inactive.svg"); }

.saved-card-cirrus-bg-active {
  background-image: url("../images/assets/saved-card-common-card-bg-active.svg"); }

.saved-card-cirrus-bg-inactive {
  background-image: url("../images/assets/saved-card-common-card-bg-inactive.svg"); }

.icon-arrow-top {
  background-image: url("../images/assets/icon-arrow-top.svg"); }

.apple-icon {
  background-image: url("../images/assets/footer-icons/apple-icon.svg"); }

.apple-icon-pink, .apple-icon:hover {
  background-image: url("../images/assets/footer-icons/apple-icon-pink.svg"); }

.facebook-icon {
  background-image: url("../images/assets/footer-icons/facebook-icon.svg"); }

.facebook-icon-pink, .facebook-icon:hover {
  background-image: url("../images/assets/footer-icons/facebook-icon-pink.svg"); }

.hopscotch {
  background-image: url("../images/assets/footer-icons/hopscotch.svg"); }

.hopscotch-pink, .hopscotch:hover {
  background-image: url("../images/assets/footer-icons/hopscotch-pink.svg"); }

.hs-icon {
  background-image: url("../images/assets/footer-icons/hs-icon.svg"); }

.info-icon {
  background-image: url("../images/assets/footer-icons/info-icon.svg"); }

.instagram-icon {
  background-image: url("../images/assets/footer-icons/instagram-icon.svg"); }

.instagram-icon-pink, .instagram-icon:hover {
  background-image: url("../images/assets/footer-icons/instagram-icon-pink.svg"); }

.mail-icon {
  background-image: url("../images/assets/footer-icons/mail-icon.svg"); }

.pinterest-icon {
  background-image: url("../images/assets/footer-icons/pinterest-icon.svg"); }

.pinterest-icon-pink, .pinterest-icon:hover {
  background-image: url("../images/assets/footer-icons/pinterest-icon-pink.svg"); }

.play-icon {
  background-image: url("../images/assets/footer-icons/play-icon.svg"); }

.play-icon-pink, .play-icon:hover {
  background-image: url("../images/assets/footer-icons/play-icon-pink.svg"); }

.sms-icon {
  background-image: url("../images/assets/footer-icons/sms-icon.svg"); }

.thumbsup-icon {
  background-image: url("../images/assets/footer-icons/thumbsup-icon.svg"); }

.twitter-icon {
  background-image: url("../images/assets/footer-icons/twitter-icon.svg"); }

.twitter-icon-pink, .twitter-icon:hover {
  background-image: url("../images/assets/footer-icons/twitter-icon-pink.svg"); }

.icon-check-pink {
  background-image: url("../images/assets/icon-check-pink.svg"); }

.icon-checkout-next-pink {
  background-image: url("../images/assets/icon-checkout-next-pink.svg"); }

.icon-checkout-next-gray {
  background-image: url("../images/assets/icon-checkout-next-grey.svg"); }

.icon-refund {
  background-image: url("../images/assets/icon-refund.svg"); }

.icon-refund-grey {
  background-image: url("../images/assets/icon-refund-grey.svg"); }

.cancel-empty-state {
  background-image: url("../images/assets/cancel-empty-state.svg"); }

.icon-return-email {
  background-image: url("../images/assets/icon-return-email.svg"); }

.icon-truck-white-bg {
  background-image: url("../images/assets/icon-truck-white-bg.svg"); }

.icon-cancel, .smart-filter .selected-filters .filter-tab.closable {
  background-image: url("../images/assets/icon-cancel.svg"); }

.icon-checkbox-indeterminate {
  background-image: url("../images/assets/icon-checkbox-indeterminate.svg"); }

.icon-info {
  background-image: url("../images/assets/icon-info.svg"); }

.icon-ship {
  background-image: url("../images/assets/icon-ship.svg"); }

.icon-return-complete {
  background-image: url("../images/assets/icon-return-complete.svg"); }

.icon-cc {
  background-image: url("../images/assets/icon-cc.svg"); }

.icon-pack-items {
  background-image: url("../images/assets/icon-pack-items.svg"); }

.icon-tax-invoice {
  background-image: url("../images/assets/icon-tax-invoice.svg"); }

.icon-order-invoice {
  background-image: url("../images/assets/icon-order-invoice.svg"); }

.icon-return-ship {
  background-image: url("../images/assets/icon-return-ship.svg"); }

.icon-receipt {
  background-image: url("../images/assets/icon-receipt.svg"); }

.icon-gift {
  background-image: url("../images/assets/icon-gift.svg"); }

.icon-plus-pink {
  background-image: url("../images/assets/icon-plus-pink.svg"); }

.icon-star, .feedback-page .star-five, .feedback-page .rating-check:hover ~ .rating-check .star-five.inactive {
  background-image: url("../images/assets/icon-star.svg"); }

.icon-star-active, .feedback-page input[type=radio]:checked + .rating-check .star-five, .feedback-page .included .star-five, .feedback-page .rating-wrapper:hover .rating-check .star-five, .feedback-page .rating-check:hover .star-five {
  background-image: url("../images/assets/icon-star-active.svg"); }

/*doc
---
title: Tags
category: Components
name: tags
---
```html_example
<div class="tag">Flat 50% off</div>
```
*/
.tags {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500; }

span.tag {
  background-color: #62bd7f;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  margin-right: 2px; }

span.tag.with-icon {
  padding-left: 22px; }

span.tag.pre-order {
  color: #333; }

.tag.positive-tag {
  background-color: #62bd7f; }

/** Classes common that can be used with or for images across the app */
.image-placeholder {
  background: url("../images/boutique-pattern.png") no-repeat center;
  background-size: 50%; }

/*doc
---
title: Go To Top
category: Design
name: go-to-top
---
```html_example
<a href="javascript:void(0);" id="goToTop" style="display: inline-block;">Go to top<span class="icon-medium icon-angle-down"></span></a>
```
*/
#goToTop {
  font-weight: 500;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  position: fixed;
  right: 64px;
  bottom: 32px;
  cursor: pointer;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  color: #707070;
  transition: all 0.25s ease-out;
  display: none;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.2);
  /* Performance hacks for jumpy fixed position on mobile browsers */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }
  #goToTop:active {
    background-color: #f1f1f1;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  #goToTop .icon-medium, #goToTop .site-footer .footer-block span, .site-footer .footer-block #goToTop span {
    background-position: 0 -2px; }
  #goToTop .top-text {
    position: relative;
    top: 5px;
    padding-right: 4px; }
  #goToTop:hover {
    background-color: white;
    transition: all 0.25s ease-out;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }
    @media screen and (min-width: 40em) {
      #goToTop:hover {
        color: #ed54a4; }
        #goToTop:hover .icon-medium, #goToTop:hover .site-footer .footer-block span, .site-footer .footer-block #goToTop:hover span {
          background-image: url("../images/assets/icon-arrow-top-hover.svg"); } }
  #goToTop.active {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }
    @media screen and (min-width: 64em) {
      #goToTop.active {
        -webkit-animation: slideUp 0.25s ease-out;
                animation: slideUp 0.25s ease-out; } }
    @media screen and (max-width: 39.9375em) {
      #goToTop.active {
        -webkit-animation: slideDown 0.25s ease-out;
                animation: slideDown 0.25s ease-out; } }

@media screen and (max-width: 39.9375em) {
  #goToTop {
    right: auto;
    left: 50%;
    top: 20px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.top-banner {
  height: 244px;
  width: 100%;
  margin-bottom: -48px; }
  .top-banner h1 {
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(51, 51, 51, 0.32); }
  @media screen and (max-width: 39.9375em) {
    .top-banner {
      margin-bottom: 0; } }

.banner-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 320px) {
    .banner-content {
      max-width: 300px;
      margin: 0 auto; } }

/*doc
---
title: Interactive modules
category: Components
name: interactive
---

*/
/*doc
---
title: Image Carousel
category: Components
parent: interactive
---
```html_example

<div class="carousel-container float-left medium-2 columns" style="border: 1px solid black">
  <div class="thumb-container">
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
    <div class="thumb">
      <img src="images/women.jpg" class="thumb-img" />
    </div>
  </div>
  <div class="move-up control"><span></span></div>
  <div class="move-down control"><span></span></div>
</div>
```
*/
.carousel-container {
  max-height: calc(50vw - 16px);
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  position: relative; }
  .carousel-container .thumb-container {
    transition: margin 0.25s ease-in; }
    .carousel-container .thumb-container .thumb {
      cursor: pointer;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 8px;
      padding-left: 0px; }
      .carousel-container .thumb-container .thumb .thumb-img {
        border: 1px solid #e6e6e6;
        max-height: calc((100vw / 12) - 8px);
        height: calc((100vw / 12) - 8px);
        width: 100%; }
        .carousel-container .thumb-container .thumb .thumb-img.active {
          border: 1px solid #ed54a4; }
  .carousel-container .control {
    position: absolute;
    width: 100%; }
    .carousel-container .control span {
      position: relative;
      display: block;
      margin: 0 auto;
      width: 52px;
      height: 28px;
      background-color: #f5f5f5;
      background-image: url("../images/assets/icon-angle-down.svg");
      background-repeat: no-repeat;
      padding: 0 5px;
      background-position: 50%;
      background-size: 40%; }
  .carousel-container .move-up {
    top: 0;
    left: 0; }
    .carousel-container .move-up span {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .carousel-container .move-down {
    bottom: 0;
    left: 0; }

.product-image-container {
  position: relative;
  max-height: calc(50vw - 8px);
  height: calc(50vw - 8px);
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px; }
  .product-image-container .product-image {
    border: 1px solid #e6e6e6;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block; }
  .product-image-container .white-out {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); }

.carousel-indicator {
  position: absolute;
  width: 100%;
  bottom: 0; }
  .carousel-indicator .mark {
    position: relative;
    display: block;
    margin: 0 auto; }
    .carousel-indicator .mark .indicator-container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 4px;
      padding-left: 0px; }
      .carousel-indicator .mark .indicator-container div.circle {
        display: inline-block;
        margin-right: 16px;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
        transition: all 0.3s ease; }
      .carousel-indicator .mark .indicator-container div.circle.active {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        background: #707070;
        border: none; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .product-image-container {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    padding-bottom: 120% !important; }
    .product-image-container .product-image {
      border: none; } }

@media screen and (min-width: 87.5em) {
  .carousel-container {
    max-height: 684px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 8px; }
    .carousel-container .thumb-container .thumb {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 8px;
      padding-left: 0px; }
      .carousel-container .thumb-container .thumb .thumb-img {
        max-height: calc((1400px / 12) - 8px);
        height: calc((1400px / 12) - 8px); }
  .product-image-container {
    max-height: 692px;
    height: 692px; } }

/*doc
---
title: Carousel Indicator for mobile
category: Components
parent: interactive
---
```html_example
<div style="position: relative; width: 500px;">
  <div class="carousel-indicator medium-2 columns" style="background: #ed54a4;">
    <div class="mark">
      <div class="indicator-container text-center">
        <div class="circle"></div>
        <div class="circle"></div>
        <div class="circle active"></div>
        <div class="circle"></div>
        <div class="circle"></div>
      </div>
    </div>
  </div>
<div>
```
*/
/*doc
---
title: New PDP Image Carousel
category: Components
parent: interactive
---
```html_example
<div class="clearfix">
  <div class="pdp-images-container">
    <div class="clearfix pdp-images">
      <div class="pdp-image">
        <img src="images/mock/pdp.png" alt>
      </div>
      <div class="pdp-image">
        <img src="images/mock/pdp-product.png" alt>
      </div>
    </div>
    <div class="scroller scroller-left"></div>
    <div class="scroller scroller-right"></div>
  </div>
<div>
```
*/
.pdp-images-container {
  position: relative;
  max-height: 570px;
  vertical-align: middle;
  padding-left: 8px;
  background: #fff;
  overflow: hidden; }
  .pdp-images-container .pdp-images {
    position: relative;
    white-space: nowrap;
    text-align: center;
    transition: left 1s ease;
    left: 0;
    overflow-x: scroll;
    padding-top: 16px;
    padding-right: 36px;
    padding-bottom: 32px;
    padding-left: 8px; }
  .pdp-images-container .pdp-image {
    display: inline-block;
    margin-right: 12px;
    max-width: 100%; }
  .pdp-images-container .scroller {
    display: none;
    position: absolute;
    top: 45%; }
  .pdp-images-container img {
    max-height: 558px; }

@media screen and (min-width: 64em) {
  .pdp-images-container {
    width: 100%;
    overflow: hidden; }
    .pdp-images-container .pdp-images {
      overflow: initial; }
    .pdp-images-container .scroller {
      display: block; } }

/*doc
---
title: Notification Bar
category: Components
---
```html_example

<div class="row notification-bar">
    <div class="small-12 medium-6 small-centered medium-uncentered columns float-left">Register now and earn Welcome Credit of &#8377;1,100</div>
    <div class="hide-for-small-only medium-6 float-right">
        <span class="float-right"><a href="#.">Help</a></span>
        <span class="float-right"><a href="#.">Account</a></span>
        <span class="float-right">Track your order</span>
    </div>
</div>

```
*/
.register-alert {
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  cursor: pointer; }
  .register-alert:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    opacity: 0.2; }

.notification-bar {
  background: #333;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  text-align: center; }
  .notification-bar span a {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    transition: opacity 0.2s ease-in; }
    .notification-bar span a:hover {
      opacity: 0.8; }
    .notification-bar span a:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      opacity: 0.2; }
  .notification-bar span:first-child a {
    padding-right: 0; }
  .notification-bar .container {
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px; }

@media screen and (min-width: 40em) {
  .notification-bar {
    text-align: left; } }

/*doc
---
title: Top Navigation Bar
category: Layout
---
```html_example

<header>
  <div class="top-bar">
    <div class="container float-center">
      <div class="float-left ">
        <a href="/" class="float-left logo">Hopscotch</a>
        <div class="show-for-small-only float-left">
          <span><a href="#.">Account</a></span>
          <span><a href="#.">Sign in</a></span>
          <span><a href="#.">Help</a></span>
        </div>
      </div>
      <div class="show-for-medium">
        <ul class="menu primary-menu float-left">
          <li class="active"><a href="#.">New</a></li>
          <li><a href="#.">Girls</a></li>
          <li><a href="#.">Boys</a></li>
          <li><a href="#.">Categories</a></li>
          <li><a href="#.">Brands</a></li>
        </ul>
      </div>
      <div class="icon-container float-right">
        <ul class="menu">
          <li><span class="cart"><span class="cartItemQty">1</span></span></li>
        </ul>
      </div>
    </div>
  </div>
  <ul class="menu expanded show-for-small-only">
    <li class="active"><a href="#.">New</a></li>
    <li><a href="#.">Girls</a></li>
    <li><a href="#.">Boys</a></li>
    <li><a href="#.">Categories</a></li>
    <li><a href="#.">Brands</a></li>
  </ul>
</header>

```
*/
.header-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1; }

header .top-bar {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 56px; }
  header .top-bar .logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background: url("../images/assets/hs-logo.svg") no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 112px;
    height: 56px;
    line-height: 56px;
    background: url("../images/assets/hopscotch_typeface.svg") no-repeat, url("../images/assets/hop.svg") no-repeat; }
  header .top-bar .logo-container:active {
    background-color: #ca3b86;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  @media screen and (min-width: 40em) {
    header .top-bar .logo {
      margin-top: 0px;
      margin-right: 8px;
      margin-bottom: 0px;
      margin-left: 12px; } }
  header .top-bar .show-for-small-only span a {
    position: relative;
    top: 16px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
    color: #fff;
    border-radius: 2px;
    display: block; }
    header .top-bar .show-for-small-only span a:active {
      background-color: #ca3b86;
      -webkit-tap-higlight-color: rgba(255, 255, 255, 0); }
  header .top-bar .icon-container ul {
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px; }
    @media screen and (min-width: 40em) {
      header .top-bar .icon-container ul {
        margin-top: 0px;
        margin-right: 16px;
        margin-bottom: 0px;
        margin-left: 0px; } }
    header .top-bar .icon-container ul li {
      font-size: 10px;
      line-height: 0px;
      padding-top: 4px;
      padding-right: 0px;
      padding-bottom: 4px;
      padding-left: 0px; }
      header .top-bar .icon-container ul li .search {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        background: url("../images/assets/icon-search.svg") no-repeat;
        display: inline-block;
        text-indent: -9999px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        background-position: center;
        background-size: 100% 100%;
        transition: opacity 0.2s ease-in; }
        header .top-bar .icon-container ul li .search:hover {
          opacity: 0.8; }
        header .top-bar .icon-container ul li .search:active {
          background-color: #ca3b86;
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
        header .top-bar .icon-container ul li .search.active {
          background-position: center; }
      header .top-bar .icon-container ul li .cart {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        background: url("../images/assets/icon-cart.svg") no-repeat;
        display: inline-block;
        text-indent: -9999px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
        position: relative; }
        header .top-bar .icon-container ul li .cart:active {
          background-color: #ca3b86;
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
        header .top-bar .icon-container ul li .cart .cartItemQty {
          font-size: 11px;
          line-height: 13px;
          padding-top: 1px;
          padding-right: 4px;
          padding-bottom: 4px;
          padding-left: 4px;
          font-weight: 500;
          color: #ed54a4;
          background: #fff;
          border-radius: 7px;
          text-align: center;
          min-width: 15px;
          height: 15px;
          text-indent: 0;
          position: absolute;
          top: 10px;
          left: 26px; }
      header .top-bar .icon-container ul li .cart-empty {
        transition: opacity 0.2s ease-out; }
        header .top-bar .icon-container ul li .cart-empty:hover {
          opacity: 0.8; }
  header .top-bar ul.menu.primary-menu li {
    font-size: 13px;
    line-height: 42px;
    height: 56px; }
    header .top-bar ul.menu.primary-menu li a {
      font-size: 13px;
      line-height: 16px;
      padding-top: 22px;
      padding-right: 13px;
      padding-bottom: 18px;
      padding-left: 13px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      transition: opacity 0.2s ease-in; }
      header .top-bar ul.menu.primary-menu li a:hover {
        opacity: 0.8; }
      header .top-bar ul.menu.primary-menu li a:active {
        background-color: #ca3b86; }
      @media screen and (min-width: 64em) {
        header .top-bar ul.menu.primary-menu li a {
          padding-top: 22px;
          padding-right: 18px;
          padding-bottom: 18px;
          padding-left: 18px; } }
      @media screen and (max-width: 670px) {
        header .top-bar ul.menu.primary-menu li a {
          font-size: 11px;
          line-height: 14px; } }
    header .top-bar ul.menu.primary-menu li.active a {
      color: #fff;
      -webkit-animation: navTabActive 0.1s ease-in-out;
              animation: navTabActive 0.1s ease-in-out;
      box-shadow: inset 0px -4px 0 0 #fff; }

header .secure-checkout {
  display: block;
  text-align: center;
  position: relative;
  left: 0;
  max-width: 1400px; }
  header .secure-checkout .secure-icon {
    margin-top: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px; }
  header .secure-checkout span.text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 16px 0;
    display: inline-block; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  header .secure-checkout {
    text-align: right;
    padding-right: 16px; } }

header .small-menu {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  height: 48px; }

header ul.menu.secondary-menu {
  background-color: #fff;
  display: block;
  overflow: auto;
  height: 48px; }
  header ul.menu.secondary-menu li a {
    font-size: 13px;
    line-height: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    color: #204265;
    text-align: center; }
    header ul.menu.secondary-menu li a:active {
      background-color: #f1f1f1;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    @media only screen and (min-width: 0) and (max-width: 374px) {
      header ul.menu.secondary-menu li a {
        padding: 16px calc((100vw - 170px) / 9); } }
    @media only screen and (min-width: 375px) and (max-width: 439px) {
      header ul.menu.secondary-menu li a {
        padding: 16px calc((100vw - 227px) / 11); } }
  header ul.menu.secondary-menu li.active a {
    color: #ed54a4;
    box-shadow: inset 0px -4px 0 0 #ed54a4; }

@media screen and (max-width: 1063px) and (min-width: 1024px) {
  .autoseach-container {
    margin: 0 !important; }
  .hs-suggestions input {
    padding: 0 !important;
    width: 296px !important; } }

/*doc
---
title: Modals
category: Components
name: modals
---
*/
/*doc
---
title: Modal Login Screen
category: Components
parent: modals
---
```html_example
<div class="modal login">
  <div class="float-center hs-logo"></div>
  <button type="button" class="button round fb">Connect with Facebook</button>
  <div class="float-center fb-message">We'll never post without your permission.</div>
  <div class="group">
    <input type="text" required class="round">
    <label>Email</label>
  </div>
  <div class="group">
    <input type="password" required class="round">
    <label>Password</label>
  </div>
  <button type="button default" class="button round">Sign in</button>
  <div class="bottom-link"><a href="#.">New? Register now</a></div>
</div>
```
*/
/*doc
---
title: Modal Register Screen
category: Components
parent: modals
---
```html_example

<div class="modal">
<div class="register-offer">
  <div class="icon-coupon icon-medium offer-icon"></div>
  <div class="offer-details">
    <div class="offer-title">Register & get &#8377;500 off!</div>
    <div class="offer-info">Use code HOP500 on your first purchase and get &#8377;500 off on &#8377;1100.</div>
  </div>
</div>

<div class="authentication">
    <span class="small-1 medium-1 close columns" ng-click="vm.closeCartModal()"></span>
    <div class="float-center hs-logo"></div>
    <button type="button"
            ng-click="vm.facebookLogin()"
            class="button round fb">Connect with Facebook
    </button>
    <div class="float-center fb-message">We'll never post without your permission.</div>
    <form name="registerForm" ng-submit="vm.register()" novalidate>
        <div class="group">
            <input type="text"
                   name="email"
                   ng-model="vm.user.email"
                   ng-pattern="vm.emailRegex"
                   required
                   class="round">
            <label>Email</label>
        </div>
        <div ng-messages="registerForm.email.$error" ng-if='registerForm.email.$touched'>
            <div class="error-message" ng-message="pattern">Sorry, this doesn’t look like a valid email.</div>
            <div class="error-message" ng-message="required">Please fill in your email to register.</div>
        </div>
        <div class="group">
            <input type="password"
                   name="password"
                   ng-model="vm.user.password"
                   required
                   class="round">
            <label>Password</label>
        </div>
        <div ng-messages="registerForm.password.$error" ng-if='registerForm.password.$touched'>
            <div class="error-message" ng-message="required">Your password is required to register.</div>
        </div>
        <input type="submit"
               ng-disabled="registerForm.$invalid"
               class="button round"
               value="Register">
    </form>
    <div class="bottom-link"><a ng-click="vm.showForm('SignIn')">Already a member? Sign in</a></div>
</div>
</div>

```
*/
body.ngdialog-open {
  overflow: hidden;
  height: initial; }

.modal .register-box.ng-hide-add {
  display: none; }

.modal .authentication {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  width: 90vw;
  max-width: 350px;
  position: relative; }
  .modal .authentication.ng-hide-add {
    display: none; }

.modal .hs-logo {
  background: url("../images/hs-logo-black.png") center top no-repeat;
  background-size: 100%;
  margin: 24px auto;
  height: 50px;
  width: 120px; }

.modal .fb-message {
  color: #a4a4a4;
  text-align: center;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 18px; }

.modal .button {
  width: 100%; }

.modal .auth-offer {
  font-size: 13px;
  line-height: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center; }
  .modal .auth-offer span {
    font-size: 22px;
    line-height: 22px;
    color: #ed54a4; }

.modal .login-box input[type=password] {
  padding-top: 16px;
  padding-right: 72px;
  padding-bottom: 0px;
  padding-left: 12px; }

.modal .bottom-link {
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  text-align: center;
  margin: 0px; }
  .modal .bottom-link a {
    color: #ed54a4 !important;
    font-size: 13px;
    line-height: 16px; }

.modal .mobile-verification {
  background: #fff; }
  .modal .mobile-verification .phone-logo {
    width: 88px;
    height: 112px; }
  .modal .mobile-verification .submit-phone {
    color: #ed54a4;
    pointer-events: auto; }

.modal .register-offer {
  padding-top: 16px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 16px;
  background: url("../images/cop-inactive-bg.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: 10px;
  height: 90px;
  width: 90vw;
  max-width: 350px; }
  .modal .register-offer .offer-icon {
    float: left;
    height: 100%;
    background-position: top;
    margin-right: 12px; }
  .modal .register-offer .offer-details {
    width: calc(100% - 38px);
    float: left;
    height: 100%; }
  .modal .register-offer .offer-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #ed54a4;
    margin-bottom: 4px; }
  .modal .register-offer .offer-info {
    font-size: 11px;
    line-height: 14px;
    color: #707070; }

.reposition-close-button + .ngdialog-close {
  top: 97px !important; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .modal .register-offer {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 8px; }
    .modal .register-offer .offer-icon {
      margin-right: 4px; }
    .modal .register-offer .offer-details {
      width: calc(100% - 38px);
      display: block;
      float: none; } }

/** Overrides for ngDialog service */
.ngdialog.ngdialog-theme-default {
  padding-bottom: 0px !important; }
  .ngdialog.ngdialog-theme-default .ngdialog-content {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: -100px;
    border-radius: 0;
    background: none;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #333;
    width: 90vw;
    max-width: 350px;
    font-size: 13px;
    line-height: 16px; }
  .ngdialog.ngdialog-theme-default .ngdialog-close:before {
    margin-top: 10px;
    margin-right: 10px;
    content: "";
    background-image: url("../images/assets/icon-dismiss.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top; }
    .ngdialog.ngdialog-theme-default .ngdialog-close:before:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }

/*doc
---
title: Size selector
category: Components
parent: interactive
---
```html_example
<div class="size-selector">
  <div class="ngdialog-content">
    <div class="header">
        <div class="title">Select size</div>
        <div class="sizing">Sizing</div>
    </div>
    <div class="option-container">
        <div class="option">
            <span>2-3 months</span>
            <span class="float-right">&#8377;700</span>
        </div>
        <div class="option">
            <span>4-5 months</span>
            <span class="qty-left">(3 left)</span>
            <span class="float-right">&#8377;700</span>
        </div>
        <div class="option disabled">
            <span>6-7 months</span>
            <span class="float-right">&#8377;700</span>
        </div>
        <div class="option">
            <span>8-9 months</span>
            <span class="float-right">&#8377;328</span>
        </div>
        <div class="option">
            <span>10-11 months</span>
            <span class="float-right">&#8377;1200</span>
        </div>
        <div class="option">
            <span>8-9 months</span>
            <span class="float-right">&#8377;500</span>
        </div>
        <div class="option">
            <span>8-9 months</span>
            <span class="float-right">&#8377;600</span>
        </div>
    </div>
  </div>
</div>
```
*/
.size-selector {
  display: block; }
  .size-selector .ngdialog-overlay {
    background: rgba(0, 0, 0, 0.6); }
  .size-selector .ngdialog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 50vh; }
    .size-selector .ngdialog-content .header .title {
      text-align: center;
      font-weight: 300;
      font-size: 13px;
      line-height: 16px;
      padding-top: 18px;
      padding-right: 0px;
      padding-bottom: 15px;
      padding-left: 0px;
      text-transform: uppercase; }
    .size-selector .ngdialog-content .header .sizing-container {
      padding-top: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
      padding-left: 16px;
      text-align: right; }
    .size-selector .ngdialog-content .header .sizing {
      color: #ed54a4;
      font-size: 11px;
      line-height: 14px;
      cursor: pointer; }
      .size-selector .ngdialog-content .header .sizing:active {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        background-color: #f1f1f1; }
      .size-selector .ngdialog-content .header .sizing::before {
        content: '';
        background-repeat: no-repeat;
        background-position: 0 -11px;
        padding-right: 35px; }
    .size-selector .ngdialog-content .option-container {
      height: 100%;
      max-height: calc(50vh - 48px);
      overflow: scroll;
      box-shadow: 0 -1px 0 0 #e6e6e6; }
      .size-selector .ngdialog-content .option-container .option {
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        font-size: 13px;
        line-height: 16px;
        border-top: 1px solid #e6e6e6; }
        .size-selector .ngdialog-content .option-container .option:active {
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          background-color: #f1f1f1; }
        .size-selector .ngdialog-content .option-container .option .qty-left {
          color: #f44;
          padding-left: 8.8px; }
        .size-selector .ngdialog-content .option-container .option.selected {
          color: #ed54a4; }
        .size-selector .ngdialog-content .option-container .option.disabled {
          color: #a4a4a4; }

/*doc
---
title: Forgot password instruction
category: Components
parent: modal
---
```html_example
<div class="modal ">
  <div class="authentication">
    <div class="instruction sent-icon icon-checkmark icon-large"></div>
    <div class="instruction message">Instructions sent!</div>
    <div class="instruction detail">
      <p>We've sent an email with instructions on how to reset your password.</p>
      <p>If you don't receive an email within a few minutes, check your spam and junk folders.</p>
    </div>
    <div class="bottom-link"><a href="#.">Back to sign in</a></div>
  </div>
</div>

```
*/
.modal .authentication .instruction {
  color: #333;
  text-align: center;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 19px; }
  .modal .authentication .instruction.sent-icon {
    margin: 0 auto;
    background-color: #62bd7f;
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 40px;
    border-radius: 32px; }
  .modal .authentication .instruction.message {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }

.reset-password-container {
  background-image: url("../images/forgotPasswordBkgImg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh; }

.reset-dialog .ngdialog-content {
  margin-top: -148px !important; }

.reset-password-bottom-link {
  padding-top: 0 !important; }

@media screen and (min-width: 40em) {
  .reset-dialog .ngdialog-content {
    margin-top: -50px !important; } }

.group span.forgot-password {
  pointer-events: inherit; }

.modal-503 {
  background-color: #f5f5f5;
  padding: 32px 16px 16px !important; }

.size-chart-dialog .ngdialog-content {
  background-color: transparent; }

.ngdialog.ngdialog-theme-default .ngdialog-content,
.ngdialog.ngdialog-theme-default .ngdialog-content .size-chart {
  -webkit-animation: slideInTop 0.3s ease-in;
          animation: slideInTop 0.3s ease-in; }

.login-loading-btn, .register-loading-btn {
  height: 50px; }

@-webkit-keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes navTabActive {
  from {
    box-shadow: inset 0 0 0 0 #fff; }
  to {
    box-shadow: inset 0px -4px 0 0 #fff; } }

@keyframes navTabActive {
  from {
    box-shadow: inset 0 0 0 0 #fff; }
  to {
    box-shadow: inset 0px -4px 0 0 #fff; } }

@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes notification-bounce {
  30% {
    -webkit-transform: perspective(1px) translate(0, -8px);
            transform: perspective(1px) translate(0, -8px); }
  60% {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); }
  80% {
    -webkit-transform: perspective(1px) translate(0, -5px);
            transform: perspective(1px) translate(0, -5px); }
  to {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); } }

@keyframes notification-bounce {
  30% {
    -webkit-transform: perspective(1px) translate(0, -8px);
            transform: perspective(1px) translate(0, -8px); }
  60% {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); }
  80% {
    -webkit-transform: perspective(1px) translate(0, -5px);
            transform: perspective(1px) translate(0, -5px); }
  to {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); } }

@-webkit-keyframes notification-bounce-again {
  30% {
    -webkit-transform: perspective(1px) translate(0, -8px);
            transform: perspective(1px) translate(0, -8px); }
  60% {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); }
  80% {
    -webkit-transform: perspective(1px) translate(0, -5px);
            transform: perspective(1px) translate(0, -5px); }
  to {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); } }

@keyframes notification-bounce-again {
  30% {
    -webkit-transform: perspective(1px) translate(0, -8px);
            transform: perspective(1px) translate(0, -8px); }
  60% {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); }
  80% {
    -webkit-transform: perspective(1px) translate(0, -5px);
            transform: perspective(1px) translate(0, -5px); }
  to {
    -webkit-transform: perspective(1px) translate(0, 0);
            transform: perspective(1px) translate(0, 0); } }

@-webkit-keyframes fadeAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fadeAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes notification-grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px);
            transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px); }
  33% {
    opacity: 1;
    -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px); }
  66% {
    -webkit-transform: scaleX(0.98) scaleY(0.98) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(0.98) scaleY(0.98) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(1) scaleY(1) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@keyframes notification-grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px);
            transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px); }
  33% {
    opacity: 1;
    -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px); }
  66% {
    -webkit-transform: scaleX(0.98) scaleY(0.98) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(0.98) scaleY(0.98) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(1) scaleY(1) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@-webkit-keyframes notification-shrink {
  0% {
    -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px); }
  80% {
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px);
            transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px); } }

@keyframes notification-shrink {
  0% {
    -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px);
            transform: scaleX(1.02) scaleY(1.02) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px); }
  80% {
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px);
            transform: scaleX(0.01) scaleY(0.01) scaleZ(1) translateX(0px) translateY(-96px) translateZ(0px); } }

@-webkit-keyframes slideInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scrollerTransition {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes scrollerTransition {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slideUp {
  from {
    bottom: 0; }
  to {
    bottom: 32px; } }

@keyframes slideUp {
  from {
    bottom: 0; }
  to {
    bottom: 32px; } }

@-webkit-keyframes slideDown {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slideDown {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slide-up {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -35px;
    opacity: 0;
    display: none; }
  100% {
    top: -35px;
    opacity: 0;
    display: none; } }

@keyframes slide-up {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -35px;
    opacity: 0;
    display: none; }
  100% {
    top: -35px;
    opacity: 0;
    display: none; } }

@-webkit-keyframes fadeplp {
  0% {
    opacity: 0;
    background-color: #333; }
  100% {
    opacity: 1;
    background-color: #fff; } }

@keyframes fadeplp {
  0% {
    opacity: 0;
    background-color: #333; }
  100% {
    opacity: 1;
    background-color: #fff; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 36px #62bd7f; } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 36px #62bd7f; } }

/*doc
---
title: Form Elements
category: Components
name: form
---
*/
#custom-toast-container {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  position: fixed;
  z-index: 999999;
  /*overrides*/ }
  #custom-toast-container .toast-error.ng-enter.toast, #custom-toast-container .toast-info.ng-enter.toast {
    -webkit-animation: animSlideTop 0.2s ease-out;
            animation: animSlideTop 0.2s ease-out; }
  #custom-toast-container .toast-error.ng-enter .toast-message, #custom-toast-container .toast-info.ng-enter .toast-message {
    opacity: 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-animation: animFadeMove 0.1s ease-out 0.2s;
            animation: animFadeMove 0.1s ease-out 0.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #custom-toast-container .toast-error.ng-leave .toast-message, #custom-toast-container .toast-info.ng-leave .toast-message {
    -webkit-animation: animFadeMove 0.3s ease-in reverse;
            animation: animFadeMove 0.3s ease-in reverse; }
  #custom-toast-container .toast {
    font-size: 14px;
    line-height: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    color: #fff;
    text-align: center; }
    #custom-toast-container .toast-info {
      background-color: #00aff0; }
    #custom-toast-container .toast.toast-error {
      background-color: #f44; }
    #custom-toast-container .toast {
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      font-weight: 500; }
      #custom-toast-container .toast.toast-error .toast-message::before {
        margin: 0 auto 12px;
        display: block;
        height: 22px;
        width: 24px; }

/*doc
---
title: Boutique Card
category: Components
parent: cards
---
```html_example
<div style="width:400px">
  <div class="boutique">
    <div class="image">
      <img src="images/wn-holiday-gifting.png" />
      <div class="tags">
        <div class="text-tag"> 50% off now</div>
        <div class="timer-tag"> 3 hrs left</div>
      </div>
    </div>
    <h3> Cool Gifts for loved ones </h3>
    <span> Enlighten the occasion.</span>
  </div>
</div>

```
*/
.title-wrapper {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: #fff;
  box-shadow: 0 1px #e6e6e6; }
  .title-wrapper h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500; }
  .title-wrapper h3 + .tag-line {
    margin-top: 4px; }

.boutique {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  width: 100%; }
  .boutique:active {
    opacity: 0.75;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .boutique .image {
    position: relative;
    overflow: hidden; }
    .boutique .image:hover img {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
    .boutique .image img {
      width: 100%; }
    .boutique .image div.tags {
      position: absolute;
      top: 8px;
      left: 8px;
      text-align: right; }
      .boutique .image div.tags span {
        background-color: #204265; }
  .boutique .tag-line {
    color: #707070;
    font-size: 11px;
    line-height: 14px; }

.boutique-container {
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  box-sizing: border-box; }
  .boutique-container .boutique-tile {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    box-sizing: border-box; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .boutique-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
    .boutique-container .boutique-tile {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 8px;
      padding-left: 0px; } }

.no-results {
  text-align: center;
  color: #707070; }
  .no-results .container {
    padding-top: 80px;
    width: 200px;
    display: inline-block; }
    .no-results .container .message {
      padding-top: 40px;
      padding-right: 0px;
      padding-bottom: 24px;
      padding-left: 0px; }

.search-heading {
  color: #707070;
  margin-bottom: 16px;
  font-weight: 500; }
  @media screen and (max-width: 63.9375em) {
    .search-heading {
      padding-right: 16px;
      padding-left: 16px; } }

.search-term {
  color: #333; }

.category-search-container {
  background-color: #fff;
  text-align: right; }

.no-results-icon {
  margin-top: 48px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px; }

.no-search-results {
  text-align: center; }

.search-category {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  position: relative; }
  .search-category .category span {
    font-weight: 500;
    color: #ed54a4;
    display: block;
    text-transform: lowercase;
    margin-top: 4px; }
  .search-category img {
    width: 150px; }
  .search-category h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
    width: 120px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-weight: 500; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .boutique-container[data-columns]::before {
    content: '1 .column.size-1of1'; }
  .no-search-results .browse-by-categories {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px; }
  .search-category img {
    width: 100%;
    float: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .boutique-container[data-columns]::before {
    content: '2 .column.size-1of2'; } }

@media screen and (min-width: 64em) {
  .boutique-container[data-columns]::before {
    content: '3 .column.size-1of3'; } }

/* when showing the thing */
.boutique.ng-hide-remove {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  /* So they look staggered */ }

@media screen and (max-width: 414px) {
  .search-category {
    width: 100%; }
    .search-category img {
      width: 150px; }
    .search-category h3 {
      width: auto;
      font-size: 16px;
      line-height: 24px; }
    .search-category .category-search-container {
      border: 1px solid #e6e6e6; } }

/*doc
---
title: Cards
category: Components
name: cards
---
Independent modules that contain organized content.
*/
/*doc
---
title: Product Card
category: Components
parent: cards
---
```html_example
<div style="width:300px">
  <div class="product">
    <div class="image-tags">
      <div class="image" style="background-image: url('images/plp-3.png')">
      </div>
      <div class="tags">
        <span class="tag pre-order">Pre-order</span>
        <span class="tag qty-left positive">2 left</span>
        <span class="tag sold-out">Sold out</span>
      </div>
      <div class="quick-shop-wrapper">
      </div>
    </div>
    <div class="brand-name"> Carters </div>
    <h3>Floral French Terry Top</h3>
    <div class="prices">
      <span class="actual-price"> &#8377; 875 </span>
      <span class="vendor-price"> &#8377; 1,121  </span>
    </div>
  </div>
</div>
```
*/
.sold-out-image {
  opacity: 0.25; }

.product-container {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px; }

.show-more-products {
  margin: 32px auto 0 auto; }

.product-row {
  max-width: inherit;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-animation: fadeplp 1s;
          animation: fadeplp 1s; }

.product-tile {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6; }

.product {
  background-color: #fff;
  position: relative;
  transition: all 0.2s ease-out; }
  @media screen and (max-width: 63.9375em) {
    .product:active {
      opacity: 0.6;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } }
  .product.is-coming-soon:hover {
    opacity: 1; }
  @media screen and (min-width: 40em) {
    .product:hover {
      box-shadow: 0px 4px 20px 0px #e1e1e1;
      mix-blend-mode: multiply;
      border: none;
      z-index: 4; }
    .product:active {
      opacity: 0.75;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      box-shadow: none; } }
  @media screen and (min-width: 64em) {
    .product:active {
      opacity: 1;
      -webkit-tap-highlight-color: transparent; } }
  .product .tags {
    position: absolute;
    bottom: 12px;
    left: 12px; }
  .product .pre-order {
    background-color: #ffcc33;
    color: #362f37;
    display: inline-block;
    position: relative; }
  .product .qty-left, .product .sold-out {
    background-color: #f44;
    color: #fff; }
  .product .image-tags {
    position: relative;
    background: url("../images/boutique-pattern.png") no-repeat center;
    background-size: 50%; }
  .product .quick-shop-wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    max-height: 61%;
    bottom: 72px; }
    .product .quick-shop-wrapper .quick-shop {
      background-color: rgba(255, 255, 255, 0.96);
      transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
      .product .quick-shop-wrapper .quick-shop:not(:first-child) {
        display: none; }
      .product .quick-shop-wrapper .quick-shop.ng-enter {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
      .product .quick-shop-wrapper .quick-shop.ng-enter-active {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
      .product .quick-shop-wrapper .quick-shop.ng-leave {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
      .product .quick-shop-wrapper .quick-shop.ng-leave-active {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
    .product .quick-shop-wrapper .edd {
      padding: 4px 0 4px 0;
      font-size: 11px;
      line-height: 14px;
      background-color: #f5f5f5; }
      .product .quick-shop-wrapper .edd-pre-order {
        background-color: #ffcc33 !important; }
        .product .quick-shop-wrapper .edd-pre-order:before {
          content: 'Pre-order: '; }
    .product .quick-shop-wrapper .size-text {
      padding-bottom: 4px; }
    .product .quick-shop-wrapper .qty-chart {
      padding: 14px 16px 4px 16px;
      font-size: 11px;
      line-height: 13px; }
    .product .quick-shop-wrapper .qty-left {
      background-color: inherit !important;
      color: #f44 !important; }
    .product .quick-shop-wrapper .size-chart {
      color: #ed54a4;
      font-weight: 500;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 36px;
      line-height: 14px;
      border: none;
      background-repeat: no-repeat;
      background-position: left center;
      background-color: inherit;
      cursor: pointer; }
      .product .quick-shop-wrapper .size-chart:active {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        background-color: #f1f1f1; }
    .product .quick-shop-wrapper .size-selector-primary {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 4px;
      overflow-x: inherit;
      margin: 0 !important;
      max-height: 94px;
      overflow-y: auto; }
      .product .quick-shop-wrapper .size-selector-primary .disabled {
        opacity: 0.5; }
      .product .quick-shop-wrapper .size-selector-primary .sizes {
        white-space: normal; }
      .product .quick-shop-wrapper .size-selector-primary .size {
        margin-bottom: 8px;
        box-sizing: border-box;
        min-width: 60px;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px; }
        .product .quick-shop-wrapper .size-selector-primary .size:first-child {
          margin-left: 0; }
        .product .quick-shop-wrapper .size-selector-primary .size:last-child {
          margin-right: 8px; }
    .product .quick-shop-wrapper .sticky-button {
      padding-top: 12px;
      padding-bottom: 12px;
      margin-bottom: 0;
      box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08); }
  .product .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    padding-bottom: 119%; }
  .product .sold-out-image-overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    opacity: 0.6; }
  .product.custom-product .image {
    width: 100%;
    padding-bottom: 119%;
    height: 72px;
    box-sizing: content-box;
    background-size: cover; }
  .product.custom-product .brand-name, .product.custom-product h3, .product.custom-product .prices {
    display: none; }
  .product.disable-product a {
    cursor: default; }
  .product.is-coming-soon {
    padding-bottom: 24px; }
    .product.is-coming-soon a {
      cursor: default; }
    .product.is-coming-soon.custom-product {
      padding-bottom: 0; }
      .product.is-coming-soon.custom-product a {
        cursor: pointer; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product .image {
      width: 100%;
      padding-bottom: 119%; }
    .product.custom-product .image {
      width: 100%;
      padding-bottom: 119%; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .product .image {
      width: 100%;
      padding-bottom: 119%; }
    .product.custom-product .image {
      width: 100%;
      padding-bottom: 119%;
      height: 64px; } }
  @media screen and (min-width: 87.5em) {
    .product .image {
      width: 100%;
      padding-bottom: 119%; }
    .product.custom-product .image {
      width: 100%;
      padding-bottom: 119%; } }
  .product .brand-name {
    font-size: 10px;
    line-height: 12px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .product .brand-name::before, .product .brand-name::after {
      content: ' ';
      display: table; }
    .product .brand-name::after {
      clear: both; }
  .product .prices {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    font-weight: 500;
    padding-bottom: 8px; }
  .product .vendor-price {
    color: #a4a4a4;
    text-decoration: line-through; }
  .product .discount {
    color: #62bd7f; }
  .product h3 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 4px;
    margin-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .product .brand-name {
      font-size: 10px;
      line-height: 12px;
      padding-top: 8px;
      padding-right: 8px;
      padding-bottom: 4px;
      padding-left: 8px; }
    .product .prices {
      font-size: 11px;
      line-height: 14px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 8px; }
    .product h3 {
      font-size: 11px;
      line-height: 14px;
      margin-top: 0px;
      margin-right: 8px;
      margin-bottom: 4px;
      margin-left: 8px; } }

.product-detail-container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #fff; }
  .product-detail-container .pdp-details {
    min-height: calc(570px + 16.5px);
    /*carousel height*/
    border-left: 1px solid #e6e6e6;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    display: block; }
    .product-detail-container .pdp-details .product-name {
      font-size: 18px;
      line-height: 24px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 6px;
      padding-left: 0px; }
    .product-detail-container .pdp-details .brand-name {
      margin-top: 16px;
      margin-bottom: 4px;
      font-size: 13px;
      line-height: 19px;
      color: #a4a4a4; }
    .product-detail-container .pdp-details .product-price {
      font-size: 16px;
      line-height: 19px;
      padding-top: 0px;
      padding-right: 4px;
      padding-bottom: 0px;
      padding-left: 0px;
      font-weight: 500; }
    .product-detail-container .pdp-details .vendor-price {
      font-size: 16px;
      line-height: 19px;
      color: #a4a4a4;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      text-decoration: line-through; }
    .product-detail-container .pdp-details .discount {
      font-size: 16px;
      line-height: 19px;
      color: #62bd7f;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 4px; }
    .product-detail-container .pdp-details .qty-chart {
      padding-top: 40px;
      padding-right: 0px;
      padding-bottom: 12px;
      padding-left: 0px;
      font-size: 13px;
      line-height: 16px; }
      .product-detail-container .pdp-details .qty-chart .qty-left {
        color: #f44; }
      .product-detail-container .pdp-details .qty-chart .size-chart {
        color: #ed54a4;
        line-height: 14px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 36px;
        border: none;
        background-repeat: no-repeat;
        background-position: left center;
        cursor: pointer; }
        .product-detail-container .pdp-details .qty-chart .size-chart:active {
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          background-color: #f1f1f1; }
    .product-detail-container .pdp-details .size-selector {
      display: block; }
    .product-detail-container .pdp-details .edd {
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 0px;
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      background-color: #f5f5f5;
      margin-top: 12px;
      margin-right: 0px;
      margin-bottom: 12px;
      margin-left: 0px; }
    .product-detail-container .pdp-details .edd-pre-order {
      background-color: #ffcc33 !important; }
      .product-detail-container .pdp-details .edd-pre-order:before {
        content: 'Pre-order: '; }
    .product-detail-container .pdp-details .atc-desktop {
      width: 100%; }
    .product-detail-container .pdp-details .sold-out {
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 0px;
      font-size: 11px;
      line-height: 14px;
      font-weight: bold;
      background-color: #f44;
      margin-top: 16px;
      margin-right: 0px;
      margin-bottom: 16px;
      margin-left: 0px;
      color: #fff;
      text-align: center; }
    .product-detail-container .pdp-details .non-refundable {
      padding-top: 16px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      font-weight: 500;
      float: left;
      font-size: 11px;
      line-height: 14px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .product-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .product-detail-container {
    -webkit-touch-callout: none !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
    .product-detail-container .pdp-details {
      display: block;
      min-height: initial;
      padding-top: 16px;
      padding-right: 16px;
      padding-bottom: 0px;
      padding-left: 16px; }
      .product-detail-container .pdp-details .product-name {
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
        text-align: left; }
      .product-detail-container .pdp-details .brand-name {
        margin-top: 0;
        font-size: 11px;
        line-height: 14px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        text-align: left;
        color: #a4a4a4; }
      .product-detail-container .pdp-details .product-price {
        font-weight: 500;
        padding-top: 0px;
        padding-right: 4px;
        padding-bottom: 0px;
        padding-left: 0px; }
      .product-detail-container .pdp-details .vendor-price {
        color: #a4a4a4;
        padding-top: 4px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px; }
      .product-detail-container .pdp-details .discount {
        color: #62bd7f;
        padding-top: 4px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 4px; }
      .product-detail-container .pdp-details .price {
        font-size: 13px;
        line-height: 16px; }
      .product-detail-container .pdp-details .qty-chart {
        padding-top: 12px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 11px;
        line-height: 14px;
        text-align: left; }
        .product-detail-container .pdp-details .qty-chart .qty-left {
          color: #f44; }
        .product-detail-container .pdp-details .qty-chart .size-chart {
          color: #ed54a4;
          text-align: right; }
      .product-detail-container .pdp-details .edd {
        padding-top: 4px;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
        margin-top: 16px;
        margin-right: 0px;
        margin-bottom: 16px;
        margin-left: 0px; }
      .product-detail-container .pdp-details .non-refundable {
        padding-top: 4px;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        font-weight: 500;
        float: inherit; }
    .product-detail-container .sold-out {
      font-size: 13px;
      line-height: 16px;
      padding-top: 4px;
      padding-right: 0px;
      padding-bottom: 4px;
      padding-left: 0px;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-weight: bold;
      background-color: #f44;
      color: #fff;
      text-align: center; }
    .product-detail-container .atc-mobile {
      z-index: 100;
      position: fixed;
      height: 52px;
      width: 100%;
      bottom: 0;
      left: 0;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      border-radius: 0; }
  .product .tags {
    bottom: 4px;
    left: 4px; } }

/*doc
---
title: Mobile Size Selector
category: Components
parent: interactive
---
```html_example
<div class="size-selector-primary">
  <div class="sizes">
    <span class="size">0-2 months</span>
    <span class="size selected">2-4 months</span>
    <span class="size">4-8 months</span>
    <span class="size">8-12 months</span>
    <span class="size disabled">1-2 years</span>
    <span class="size disabled">2-4 years</span>
  </div>
</div>
```
*/
.size-selector-primary {
  margin-top: 16px;
  overflow-x: scroll;
  margin-left: -16px !important;
  margin-right: -16px !important; }
  .size-selector-primary .sizes {
    white-space: nowrap; }
  .size-selector-primary .size {
    cursor: pointer;
    min-width: 72px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 8px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    background-color: #fff; }
    .size-selector-primary .size:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
    .size-selector-primary .size:first-child {
      margin-left: 16px; }
    .size-selector-primary .size:last-child {
      margin-right: 16px; }
    .size-selector-primary .size:hover {
      color: #ed54a4; }
  .size-selector-primary .selected {
    border: 1px solid #ed54a4;
    font-weight: 500;
    color: #ed54a4; }
  .size-selector-primary .disabled {
    background-color: #f5f5f5;
    pointer-events: none;
    opacity: 0.3; }

.image-carousel-row {
  display: table;
  table-layout: fixed; }

.loading-event .button .text {
  color: transparent; }

.loading-event .button .loading {
  display: block; }

.show-more-product-loading.button .text, .show-more-order-loading.button .text {
  color: transparent; }

.show-more-product-loading.button .loading, .show-more-order-loading.button .loading {
  display: block; }
  .show-more-product-loading.button .loading .mask .maskedCircle, .show-more-order-loading.button .loading .mask .maskedCircle {
    border: 3px solid #ed54a4; }

.show-more-button-container button.secondary:disabled, .more-order-button-container button.secondary:disabled {
  border-color: #e6e6e6; }

/*doc
---
title: Divider
category: Design
---
```html_example
     <div class="divider">
        <h3 class="divider--heading">
            <span class="divider--heading--wrapper">Divider Heading</span>
        </h3>
    </div>
```
*/
.divider-container {
  background-color: #f5f5f5;
  padding-top: 68px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px; }
  @media screen and (max-width: 39.9375em) {
    .divider-container {
      padding-right: 16px;
      padding-left: 16px; } }

.divider {
  font-weight: 500;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 32px;
  border-top: 1px solid #e6e6e6; }

hr.dash {
  width: 48px;
  background-color: #ed54a4;
  height: 2px;
  border: none;
  margin-top: 16px;
  margin-bottom: 0; }

.product-recommendations .divider-container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }

.upcoming .divider-container, .sale .divider-container {
  padding-top: 0; }

@media screen and (max-width: 39.9375em) {
  .upcoming .divider, .sale .divider {
    padding-top: 32px; } }

@media screen and (max-width: 39.9375em) {
  .categories-container .divider-container {
    padding-top: 0; }
  .categories-container .divider {
    padding-top: 32px;
    border-top: none; } }

/*doc
---
title: Age Group
category: category
---
```html_example
<div class="category-group" style="width: 640px">
  <div class="age-group">
    <img src="../images/mock/gender-image.png">
    <div class="groups">
      <div class="group">
        <div class="group-range">0-24</div>
        <div class="group-year">months</div>
      </div>
      <div class="group">
        <div class="group-range">2-4</div>
        <div class="group-year">years</div>
      </div>
      <div class="group">
        <div class="group-range">4-6</div>
        <div class="group-year">years</div>
      </div>
      <div class="group">
        <div class="group-range">6+</div>
        <div class="group-year">years</div>
      </div>
    </div>
  </div>
</div>
```
*/
.category-group .age-group {
  text-align: center;
  position: relative;
  height: auto;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: calc(30vw + 1px);
  max-height: 698px; }
  .category-group .age-group img {
    height: 30vw;
    max-height: 480px; }

.category-group .groups {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%; }

.category-group .group {
  width: 20%;
  font-weight: 500;
  display: inline-block;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 #f5f5f5;
  border: solid 1px #f5f5f5; }

.category-group .group-range {
  font-size: 2vw;
  line-height: 2.4vw;
  padding-top: 0.5vw;
  color: #ed54a4;
  min-width: 70px; }

.category-group .group-year {
  font-size: 1vw;
  line-height: 1.1vw;
  color: #a4a4a4;
  padding-bottom: 0.4vw; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .category-group .age-group {
    height: 95vw;
    background: #f5f5f5;
    border: none; }
    .category-group .age-group img {
      visibility: hidden; }
  .category-group .divider {
    background: #f5f5f5; }
  .category-group .groups {
    top: 0; }
  .category-group .group-range {
    font-size: 8vw;
    line-height: 10vw; }
  .category-group .group-year {
    font-size: 3vw;
    line-height: 5vw;
    color: #a4a4a4; }
  .category-group .group {
    width: 47vw;
    height: 46vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 2px;
    padding-top: 18%;
    box-shadow: none; } }

/*doc
---
title: Category Card
category: category
---
```html_example
<div class="category-card">
    <a href="#">
        <div class="image">
            <img src="../images/mock/Img1.png" alt="">
        </div>
        <h3>Party dresses</h3>
    </a>
</div>

```
*/
.category-card {
  text-align: center; }
  .category-card .image {
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    overflow: hidden; }
    @media screen and (min-width: 40em) {
      .category-card .image:hover img {
        -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
                transform: scale(1.04); } }
  .category-card img {
    background: url("../images/boutique-pattern.png") no-repeat center;
    transition: all 0.3s ease-out;
    background-size: 160px 160px; }
  .category-card h3 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    color: #a4a4a4; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .category-card .image {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px; } }

/*doc
---
title: Category Group
category: category
---
```html_example
<div class="category-group">
  <div class="category-group-primary">
    <div class="category-card">
        <a href="#">
            <div class="image">
                <img class="category-large-image" src="../images/mock/Img1.png" alt="">
            </div>
            <h3>Party dresses</h3>
        </a>
    </div>
  </div>
  <div class="category-group-secondary">
    <div class="category-card">
      <a href="#">
          <div class="image">
              <img class="category-medium-image" src="../images/mock/Img2.png" alt="">
          </div>
          <h3>Infant shoes</h3>
      </a>
    </div>
    <div class="category-card">
      <a href="#">
          <div class="image">
              <img class="category-medium-image" src="../images/mock/Img2.png" alt="">
          </div>
          <h3>Hair accessories</h3>
      </a>
    </div>
  </div>
</div>

```
*/
.category-group .category-card {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6; }

.category-group-secondary {
  text-align: center; }
  .category-group-secondary > * {
    float: left;
    width: 50%; }
  .category-group-secondary .category-card {
    height: 100%; }

.category-group-primary .category-card {
  height: calc(30vw + 1px);
  max-height: 698px; }

.category-small-image {
  width: 194px;
  height: 194px; }

.category-medium-image {
  width: 15.5vw;
  height: 15.5vw;
  max-height: 266px; }

.category-large-image {
  width: 26vw;
  height: 26vw;
  max-height: 616px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .category-large-image {
    width: 78vw;
    height: 78vw; }
  .category-medium-image {
    width: 28vw;
    height: 28vw; }
  .category-small-image {
    width: 116px;
    height: 116px; }
  .category-group-primary .category-card {
    height: auto; } }

/*doc
---
title: Category Carousel
category: category
---
```html_example
<div class="carousel-wrapper">
  <div class="category-carousel-mask">
    <div class="category-carousel">
      <div class="category-card">
          <a href="#">
              <div class="image">
                  <img class="category-small-image" src="../images/mock/Img1.png" alt="">
              </div>
              <h3>Party dresses</h3>
          </a>
      </div>
      <div class="category-card">
          <a href="#">
              <div class="image">
                  <img class="category-small-image" src="../images/mock/Img1.png" alt="">
              </div>
              <h3>Party dresses</h3>
          </a>
      </div>
      <div class="category-card">
          <a href="#">
              <div class="image">
                  <img class="category-small-image" src="../images/mock/Img1.png" alt="">
              </div>
              <h3>Party dresses</h3>
          </a>
      </div>
      <div class="category-card">
          <a href="#">
              <div class="image">
                  <img class="category-small-image" src="../images/mock/Img1.png" alt="">
              </div>
              <h3>Party dresses</h3>
          </a>
      </div>
      <div class="category-card">
          <a href="#">
              <div class="image">
                  <img class="category-small-image" src="../images/mock/Img1.png" alt="">
              </div>
              <h3>Party dresses</h3>
          </a>
      </div>
      <div class="category-card">
          <a href="#">
              <div class="image">
                  <img class="category-small-image" src="../images/mock/Img1.png" alt="">
              </div>
              <h3>Party dresses</h3>
          </a>
      </div>

    </div>
  </div>
  <div class="scroller scroller-left"></div>
  <div class="scroller scroller-right"></div>
</div>

```
*/
.carousel-wrapper {
  position: relative;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px; }
  .carousel-wrapper .category-carousel-mask {
    height: 252px;
    overflow: hidden; }
  .carousel-wrapper .image {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .carousel-wrapper .category-card {
    border: 1px solid #e6e6e6;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
    background: white; }
    .carousel-wrapper .category-card h3 {
      overflow: hidden;
      text-overflow: ellipsis; }
  .carousel-wrapper .category-carousel {
    text-align: center;
    white-space: nowrap;
    transition: margin-left 1.5s ease;
    overflow-x: scroll; }
    .carousel-wrapper .category-carousel > * {
      display: inline-block;
      margin-right: 12px; }
      .carousel-wrapper .category-carousel > *:first-child {
        margin-left: 0px; }
  .carousel-wrapper .scroller {
    top: 36%;
    position: absolute;
    display: none; }

@media screen and (min-width: 64em) {
  .carousel-wrapper .scroller {
    display: block; }
  .carousel-wrapper .category-carousel {
    overflow-x: hidden; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .carousel-wrapper {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px; }
    .carousel-wrapper .category-carousel-mask {
      height: 170px; }
    .carousel-wrapper .scroller {
      top: 32%; }
    .carousel-wrapper .category-carousel {
      -webkit-overflow-scrolling: touch; }
      .carousel-wrapper .category-carousel > *:first-child {
        margin-left: 12px; } }

/*doc
---
title: Category Sale Banner
category: category
---
```html_example
<div class="upcoming-sale-wrapper row">
  <div class="sale columns small-12 medium-6">
    <img src="../images/mock/bitmap.png" alt="">
  </div>
  <div class="upcoming columns small-12 medium-6">
    <img src="../images/mock/bitmap.png" alt="">
  </div>
</div>

```
*/
.upcoming-sale-wrapper {
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px; }
  @media screen and (max-width: 39.9375em) {
    .upcoming-sale-wrapper {
      padding: 4px 12px 0; } }
  .upcoming-sale-wrapper .sale .image-container, .upcoming-sale-wrapper .upcoming .image-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(50vw - 14px);
    height: calc((50vw - 14px) * 0.305);
    max-width: 688px;
    max-height: 241px;
    border: 1px solid #e6e6e6; }
    @media screen and (max-width: 39.9375em) {
      .upcoming-sale-wrapper .sale .image-container, .upcoming-sale-wrapper .upcoming .image-container {
        width: calc(100vw - 24px);
        height: calc((100vw - 24px) * 0.305); } }
  .upcoming-sale-wrapper .sale {
    padding-right: 6px; }
    @media screen and (max-width: 39.9375em) {
      .upcoming-sale-wrapper .sale {
        padding-right: 0;
        margin-bottom: 16px; } }
  .upcoming-sale-wrapper .upcoming {
    padding-left: 6px; }
    @media screen and (max-width: 39.9375em) {
      .upcoming-sale-wrapper .upcoming {
        padding-left: 0; } }
  .upcoming-sale-wrapper .sale .image-container {
    background-image: url("../images/banner-images/sale-large.jpg"); }
    @media screen and (max-width: 39.9375em) {
      .upcoming-sale-wrapper .sale .image-container {
        background-image: url("../images/banner-images/sale-small.jpg"); } }
  .upcoming-sale-wrapper .upcoming .image-container {
    background-image: url("../images/banner-images/upcoming-collections-large.jpg"); }
    @media screen and (max-width: 39.9375em) {
      .upcoming-sale-wrapper .upcoming .image-container {
        background-image: url("../images/banner-images/upcoming-collections-small.jpg"); } }

.categories {
  border-bottom: 1px solid #e6e6e6;
  background: #fff; }

/*doc
---
title: Category Row
category: category
---
```html_example

<div class="category-row row hide-for-small-only">
  <div class="columns medium-3">
    <div class="category-card">
        <a href="#">
            <div class="image">
                <img class="category-small-image" src="../images/mock/Img1.png" alt="">
            </div>
            <h3>Party dresses</h3>
        </a>
    </div>
  </div>
  <div class="columns medium-3">
    <div class="category-card">
        <a href="#">
            <div class="image">
                <img class="category-small-image" src="../images/mock/Img1.png" alt="">
            </div>
            <h3>Party dresses</h3>
        </a>
    </div>
  </div>
  <div class="columns medium-3">
    <div class="category-card">
        <a href="#">
            <div class="image">
                <img class="category-small-image" src="../images/mock/Img1.png" alt="">
            </div>
            <h3>Party dresses</h3>
        </a>
    </div>
  </div>
  <div class="columns medium-3">
    <div class="category-card">
        <a href="#">
            <div class="image">
                <img class="category-small-image" src="../images/mock/Img1.png" alt="">
            </div>
            <h3>Party dresses</h3>
        </a>
    </div>
  </div>
</div>

```
*/
.category-row {
  background: #fff; }
  .category-row .category-card {
    width: 100%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

/*doc
---
title: Category Loaders
category: category
---
```html_example

<div class="row category-loader">
  <div class="columns small-12 hide-for-small-only">
    <div class="banner-loader"></div>
  </div>
  <div class="columns small-12">
    <div class="row detail-loader">
        <div class="columns small-12 medium-6 hide-for-small-only">
          <div class="group-loader"></div>
        </div>
        <div class="columns small-12 medium-6">
          <div class="card-loader">
            <div class="aligned image-loader"></div>
            <div class="aligned name-loader"></div>
          </div>
        </div>
    </div>
  </div>
</div>

```
*/
.category-loader {
  position: relative; }
  .category-loader .carousel-indicator {
    background: #fff;
    position: absolute;
    bottom: 12px; }
    .category-loader .carousel-indicator .circle {
      background-color: #e6e6e6; }

.banner-loader {
  height: 30vw;
  background-color: #f1f1f1; }

.detail-loader {
  text-align: center;
  background-color: #fff;
  padding-top: 48px;
  padding-right: 0px;
  padding-bottom: 48px;
  padding-left: 0px; }

.group-loader {
  height: 30vw;
  margin-top: 0px;
  margin-right: 48px;
  margin-bottom: 0px;
  margin-left: 48px;
  background-color: #f1f1f1; }

.card-loader {
  height: 30vw; }
  .card-loader .aligned {
    width: 27vw;
    margin: 0 auto;
    background-color: #f1f1f1; }
  .card-loader .image-loader {
    height: 27vw; }
  .card-loader .name-loader {
    margin-top: 10px;
    height: 12px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .card-loader {
    height: calc(47vw + 52px); }
    .card-loader .name-loader {
      width: 58vw;
      height: 8px;
      margin-top: 16px; }
    .card-loader .image-loader {
      width: 100vw;
      height: 47vw; }
  .detail-loader {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px; } }

/*doc
---
title: Recommended Product
category: Components
parent: cards
---
```html_example
<div class="recommended-product-item">
  <a>
    <div class="recommended-product-item-image">
      <img src="../images/recom-1.jpg">
    </div>
  </a>
  <h3 class="recommended-product-item-price">&#8377; 1000</h3>
</div>
```
*/
.recommended-product-wrapper {
  min-height: 209px; }
  .recommended-product-wrapper .recommended-product {
    text-align: center; }
    .recommended-product-wrapper .recommended-product-item {
      display: inline-block;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 8px;
      margin-left: 8px; }
      .recommended-product-wrapper .recommended-product-item-image {
        width: 152px;
        height: 187px;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        background: #fff;
        display: table-cell;
        vertical-align: middle; }
        .recommended-product-wrapper .recommended-product-item-image:active {
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          opacity: 0.75; }
        @media screen and (max-width: 63.9375em) {
          .recommended-product-wrapper .recommended-product-item-image:active {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            opacity: 0.6; } }
        .recommended-product-wrapper .recommended-product-item-image img {
          max-width: 150px;
          max-height: 180px; }
      .recommended-product-wrapper .recommended-product-item-price {
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-weight: 300;
        font-size: 13px;
        line-height: 15px; }

/*doc
---
title: Recommended Products
category: Layout
---
```html_example
<div class="recommended-product-wrapper">
  <a class="scroller scroller-left"></a>
  <div class="recommended-product">
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
    <div class="recommended-product-item">
      <a>
        <div class="recommended-product-item-image">
          <img src="../images/recom-1.jpg">
        </div>
      </a>
      <h3 class="recommended-product-item-price">&#8377;1000</h3>
    </div>
  </div>
  <a class="scroller scroller-right"></a>
</div>
```
*/
/*doc
---
title: Recommended Matching
category: Components
---
```html_example
<div class="recommended-matching">
  <div class="recommended-matching-product">
    <a href="#">More white tops from Carter's </a>
  </div>
  <div class="recommended-matching-product">
    <a href="#">More white tops </a>
  </div>
  <div class="recommended-matching-product">
    <a href="#">More tops</a>
  </div>
</div>
```
*/
.recommended-product-wrapper {
  overflow: hidden;
  position: relative; }
  .recommended-product-wrapper .scroller {
    position: absolute;
    top: 32%;
    z-index: 1; }
  .recommended-product-wrapper .recommended-product {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-x: hidden;
    transition: margin-left 1.5s ease; }
    .recommended-product-wrapper .recommended-product recommended-product {
      display: inline-block; }

.recommended-matching {
  text-align: center;
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 56px;
  margin-left: 0px;
  font-size: 13px;
  line-height: 20px; }
  .recommended-matching-product {
    display: inline-block;
    border-right: 1px solid #a4a4a4;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px; }
    .recommended-matching-product a {
      font-weight: 300;
      color: #ed54a4; }
      .recommended-matching-product a:active {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        background-color: #f1f1f1; }
  .recommended-matching recommended-matching:last-child .recommended-matching-product {
    border-right: none; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .recommended-product-wrapper {
    left: -12px;
    width: calc(100% + 12px); }
    .recommended-product-wrapper .scroller {
      display: none; }
    .recommended-product-wrapper .recommended-product {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .recommended-product-wrapper .recommended-product recommended-product:first-child .recommended-product-item {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 24px; }
      .recommended-product-wrapper .recommended-product recommended-product:last-child .recommended-product-item {
        margin-top: 0px;
        margin-right: 24px;
        margin-bottom: 0px;
        margin-left: 8px; }
  .recommended-matching-product {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    border: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .recommended-product-wrapper .scroller {
    display: none; }
  .recommended-product-wrapper .recommended-product {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }

.collection-tag-line {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }

.collection-boutique-products {
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6; }
  .collection-boutique-products .scroller {
    display: none; }

.collection-header {
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
  cursor: pointer; }
  .collection-header:hover a {
    color: #ed54a4;
    opacity: 1; }
  .collection-header:hover .arrow {
    border-color: #ed54a4; }
  .collection-header span {
    display: inline-block; }
  .collection-header .arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.boutique-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding-bottom: 16px; }

/** Trump!! */
.collection-boutique-products .recommended-product-wrapper .recommended-product-item-image {
  border: 0; }

.recommended-product-item-image {
  position: relative; }

.fade-out {
  opacity: 0.1; }

.view-all-link {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%; }
  .view-all-link h3 {
    font-weight: 500;
    color: #ed54a4;
    padding-bottom: 8px; }
  .view-all-link span {
    font-size: 10px;
    line-height: 12px;
    padding-top: 4px;
    border-top: 1px solid #a4a4a4;
    color: #707070; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .collection-boutique-products {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px; }
  .collection-header h2 {
    font-size: 13px;
    line-height: 16px; }
  .collection-header span.left {
    float: left;
    max-width: 75%; }
  .collection-header span.right {
    float: right;
    color: #ed54a4; }
  .collection-header .arrow {
    width: 9px;
    height: 9px;
    margin-top: 3px;
    margin-left: 3px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .collection-header span.left {
    float: left;
    max-width: 75%; }
  .collection-header span.right {
    float: right;
    color: #ed54a4; }
  .collection-header .arrow {
    margin-top: 4px;
    margin-left: 4px; } }

.collection-boutique-products-loader {
  display: block;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  height: 280px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e6e6e6; }
  .collection-boutique-products-loader .image-loader-container {
    height: 285px; }
  .collection-boutique-products-loader .card-container {
    text-align: center; }
    .collection-boutique-products-loader .card-container .empty-card {
      background-color: #f1f1f1;
      padding-top: 4px;
      padding-right: 4px;
      padding-bottom: 4px;
      padding-left: 4px;
      margin-top: 4px;
      margin-right: 4px;
      margin-bottom: 4px;
      margin-left: 4px;
      display: inline-block; }
  .collection-boutique-products-loader .collections-header-loader {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    text-align: center; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .collection-boutique-products-loader {
      margin: 0; }
      .collection-boutique-products-loader .image-loader-container {
        height: 175px; } }

.collections-image-loader-container {
  height: 400px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .collections-image-loader-container {
      height: 175px; } }

header .top-bar .show-for-large .hs-suggestions {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  /* Fix for firefox, the search input height was more than the navbar, hence breaking the ui
  body:not(:-moz-handler-blocked) & {
    display: inline-flex;
  } */ }
  header .top-bar .show-for-large .hs-suggestions input[type=search] {
    border: none;
    border-radius: 0;
    background-color: #ed54a4;
    box-shadow: none;
    color: #fff;
    height: 25px;
    width: 320px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-appearance: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    box-sizing: content-box;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
    header .top-bar .show-for-large .hs-suggestions input[type=search]:focus {
      box-shadow: none; }
    header .top-bar .show-for-large .hs-suggestions input[type=search]::-webkit-input-placeholder {
      color: #f5f5f5;
      font-weight: 300; }
    header .top-bar .show-for-large .hs-suggestions input[type=search]::-moz-placeholder {
      color: #f5f5f5;
      font-weight: 300; }
    header .top-bar .show-for-large .hs-suggestions input[type=search]:-ms-input-placeholder {
      color: #f5f5f5;
      font-weight: 300; }
    header .top-bar .show-for-large .hs-suggestions input[type=search]::placeholder {
      color: #f5f5f5;
      font-weight: 300; }
  header .top-bar .show-for-large .hs-suggestions ul.autocomplete {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    top: 40px;
    left: -10%;
    z-index: 1000;
    width: 106%;
    font-weight: 300;
    max-height: calc(100vh - 92px);
    overflow-y: auto; }
    header .top-bar .show-for-large .hs-suggestions ul.autocomplete li {
      list-style: none;
      font-size: 13px;
      line-height: 16px;
      border-bottom: 1px solid #e6e6e6;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; }
      header .top-bar .show-for-large .hs-suggestions ul.autocomplete li:hover {
        background-color: #f9f9f9; }
      header .top-bar .show-for-large .hs-suggestions ul.autocomplete li.recent-searches {
        font-size: 13px;
        line-height: 16px;
        color: #333;
        font-weight: 300;
        padding-top: 9px;
        padding-right: 0px;
        padding-bottom: 9px;
        padding-left: 35px;
        background-color: #f5f5f5; }
      header .top-bar .show-for-large .hs-suggestions ul.autocomplete li a {
        padding-top: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
        padding-left: 35px;
        display: inline-block;
        width: 100%; }
      header .top-bar .show-for-large .hs-suggestions ul.autocomplete li:last-child {
        border: none; }
    header .top-bar .show-for-large .hs-suggestions ul.autocomplete li.selected-item {
      background-color: #f9f9f9; }

header .top-bar .hide-for-large .hs-suggestions {
  position: absolute;
  width: 100%;
  top: 92px;
  left: 0;
  border-bottom: 3px solid #fff; }
  @media screen and (max-width: 39.9375em) {
    header .top-bar .hide-for-large .hs-suggestions {
      top: 57px; } }
  header .top-bar .hide-for-large .hs-suggestions .close {
    position: absolute;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background: url("../images/assets/icon-dismiss.svg") no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 18px;
    top: 18px;
    z-index: 1002;
    background-size: contain; }
  header .top-bar .hide-for-large .hs-suggestions input {
    width: 100%;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
    border: 0;
    position: relative;
    background-color: #fff;
    z-index: 1002;
    height: auto;
    -webkit-appearance: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0; }
    header .top-bar .hide-for-large .hs-suggestions input:focus {
      box-shadow: none; }
  header .top-bar .hide-for-large .hs-suggestions ul {
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 1001;
    list-style-type: none;
    background: #fff;
    font-weight: 300;
    max-height: calc(100vh - 140px);
    overflow-y: auto; }
    header .top-bar .hide-for-large .hs-suggestions ul li {
      list-style: none;
      font-size: 13px;
      line-height: 16px;
      border-bottom: 1px solid #e6e6e6;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      list-style: none;
      font-size: 13px;
      line-height: 16px;
      border-bottom: 1px solid #e6e6e6;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; }
      header .top-bar .hide-for-large .hs-suggestions ul li:hover {
        background-color: #f9f9f9; }
      header .top-bar .hide-for-large .hs-suggestions ul li.recent-searches {
        font-size: 13px;
        line-height: 16px;
        color: #333;
        font-weight: 300;
        padding-top: 9px;
        padding-right: 0px;
        padding-bottom: 9px;
        padding-left: 16px;
        background-color: #f5f5f5; }
      header .top-bar .hide-for-large .hs-suggestions ul li:hover {
        background-color: #f9f9f9; }
      header .top-bar .hide-for-large .hs-suggestions ul li a {
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        display: inline-block;
        width: 100%; }
      header .top-bar .hide-for-large .hs-suggestions ul li:last-child {
        border-bottom-width: 1px; }
      header .top-bar .hide-for-large .hs-suggestions ul li.selected-item {
        background-color: #f9f9f9; }

header .top-bar .hs-suggestions.zeroheight {
  height: 0;
  line-height: 0;
  visibility: hidden; }

header .top-bar .show-for-large .hs-suggestions.zeroheight {
  display: none; }

.overlay {
  position: fixed;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  top: 92px;
  left: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in; }
  .overlay.active {
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0.6;
    transition: opacity 0.3s ease-in; }

.disableScroll {
  overflow: hidden;
  position: relative;
  height: 100%; }
  .disableScroll.mobile-safari {
    position: fixed;
    width: 100%; }

@media screen and (max-width: 39.9375em) {
  .push-down {
    margin-bottom: 40px; } }

@-moz-document url-prefix() {
  .hs-suggestions .product-search-input-search {
    position: relative;
    top: 25%; }
  .hs-suggestions .autocomplete {
    top: 50px !important; } }

/*doc
---
title: Loading
category: Components
name: loading
---
These components are used to indicate loading on various pages of the site.
*/
/*doc
---
title: Boutique Loader
category: Components
parent: loading
---
```html_example
<div class="row small-up-1 medium-up-2 large-up-3 loader">
  <div class="column">
    <div class="mask"><div class="mask-plp"></div></div>
    <div class="boutique-loader"></div>
  </div>
  <div class="column">
    <div class="mask"><div class="mask-plp"></div></div>
    <div class="boutique-loader"></div>
  </div>
  <div class="column show-for-medium">
    <div class="mask"><div class="mask-plp"></div></div>
    <div class="boutique-loader"></div>
  </div>
  <div class="column show-for-medium">
    <div class="mask"><div class="mask-plp"></div></div>
    <div class="boutique-loader"></div>
  </div>
  <div class="column show-for-large">
    <div class="mask"><div class="mask-plp"></div></div>
    <div class="boutique-loader"></div>
  </div>
  <div class="column show-for-large">
    <div class="mask"><div class="mask-plp"></div></div>
    <div class="boutique-loader"></div>
  </div>
</div>
```
*/
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -360px 0; }
  100% {
    background-position: 360px 0; } }
@keyframes placeHolderShimmer {
  0% {
    background-position: -360px 0; }
  100% {
    background-position: 360px 0; } }

.loader {
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px; }
  .loader .column, .loader .columns {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px; }
    .loader .column .mask, .loader .columns .mask {
      height: 12px;
      position: relative;
      top: 248px;
      z-index: 1;
      background: #f1f1f1; }
      .loader .column .mask-plp, .loader .columns .mask-plp {
        width: 25%;
        height: inherit;
        position: absolute;
        background: #f5f5f5;
        right: 30%; }
    .loader .column .boutique-loader, .loader .columns .boutique-loader {
      background: #f1f1f1;
      box-shadow: none;
      width: 100%;
      height: 270px;
      position: relative; }
      .loader .column .boutique-loader:before, .loader .columns .boutique-loader:before {
        top: 0;
        left: 0;
        content: ' ';
        width: 100%;
        height: 75%;
        position: absolute;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
                animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
        background-size: 800px 104px; }
      .loader .column .boutique-loader:after, .loader .columns .boutique-loader:after {
        top: 83%;
        left: 0;
        content: ' ';
        width: 100%;
        padding-top: 12px;
        padding-right: 0px;
        padding-bottom: 12px;
        padding-left: 0px;
        height: 13%;
        position: absolute;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
                animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        background: linear-gradient(to right, #f5f5f5 8%, #f2f2f2 18%, #f5f5f5 33%);
        background-size: 800px 104px; }

/*doc
---
title: Spinner
category: Components
parent: loading
---
```html_example
<div class='spinner-wrapper'>
  <div class='spinner'>
    <div class='bullet'></div>
    <div class='bullet'></div>
    <div class='bullet'></div>
    <div class='bullet'></div>
  </div>
</div>
```
*/
@-webkit-keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0; } }

@keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0; } }

.spinner-wrapper {
  margin-top: 32px;
  margin-right: 8px;
  margin-bottom: 32px;
  margin-left: 8px; }

.spinner {
  position: relative;
  text-align: center;
  margin: 0 auto; }
  .spinner .bullet {
    position: absolute;
    display: inline;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    border-radius: 50%;
    background: #ed54a4;
    -webkit-animation: animIn 1s ease-in-out 0s infinite;
            animation: animIn 1s ease-in-out 0s infinite; }
  .spinner .bullet:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .spinner .bullet:nth-child(2) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .spinner .bullet:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .spinner .bullet:nth-child(4) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }

/*doc
---
title: Header Loader
category: Components
parent: loading
---
```html_example
<div class="header-loader">
  <div class="header-loader-title"> </div>
  <div class="header-loader-title subtitle"> </div>
</div>
```
*/
.header-loader-title {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  box-shadow: none;
  width: 35%;
  height: 12px;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
  background-size: 800px 104px; }
  .header-loader-title.subtitle {
    width: 20%; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .header-loader-title {
    width: 60%;
    height: 8px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 8px; }
    .header-loader-title.subtitle {
      width: 30%;
      margin-top: 0px;
      margin-right: 8px;
      margin-bottom: 0px;
      margin-left: 8px; } }

/*doc
---
title: Filter Loader
category: Components
parent: loading
---
```html_example
<div class="plp-top-loader">
  <div class="top-header">
    <div class="row header-loader">
      <div class="header-loader-title"> </div>
      <div class="header-loader-title subtitle"> </div>
    </div>
  </div>
  <div class="filter-loader">
      <div class="filter-loader-row">
        <div class="filter-loader-row-column">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
        <div class="filter-loader-row-column">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
        <div class="filter-loader-row-column">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
        <div class="filter-loader-row-column hide-for-small-only">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
        <div class="filter-loader-row-column hide-for-small-only">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
        <div class="filter-loader-row-column hide-for-small-only">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
        <div class="filter-loader-row-column last hide-for-small-only">
          <div class="filter-placeholder">
            <div class="inner-loader"> </div>
          </div>
        </div>
      </div>
  </div>
  <div class="bottom-header">
    <div class="row header-loader">
      <div class="header-loader-title"> </div>
      <div class="header-loader-title subtitle"> </div>
    </div>
  </div>
</div>
```
*/
.plp-top-loader {
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }
  .plp-top-loader .bottom-header {
    display: none; }
  .plp-top-loader .filter-loader {
    border: 1px solid #e6e6e6;
    background-color: #fff; }
    .plp-top-loader .filter-loader-row {
      padding-top: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
      padding-left: 0px; }
      .plp-top-loader .filter-loader-row-column {
        display: inline-block;
        vertical-align: top;
        width: 10%;
        height: 32px;
        border-left: 1px solid #e6e6e6; }
        .plp-top-loader .filter-loader-row-column:first-child {
          border-left: none; }
        .plp-top-loader .filter-loader-row-column.last {
          float: right; }
        .plp-top-loader .filter-loader-row-column .filter-placeholder {
          height: inherit;
          padding-top: 0px;
          padding-right: 8px;
          padding-bottom: 0px;
          padding-left: 16px; }
          .plp-top-loader .filter-loader-row-column .filter-placeholder .inner-loader {
            height: inherit;
            position: relative; }
            .plp-top-loader .filter-loader-row-column .filter-placeholder .inner-loader:before {
              height: 8px;
              content: "";
              top: 0;
              left: 0;
              width: 100%;
              position: absolute;
              -webkit-animation-duration: 1s;
                      animation-duration: 1s;
              -webkit-animation-fill-mode: forwards;
                      animation-fill-mode: forwards;
              -webkit-animation-iteration-count: infinite;
                      animation-iteration-count: infinite;
              -webkit-animation-name: placeHolderShimmer;
                      animation-name: placeHolderShimmer;
              -webkit-animation-timing-function: linear;
                      animation-timing-function: linear;
              background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
              background-size: 800px 104px; }
            .plp-top-loader .filter-loader-row-column .filter-placeholder .inner-loader:after {
              height: 8px;
              content: "";
              bottom: 0;
              left: 0;
              width: 60%;
              position: absolute;
              -webkit-animation-duration: 1s;
                      animation-duration: 1s;
              -webkit-animation-fill-mode: forwards;
                      animation-fill-mode: forwards;
              -webkit-animation-iteration-count: infinite;
                      animation-iteration-count: infinite;
              -webkit-animation-name: placeHolderShimmer;
                      animation-name: placeHolderShimmer;
              -webkit-animation-timing-function: linear;
                      animation-timing-function: linear;
              background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
              background-size: 800px 104px; }

.boutique-category-details-container {
  padding-top: 24px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 24px; }
  .boutique-category-details-container .boutique-name {
    margin-top: 0; }
  .boutique-category-details-container .product-results-search-title-container {
    padding: 0; }
    .boutique-category-details-container .product-results-search-title-container .results-count {
      margin-top: 4px;
      margin-right: 24px;
      margin-bottom: 0px;
      margin-left: 0px; }

.boutique-details-container, .boutique-with-banner {
  padding: 24px 24px 0 24px; }
  .boutique-details-container .boutique-name, .boutique-with-banner .boutique-name {
    margin-top: 0;
    margin-left: 0; }
  .boutique-details-container .boutique-tags-container, .boutique-with-banner .boutique-tags-container {
    margin-top: 4px; }
    .boutique-details-container .boutique-tags-container .time-left-tag-container, .boutique-with-banner .boutique-tags-container .time-left-tag-container {
      margin: 0; }
      .boutique-details-container .boutique-tags-container .time-left-tag-container .icon-timer, .boutique-with-banner .boutique-tags-container .time-left-tag-container .icon-timer {
        margin-right: 8px; }
    .boutique-details-container .boutique-tags-container .offer-tag-container, .boutique-details-container .boutique-tags-container .delivery-tags, .boutique-with-banner .boutique-tags-container .offer-tag-container, .boutique-with-banner .boutique-tags-container .delivery-tags {
      margin: 0;
      padding: 0;
      margin-right: 8px; }

.boutique-with-banner {
  margin-left: 24px; }

.category-details-only-for-small .divider-container {
  padding-top: 0; }
  .category-details-only-for-small .divider-container .divider {
    padding-top: 32px; }

.product-result-desc-container {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px; }

.plp-hs-filter {
  margin-bottom: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .boutique-banner-for-small {
    margin-bottom: 0; }
  .boutique-section-for-small {
    margin-top: -1px; } }

.plp-product-list-container .ng-filters.hs-filters.hs-filters-medium-down {
  margin: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .plp-top-loader {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
    .plp-top-loader .top-header {
      display: none; }
    .plp-top-loader .bottom-header {
      display: block; }
    .plp-top-loader .filter-loader {
      border-left: none;
      border-right: none; }
      .plp-top-loader .filter-loader-row {
        padding-top: 8px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-left: 0px; }
        .plp-top-loader .filter-loader-row-column {
          width: 32%;
          border-left: none; }
          .plp-top-loader .filter-loader-row-column .filter-placeholder {
            padding-top: 0px;
            padding-right: 16px;
            padding-bottom: 0px;
            padding-left: 16px; }
            .plp-top-loader .filter-loader-row-column .filter-placeholder .inner-loader:before {
              top: 40%; }
            .plp-top-loader .filter-loader-row-column .filter-placeholder .inner-loader:after {
              display: none; } }

/*doc
---
title: PDP Loader
category: Components
parent: loading
---
```html_example
<div class="pdp-loader-wrapper">
  <div class="row pdp-loader">
    <div class="small-12 medium-7 large-8 columns pdp-loader-image"> </div>
    <div class="small-12 medium-5 large-4 columns pdp-loader-detail">
      <div class="row header-loader">
        <div class="header-loader-title"> </div>
        <div class="header-loader-title subtitle"> </div>
        <div class="header-loader-title subtitle subtitle-last"> </div>
      </div>
    </div>
  </div>
</div>
```
*/
.pdp-loader-wrapper .pdp-loader {
  background: #fff; }
  .pdp-loader-wrapper .pdp-loader-image {
    height: 45vw; }
  .pdp-loader-wrapper .pdp-loader-detail {
    min-height: calc(600px + 4.5px);
    border-left: 1px solid #e6e6e6;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }

.pdp-loader-wrapper .header-loader-title {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: static;
  width: 40%; }
  .pdp-loader-wrapper .header-loader-title.subtitle {
    width: 95%; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .pdp-loader-wrapper .pdp-loader-image {
    height: 100vw;
    background: #f1f1f1; }
  .pdp-loader-wrapper .pdp-loader-detail {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .pdp-loader-wrapper .header-loader {
    margin-left: 8px;
    text-align: left; }
    .pdp-loader-wrapper .header-loader-title {
      display: block;
      margin-bottom: 12px; }
      .pdp-loader-wrapper .header-loader-title.subtitle-last {
        width: 30%; } }

.empty-container {
  text-align: center; }
  .empty-container span[class*="icon-"] {
    margin-bottom: 12px; }
  .empty-container .message {
    margin-bottom: 36px;
    font-weight: 500;
    line-height: 20px;
    color: #707070; }
    .empty-container .message .message-text.primary-text {
      color: #ed54a4; }
  .empty-container h2 {
    margin-bottom: 8px; }

.empty-cart {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.empty-checkout-cart {
  height: 100%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%); }

.privacy-banner {
  background-image: url(../images/banner-images/privacy_1x.jpg);
  background-size: auto 244px;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .privacy-banner {
      background-image: url(../images/banner-images/privacy_2x_small.jpg);
      background-size: 640px auto; } }

.terms-banner {
  background-image: url(../images/banner-images/terms_1x.jpg);
  background-size: auto 244px;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .terms-banner {
      background-image: url(../images/banner-images/terms_2x_small.jpg);
      background-size: 640px auto; } }

.about-banner {
  background-image: url(../images/banner-images/about_1x.jpg);
  background-size: auto 244px;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .about-banner {
      background-image: url(../images/banner-images/about_2x_small.jpg);
      background-size: 640px auto; } }

.help-banner {
  background-image: url(../images/banner-images/help_1x.jpg);
  background-size: auto 244px;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .help-banner {
      background-image: url(../images/banner-images/help_2x_small.jpg);
      background-size: 640px auto; } }

.accounts-banner {
  background-image: url(../images/banner-images/accounts_1x.jpg);
  background-size: auto 244px;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .accounts-banner {
      background-image: url(../images/banner-images/accounts_2x_small.jpg);
      background-size: 640px auto; } }

.feedback-banner {
  background-image: url(../images/banner-images/feedback_1x.jpg);
  background-size: auto 244px;
  background-position: center center; }
  @media screen and (max-width: 39.9375em) {
    .feedback-banner {
      background-image: url(../images/banner-images/feedback_2x_small.jpg);
      background-size: 640px auto; } }

/*doc
---
title: Banner
category: category
---
```html_example
<div class="banner-wrapper">
  <div class="banner">
    <div class="banner-image hide-for-small-only">
      <img src="../images/mock/bitmap.png">
    </div>
    <div class="banner-image show-for-small-only">
      <img src="../images/mock/bitmap.svg">
    </div>
    <h3 class="show-for-small-only">Carter’s Fleece & Love Collection</h3>
    <div class="scroller scroller-left"></div>
    <div class="scroller scroller-right"></div>
    <div class="carousel-links">
      <span class="circle active"></span>
      <span class="circle"></span>
      <span class="circle"></span>
    </div>
  </div>
</div>
```
*/
@media screen and (max-width: 39.9375em) {
  .banner {
    margin-bottom: 8px; } }

/*doc
---
title: Accordion Details
category: Components
parent: interactive
---
```html_example
<div class="accordion-content">
  <div class="detail description">
    <div class="content">
      Give a trendy and bright look to your daughter by buying her this French terry top. Made from pure cotton fabric, this top keeps you cozy and stylish. You can team this top with a pair of skinny pants or a skirt and sandals to complete your girl’s party look.
    </div>
  </div>
  <div class="detail suitable">
    <div class="heading">Suitable for</div>
    <div class="content">Girls</div>
  </div>
  <div class="detail feature">
    <div class="heading">Features</div>
    <div class="content">
      <ul>
        <li>Ribbed neckline, cuffs & hem.</li>
        <li>Relaxed fit.</li>
        <li>Large floral pattern.</li>
      </ul>
    </div>
  </div>
  <div class="detail colour">
    <div class="heading">Colour</div>
    <div class="content">Blue</div>
  </div>
  <div class="detail fabric">
    <div class="heading">Fabric</div>
    <div class="content">Cotton 90%, Wool 10%</div>
  </div>
  <div class="detail care">
    <div class="heading">Care</div>
    <div class="content">
      <ul>
        <li>Machine washable.</li>
        <li>Wash dark colours separately.</li>
      </ul>
    </div>
  </div>
</div>
```
*/
.accordion-content {
  color: #707070;
  opacity: 0;
  border: none; }
  .accordion-content .detail:last-child {
    padding-bottom: 2rem; }
  .accordion-content .heading {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 16px; }
  .accordion-content .content {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    list-style-position: outside; }
    .accordion-content .content ul {
      padding-left: 24px; }
    .accordion-content .content:first-child {
      margin-top: 0px; }
    .accordion-content .content li {
      list-style-type: disc; }
    .accordion-content .content iframe {
      width: 24vw;
      padding-top: 8px;
      height: 18vw; }
    .accordion-content .content a {
      color: #ed54a4; }
    .accordion-content .content b {
      font-size: 13px;
      line-height: 18px;
      font-weight: 500; }

/*doc
---
title: Accordion
category: Components
parent: interactive
---
```html_example
<div class="row">
<div class="columns small-12">
 <ul class="accordion">
    <li class="accordion-item">
      <a class="accordion-title">Product details</a>
      <div class="accordion-content">
        <div class="detail description">
          <div class="content">
            Give a trendy and bright look to your daughter by buying her this French terry top.
            Made from pure cotton fabric, this top keeps you cozy and stylish. You can team this
            top with a pair of skinny pants or a skirt and sandals to complete your girl’s party look.
          </div>
        </div>
        <div class="detail suitable">
          <div class="heading">Suitable for</div>
          <div class="content">Girls</div>
        </div>
        <div class="detail feature">
          <div class="heading">Features</div>
          <div class="content">
            <ul>
              <li>Ribbed neckline, cuffs & hem.</li>
              <li>Relaxed fit.</li>
              <li>Large floral pattern.</li>
            </ul>
          </div>
        </div>
        <div class="detail colour">
          <div class="heading">Colour</div>
          <div class="content">Blue</div>
        </div>
        <div class="detail fabric">
          <div class="heading">Fabric</div>
          <div class="content">Cotton 90%, Wool 10%</div>
        </div>
        <div class="detail care">
          <div class="heading">Care</div>
          <div class="content">
            <ul>
              <li>Machine washable.</li>
              <li>Wash dark colours separately.</li>
            </ul>
          </div>
        </div>
      </div>
    </li>
    <li class="accordion-item">
      <a class="accordion-title">About Carter’s</a>
      <div class="accordion-content">
        About Carter’s
      </div>
    </li>
    <li class="accordion-item">
      <a class="accordion-title">About Pre-order</a>
      <div class="accordion-content">
        About Pre-order
      </div>
    </li>
    <li class="accordion-item">
      <a class="accordion-title">Shipping & Returns</a>
      <div class="accordion-content">
        Shipping & Returns
      </div>
    </li>
 </ul>
</div>
</div>
```
*/
@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes display-none-transition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.accordion {
  margin-top: 32px;
  border: none; }
  .accordion-item:first-child .accordion-title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
  .accordion .accordion-title {
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 16px;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-weight: 500;
    color: #333; }
    .accordion .accordion-title:before {
      content: '';
      padding-top: 16px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      width: 15px;
      height: 9px;
      background: url("../images/assets/icon-angle-down.svg") left center no-repeat; }
    .accordion .accordion-title:hover {
      background-color: #fff; }
    .accordion .accordion-title:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
  .accordion .is-active > .accordion-title:before {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-filter: FlipV;
            filter: FlipV; }
  .accordion .is-active > .accordion-content {
    opacity: 1;
    -webkit-animation: display-none-transition 0.5s;
            animation: display-none-transition 0.5s;
    display: block; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .accordion {
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: -16px; }
  .accordion-title {
    -webkit-tap-highlight-color: transparent;
    border-left: none;
    border-right: none; }
  .accordion-content .content iframe {
    width: 90vw;
    padding-top: 8px;
    height: 52vw; } }

/*doc
---
title: Size Chart
category: Components
---
```html_example
 <div class="size-chart-wrapper">
    <div class="size-chart">
      <div class="row size-chart-header">
        <div class="small-12 medium-12 large-12 columns header-title">
          SIZE CHART
        </div>
        <div class="small-12 medium-12 large-12 columns show-for-small-only product-name">
          Floral French Terry Top & Red Skirt Set
        </div>
      </div>
      <div>
      <div class="row size-chart-detail-wrapper">
        <div class="row size-chart-detail">
          <div class="small-12 medium-5 large-5 columns size-chart-detail-image">
            <div class="images">
              <img class="illustration" src="../images/illust.png" alt="">
              <img class="cue" src="../images/size-1.png" alt="">
              <img class="cue" src="../images/size-2.png" alt="">
              <img class="cue" src="../images/size-3.png" alt="">
            </div>
          </div>
          <div class="small-12 medium-7 large-7 columns size-chart-detail-list">
            <div class="row">
              <div class="small-12 medium-12 large-12 columns hide-for-small-only product-name">
                Floral French Terry Top & Red Skirt Set
              </div>
              <div class="small-12 medium-12 large-12 columns size-option">
                <div class="size-option-type">
                  <div class="size-option-type-length">
                    Length:
                    <a> <span class="active">in</span> </a>
                    <a> <span>cm</span> </a>
                  </div>
                  <div class="size-option-type-weight">
                    Weight:
                    <a> <span class="active">kg</span> </a>
                    <a> <span>lb</span> </a>
                  </div>
                </div>
              </div>
              <div class="small-12 medium-12 large-12 columns size-table-wrapper">
                <div class="size-table">
                  <table class="size-table-detail">
                    <tr class="size-table-detail-row">
                      <td>Size</td>
                      <td>Age</td>
                      <td>Chest</td>
                      <td>Length</td>
                      <td>Length</td>
                    </tr>
                    <tr class="size-table-detail-row">
                      <td>3 Months</td>
                      <td>0-3 Months</td>
                      <td>22</td>
                      <td>30.5</td>
                      <td>30.5</td>
                    </tr>
                    <tr class="size-table-detail-row">
                      <td>6 Months</td>
                      <td>3-6 Months</td>
                      <td>22.9</td>
                      <td>33</td>
                      <td>33</td>
                    </tr>
                  </table>
                </div>
              </div>
              <div class="small-12 medium-12 large-12 columns size-tips">
                <div class="size-tips-title">Size notes and fitting tips:</div>
                <ul class="size-tips-list">
                  <li>You may want to pick a bigger size if you don’t prefer a snug fit for your child.</li>
                  <li>For diapered babies, measure along with diaper.</li>
                </ul>
              </div>
            </div>
          </div>
        </div>
        <div class="row size-chart-detail">
          <div class="small-12 medium-5 large-5 columns size-chart-detail-image">
            <div class="images">
              <img class="illustration" src="../images/illust.png" alt="">
              <img class="cue" src="../images/size-1.png" alt="">
              <img class="cue" src="../images/size-2.png" alt="">
              <img class="cue" src="../images/size-3.png" alt="">
            </div>
          </div>
          <div class="small-12 medium-7 large-7 columns size-chart-detail-list">
            <div class="row">
              <div class="small-12 medium-12 large-12 columns hide-for-small-only product-name">
                Floral French Terry Top & Red Skirt Set
              </div>
              <div class="small-12 medium-12 large-12 columns size-option">
                <div class="size-option-type">
                  <div class="size-option-type-length">
                    Length:
                    <a> <span class="active">in</span> </a>
                    <a> <span>cm</span> </a>
                  </div>
                  <div class="size-option-type-weight">
                    Weight:
                    <a> <span class="active">kg</span> </a>
                    <a> <span>lb</span> </a>
                  </div>
                </div>
              </div>
              <div class="small-12 medium-12 large-12 columns size-table-wrapper">
                <div class="size-table">
                  <table class="size-table-detail">
                    <tr class="size-table-detail-row">
                      <td>Size</td>
                      <td>Age</td>
                      <td>Chest</td>
                      <td>Length</td>
                      <td>Length</td>
                    </tr>
                    <tr class="size-table-detail-row">
                      <td>3 Months</td>
                      <td>0-3 Months</td>
                      <td>22</td>
                      <td>30.5</td>
                      <td>30.5</td>
                    </tr>
                    <tr class="size-table-detail-row">
                      <td>6 Months</td>
                      <td>3-6 Months</td>
                      <td>22.9</td>
                      <td>33</td>
                      <td>33</td>
                    </tr>
                  </table>
                </div>
              </div>
              <div class="small-12 medium-12 large-12 columns size-tips">
                <div class="size-tips-title">Size notes and fitting tips:</div>
                <ul class="size-tips-list">
                  <li>You may want to pick a bigger size if you don’t prefer a snug fit for your child.</li>
                  <li>For diapered babies, measure along with diaper.</li>
                </ul>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
</div>
```
*/
.size-chart-wrapper {
  font-weight: 300;
  text-align: left; }

.size-chart {
  border: 1px solid #e6e6e6;
  background-color: #fff; }
  .size-chart-header {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px; }
    .size-chart-header .header-title {
      border-bottom: 1px solid #e6e6e6;
      padding-top: 16px;
      padding-right: 0px;
      padding-bottom: 16px;
      padding-left: 0px; }
    .size-chart-header .product-name {
      border-bottom: 1px solid #e6e6e6;
      padding-top: 12px;
      padding-right: 12px;
      padding-bottom: 12px;
      padding-left: 12px; }
  .size-chart-detail-wrapper {
    max-height: 70vh;
    overflow-y: scroll; }

.size-chart-detail {
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #e6e6e6; }
  .size-chart-detail-image .images {
    position: relative; }
    .size-chart-detail-image .images img {
      position: absolute;
      left: 0;
      top: 0; }
      .size-chart-detail-image .images img.illustration {
        position: relative; }
  .size-chart-detail-list {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px; }
    .size-chart-detail-list .product-name {
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      padding-top: 12px;
      padding-right: 12px;
      padding-bottom: 12px;
      padding-left: 12px; }

.size-option {
  font-size: 13px;
  line-height: 16px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px; }
  .size-option-type div {
    float: left;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-left: 1px solid #e6e6e6; }
    .size-option-type div:first-child {
      border: none; }
  .size-option-type span {
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    color: #ed54a4; }
    .size-option-type span.active {
      border-bottom: 3px solid #ed54a4;
      font-weight: 500; }

.size-table-wrapper {
  position: relative;
  margin-bottom: 16px; }

.size-table {
  font-size: 11px;
  line-height: 36px;
  overflow-x: scroll; }
  .size-table-detail {
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 108px;
    text-align: center;
    width: calc(100% - 128px); }

.size-table-detail-row:first-child {
  font-weight: 500; }
  .size-table-detail-row:first-child td {
    background: #f5f5f5; }
    .size-table-detail-row:first-child td:first-child {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px; }

.size-table-detail-row:nth-child(even) {
  background: none; }

.size-table-detail-row td {
  background: #fff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px solid #e6e6e6;
  min-width: 120px; }
  .size-table-detail-row td:first-child {
    position: absolute;
    min-width: 130px;
    left: 0; }

.size-tips {
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 20px; }
  .size-tips-title {
    font-weight: 500; }
  .size-tips-list {
    padding-left: 16px; }

.size-chart-dialog {
  padding-bottom: 0 !important;
  text-align: center; }
  .size-chart-dialog.ngdialog-theme-default .ngdialog-content {
    max-width: 83%;
    width: auto;
    display: inline-block;
    background: transparent;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .size-chart-detail-wrapper {
    max-height: 86.5vh; }
  .size-chart-detail-list {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .size-option {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px; }
  .size-tips {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px; }
  .size-chart-dialog.ngdialog-theme-default {
    padding-bottom: 0px; }
    .size-chart-dialog.ngdialog-theme-default .ngdialog-content {
      width: 100%;
      max-width: 100%;
      margin-top: -160px; } }

/*doc
---
title: Account Banner
category: Components
parent: interactive
---
```html_example
  <div class="account-wrapper">
      <div class="account-background">
          <div class="greetings">Hello Thomson</div>
          <div class="clearfix">
              <div class="user-email icon icon-mail">thomson@hopscotch.in</div>
              <div class="clearfix"></div>
              <div class="user-credit icon icon-coins">&#8377;1300 credits available</div>
          </div>
          <button type="button" class="button secondary small-button">Sign out</button>
      </div>
  </div>
```
*/
.account-wrapper .account-background {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #fff;
  height: 244px;
  text-align: center; }
  .account-wrapper .account-background .greetings {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    padding-top: 64px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px; }
  .account-wrapper .account-background .user-email, .account-wrapper .account-background .user-credit {
    font-size: 13px;
    line-height: 24px;
    background-position: left center;
    padding-left: 32px;
    margin-bottom: 20px; }
  .account-wrapper .account-background .user-email + .clearfix {
    display: none; }
  .account-wrapper .account-background .separator {
    margin-top: 0px;
    margin-right: 24px;
    margin-bottom: 0px;
    margin-left: 24px;
    background: #fff;
    height: 24px;
    width: 1px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .account-wrapper .account-background {
      height: 284px;
      background-size: 745px auto; }
      .account-wrapper .account-background .greetings {
        padding-top: 48px;
        padding-right: 0px;
        padding-bottom: 16px;
        padding-left: 0px; }
      .account-wrapper .account-background .user-email {
        margin-bottom: 8px; }
      .account-wrapper .account-background .user-email + .clearfix {
        display: block; }
      .account-wrapper .account-background .user-credit {
        margin-bottom: 16px; }
      .account-wrapper .account-background .separator {
        display: block;
        height: 1px;
        width: 20px;
        margin: 0 auto 8px; } }

/*doc
---
title: Filter
name: mobile-filter
category: Components
---

*/
.hs-filters .select-all {
  display: none; }

.hs-filters .slider {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  .hs-filters .slider-min-value, .hs-filters .slider-max-value {
    position: absolute;
    top: 20px; }
  .hs-filters .slider-max-value {
    right: 0; }

.hs-filters .price-slider {
  height: 90px;
  padding-top: 24px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: none; }

.clickable-item {
  display: block;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }
  .clickable-item:hover {
    background-color: #f9f9f9; }

/* ========= */
.hs-filters {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px; }

.hs-dropdown-tab {
  padding-top: 16px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  width: auto;
  display: inline-block;
  cursor: pointer; }
  .hs-dropdown-tab:hover {
    background-color: #f9f9f9; }
  .hs-dropdown-tab.sort-by {
    float: right; }
    .hs-dropdown-tab.sort-by.selected .filter-details {
      right: 0;
      left: inherit;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; }
      .hs-dropdown-tab.sort-by.selected .filter-details li.selected {
        font-weight: 500; }
  .hs-dropdown-tab:first-child .hs-dropdown {
    border-left: none; }
  .hs-dropdown-tab .hs-dropdown, .hs-dropdown-tab:last-child .hs-dropdown {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .hs-dropdown-tab .hs-dropdown, .hs-dropdown-tab:last-child .hs-dropdown {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 6px; } }
    .hs-dropdown-tab .hs-dropdown-name, .hs-dropdown-tab:last-child .hs-dropdown-name {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 8px;
      padding-left: 0px; }
      .hs-dropdown-tab .hs-dropdown-name::after, .hs-dropdown-tab:last-child .hs-dropdown-name::after {
        content: "";
        height: 8px;
        width: 13px;
        background-image: url("../images/assets/icon-angle-down.svg");
        background-repeat: no-repeat;
        display: inline-block;
        float: right;
        position: relative;
        top: 3px;
        margin-left: 20px; }
  .hs-dropdown-tab .filters-selected {
    font-size: 11px;
    line-height: 11px;
    color: #707070; }
  .hs-dropdown-tab .filter-details-container {
    margin-top: 8px; }
  .hs-dropdown-tab .filter-details {
    max-height: 0;
    position: absolute;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: max-height 0.5s ease-out; }
    .hs-dropdown-tab .filter-details .filter-details-container, .hs-dropdown-tab .filter-details.price-slider-container {
      display: none; }
    .hs-dropdown-tab .filter-details ul {
      position: relative; }
    .hs-dropdown-tab .filter-details li {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; }
      .hs-dropdown-tab .filter-details li label {
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px; }
      .hs-dropdown-tab .filter-details li.lazy-scroll {
        position: absolute;
        width: 100%; }
  .hs-dropdown-tab:first-child.selected {
    border-left: none; }
  .hs-dropdown-tab:last-child.selected {
    border-right: none;
    margin-right: 0; }
    .hs-dropdown-tab:last-child.selected .filter-details {
      margin-right: -1px; }
  .hs-dropdown-tab.selected {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
    margin-right: -1px; }
    .hs-dropdown-tab.selected .hs-dropdown {
      border: none; }
    .hs-dropdown-tab.selected .filter-details {
      background-color: #fff;
      border: 1px solid #e6e6e6;
      top: 54px;
      left: -1px;
      border-top: none;
      z-index: 1001;
      min-width: 280px;
      max-height: 267px;
      transition: max-height 0.12s ease-in;
      overflow-x: auto;
      /* note: overlay values is windows specific
      * and is required to disable the horizontal scroll bar
      */
      overflow-y: overlay; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .hs-dropdown-tab.selected .filter-details {
          min-width: 238px; } }
      .hs-dropdown-tab.selected .filter-details.has-search {
        max-height: 331px; }
      .hs-dropdown-tab.selected .filter-details .filter-details-container, .hs-dropdown-tab.selected .filter-details.price-slider-container {
        display: block; }
    .hs-dropdown-tab.selected .hs-dropdown:after {
      content: " ";
      border-left: 6px solid #fff;
      width: 100%;
      display: block;
      position: absolute;
      bottom: -19px;
      z-index: 5;
      left: 0;
      height: 1px;
      background-color: #e6e6e6;
      padding: 0 2px;
      border-right: 6px solid white; }

.price-slider-container {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  cursor: default; }

.slider-value {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  color: #333; }

.slider-max {
  text-align: right; }

.hs-slider {
  position: relative;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px; }
  .hs-slider > div {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px; }
  .hs-slider .noUi-target {
    border-color: #e6e6e6; }
  .hs-slider .noUi-horizontal {
    height: 2px; }
    .hs-slider .noUi-horizontal .noUi-handle {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      border: solid 1px #a4a4a4;
      top: -9px;
      left: -10px;
      cursor: pointer; }
      .hs-slider .noUi-horizontal .noUi-handle:before, .hs-slider .noUi-horizontal .noUi-handle:after {
        display: none; }
      @media screen and (max-width: 39.9375em) {
        .hs-slider .noUi-horizontal .noUi-handle {
          top: -14px;
          left: -15px;
          height: 30px;
          width: 30px; } }
    .hs-slider .noUi-horizontal .noUi-connect, .hs-slider .noUi-horizontal .noUi-background {
      height: 2px; }
    .hs-slider .noUi-horizontal .noUi-connect {
      background: #ed54a4;
      box-shadow: none; }
    .hs-slider .noUi-horizontal .noUi-origin {
      top: -1px; }
    .hs-slider .noUi-horizontal .noUi-background {
      box-shadow: none;
      background-color: #e6e6e6; }
    .hs-slider .noUi-horizontal .noUI-target {
      border: 1px solid #e6e6e6; }

.smart-filter {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .smart-filter .filters {
    margin-top: 20px;
    transition: margin-top 0.2s ease-in;
    padding: 4px 16px;
    height: 46px;
    position: relative; }
  .smart-filter .filter-wrapper {
    font-size: 0;
    white-space: nowrap;
    height: 50px; }
  .smart-filter .filter-tab {
    top: 0;
    position: relative;
    padding: 6px 16px 6px 16px;
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
    border-radius: 20px;
    cursor: default;
    font-size: 13px;
    line-height: 20px;
    width: auto; }
    .smart-filter .filter-tab.button {
      transition: none; }
  .smart-filter .selected-filters .filter-tab {
    color: #333;
    font-weight: 300;
    background-color: rgba(230, 230, 230, 0.64);
    background-position: right 4px center; }
    .smart-filter .selected-filters .filter-tab.ng-enter {
      top: 35px;
      opacity: 0;
      transition: top 0.3s ease-out; }
    .smart-filter .selected-filters .filter-tab.ng-enter-active {
      top: 0;
      opacity: 1; }
    .smart-filter .selected-filters .filter-tab.closable {
      background-repeat: no-repeat;
      padding-right: 24px; }
      .smart-filter .selected-filters .filter-tab.closable:hover {
        background-color: rgba(208, 208, 208, 0.56); }
  .smart-filter .selected-filters .filter-wrapper {
    overflow: auto; }
  .smart-filter .available-filters {
    margin-bottom: 16px; }
    .smart-filter .available-filters .filter-tab-animate {
      top: -45px !important;
      -webkit-animation: slide-up 0.3s ease-out !important;
              animation: slide-up 0.3s ease-out !important; }
    .smart-filter .available-filters .filter-wrapper {
      height: 40px;
      overflow: hidden; }
      .smart-filter .available-filters .filter-wrapper .filter-tab {
        opacity: 0; }
    .smart-filter .available-filters .scroll-wrap {
      left: 0;
      position: relative;
      padding-top: 5px;
      transition: left 0.5s ease-out 0.1s; }
  .smart-filter .scroll-arrow {
    position: absolute;
    top: 0;
    width: 160px;
    height: 46px; }
    .smart-filter .scroll-arrow span {
      border-top: 3px solid #a4a4a4;
      border-right: 3px solid #a4a4a4;
      width: 12px;
      height: 12px;
      margin-top: 13px;
      cursor: pointer; }
    .smart-filter .scroll-arrow-left {
      left: 0;
      padding-left: 16px;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(245, 245, 245, 0.75) 55%, #f5f5f5); }
      .smart-filter .scroll-arrow-left span {
        float: left;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }
    .smart-filter .scroll-arrow-right {
      right: 0;
      padding-right: 16px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(245, 245, 245, 0.75) 55%, #f5f5f5); }
      .smart-filter .scroll-arrow-right span {
        float: right;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .smart-filter .scroll-arrow:hover span {
      border-color: #ed54a4;
      transition: border-color 500ms ease-out; }
  .smart-filter .result-count {
    margin-right: 8px;
    font-size: 16px;
    line-height: 35px; }
    .smart-filter .result-count span {
      font-weight: 500;
      transition: all 0.8s ease-out; }
  .smart-filter.end-load-animation {
    max-height: 108px; }
    .smart-filter.end-load-animation .filters {
      margin-top: 0; }
    .smart-filter.end-load-animation .available-filters .filter-tab {
      top: 0;
      opacity: 1;
      -webkit-animation: none 0 ease;
              animation: none 0 ease; }
  .smart-filter.load-data-animation {
    max-height: 108px; }
    .smart-filter.load-data-animation .filters {
      margin-top: 0; }
    .smart-filter.load-data-animation .available-filters .filter-tab {
      top: 0;
      -webkit-animation: bounce 600ms ease-in-out !important;
              animation: bounce 600ms ease-in-out !important;
      -webkit-animation-fill-mode: forwards !important;
              animation-fill-mode: forwards !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(2) {
      -webkit-animation-delay: 0.1s !important;
              animation-delay: 0.1s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(3) {
      -webkit-animation-delay: 0.15s !important;
              animation-delay: 0.15s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(4) {
      -webkit-animation-delay: 0.2s !important;
              animation-delay: 0.2s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(5) {
      -webkit-animation-delay: 0.25s !important;
              animation-delay: 0.25s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(6) {
      -webkit-animation-delay: 0.3s !important;
              animation-delay: 0.3s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(7) {
      -webkit-animation-delay: 0.35s !important;
              animation-delay: 0.35s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(8) {
      -webkit-animation-delay: 0.4s !important;
              animation-delay: 0.4s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(9) {
      -webkit-animation-delay: 0.45s !important;
              animation-delay: 0.45s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(10) {
      -webkit-animation-delay: 0.5s !important;
              animation-delay: 0.5s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(11) {
      -webkit-animation-delay: 0.55s !important;
              animation-delay: 0.55s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(12) {
      -webkit-animation-delay: 0.6s !important;
              animation-delay: 0.6s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(13) {
      -webkit-animation-delay: 0.65s !important;
              animation-delay: 0.65s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(14) {
      -webkit-animation-delay: 0.7s !important;
              animation-delay: 0.7s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(15) {
      -webkit-animation-delay: 0.75s !important;
              animation-delay: 0.75s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(16) {
      -webkit-animation-delay: 0.8s !important;
              animation-delay: 0.8s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(17) {
      -webkit-animation-delay: 0.85s !important;
              animation-delay: 0.85s !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab:nth-child(18) {
      -webkit-animation-delay: 0.9s !important;
              animation-delay: 0.9s !important; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .smart-filter {
    transition: none; }
    .smart-filter .filters {
      padding-left: 8px;
      padding-right: 0;
      transition: none; }
      .smart-filter .filters .filter-wrapper {
        overflow-x: auto;
        overflow-y: hidden; }
    .smart-filter .available-filters .scroll-wrap {
      left: 100% !important; }
    .smart-filter .filter-wrapper {
      overflow: auto; }
    .smart-filter .scroll-arrow {
      display: none; }
    .smart-filter .result-count {
      font-size: 13px;
      line-height: 32px; }
      .smart-filter .result-count span {
        display: none; }
    .smart-filter.end-load-animation .available-filters .filter-tab {
      opacity: 1; }
    .smart-filter.end-load-animation .available-filters .scroll-wrap {
      left: 0 !important; }
    .smart-filter.load-data-animation .available-filters .filter-tab {
      -webkit-animation: none !important;
              animation: none !important;
      opacity: 1; }
    .smart-filter.load-data-animation .available-filters .scroll-wrap {
      left: 0 !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .smart-filter .filters .filter-wrapper {
    overflow-x: auto;
    overflow-y: hidden; }
  .smart-filter .scroll-arrow {
    display: none; } }

.hide-filters .hs-filters-large > *, .hide-filters .hs-filters-medium-down > * {
  visibility: hidden; }

.available-filters .sf-left-scroll {
  padding-right: 0 !important;
  padding-top: 8px;
  margin-right: 16px;
  display: none;
  -webkit-animation: fadeIn 300ms;
          animation: fadeIn 300ms;
  background-image: linear-gradient(to right, whitesmoke 10%, rgba(245, 245, 245, 0.5) 70%, rgba(245, 245, 245, 0)); }
  @media screen and (min-width: 64em) {
    .available-filters .sf-left-scroll {
      display: block; } }

.available-filters .sf-right-scroll {
  margin-right: 0 !important;
  padding-right: 16px !important;
  padding-top: 8px;
  display: none;
  -webkit-animation: fadeIn 300ms;
          animation: fadeIn 300ms;
  background-image: linear-gradient(to left, whitesmoke 10%, rgba(245, 245, 245, 0.5) 70%, rgba(245, 245, 245, 0)); }
  @media screen and (min-width: 64em) {
    .available-filters .sf-right-scroll {
      display: block; } }

.closable::after {
  content: '';
  margin-left: 8px !important; }

.smart-filter .selected-filters .filter-tab.closable {
  background-position: right 8px center;
  transition: all 200ms ease-in-out; }
  .smart-filter .selected-filters .filter-tab.closable.ng-click-active {
    opacity: 0; }

/*
**************
Mobile Filters
**************
*/
.filter-title {
  width: 100%;
  font-weight: 500;
  background-color: #fff;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  /* Filter headers */ }
  .filter-title:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: #f1f1f1; }
  .filter-title .name, .filter-title .value {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px; }
  .filter-title .name {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px; }
  .filter-title .value {
    font-weight: 300;
    text-align: right;
    color: #707070;
    padding-top: 16px;
    padding-right: 44px;
    padding-bottom: 16px;
    padding-left: 0px; }

.filter-options-container {
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-out; }
  .filter-options-container.selected {
    visibility: visible;
    max-height: 252px;
    overflow: auto;
    border-bottom: 1px solid #e6e6e6; }

.search-box {
  display: none; }
  .search-box input {
    font-size: 13px;
    line-height: 16px;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f5f5f5; }

.hs-filters {
  /* Filter arrows for mobile*/ }
  .hs-filters .show-data, .hs-filters .hide-data {
    top: 21px;
    right: 16px;
    position: absolute; }
  .hs-filters .hide-data {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: 0.25s ease-in; }
  .hs-filters .show-data {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    transition: 0.25s ease-in; }

.header-tabs {
  width: 33.33%;
  float: left;
  font-size: 13px;
  line-height: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  color: #ed54a4; }
  .header-tabs:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: #f1f1f1; }
  .header-tabs.filter-items-count {
    color: #333;
    text-align: center; }
    .header-tabs.filter-items-count:active {
      background-color: transparent; }
  .header-tabs.filter-m-sort {
    text-align: right; }
  .header-tabs .icon-large {
    background-size: 16px; }

.mfilter, .filter-m-sort {
  cursor: pointer; }

.bar-header {
  display: inline-block;
  padding-top: 17px; }
  .icon-filter-disabled + .bar-header {
    color: #a4a4a4; }

.hs-mobile-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 64px;
  padding-left: 0px; }
  .hs-mobile-filters ul {
    position: relative; }
  .hs-mobile-filters .filter-options li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
    .hs-mobile-filters .filter-options li.lazy-scroll {
      position: absolute;
      width: 100%; }
  .hs-mobile-filters .filter-options label {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px; }
    .hs-mobile-filters .filter-options label:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
  .hs-mobile-filters .mobile-price {
    display: none; }
    .hs-mobile-filters .mobile-price.selected {
      display: block; }
  .hs-mobile-filters .filter-options {
    background-color: #f5f5f5; }
    .hs-mobile-filters .filter-options .options-list {
      max-height: 252px;
      overflow: auto; }
  .hs-mobile-filters button.primary, .hs-mobile-filters .checkout.inactive .non-stackable:hover .edit-checkout-button-container button, .checkout.inactive .non-stackable:hover .edit-checkout-button-container .hs-mobile-filters button, .hs-mobile-filters .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container .hs-mobile-filters button {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
  .hs-mobile-filters .options-list li:last-of-type {
    border-bottom: none; }
  .hs-mobile-filters li.sort-by.selected {
    font-weight: 500; }
  .hs-mobile-filters li.sort-by a {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    border-bottom: 1px solid #e6e6e6; }
    .hs-mobile-filters li.sort-by a:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }

.hs-price {
  min-width: 100px; }

.button.secondary.reset-filters {
  position: absolute;
  top: 6px;
  left: 6px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px; }
  .button.secondary.reset-filters:hover, .button.secondary.reset-filters:focus {
    color: #707070;
    background-color: #fff; }

.mobile-price {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px; }

/******* HIDE MOBLIE FILTER AND SHOW DESKTOP FILTER *******/
.hs-filters-large {
  display: block;
  font-size: 0; }

.hs-filters-medium-down {
  display: none; }

/******* THE TRANSITION FROM DESKTOP TO MOBILE FILTER *******/
@media screen and (max-width: 39.9375em) {
  .hs-filters-large {
    display: none; }
  .hs-filters-medium-down {
    display: block;
    overflow: hidden; } }

/*doc
---
title: Cart
category: Layout
---
```html_example
<div style="height: 600px; background-color: rgba(0,0,0,0.6); position:relative;">
  <div class="cart-dialog">
    <div class="ngdialog-content">
      <div class="cart-modal">

        <div class="header row">
            <span class="medium-10 medium-offset-1 columns">CART</span>
            <span class="medium-1 close columns" ng-click="vm.closeCartModal()"></span>
        </div><!-- /.header -->

        <div class="notification-container">
          <div class="top-notification message-bar">
            Hurray! Use promo code HOP350 and get &#8377;350 off.
          </div>
        </div><!-- /.notification-container -->

        <div class="scrollable scrollable-cart">

          <div class="cart-group panel">
              <div class="group-edd">Arrives in <span>5-10 days</span></div>
              <div class="cart-item">Item 1</div>
              <div class="cart-item">Item 2</div>
              <div class="cart-item">Item 3</div>
              <div class="cart-item">Item 4</div>
              <div class="cart-item">Item 5</div>
          </div>

          <div class="credit-info panel">

            <div class="row">
                <label>
                    <input type="checkbox" name="size" class="hs-checkbox" />
                    <span></span>
                    <span >Use merchandise credits (&#8377;500)</span>
                    <!--<span class="active">Merchandise credits applied.(&#8377;500)</span>-->
                </label>
            </div>

            <div class="row">
                <label>
                    <input type="checkbox" name="size" class="hs-checkbox" checked />
                    <span></span>
                    <!--<span>Use referral credits (&#8377;500)</span>-->
                    <span class="active">Referral credits applied.(&#8377;500)</span>
                </label>
            </div>

          </div><!-- /.credit-info-->

          <div class="promocode-info panel">
          <div>
              <!--<div class="coupon-card">
                  <input type="radio" name="promoCoupon" class="">
                  <div>Get Rs.500 off!</div>
                  <div>Buy 2 carters shoe with a total cart value of Rs.1500 </div>
              </div>-->
              <div class="coupon-card-offer">
                <div class="icon-medium offer-icon"></div>
                <div class="offer-details">
                  <div class="offer-title">Get &#8377;500 off!</div>
                  <div class="offer-info">Buy 2 carters shoe with a total cart value of &#8377;1,500 </div>
                  <button type="button" class="button">Apply CARTERS20</button>
                  <span><a href="#.">T&amp;C</a></span>
                </div>
              </div>
              <div class="coupon-card-offer active-card">
                <div class="icon-medium offer-icon"></div>
                <div class="offer-details">
                  <div class="offer-title">Get &#8377;500 off!</div>
                  <div class="offer-info">Buy 2 carters shoe with a total cart value of &#8377;1,500 </div>
                  <button type="button" class="button">Remove</button>
                  <span><a href="#.">T&amp;C</a></span>
                </div>
              </div>
          </div>
            <div class="row">
                <label>
                    <input type="checkbox" name="size" class="hs-checkbox"/>
                    <span></span>
                    <span>Use HOP500
                      <span class="small-text">(&#8377;500 off on orders above X)
                      </span>
                      <!--<span class="active">HOP500 applied successfully.</span>-->
                    </span>
                </label>
            </div><!-- 1 offer -->

            <div class="row">
                <div class="group">
                    <input type="text"
                           name="promocode"
                           class="round">
                    <label>Promo code</label>
                    <span class="apply-promocode">Apply</span>
                </div>
            </div><!--promocode input-->

          </div><!--/.promocode-info -->

          <div class="summary panel">
            <div class="row">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ">Total item price</span>
                </div>
                <div class="small-4 medium-4 columns">
                    <span class="section-content ng-binding" ng-bind="'₹' + vm.cartDetails.cartResponse.orderResponse.order.productAmount">₹1761</span>
                </div>
            </div>
            <div class="row">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ">Discount</span>
                </div>
                <div class="small-4 medium-4 columns positive">
                    <span class="section-content ng-binding" ng-bind="'- ₹' + vm.cartDetails.cartResponse.orderResponse.order.discount">- ₹0</span>
                </div>
            </div>
            <!-- ngRepeat: credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts --><div class="row ng-scope ng-hide" ng-repeat="credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts" ng-show="credit.applied">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ng-binding" ng-bind="::(credit.creditName + ' Credits')">referral Credits</span>
                </div>
                <div class="small-4 medium-4 columns positive">
                    <span class="section-content ng-binding" ng-bind="::('- ₹' + credit.amount)">- ₹0</span>
                </div>
            </div><!-- end ngRepeat: credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts --><div class="row ng-scope ng-hide" ng-repeat="credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts" ng-show="credit.applied">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ng-binding" ng-bind="::(credit.creditName + ' Credits')">welcome Credits</span>
                </div>
                <div class="small-4 medium-4 columns positive">
                    <span class="section-content ng-binding" ng-bind="::('- ₹' + credit.amount)">- ₹350</span>
                </div>
            </div><!-- end ngRepeat: credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts --><div class="row ng-scope ng-hide" ng-repeat="credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts" ng-show="credit.applied">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ng-binding" ng-bind="::(credit.creditName + ' Credits')">loyalty Credits</span>
                </div>
                <div class="small-4 medium-4 columns positive">
                    <span class="section-content ng-binding" ng-bind="::('- ₹' + credit.amount)">- ₹0</span>
                </div>
            </div><!-- end ngRepeat: credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts --><div class="row ng-scope ng-hide" ng-repeat="credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts" ng-show="credit.applied">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ng-binding" ng-bind="::(credit.creditName + ' Credits')">merchandise Credits</span>
                </div>
                <div class="small-4 medium-4 columns positive">
                    <span class="section-content ng-binding" ng-bind="::('- ₹' + credit.amount)">- ₹0</span>
                </div>
            </div><!-- end ngRepeat: credit in vm.cartDetails.cartResponse.orderResponse.creditAccounts -->
            <div class="row">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ">HOP500</span>
                </div>
                <div class="small-4 medium-4 columns positive">
                    <span class="section-content">
                        - ₹234
                    </span>
                </div>
            </div>
            <div class="row">
                <div class="small-8 medium-8 columns">
                    <span class="section-title ">Shipping</span>
                </div>
                <div class="small-4 medium-4 columns positive" ng-class="{positive: !vm.cartDetails.cartResponse.orderResponse.order.postAge}">
                    <span class="section-content ng-binding" ng-bind="vm.cartDetails.cartResponse.orderResponse.order.postAge ? '₹' + vm.cartDetails.cartResponse.orderResponse.order.postAge : 'Free'">Free</span>
                </div>
            </div>
        </div>

      </div><!--/.scrollable-cart -->

      <div class="fixed-bottom">
          <div class="payment-amount">
              <div class="row">
                  <span class="float-left">You pay:</span>
                  <span class="float-right" >₹1761</span>
              </div>
          </div>
          <button class="button primary order-now sticky-button" ng-click="vm.orderNow()">Order now</button>
      </div>

  </div>
  </div>
</div>
</div>
```
*/
.cart-modal .fixed-bottom {
  position: absolute;
  bottom: 0;
  width: 100%; }

.fixed-bottom {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  .fixed-bottom .payment-amount {
    font-size: 13px;
    line-height: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-weight: 500; }
  .fixed-bottom .order-now {
    margin: 0; }
    .fixed-bottom .order-now.ng-hide {
      display: none !important; }

@-webkit-keyframes slidecartright {
  0% {
    right: -500px; }
  100% {
    right: 0; } }

@keyframes slidecartright {
  0% {
    right: -500px; }
  100% {
    right: 0; } }

@-webkit-keyframes slidecartleft {
  0% {
    right: 0; }
  100% {
    right: -500px; } }

@keyframes slidecartleft {
  0% {
    right: 0; }
  100% {
    right: -500px; } }

@-webkit-keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cart-dialog {
  -webkit-animation: slidecartright 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          animation: slidecartright 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  right: 0; }
  .cart-dialog .ngdialog-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    background-color: #f5f5f5; }
    .cart-dialog .ngdialog-content .cart-modal {
      display: block;
      position: relative;
      height: 100%; }
      .cart-dialog .ngdialog-content .cart-modal .notification-container {
        height: 44px; }
        .cart-dialog .ngdialog-content .cart-modal .notification-container .top-notification {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%;
          font-weight: 500;
          font-size: 11px;
          line-height: 14px;
          padding-top: 8px;
          padding-right: 16px;
          padding-bottom: 8px;
          padding-left: 16px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          color: #fff; }
          .cart-dialog .ngdialog-content .cart-modal .notification-container .top-notification.message-bar {
            background-color: #00aff0; }
          .cart-dialog .ngdialog-content .cart-modal .notification-container .top-notification.fail-message {
            background-color: #f44; }

.coupon-card-offer {
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 18px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  background: url("../images/assets/cop-inactive-bg.svg") no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: 10px;
  width: 265px;
  height: 130px;
  float: left; }
  .coupon-card-offer .offer-icon {
    float: left;
    height: 100%;
    background-position: top;
    margin-right: 12px; }
  .coupon-card-offer .offer-details {
    font-size: 11px;
    line-height: 14px;
    width: calc(100% - 38px);
    float: left;
    height: 100%;
    position: relative; }
    .coupon-card-offer .offer-details .button {
      padding-top: 6px;
      padding-right: 12px;
      padding-bottom: 6px;
      padding-left: 12px;
      font-size: 11px;
      line-height: 14px;
      margin-bottom: 0;
      width: auto;
      height: 28px;
      color: #fff;
      position: absolute;
      bottom: 0; }
    .coupon-card-offer .offer-details span {
      position: absolute;
      bottom: 0;
      right: 0; }
    .coupon-card-offer .offer-details .offer-title {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      color: #333;
      margin-bottom: 4px; }
    .coupon-card-offer .offer-details .offer-info {
      font-size: 11px;
      line-height: 14px;
      color: #707070; }
  .coupon-card-offer.active-card {
    background: url("../images/assets/cop-active-bg.svg") no-repeat; }
    .coupon-card-offer.active-card .offer-details .offer-title, .coupon-card-offer.active-card .offer-details .offer-info, .coupon-card-offer.active-card .offer-details span a {
      color: #fff; }
    .coupon-card-offer.active-card .offer-details .button {
      color: #ed54a4;
      background: #fff; }

/*doc
---
title: Cart row
category: Components
parent: cards
---
```html_example
<div style="max-width: 360px;
            border-right: 1px solid #e6e6e6;
            border-top: 1px solid #e6e6e6;
            border-left: 1px solid #e6e6e6;">
  <div class="cart-item">
      <div class="row">
          <div class="small-3 medium-3 columns" >
              <div class="thumb" style="
                background: url('https://d212fsgtdo5zi1.cloudfront.net/fstatic/product/201506/14368ccc-be64-4337-8291-9d6e82a7aae6_medium.jpg?version=1435642576847') 50% 50% / contain no-repeat;
                ">
              </div>
          </div>
          <div class="item-details small-9 medium-9 columns">
              <div class="row">
                  <div class="small-8 medium-8 columns">
                      <span class="brand-name">The Sweet Berry</span>
                      <span class="product-name small-text">
                        Pre Order : Hand Accessory Lilac/White Flower
                      </span>
                      <span class="size small-text">Size: 1Year+</span>
                  </div>
                  <div class="small-4 medium-4 columns">
                      <div class="row item-prices small-text">
                          <span class="regular-price">₹1990</span>
                      </div>
                      <div class="row">
                          <span class="retail-price">₹1590</span>
                      </div>
                      <div class="row item-prices small-text">
                          <span class="discount positive">20% off</span>
                      </div>
                  </div>
              </div>
              <div class="row small-text">
              <div class="small-8 medium-8 columns qty">
                  <span>Qty</span>
                  <div class="stepper">
                      <button class="stepper-minus">-</button>
                      <span class="qty-label">10</span>
                      <button class="secondary stepper-plus">+</button>
                  </div>
              </div>
                  <div class="small-4 medium-4 columns remove">
                      <span >Remove</span>
                  </div>
              </div>
          </div>
      </div>
  </div>
</div>

```
*/
/*doc
---
title: Cart Loader
category: Components
parent: loading
---
```html_example
<div style="max-width: 360px;
            border-right: 1px solid #e6e6e6;
            border-top: 1px solid #e6e6e6;
            border-left: 1px solid #e6e6e6;">
  <div class="cart-item">
      <div class="row">
          <div class="small-3 medium-3 columns" >
              <div class="thumb cart-loader"></div>
          </div>
          <div class="item-details small-9 medium-9 columns">
              <div class="row">
                  <div class="small-11 medium-11 columns">
                      <span class="brand-name cart-loader"></span>
                      <span class="product-name small-text cart-loader"></span>
                      <span class="size small-text cart-loader"></span>
                  </div>
              </div>
          </div>
      </div>
  </div>
</div>
```
*/
.cart-item {
  display: block;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }
  .cart-item .thumb {
    margin-right: 16px;
    cursor: pointer;
    height: 79px;
    border: 1px solid #e6e6e6; }
  .cart-item .item-details {
    display: block;
    text-align: left; }
    .cart-item .item-details .brand-name {
      font-size: 10px;
      line-height: 12px;
      color: #707070;
      display: block;
      margin-bottom: 4px; }
    .cart-item .item-details .product-name {
      display: block;
      padding-bottom: 4px;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 16px; }
    .cart-item .item-details .size {
      color: #707070; }
  .cart-item .item-prices {
    text-align: right; }
    .cart-item .item-prices .regular-price {
      text-decoration: line-through;
      color: #707070;
      display: block;
      margin-bottom: 1px; }
  .cart-item .retail-price {
    text-align: right;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 2px; }
  .cart-item .qty {
    display: inline-block;
    color: #707070;
    padding-top: 8px; }
    .cart-item .qty span {
      display: inline-block;
      padding-top: 4px; }
    .cart-item .qty .stepper {
      display: inline-block;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 12px; }
      .cart-item .qty .stepper .stepper-minus, .cart-item .qty .stepper .stepper-plus {
        color: #ed54a4;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #e6e6e6;
        font-weight: 500; }
        .cart-item .qty .stepper .stepper-minus:active, .cart-item .qty .stepper .stepper-plus:active {
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          background-color: #f1f1f1; }
        .cart-item .qty .stepper .stepper-minus:hover, .cart-item .qty .stepper .stepper-plus:hover {
          border-color: #ed54a4; }
        .cart-item .qty .stepper .stepper-minus:disabled, .cart-item .qty .stepper .stepper-plus:disabled {
          color: #e6e6e6; }
          .cart-item .qty .stepper .stepper-minus:disabled:hover, .cart-item .qty .stepper .stepper-plus:disabled:hover {
            border-color: #e6e6e6; }
      .cart-item .qty .stepper .qty-label {
        padding-right: 12px;
        padding-left: 12px; }
  .cart-item .remove {
    text-align: right;
    color: #a4a4a4;
    cursor: pointer;
    margin-top: 12px;
    font-weight: 500;
    position: relative; }
    .cart-item .remove span:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }

.cart-loader-panel {
  padding-top: 12px; }

.cart-loader {
  box-shadow: none;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
  background-size: 800px 104px;
  cursor: default !important; }
  .cart-loader.thumb {
    height: 72px;
    width: 60px; }
  .cart-loader.brand-name {
    height: 6px;
    display: block;
    width: 50%;
    margin-bottom: 8px; }
  .cart-loader.product-name {
    height: 6px !important;
    cursor: default;
    margin-bottom: 8px; }
  .cart-loader.size {
    height: 6px;
    display: block;
    width: 70%; }

.sold-out {
  position: relative; }
  .sold-out .cart-item-overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    .sold-out .cart-item-overlay .cart-item-sold-out {
      position: absolute;
      top: 4px;
      left: 4px;
      background-color: #f44;
      color: #fff;
      font-weight: 500;
      font-size: 10px;
      line-height: 12px;
      padding-top: 4px;
      padding-right: 6px;
      padding-bottom: 4px;
      padding-left: 6px;
      border-radius: 2px; }

.cart-item-removed {
  background: #fff;
  border-bottom: 1px solid #e6e6e6; }
  .cart-item-removed .item-removed-text {
    font-size: 11px;
    line-height: 14px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px; }
  .cart-item-removed .undo {
    text-align: center;
    padding-top: 22px;
    padding-right: 26px;
    padding-bottom: 22px;
    padding-left: 26px;
    border-left: 1px solid #e6e6e6; }
    .cart-item-removed .undo span {
      font-size: 13px;
      line-height: 16px;
      color: #ed54a4;
      font-weight: 500;
      cursor: pointer;
      display: inline-block; }

@media only screen and (min-width: 0) and (max-width: 360px) {
  .cart-item .item-thumbnail {
    width: calc((100vw - 32px) / 4); } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .cart-dialog .ngdialog-content {
    max-width: 100vw; } }

/*doc
---
title: Cart Alert
category: Components
parent: cards
---
```html_example


<div class="cart-alert text-center">
  <div class="timeout-alert"></div>
  <div class="alert-title">
    It’s been a while…
  </div>
  <div class="alert-msg">
    You have been on the checkout page for more than 15 mins. Please review your cart.
  </div>
  <div class="alert-action">
    <button class="button primary small-button">Review Cart</button>
  </div>
</div>
```
*/
.cart-alert {
  width: 100%;
  max-width: 360px;
  background: #fff;
  padding: 65px 50px 0; }
  .cart-alert .alert-title {
    padding-top: 25px;
    padding-bottom: 8px;
    font-weight: 500; }
  .cart-alert .alert-msg {
    font-size: 11px;
    line-height: 16px; }
  .cart-alert .alert-action {
    padding-top: 20px;
    padding-bottom: 56px; }

.timeout-alert {
  background-image: url("../images/assets/timeout-alert.svg"); }

.common-dialog-alert {
  background-image: url("../images/assets/common-dialog-alert.svg"); }

.available-qty-tag {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }
  .available-qty-tag .cart-item-available-qty {
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #f44;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    border-radius: 2px; }

/*doc
---
title: Cart Notification
category: Components
parent: cards
---
```html_example
<div class="cart-notification clearfix">
    <div class="cart-notification-image">
        <span class="helper"></span>
        <img class="thumb" src="images/thumb.jpg" />
    </div>
    <div class="cart-notification-detail">
      <div class="detail">
        <div class="header">
           Size: 0-9 months
        </div>
        <div class="message">
           Added to cart
        </div>
      </div>
    </div>
</div>

```
*/
.cart-notification {
  cursor: pointer;
  background-color: #fff;
  font-size: 11px;
  line-height: 14px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-weight: 500;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16); }
  .cart-notification > div, .cart-notification > a > div {
    float: left; }
  .cart-notification img {
    vertical-align: middle;
    max-width: 100%; }
  .cart-notification .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .cart-notification-image {
    white-space: nowrap;
    width: 60px;
    height: 72px;
    text-align: center;
    overflow: hidden; }
  .cart-notification-detail {
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
    position: relative; }
    .cart-notification-detail .header {
      color: #333;
      width: 100%; }
    .cart-notification-detail .message {
      margin-top: 4px;
      width: 100%;
      color: #707070; }

.toast-top-full-width .notification-wrapper {
  margin-top: 16px;
  margin-right: 16px;
  float: right; }
  .toast-top-full-width .notification-wrapper.ng-enter {
    -webkit-animation: notification-grow 1s ease-out;
            animation: notification-grow 1s ease-out;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }
    .toast-top-full-width .notification-wrapper.ng-enter .detail {
      -webkit-animation: move-in 1s ease-out 1s;
              animation: move-in 1s ease-out 1s; }
  .toast-top-full-width .notification-wrapper.ng-leave {
    -webkit-animation: notification-shrink .4s ease-in-out;
            animation: notification-shrink .4s ease-in-out;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }

.cart-link {
  font-weight: 500;
  color: #ed54a4;
  position: absolute;
  bottom: 0; }

.orders-header {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #fff; }
  .orders-header .orders-title {
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto;
    max-width: 960px; }

.orders-list-wrapper {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px; }
  .orders-list-wrapper .orders-list-item {
    max-width: 960px;
    margin: 0 auto 16px; }
  .orders-list-wrapper .suborder-shipments {
    background: #fff;
    box-shadow: 0px -1px 0px 0px #f5f5f5;
    cursor: pointer;
    position: relative; }
    .orders-list-wrapper .suborder-shipments a {
      display: block;
      background: #fff; }
      .orders-list-wrapper .suborder-shipments a:active {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        background-color: #f1f1f1; }
    .orders-list-wrapper .suborder-shipments:hover {
      background: #f9f9f9; }
      .orders-list-wrapper .suborder-shipments:hover a {
        background: #f9f9f9; }
    .orders-list-wrapper .suborder-shipments .shipment-status-wrapper {
      padding-top: 36px;
      padding-right: 0px;
      padding-bottom: 36px;
      padding-left: 36px;
      float: left;
      width: 370px; }
      .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-status-symbol {
        border-radius: 20px;
        margin-right: 16px;
        float: left;
        height: 40px;
        width: 40px; }
      .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-status {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 2px;
        color: #333; }
        .placeholder-list .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-status {
          width: 200px; }
      .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-items {
        font-weight: 500;
        color: #a4a4a4; }
        .placeholder-list .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-items {
          width: 100px; }
    .orders-list-wrapper .suborder-shipments .product-list {
      margin-left: 40px;
      overflow: hidden;
      height: 112px; }
      .orders-list-wrapper .suborder-shipments .product-list .product-image {
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        margin-top: 16px;
        margin-right: 4px;
        margin-bottom: 16px;
        margin-left: 4px;
        background: #fff;
        border: 1px solid #f5f5f5;
        height: 80px;
        width: 80px;
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .orders-list-wrapper .suborder-shipments .product-list .product-image img {
          max-width: 62px;
          max-height: 62px; }
    .orders-list-wrapper .suborder-shipments .shipment-actions {
      position: absolute;
      top: 0;
      right: 0; }
      .orders-list-wrapper .suborder-shipments .shipment-actions a {
        font-size: 13px;
        line-height: 112px;
        font-weight: 500;
        box-shadow: inset 1px -1px 0 0 #f5f5f5;
        color: #ed54a4;
        text-align: center;
        height: 112px;
        width: 140px; }
        .orders-list-wrapper .suborder-shipments .shipment-actions a:hover {
          background: #fff; }

.order-detail-wrapper {
  font-size: 11px;
  line-height: 14px; }
  .order-detail-wrapper .order-detail-header {
    background: #fff;
    position: relative;
    height: 72px;
    margin-top: 24px;
    margin-right: 24px;
    margin-bottom: 0px;
    margin-left: 24px; }
    .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper {
      padding-top: 16px;
      padding-right: 24px;
      padding-bottom: 16px;
      padding-left: 24px; }
      .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper.order-detail-info-holder {
        padding: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%; }
      .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-id {
        padding-top: 16px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-left: 24px;
        font-weight: 500;
        display: inline-block; }
      .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-date {
        color: #707070; }
      .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-customer-details {
        border-right: 1px solid #e1e1e1;
        padding-right: 16px; }
        .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-customer-details .order-detail-customer-info, .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-customer-details .order-detail-customer-address-info {
          font-size: 11px;
          line-height: 13px; }
        .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-customer-details .order-detail-customer-address-info {
          padding-left: 24px;
          font-weight: 500;
          display: inline-block; }
        .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-customer-details .order-detail-customer-info {
          color: #707070; }
      .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-payment-details {
        padding-left: 16px; }
        .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-payment-details .order-detail-order-qty-info, .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-payment-details .order-detail-order-payment-info {
          font-size: 11px;
          line-height: 13px; }
        .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-payment-details .order-detail-order-qty-info {
          color: #707070; }
        .order-detail-wrapper .order-detail-header .order-detail-header-infoWrapper .order-detail-payment-details .order-detail-order-payment-info {
          font-weight: 500;
          display: inline-block; }
    .order-detail-wrapper .order-detail-header .actions {
      position: absolute;
      top: 0;
      right: 0; }
      .order-detail-wrapper .order-detail-header .actions a {
        padding-top: 28px;
        padding-right: 24px;
        padding-bottom: 28px;
        padding-left: 24px;
        display: block;
        height: 72px;
        color: #ed54a4;
        box-shadow: inset 1px 0px 0px 0px #e6e6e6;
        float: left; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      .order-detail-wrapper .order-detail-header {
        margin: 0;
        height: 90px; }
        .order-detail-wrapper .order-detail-header .order-detail-customer-details, .order-detail-wrapper .order-detail-header .order-detail-payment-details {
          display: inline-block; }
          .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-order-qty-info, .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-order-payment-info, .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-customer-info, .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-customer-address-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-order-qty-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-order-payment-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-customer-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-customer-address-info {
            display: block; }
          .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-customer-info, .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-order-qty-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-customer-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-order-qty-info {
            margin-top: 2px; }
          .order-detail-wrapper .order-detail-header .order-detail-customer-details .order-detail-customer-info, .order-detail-wrapper .order-detail-header .order-detail-payment-details .order-detail-customer-info {
            padding-left: 24px; } }
  .order-detail-wrapper .order-details-card-wrapper {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px; }
    .order-detail-wrapper .order-details-card-wrapper .order-details-card {
      padding-top: 24px;
      padding-right: 24px;
      padding-bottom: 24px;
      padding-left: 24px;
      margin-bottom: 8px;
      background: #fff; }
      .order-detail-wrapper .order-details-card-wrapper .order-details-card .shipment-header {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 16px; }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .shipment-header .item-shipment-summary {
          color: #707070; }
          @media screen and (min-width: 0em) and (max-width: 39.9375em) {
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .shipment-header .item-shipment-summary {
              display: block;
              width: 100%;
              padding-top: 4px; } }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .shipment-header .return-link {
          font-weight: 500;
          margin-bottom: 24px; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .shipment-header .return-link a {
            color: #ed54a4; }
      .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description {
        padding-top: 24px;
        padding-right: 0px;
        padding-bottom: 24px;
        padding-left: 0px;
        box-shadow: inset 0px 1px 0px 0px #e6e6e6;
        position: relative; }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description.hasOverlay {
          opacity: 0.6; }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .image-wrapper {
          padding-top: 8px;
          padding-right: 8px;
          padding-bottom: 8px;
          padding-left: 8px;
          margin-right: 10px;
          border: 1px solid #e6e6e6;
          height: 80px;
          width: 80px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          float: left;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .image-wrapper img {
            max-width: 64px;
            max-height: 64px; }
          @media screen and (min-width: 40em) {
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .image-wrapper {
              padding-top: 12px;
              padding-right: 12px;
              padding-bottom: 12px;
              padding-left: 12px;
              margin-right: 10px;
              height: 120px;
              width: 120px; }
              .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .image-wrapper img {
                max-width: 96px;
                max-height: 96px; } }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items {
          font-size: 11px;
          line-height: 24px;
          padding-top: 0px;
          padding-right: 0px;
          padding-bottom: 0px;
          padding-left: 44px;
          margin-bottom: 10px;
          width: 100%;
          height: 24px;
          color: #fff;
          display: none;
          background-position-x: 16px;
          background-size: 12px; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.cancelled, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.returned, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.refunded, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.delivered {
            display: block;
            background-color: #f44; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items.delivered {
            background-color: #62bd7f; }
          @media screen and (min-width: 40em) {
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items {
              position: absolute;
              left: 130px;
              top: 24px;
              width: 152px; } }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-details {
          float: left;
          width: 150px; }
          @media screen and (min-width: 40em) {
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-details {
              margin-top: 36px; } }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-details .product-name {
            height: 28px;
            overflow: hidden;
            margin-bottom: 10px; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-details .sku-attrs {
            width: 50%;
            float: left; }
        .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details {
          float: left;
          width: 240px;
          margin-top: 16px; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .right-side {
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 12px;
            margin-left: 90px; }
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .right-side .actual-price {
              font-size: 13px;
              line-height: 16px;
              background-repeat: no-repeat;
              background-position: 70px 3px;
              width: 85px; }
              .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .right-side .actual-price.icon-angle-down {
                cursor: pointer; }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .price-detail-left {
            float: left;
            text-align: right;
            padding-right: 10px;
            width: 90px; }
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .price-detail-left div {
              margin-bottom: 4px; }
            @media screen and (min-width: 40em) {
              .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .price-detail-left {
                padding-right: 20px;
                width: 100px; } }
          .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .price-detail-right {
            float: left;
            text-align: left;
            width: 125px; }
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .price-detail-right div {
              margin-bottom: 4px; }
          @media screen and (min-width: 40em) {
            .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details {
              float: right;
              margin-top: 28px; }
              .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .price-details .right-side {
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 12px;
                margin-left: 100px; } }
    .order-detail-wrapper .order-details-card-wrapper .additional-info {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 8px;
      margin-left: 0px; }
      @media screen and (min-width: 64em) {
        .order-detail-wrapper .order-details-card-wrapper .additional-info {
          margin-top: 0px;
          margin-right: 0px;
          margin-bottom: 8px;
          margin-left: 8px; } }
    .order-detail-wrapper .order-details-card-wrapper .payment-info {
      background: #fff;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 8px;
      margin-left: 0px; }
      .order-detail-wrapper .order-details-card-wrapper .payment-info .payment-info-header {
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
        box-shadow: inset 0px -1px 0px 0px #e6e6e6; }
      .order-detail-wrapper .order-details-card-wrapper .payment-info .payment-details .gray-background {
        background-color: rgba(225, 225, 225, 0.1); }
      .order-detail-wrapper .order-details-card-wrapper .payment-info .payment-details div {
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px; }
        .order-detail-wrapper .order-details-card-wrapper .payment-info .payment-details div.sub-info {
          padding-left: 36px; }
    .order-detail-wrapper .order-details-card-wrapper .delivery-detail-wrapper .delivery-detail-header {
      padding-top: 16px;
      padding-right: 24px;
      padding-bottom: 16px;
      padding-left: 24px;
      font-size: 13px;
      line-height: 16px;
      box-shadow: inset 0px -1px 0px 0px #e6e6e6;
      background: #fff; }
    .order-detail-wrapper .order-details-card-wrapper .delivery-detail-wrapper .delivery-address {
      padding-top: 16px;
      padding-right: 24px;
      padding-bottom: 16px;
      padding-left: 24px;
      background: #fff; }
      .order-detail-wrapper .order-details-card-wrapper .delivery-detail-wrapper .delivery-address .delivery-address-name {
        margin-bottom: 8px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .order-detail-wrapper .order-details-card-wrapper .delivery-detail-wrapper {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 8px; } }
  .order-detail-wrapper .invoice-link {
    text-align: right;
    display: inline-block;
    width: 50%; }
    .order-detail-wrapper .invoice-link a {
      color: #ed54a4; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .orders-list-wrapper {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
    .orders-list-wrapper .orders-list-item {
      margin-bottom: 8px; }
    .orders-list-wrapper .suborder-shipments a {
      height: 176px; }
    .orders-list-wrapper .suborder-shipments .shipment-status-wrapper {
      padding-top: 24px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 16px;
      width: 100%; }
    .orders-list-wrapper .suborder-shipments .product-list {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 68px;
      overflow: hidden; }
    .orders-list-wrapper .suborder-shipments .shipment-actions {
      position: static; }
      .orders-list-wrapper .suborder-shipments .shipment-actions a {
        font-size: 13px;
        line-height: 48px;
        box-shadow: inset 0px 1px 0 0 #f5f5f5;
        height: 48px;
        width: 100%; }
  .order-detail-wrapper .order-details-card-wrapper {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px; } }

.order-detail-loader-container .order-detail-loader-header {
  height: 72px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e6e6e6;
  padding: 24px; }
  .order-detail-loader-container .order-detail-loader-header .order-loader-name, .order-detail-loader-container .order-detail-loader-header .order-loader-description {
    background-color: #f1f1f1;
    padding: 4px;
    margin: 4px; }

.order-detail-loader-container .order-datail-card-payment-info-container {
  height: 240px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  background-color: #f1f1f1; }
  .order-detail-loader-container .order-datail-card-payment-info-container .order-detail-card-loader-container, .order-detail-loader-container .order-datail-card-payment-info-container .order-payment-loader-container {
    height: inherit;
    background-color: #fff;
    padding-top: 28px;
    padding-right: 36px;
    padding-bottom: 28px;
    padding-left: 36px; }
    .order-detail-loader-container .order-datail-card-payment-info-container .order-detail-card-loader-container .empty-card, .order-detail-loader-container .order-datail-card-payment-info-container .order-payment-loader-container .empty-card {
      background-color: #f1f1f1;
      padding-top: 4px;
      padding-right: 4px;
      padding-bottom: 4px;
      padding-left: 4px;
      margin-top: 4px;
      margin-right: 4px;
      margin-bottom: 4px;
      margin-left: 4px; }
      .order-detail-loader-container .order-datail-card-payment-info-container .order-detail-card-loader-container .empty-card.top-card, .order-detail-loader-container .order-datail-card-payment-info-container .order-payment-loader-container .empty-card.top-card {
        margin-top: 28px;
        margin-right: 0px;
        margin-bottom: 4px;
        margin-left: 24px; }
      .order-detail-loader-container .order-datail-card-payment-info-container .order-detail-card-loader-container .empty-card.bottom-card, .order-detail-loader-container .order-datail-card-payment-info-container .order-payment-loader-container .empty-card.bottom-card {
        margin-top: 4px;
        margin-right: 0px;
        margin-bottom: 28px;
        margin-left: 24px; }
  .order-detail-loader-container .order-datail-card-payment-info-container .order-detail-card-loader-container {
    width: 75%; }
  .order-detail-loader-container .order-datail-card-payment-info-container .order-payment-loader-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 24%; }
  .order-detail-loader-container .order-datail-card-payment-info-container .divider-loader {
    border: solid 1px #f1f1f1; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .order-detail-loader-container .order-detail-loader-header {
    height: 90px;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px; }
  .order-detail-loader-container .order-datail-card-payment-info-container {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: inherit; }
    .order-detail-loader-container .order-datail-card-payment-info-container .order-detail-card-loader-container {
      padding-top: 36px;
      padding-right: 16px;
      padding-bottom: 0px;
      padding-left: 16px;
      width: 100%;
      height: 200px; } }

.shipment-header {
  position: relative; }
  .shipment-header .vertical-separator {
    margin: 0 16px;
    color: #e1e1e1; }
  .shipment-header .order-delivery-details {
    background-color: #00aff0;
    padding: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    margin-top: -6px; }
    .shipment-header .order-delivery-details .delivery-truck-icon {
      margin-left: 8px; }
    .shipment-header .order-delivery-details .delivery-status {
      margin: 4px 12px;
      display: inline-block; }
  @media (max-width: 640px) {
    .shipment-header span.shipment-header-text {
      width: 66%; }
    .shipment-header .item-shipment-summary {
      width: 66%; }
    .shipment-header .order-delivery-details {
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      margin-top: 0;
      font-size: 11px;
      line-height: 14px;
      height: 40px; }
      .shipment-header .order-delivery-details .delivery-truck-icon {
        display: none; }
      .shipment-header .order-delivery-details .delivery-status span {
        display: block; }
    .shipment-header .vertical-separator {
      display: none; } }

.return-link-small {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .return-link-small a {
    color: #ed54a4 !important; }

.checkout-container, .cancellation-container {
  margin: 0;
  max-width: 1400px; }

.checkout-top-bar {
  background: #ed54a4;
  height: 48px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.checkout-logo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background: url("../images/assets/hs-checkout-logo.svg") no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 96px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 0; }

.top-bar.checkout-menu {
  height: 48px; }

.checkout, .cancellation-views {
  position: relative;
  z-index: 1000; }
  .checkout.inactive .non-stackable, .cancellation-views.inactive .non-stackable {
    background-color: rgba(245, 245, 245, 0.5);
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    .checkout.inactive .non-stackable.scrollable, .cancellation-views.inactive .non-stackable.scrollable {
      opacity: 0.48; }
    .checkout.inactive .non-stackable:hover, .cancellation-views.inactive .non-stackable:hover {
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      background-color: rgba(255, 255, 255, 0.5); }
      .checkout.inactive .non-stackable:hover.scrollable, .cancellation-views.inactive .non-stackable:hover.scrollable {
        opacity: 1; }
      .checkout.inactive .non-stackable:hover .edit-checkout-button-container button, .cancellation-views.inactive .non-stackable:hover .edit-checkout-button-container button {
        opacity: 1;
        border-radius: 4px !important;
        background-color: #ed54a4;
        color: #fff !important;
        border: 1px solid #ed54a4;
        box-shadow: 0px 10px 20px 0px rgba(164, 164, 164, 0.48); }
    .checkout.inactive .non-stackable.overlay-pending:hover, .cancellation-views.inactive .non-stackable.overlay-pending:hover {
      background-color: rgba(245, 245, 245, 0.5); }
    .checkout.inactive .non-stackable .edit-checkout-button-container, .cancellation-views.inactive .non-stackable .edit-checkout-button-container {
      width: 100%;
      position: absolute;
      bottom: 36px;
      padding: 4px;
      margin: 4px;
      z-index: 1110;
      text-align: center; }
      .checkout.inactive .non-stackable .edit-checkout-button-container button, .cancellation-views.inactive .non-stackable .edit-checkout-button-container button {
        width: 84px;
        height: 36px;
        padding: 10px 16px;
        opacity: 1;
        color: #333 !important;
        border-radius: 4px !important;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 10px 20px 0px rgba(164, 164, 164, 0.48); }
  .checkout .loader, .cancellation-views .loader {
    box-shadow: none;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
    background-size: 800px 104px;
    cursor: default !important;
    display: block;
    height: 8px; }
    .checkout .loader.radio, .cancellation-views .loader.radio {
      height: 12px;
      width: 12px; }
    .checkout .loader.delivery, .cancellation-views .loader.delivery {
      width: 80%;
      margin-bottom: 16px; }
    .checkout .loader.action, .cancellation-views .loader.action {
      width: 50%;
      float: right; }
    .checkout .loader.upsert-title, .cancellation-views .loader.upsert-title {
      height: 16px;
      width: 60%;
      margin: 24px 0 24px; }
    .checkout .loader.name, .cancellation-views .loader.name {
      width: 60%;
      margin-bottom: 8px; }
    .checkout .loader.phone, .cancellation-views .loader.phone {
      width: 45%;
      margin-bottom: 8px; }
    .checkout .loader.street, .cancellation-views .loader.street {
      width: 40%;
      margin-bottom: 8px; }
    .checkout .loader.landmark, .cancellation-views .loader.landmark {
      width: 50%;
      margin-bottom: 8px; }
    .checkout .loader.state, .cancellation-views .loader.state {
      width: 20%;
      margin-bottom: 8px;
      display: inline-block;
      margin-right: 20px; }
    .checkout .loader.country, .cancellation-views .loader.country {
      width: 30%;
      margin-bottom: 8px;
      display: inline-block; }
    .checkout .loader.edit-btn, .cancellation-views .loader.edit-btn {
      width: 10%;
      margin: 0 auto; }
    .checkout .loader.action-icon, .cancellation-views .loader.action-icon {
      height: 12px;
      width: 12px;
      float: right; }
    .checkout .loader.payment-title, .cancellation-views .loader.payment-title {
      width: 80%; }
  .checkout .loader-button-tertiary, .cancellation-views .loader-button-tertiary {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #e6e6e6; }
  .checkout .overview, .cancellation-views .overview {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 1020;
    border-right: 2px solid #e6e6e6;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px; }
    .checkout .overview h3, .cancellation-views .overview h3 {
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 4px;
      padding-left: 0px;
      color: #333; }
    .checkout .overview .item-detail, .cancellation-views .overview .item-detail {
      color: #707070;
      font-weight: 500; }
    .checkout .overview .address, .cancellation-views .overview .address {
      border: none;
      padding: 0; }
      .checkout .overview .address .details, .cancellation-views .overview .address .details {
        padding: 0; }
        .checkout .overview .address .details .name, .checkout .overview .address .details .phone, .cancellation-views .overview .address .details .name, .cancellation-views .overview .address .details .phone {
          display: inline-block; }
        .checkout .overview .address .details .address-detail, .cancellation-views .overview .address .details .address-detail {
          padding: 0; }
    .checkout .overview .action-link, .cancellation-views .overview .action-link {
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      display: inline-block;
      float: right;
      color: #ed54a4;
      cursor: pointer; }
    .checkout .overview.overview-hover, .cancellation-views .overview.overview-hover {
      cursor: pointer; }
      .checkout .overview.overview-hover .action-link.edit-hover, .cancellation-views .overview.overview-hover .action-link.edit-hover {
        display: none; }
      .checkout .overview.overview-hover:hover, .cancellation-views .overview.overview-hover:hover {
        background-color: #fff; }
        .checkout .overview.overview-hover:hover .action-link.edit-hover, .cancellation-views .overview.overview-hover:hover .action-link.edit-hover {
          display: inline-block; }

.cart-loader-overlay {
  height: calc(100% - 48px);
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.checkout .cart-loader-overlay {
  height: 100%;
  top: 0; }

.cart-spinner {
  position: absolute;
  top: 50%;
  left: 50%; }

.inactive-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010; }

.checkout .hs-checkbox + span ~ span, .cart-details .hs-checkbox + span ~ span {
  text-transform: capitalize; }
  .checkout .hs-checkbox + span ~ span.active, .cart-details .hs-checkbox + span ~ span.active {
    font-weight: 500; }

.scrollable {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.scrollable-cart {
  max-height: calc(100vh - 98px - 48px - 44px); }
  .scrollable-cart.no-notification {
    max-height: calc(100vh - 98px - 48px); }

.scrollable-review {
  height: calc(100vh - 102px - 56px - 48px); }

.scrollable-delivery-address {
  height: calc(100vh - 54px - 56px - 48px); }

.inactive .scrollable-review {
  height: calc(100vh - 56px - 48px); }

.inactive .scrollable-delivery-address {
  height: calc(100vh - 56px - 48px); }

.panel {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  background-color: #fff; }
  .panel h2 {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }

.cart-item-holder {
  margin-bottom: 0; }

.group-edd {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5; }

.credit-info, .promocode-info {
  background: #fff;
  border-top: 1px solid #e6e6e6; }
  .credit-info .row, .promocode-info .row {
    padding-top: 16px;
    padding-right: 22px;
    padding-bottom: 16px;
    padding-left: 22px;
    border-bottom: 1px solid #e6e6e6; }

.promocode-info {
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px; }
  .promocode-info .group input {
    margin-bottom: 0; }
  .promocode-info .apply-promocode {
    color: #ed54a4;
    font: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    pointer-events: auto; }
    .promocode-info .apply-promocode:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
    .promocode-info .apply-promocode.grayout {
      color: #a4a4a4;
      cursor: default; }

.summary {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 0; }
  .summary .section-title {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block; }
  .summary .credit-name {
    text-transform: capitalize; }
  .summary .section-content {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: right;
    display: block; }

.payment-overview {
  margin-bottom: 1px; }
  .payment-overview h3 {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    color: #333; }
  .payment-overview .item-detail {
    color: #707070;
    font-weight: 500; }
  .payment-overview.active .action-link {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .payment-overview .title {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    font-weight: 500;
    cursor: pointer; }
    .payment-overview .title:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
    .payment-overview .title.is-owp {
      cursor: default; }
    .payment-overview .title .payment-expand-icon {
      text-align: right;
      padding-top: 2px;
      padding-right: 8px; }
  .payment-overview .pay-title-holder {
    padding: 0; }
  .payment-overview .content {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    border-top: none; }
  .payment-overview .you-pay {
    font-weight: 500;
    margin-bottom: 16px; }

.new-address {
  padding-top: 0px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px; }
  .new-address form {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px; }
  .new-address .preferred-address {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .new-address .close {
    margin-top: 10px;
    position: relative; }
    .new-address .close .modal-close {
      right: -12px; }

.choose-address h2 {
  padding-left: 24px; }

.address {
  color: #707070;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }
  .address .details {
    font-size: 11px;
    line-height: 13px;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px; }
    .address .details .selected-address-checkbox {
      top: 2px; }
  .address:hover {
    background-color: #f9f9f9; }
    .address:hover .details .edit-user-address {
      background-color: transparent; }
  .address.active .name {
    color: #ed54a4; }
  .address.active .edit-user-address {
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 16px;
    padding-left: 16px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 4px;
    color: #a4a4a4;
    background-color: #fff; }
  .address .name {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px; }
  .address .phone {
    font-weight: 500;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px; }
  .address .address-detail {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px; }
    .address .address-detail span {
      display: block; }

.add-new-address .button.tertiary, .add-new-address .checkout.inactive .non-stackable .edit-checkout-button-container button.button, .checkout.inactive .non-stackable .edit-checkout-button-container .add-new-address button.button, .add-new-address .cancellation-views.inactive .non-stackable .edit-checkout-button-container button.button, .cancellation-views.inactive .non-stackable .edit-checkout-button-container .add-new-address button.button {
  color: #ed54a4; }
  .add-new-address .button.tertiary:hover, .add-new-address .checkout.inactive .non-stackable .edit-checkout-button-container button.button:hover, .checkout.inactive .non-stackable .edit-checkout-button-container .add-new-address button.button:hover, .add-new-address .cancellation-views.inactive .non-stackable .edit-checkout-button-container button.button:hover, .cancellation-views.inactive .non-stackable .edit-checkout-button-container .add-new-address button.button:hover {
    background-color: #f9f9f9; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .checkout.inactive .non-stackable {
    display: none; }
  .checkout .overview {
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
    .checkout .overview.overview-small {
      padding-top: 12px;
      padding-bottom: 12px; }
    .checkout .overview.overview-hover {
      background-color: #f5f5f5; }
      .checkout .overview.overview-hover .action-link.edit-hover {
        display: inline-block; } }

.user-saved-cards {
  padding-bottom: 24px;
  margin-bottom: 0; }
  .user-saved-cards h2 {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px; }
  .user-saved-cards .user-card-container {
    max-width: 320px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: background-color 0.2s ease-out;
    margin: 0 16px; }
    .user-saved-cards .user-card-container:hover {
      background-color: #fbfbfb; }
    .user-saved-cards .user-card-container .card-bg-container {
      border-radius: 5px;
      max-width: 320px; }
      .user-saved-cards .user-card-container .card-bg-container.active {
        color: #fff;
        background-color: #00aff0;
        background-blend-mode: multiply;
        border-color: #00aff0;
        transition: background-color 0.15s ease-in-out; }
    .user-saved-cards .user-card-container .user-card {
      padding: 24px 5px 24px 28px;
      padding-right: 5px;
      border-radius: 5px;
      box-shadow: 0 -10px 24px -6px rgba(0, 0, 0, 0.24);
      border: 1px solid #e6e6e6;
      border-top: 0; }
      .user-saved-cards .user-card-container .user-card.first-card {
        border: none;
        box-shadow: 0 -1px 6px -1px rgba(0, 0, 0, 0.24); }
      .user-saved-cards .user-card-container .user-card .user-card-basic-info {
        display: block; }
        .user-saved-cards .user-card-container .user-card .user-card-basic-info .user-info {
          display: inline-block; }
          .user-saved-cards .user-card-container .user-card .user-card-basic-info .user-info .user-saved-card-no {
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            width: 100%;
            overflow: hidden;
            height: 16px;
            text-overflow: ellipsis;
            display: block;
            font-weight: 500; }
          .user-saved-cards .user-card-container .user-card .user-card-basic-info .user-info .user-saved-card-name {
            font-size: 11px;
            line-height: 14px;
            width: 100%;
            overflow: hidden;
            height: 16px;
            text-overflow: ellipsis;
            display: block;
            text-transform: uppercase;
            margin-top: 5px;
            font-weight: 500; }
        .user-saved-cards .user-card-container .user-card .user-card-basic-info .card-info-holder {
          text-align: center; }
          .user-saved-cards .user-card-container .user-card .user-card-basic-info .card-info-holder .card-info {
            display: inline-block; }
            .user-saved-cards .user-card-container .user-card .user-card-basic-info .card-info-holder .card-info .card-type {
              border: 1px solid #a4a4a4;
              border-radius: 5px;
              text-align: center; }
              .user-saved-cards .user-card-container .user-card .user-card-basic-info .card-info-holder .card-info .card-type.active-card {
                border: 1px solid #fff; }
              .user-saved-cards .user-card-container .user-card .user-card-basic-info .card-info-holder .card-info .card-type .type {
                font-size: 7px;
                line-height: 7px; }
                .user-saved-cards .user-card-container .user-card .user-card-basic-info .card-info-holder .card-info .card-type .type .card-content {
                  letter-spacing: 0.6px;
                  font-weight: 500; }
      .user-saved-cards .user-card-container .user-card .user-card-more-info {
        display: block;
        border-radius: 5px;
        margin-top: 10px; }
        .user-saved-cards .user-card-container .user-card .user-card-more-info .cvv-input-details-container {
          height: 36px;
          border-radius: 5px; }
          .user-saved-cards .user-card-container .user-card .user-card-more-info .cvv-input-details-container .input-container {
            background-color: #fff;
            height: 36px;
            border-radius: 5px; }
            .user-saved-cards .user-card-container .user-card .user-card-more-info .cvv-input-details-container .input-container input {
              width: 100%;
              height: 36px;
              border: 1px solid #ed54a4;
              border-radius: 5px;
              box-shadow: inset 0 1px 5px #a4a4a4;
              padding-top: 1px;
              padding-bottom: 0; }
          .user-saved-cards .user-card-container .user-card .user-card-more-info .cvv-input-details-container .help-icon-container {
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
            padding: 5px; }
        .user-saved-cards .user-card-container .user-card .user-card-more-info .group {
          display: inline-block; }
        .user-saved-cards .user-card-container .user-card .user-card-more-info .user-input-holder {
          display: inline-block;
          background-color: #fff;
          border-radius: 5px; }
        .user-saved-cards .user-card-container .user-card .user-card-more-info .user-card-details-parent-container {
          text-align: center; }
          .user-saved-cards .user-card-container .user-card .user-card-more-info .user-card-details-parent-container .user-card-details-container {
            margin-top: 5px; }
            .user-saved-cards .user-card-container .user-card .user-card-more-info .user-card-details-parent-container .user-card-details-container .user-card-details-holder .card-details {
              display: block;
              font-weight: 500; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .checkout-container, .cancellation-container {
    width: 640px;
    margin: 0 auto;
    border: 1px solid #e6e6e6; }
    .checkout-container .checkout.inactive .non-stackable, .cancellation-container .checkout.inactive .non-stackable {
      display: none; }
    .checkout-container .checkout .overview, .cancellation-container .checkout .overview {
      position: relative;
      border-bottom: 1px solid #e6e6e6; }
    .checkout-container .checkout.visited, .cancellation-container .checkout.visited {
      opacity: 0.64; } }

@media screen and (max-width: 63.9375em) {
  .scrollable-review, .scrollable-delivery-address {
    height: inherit; } }

.payment-modes {
  border-bottom: 1px solid #e6e6e6; }
  .payment-modes h2 {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 16px; }
  .payment-modes .mode {
    cursor: pointer; }
    .payment-modes .mode:hover {
      background-color: #f9f9f9; }
    .payment-modes .mode label:active {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      background-color: #f1f1f1; }
    .payment-modes .mode span.content {
      display: inline-block;
      padding-top: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
      padding-left: 0px;
      border-bottom: 1px solid #e6e6e6;
      width: calc(100% - 51px); }
      .payment-modes .mode span.content.last {
        border-bottom: 0; }
    .payment-modes .mode span.icon, .payment-modes .mode span.icon-small, .payment-modes .mode span.icon-16, .payment-modes .mode span.icon-medium, .payment-modes .mode .site-footer .footer-block span, .site-footer .footer-block .payment-modes .mode span, .payment-modes .mode span.icon-large, .payment-modes .mode span.icon-x-large, .payment-modes .mode span.icon-2x-large, .payment-modes .mode span.icon-payment-card, .payment-modes .mode span.user-card-icon, .payment-modes .mode .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description span.product-items, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .payment-modes .mode span.product-items {
      margin-right: 16px;
      margin-left: 16px;
      margin-top: 14px; }
  .payment-modes .mode-form {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    top: -1px;
    background-color: #f8f8f8;
    padding-top: 0px;
    padding-right: 48px;
    padding-bottom: 20px;
    padding-left: 48px;
    display: inline-block; }
    .payment-modes .mode-form h2 {
      padding-top: 24px;
      padding-right: 0px;
      padding-bottom: 20px;
      padding-left: 0px; }
    .payment-modes .mode-form.net-banking {
      padding-top: 0px;
      padding-right: 48px;
      padding-bottom: 20px;
      padding-left: 48px; }
      .payment-modes .mode-form.net-banking select {
        transition: all 0.25s ease-in-out; }
    .payment-modes .mode-form .payment-icon {
      right: 8px;
      transition: all 0.2s ease-in-out; }
    .payment-modes .mode-form .card-expiry-date-holder {
      padding-right: 8px; }
  .payment-modes .bank-name {
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px; }
  .payment-modes .bank-icons {
    cursor: pointer;
    text-align: center; }
    .payment-modes .bank-icons .bank {
      border-radius: 48px;
      background-color: #fff;
      border: 1px solid #e6e6e6;
      transition: all 0.25s ease-in-out; }
      .payment-modes .bank-icons .bank:hover {
        border: 1px solid #a4a4a4; }
    .payment-modes .bank-icons.active .bank {
      border: 2px solid #ed54a4; }
    .payment-modes .bank-icons.active .bank-name {
      font-weight: 500; }

.saved-card {
  padding-top: 16px; }

.new-address .small-button {
  margin-top: 16px; }

@media screen and (min-width: 87.5em) {
  .checkout-container, .cancellation-container {
    margin: 0 auto;
    border: 1px solid #e6e6e6; } }

.pay-securely {
  width: 16px;
  height: 16px;
  margin-right: 8px; }

.pay-securely-text {
  position: relative;
  top: 2px; }

.payment-fail {
  padding: 0 40px 36px; }
  .payment-fail .title h3 {
    font-weight: 500; }
  .payment-fail .msg {
    padding-top: 8px;
    padding-bottom: 16px; }

.failed-order-details {
  border-top: 1px solid #e6e6e6;
  padding: 16px; }
  .failed-order-details h3 {
    font-weight: 500;
    padding-bottom: 6px; }
  .failed-order-details .key {
    padding-top: 24px;
    padding-bottom: 3px;
    display: block; }
  .failed-order-details .value {
    display: block;
    font-weight: 500; }
  .failed-order-details .failed {
    color: #f44; }

.checkout-headers {
  width: 100%;
  height: 56px;
  text-align: center;
  background: #f5f5f5;
  z-index: 1020;
  border-right: 2px solid #e6e6e6;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border: 0; }
  .checkout-headers h3 {
    color: #ed54a4;
    color: #ed54a4;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500; }
  .checkout-headers span {
    color: #707070;
    font-size: 11px;
    line-height: 13px;
    color: #707070; }
  .checkout-headers.done {
    background: #f5f5f5; }
  .checkout-headers.pending {
    background: #fff; }
    .checkout-headers.pending h3 {
      color: #707070; }
  .checkout-headers.active {
    border-bottom: 2px solid #ed54a4;
    background: #fff;
    color: #ed54a4; }
    .checkout-headers.active h3 {
      color: #ed54a4; }
  .checkout-headers .payment-expand-icon {
    padding: 10px; }
  .checkout-headers .icon, .checkout-headers .icon-small, .checkout-headers .icon-16, .checkout-headers .icon-medium, .checkout-headers .site-footer .footer-block span, .site-footer .footer-block .checkout-headers span, .checkout-headers .icon-large, .checkout-headers .icon-x-large, .checkout-headers .icon-2x-large, .checkout-headers .icon-payment-card, .checkout-headers .user-card-icon, .checkout-headers .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .checkout-headers .product-items {
    position: relative;
    left: 17px;
    top: 5px; }

.checkout-container .checkout-cancellation-headers-container, .cancellation-container .checkout-cancellation-headers-container {
  border-bottom: 1px solid #e6e6e6; }
  .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header {
    text-align: center;
    height: 56px;
    z-index: 1020;
    border-right: 2px solid #e6e6e6;
    border-bottom: 1px solid #707070;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    border: 0;
    cursor: pointer;
    background-color: #fff; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header .empty-checkout-address-holder, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .empty-checkout-address-holder {
      text-align: center; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header .empty-checkout-address-holder .empty-checkout-address, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .empty-checkout-address-holder .empty-checkout-address {
        display: inline-block;
        padding: 1px;
        margin: 4px;
        background-color: #ed54a4;
        width: 10px; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending {
      cursor: default; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending .header, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending .header {
        color: #707070;
        opacity: 0.5; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending .checkout-label, .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending .empty-checkout-address-holder, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending .checkout-label, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.pending .empty-checkout-address-holder {
        opacity: 0.5; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.active, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.active {
      cursor: default;
      border-bottom: 2px solid #ed54a4; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.active .header, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.active .header {
        color: #ed54a4; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited {
      border-bottom-width: 0;
      border-style: solid;
      border-color: #ed54a4;
      cursor: pointer; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited:hover, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited:hover {
        border-bottom-width: 2px; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited .header, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited .header {
        opacity: 1;
        color: #ed54a4; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited .checkout-label, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited .checkout-label {
        opacity: 1; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited .empty-checkout-address-holder, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header.visited .empty-checkout-address-holder {
        opacity: 0.5; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header h3, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header h3 {
      font-size: 11px;
      line-height: 13px;
      font-weight: 500; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header .heading-loader, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .heading-loader {
      padding: 4px;
      margin-top: 4px;
      margin-bottom: 4px;
      background-color: #eee; }
      .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header .heading-loader.last, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .heading-loader.last {
        float: none; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header .checkout-label, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .checkout-label {
      font-size: 11px;
      margin-top: 2px; }
    .checkout-container .checkout-cancellation-headers-container .checkout-cancellation-header .checkout-icon-holder, .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .checkout-icon-holder {
      text-align: right;
      position: relative;
      right: -12px;
      top: -27px; }

.cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header {
  padding: 0; }
  .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .header {
    padding-top: 20px;
    font-size: 13px;
    line-height: 16px; }
  .cancellation-container .checkout-cancellation-headers-container .checkout-cancellation-header .indicator-icon {
    padding-top: 17px;
    margin-right: -12px;
    position: relative; }

.right-divider {
  border-right: 1px solid #e6e6e6;
  box-shadow: inset 0 2px 0 rgba(230, 230, 230, 0.75); }

/*doc
---
title: Checkout
category: Components
parent: interactive
---
```html_example
<div class="row checkout-details-page">
  <div class="large-8 column checkout-details">
    <div class="orders">
      <div class="order-status">
      <div class="icon-class icon-order-success"></div>
        <p>Your order is complete</p>
      </div>

      <div class="order-messages clearfix">
        <div class="email-message icon-class icon-msg-pink">
        A confirmation email will be sent to your registered email id.
        </div>
        <div class="live-status icon-class icon-bill">
        You can check the live status of your shipment on the order details page.
        </div>
      </div>
    </div>

    <div class="details clearfix">
      <div class="order-details">
        <div class="heading">
          <strong>Order details</strong>
        </div>
        <div>
          <div class="order-number">
            <div>Order Number</div>
            <div><strong>0876543210</strong></div>
          </div>
          <div class="total-payment">
            <div>Total payment</div>
            <div class="positive"><strong>&#8377;5,678</strong></div>
          </div>
        </div>
      <div>
        <div class="mode-of-payment">
          <div>Mode of payment</div>
          <div><strong>Cash on Delivery</strong></div>
        </div>
        <div class="order-of-status">
          <div>Order status</div>
          <div><strong>Payment to be made upon delivery</strong></div>
        </div>
      </div>

      </div>

      <div class="shipment-details">
        <div class="heading">
          <strong>Shipment details</strong>
        </div>
        <div class="shipments">
          <div>Shipment 1 of 2</div>
          <div><strong>Delivery within 3-5 days</strong></div>
        </div>
        <div class="shipments">
          <div>Shipment 2 of 2</div>
          <div><strong>Delivery in 7-8 weeks</strong></div>
        </div>
      </div>
    </div>
  </div>
</div>


```
*/
.checkout-details-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px; }

.checkout-details {
  margin-right: 16px;
  background: #fff; }
  .checkout-details .checkout-message {
    overflow: hidden;
    margin-top: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 8px;
    padding-bottom: 0;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 11px;
    line-height: 11px; }
    .checkout-details .checkout-message .container {
      margin: 0 auto;
      width: 300px;
      background-position: -24px -9px;
      background-repeat: no-repeat;
      padding-top: 24px;
      padding-right: 0px;
      padding-bottom: 24px;
      padding-left: 60px; }
  .checkout-details .order-details, .checkout-details .email-message, .checkout-details .live-status, .checkout-details .shipment-details {
    float: left;
    width: 50%;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px; }
  .checkout-details .email-message, .checkout-details .live-status {
    font-size: 13px;
    line-height: 16px;
    padding-left: 60px;
    background-position: 24px 18px; }
  .checkout-details .details {
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .checkout-details .more-details {
    display: block;
    text-align: center;
    color: #ed54a4;
    font-weight: 400;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px; }

.app-download {
  background-image: url("../images/app-upsell-bg-seamless.png");
  background-size: 200px;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px; }
  .app-download .download-msg {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }
  .app-download .app-icons {
    text-align: center; }
    .app-download .app-icons div {
      margin-top: 0px;
      margin-right: 8px;
      margin-bottom: 0px;
      margin-left: 8px;
      height: 44px;
      width: 44px;
      border-radius: 50%;
      background-color: #fff;
      display: inline-block; }

.order-details .heading, .shipment-details .heading {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px; }

.order-details .details-data, .shipment-details .details-data {
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 0px; }
  .order-details .details-data.orders, .shipment-details .details-data.orders {
    width: 50%;
    float: left; }

.order-details {
  border-right: 1px solid #e6e6e6; }

.order-status {
  text-align: center;
  padding-top: 50px; }
  .order-status div.icon-order-success {
    height: 48px;
    width: 48px;
    margin: 0 auto;
    background-size: 100%; }
  .order-status p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 44px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .checkout-details-page {
    display: block; }
    .checkout-details-page .checkout-details {
      margin-bottom: 16px; }
    .checkout-details-page .app-download .app-message, .checkout-details-page .app-download .app-image {
      width: 50%;
      float: left; }
    .checkout-details-page .app-download .app-message > div {
      padding-top: 30%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .checkout-details-page {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
    .checkout-details-page .checkout-details {
      margin-bottom: 16px; }
    .checkout-details-page .orders {
      padding-top: 4px;
      padding-right: 0px;
      padding-bottom: 4px;
      padding-left: 0px; }
    .checkout-details-page .order-details {
      border-bottom: 1px solid #e6e6e6; }
    .checkout-details-page .email-message, .checkout-details-page .live-status {
      float: none;
      width: 100%; }
    .checkout-details-page .details {
      font-size: 11px;
      line-height: 11px; }
      .checkout-details-page .details > div {
        width: 100%;
        float: none; }
      .checkout-details-page .details .heading {
        font-size: 13px;
        line-height: 16px; }
      .checkout-details-page .details .order-details {
        border-right: none; } }

.message-container {
  text-align: center;
  max-width: 600px;
  padding: 0 20px;
  margin: 124px auto; }
  .message-container div {
    margin-bottom: 8px; }
  .message-container p {
    color: #707070; }
  .message-container a {
    color: #ed54a4; }

.footer-wrapper {
  border-top: 1px solid #e6e6e6;
  margin-top: 68px; }

.site-footer {
  background: #fff; }
  .site-footer .footer-block {
    height: 168px;
    transition: background 0.3s ease-out; }
    .site-footer .footer-block span {
      margin-top: 46px; }
    .site-footer .footer-block .footer-title {
      margin-top: 12px; }
    .site-footer .footer-block .sub-title {
      font-size: 11px;
      line-height: 14px;
      color: #707070;
      margin-top: 8px; }
      .site-footer .footer-block .sub-title a {
        margin-top: 0px;
        margin-right: 8px;
        margin-bottom: 0px;
        margin-left: 8px; }
      .site-footer .footer-block .sub-title span {
        padding-top: 0px;
        padding-right: 8px;
        padding-bottom: 0px;
        padding-left: 8px;
        margin-top: 0; }
    .site-footer .footer-block:hover {
      background: #f9f9f9; }
      .site-footer .footer-block:hover .sub-title {
        color: #ed54a4; }
  .site-footer .footer-end {
    padding-top: 4px;
    padding-right: 36px;
    padding-bottom: 4px;
    padding-left: 36px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    border-top: 1px solid #f5f5f5; }
    @media screen and (max-width: 63.9375em) {
      .site-footer .footer-end {
        padding-top: 4px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-left: 8px; } }
    .site-footer .footer-end ul {
      display: inline-block;
      vertical-align: top;
      padding-top: 18px;
      padding-bottom: 17px; }
    .site-footer .footer-end ul li {
      display: inline-block;
      vertical-align: middle; }
      .site-footer .footer-end ul li:before {
        content: "\00b7";
        padding: 0 8px; }
      .site-footer .footer-end ul li:first-child:before {
        display: none; }
    .site-footer .footer-end a {
      color: #a4a4a4; }
      .site-footer .footer-end a:hover {
        color: #ed54a4; }
    .site-footer .footer-end .logo {
      display: inline-block;
      vertical-align: top;
      height: 33px;
      margin-right: 16px; }
      @media screen and (max-width: 63.9375em) {
        .site-footer .footer-end .logo {
          margin-right: 8px; } }
    .site-footer .footer-end .copyright {
      color: #a4a4a4;
      font-weight: 300;
      padding-top: 20px;
      float: right !important; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .site-footer span {
    margin-top: 13px !important; }
  .site-footer .footer-block {
    height: 90px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
    .site-footer .footer-block.top-footer-block-mobile {
      height: 48px; }
      .site-footer .footer-block.top-footer-block-mobile a > span, .site-footer .footer-block.top-footer-block-mobile a > div {
        display: inline-block; }
      .site-footer .footer-block.top-footer-block-mobile a > span {
        background-size: 16px; }
    .site-footer .footer-block div {
      font-size: 11px;
      line-height: 13px; }
    .site-footer .footer-block .footer-title {
      margin-top: 19px; }
    .site-footer .footer-block .sub-title {
      margin-top: 0; }
      .site-footer .footer-block .sub-title span {
        width: 28px;
        height: 28px;
        background-size: 16px;
        border: 1px solid #e6e6e6;
        border-radius: 14px;
        transition: background-image 0.3s ease-out; }
      .site-footer .footer-block .sub-title a {
        margin-top: 0px;
        margin-right: 4px;
        margin-bottom: 0px;
        margin-left: 4px; }
  .site-footer .footer-end {
    border-top: none;
    padding: 0 16px;
    box-shadow: none;
    text-align: center; }
    .site-footer .footer-end ul {
      padding-top: 16px;
      padding-bottom: 4px; }
    .site-footer .footer-end a {
      color: #a4a4a4; }
    .site-footer .footer-end .copyright {
      font-size: 9px;
      line-height: 11px;
      font-weight: 300;
      float: none !important;
      padding-top: 0;
      padding-bottom: 16px; } }

.hide-branch-banner #branch-banner {
  display: none; }

#branch-banner {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
  position: fixed !important;
  z-index: 9999 !important; }
  #branch-banner > * {
    margin-right: 12px !important; }
  #branch-banner .icon, #branch-banner .icon-small, #branch-banner .icon-16, #branch-banner .icon-medium, #branch-banner .site-footer .footer-block span, .site-footer .footer-block #branch-banner span, #branch-banner .icon-large, #branch-banner .icon-x-large, #branch-banner .icon-2x-large, #branch-banner .icon-payment-card, #branch-banner .user-card-icon, #branch-banner .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .product-items, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description #branch-banner .product-items {
    margin: 0 !important; }
  #branch-banner .content {
    height: 80px !important; }
    #branch-banner .content .left {
      padding: 4px 12px 4px 12px !important; }
    #branch-banner .content .right {
      margin-right: 12px !important;
      border-left: 1px solid #e6e6e6;
      height: 80px !important; }
  #branch-banner .vertically-align-middle {
    top: 63% !important; }
  #branch-banner .title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }
  #branch-banner .button {
    border: none !important;
    color: #ed54a4 !important;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    height: 78px !important;
    background-color: inherit !important; }

#branch-banner-close {
  background-image: url("../images/assets/icon-dismiss.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px !important;
  text-indent: -999px;
  top: 0px !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  background-repeat: no-repeat !important;
  padding-top: 60px !important; }

.scrollable-cancellation-view {
  height: calc(100vh - 54px - 56px - 48px); }
  .scrollable-cancellation-view .mode-form {
    padding-top: 2px;
    box-shadow: none;
    background-color: #fff; }

.scrollable-cancellation-list-view {
  height: calc(100vh - 102px - 56px - 48px); }

.inactive .scrollable-cancellation-view, .inactive .scrollable-cancellation-list-view {
  height: calc(100vh - 56px - 48px); }

.cancellable-list-heading {
  padding: 24px 16px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }

.cancellable-item {
  display: block;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }
  .cancellable-item:hover {
    background-color: #f9f9f9; }
  .cancellable-item .cancellable-item-checkox {
    padding-top: 28px;
    padding-bottom: 20px;
    text-align: center; }
  .cancellable-item .thumb {
    margin-right: 16px;
    cursor: pointer;
    height: 84px;
    width: 70px;
    border: 1px solid #e6e6e6;
    background: #fff no-repeat center;
    background-size: contain; }
  .cancellable-item .item-details .product-name {
    padding-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .cancellable-item .item-details .title {
    color: #707070;
    padding-bottom: 2px; }
  .cancellable-item .item-details .size {
    padding-bottom: 12px; }
  .cancellable-item .item-details .refund-amount {
    padding-top: 6px; }
  .cancellable-item .item-details .select-cancel-qty {
    height: 24px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 14px; }

.shipping-fee-info {
  padding: 16px 24px 12px 16px;
  background-color: #00aff0;
  color: #fff; }

.refund-credits {
  display: block; }
  .refund-credits .credit-icon {
    display: inline-block;
    margin: 16px;
    height: 20px;
    width: 20px;
    background-size: 20px; }
  .refund-credits .credit-detail {
    display: inline-block;
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e6;
    width: calc(100% - 58px); }
    .refund-credits .credit-detail.last {
      border-bottom: none; }
    .refund-credits .credit-detail .credit-title {
      display: inline-block;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500; }
    .refund-credits .credit-detail .credit-summary {
      padding-top: 8px;
      display: block;
      color: #707070;
      font-size: 11px;
      line-height: 13px; }

.refund .payment-overview {
  margin-bottom: 12px !important; }

.refund-qty-selector {
  display: block; }
  .refund-qty-selector .ngdialog-overlay {
    background: rgba(0, 0, 0, 0.6); }
  .refund-qty-selector .ngdialog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 50vh;
    padding-bottom: 18px; }
    .refund-qty-selector .ngdialog-content .refund-qty-selector-container {
      max-width: 600px;
      margin: 0 auto; }
    .refund-qty-selector .ngdialog-content .header {
      padding: 24px; }

.cancel-qty-container, .return-qty-container {
  width: 20%;
  display: inline-block;
  text-align: center; }
  .cancel-qty-container .qty-span, .return-qty-container .qty-span {
    display: inline-block;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 8px;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    border: 1px solid #e6e6e6; }
    .cancel-qty-container .qty-span:hover, .return-qty-container .qty-span:hover {
      border: 1px solid #ed54a4; }
    .cancel-qty-container .qty-span.selected, .return-qty-container .qty-span.selected {
      background-color: #ed54a4;
      color: #fff; }

.refund-qty-for-small {
  margin-right: 8px; }
  .refund-qty-for-small.cancelled {
    color: #ed54a4; }

.overview-panel {
  padding: 0 16px; }

.overview-icon {
  padding-top: 12px; }

.overview-detail {
  padding: 16px 0;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6; }
  .overview-detail .overview-title {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500; }
  .overview-detail .overview-summary {
    display: block;
    padding-top: 8px;
    font-size: 11px;
    line-height: 15px; }
  .overview-detail.last {
    border-bottom: none; }

.select-cancellable-item {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.refund-qty-for-small.ng-hide-add, .select-cancel-qty.ng-hide-add,
.inactive-overlay.ng-hide-add {
  display: none !important; }

.return-item-email-client .ngdialog-content {
  max-width: 382px !important; }

.return-item-modal {
  width: 100%;
  max-width: 382px;
  background: #fff;
  padding: 48px; }
  .return-item-modal .alert-title {
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500; }
  .return-item-modal .alert-msg {
    font-size: 11px;
    line-height: 16px; }
    .return-item-modal .alert-msg .return-product-detail {
      margin-top: 4px;
      margin-bottom: 12px; }

@media screen and (max-width: 63.9375em) {
  .scrollable-cancellation-view, .scrollable-cancellation-list-view {
    height: inherit; }
  .cancellation-views.inactive {
    display: none; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .cancellable-item .item-details .refund-amount {
    padding-top: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .refund-qty-selector .ngdialog-content .cancel-qty-container {
    width: 10%; } }

.returnable-item-list {
  position: relative; }
  .returnable-item-list .list-heading {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background-color: #fff; }
  .returnable-item-list .secondary-heading, .returnable-item-list .secondary-panel {
    padding: 16px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff; }
  .returnable-item-list .reason {
    height: 48px;
    padding: 16px 0; }
    .returnable-item-list .reason .content {
      border-bottom: 1px solid #e6e6e6; }
      .returnable-item-list .reason .content.last {
        border-bottom: none; }

.return-qty-header {
  padding-bottom: 24px; }

.return-reason-icon {
  padding-top: 28px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 0px; }

.reason-summary {
  color: #707070;
  margin-top: 8px; }

.pickup-summary {
  color: #707070;
  margin-top: 8px;
  margin-bottom: 12px; }

.divider-right {
  overflow: hidden;
  margin-bottom: 8px; }
  .divider-right .title-div {
    padding-right: 8px;
    position: relative; }
    .divider-right .title-div::after {
      content: "";
      background: #e6e6e6;
      display: block;
      height: 1px;
      position: absolute;
      top: 50%;
      width: 100%; }

.divider-title-reason::after {
  margin-left: 48px; }

.divider-title-pickup::after {
  margin-left: 76px; }

.scrollable-return-list {
  height: calc(100vh - 54px - 56px - 48px); }

.inactive .scrollable-return-list {
  height: calc(100vh - 56px - 48px); }

.return-qty-container {
  text-align: left; }
  .return-qty-container .qty-span {
    text-align: center; }

@media screen and (max-width: 63.9375em) {
  .scrollable-return-list {
    height: inherit; }
    .scrollable-return-list .return-items-edit-panel {
      position: relative; }
      .scrollable-return-list .return-items-edit-panel.ng-hide {
        position: absolute;
        top: 100%; }
      .scrollable-return-list .return-items-edit-panel.ng-hide-add, .scrollable-return-list .return-items-edit-panel.ng-hide-remove {
        position: absolute;
        transition: top 0.3s ease-in-out; }
    .scrollable-return-list .new-address-panel, .scrollable-return-list .schedule-pickup-panel, .scrollable-return-list .self-courier-panel {
      position: relative;
      top: 0; }
      .scrollable-return-list .new-address-panel.ng-hide, .scrollable-return-list .schedule-pickup-panel.ng-hide, .scrollable-return-list .self-courier-panel.ng-hide {
        top: 100%;
        position: absolute; }
      .scrollable-return-list .new-address-panel.ng-hide-add, .scrollable-return-list .new-address-panel.ng-hide-remove, .scrollable-return-list .schedule-pickup-panel.ng-hide-add, .scrollable-return-list .schedule-pickup-panel.ng-hide-remove, .scrollable-return-list .self-courier-panel.ng-hide-add, .scrollable-return-list .self-courier-panel.ng-hide-remove {
        position: absolute;
        transition: top 0.3s ease-in-out, position 0.3s ease-in-out; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .return-qty-container {
    width: 10%; } }

.options-panel {
  background-color: #fff; }
  .options-panel .title {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px; }
  .options-panel .option {
    padding: 0 16px; }
    .options-panel .option:hover {
      background: #f9f9f9; }
  .options-panel .option-icon {
    padding: 16px 0; }
    .options-panel .option-icon span.icon, .options-panel .option-icon span.icon-small, .options-panel .option-icon span.icon-16, .options-panel .option-icon span.icon-medium, .options-panel .option-icon .site-footer .footer-block span, .site-footer .footer-block .options-panel .option-icon span, .options-panel .option-icon span.icon-large, .options-panel .option-icon span.icon-x-large, .options-panel .option-icon span.icon-2x-large, .options-panel .option-icon span.icon-payment-card, .options-panel .option-icon span.user-card-icon, .options-panel .option-icon .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description span.product-items, .order-detail-wrapper .order-details-card-wrapper .order-details-card .product-description .options-panel .option-icon span.product-items {
      top: 5px; }
  .options-panel .option-text {
    border-bottom: 1px solid #e6e6e6; }
    .options-panel .option-text.last {
      border-bottom: none; }
    .options-panel .option-text .option-label {
      padding: 16px 0; }
    .options-panel .option-text .option-info {
      color: #707070;
      font-size: 13px;
      line-height: 16px; }
    .options-panel .option-text .option-comment {
      padding-bottom: 16px; }
      .options-panel .option-text .option-comment.text {
        font-size: 11px;
        line-height: 1.5;
        color: #707070; }

.return-edit-btn {
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #a4a4a4; }
  .return-edit-btn:hover {
    color: #ed54a4; }

.non-returnable-item {
  margin-top: 16px;
  font-size: 11px;
  line-height: 13px;
  background-color: #f9f9f9;
  padding: 10px 12px;
  border-radius: 2px; }
  .non-returnable-item .link {
    cursor: pointer;
    font-weight: 500;
    color: #ed54a4; }

.tooltip {
  position: relative;
  display: inline-block;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .tooltip .tooltip-body {
    cursor: default;
    width: 296px;
    background-color: #707070;
    color: #fff;
    padding: 12px 12px 20px 24px;
    border-radius: 4px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -240px;
    margin-bottom: 8px; }
    .tooltip .tooltip-body::after {
      content: " ";
      position: absolute;
      top: 100%;
      /* At the bottom of the tooltip */
      left: 80%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #707070 transparent transparent transparent; }
    .tooltip .tooltip-body .tooltip-close-icon {
      cursor: pointer; }
    .tooltip .tooltip-body .tooltip-header {
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      padding-bottom: 20px; }
      .tooltip .tooltip-body .tooltip-header .text {
        padding-top: 8px; }
    .tooltip .tooltip-body .tooltip-reason {
      font-size: 11px;
      line-height: 13px;
      padding-bottom: 12px; }
    .tooltip .tooltip-body .tooltip-return-policy {
      font-size: 13px;
      line-height: 16px;
      font-weight: 500; }
      .tooltip .tooltip-body .tooltip-return-policy .tooltip-link {
        color: #fff; }

.address.opa label {
  opacity: 0.54; }

.address.opa .opa-tag {
  background-color: #f9f9f9;
  color: #333;
  padding: 10px 8px;
  margin-bottom: 16px;
  border-radius: 2px; }

.unavailable-tag {
  background-color: #f9f9f9;
  color: #333;
  padding: 8px;
  margin-top: 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 14px; }

.scrollable-return-list .add-new-address {
  border-bottom: 1px solid #e6e6e6; }

.returns-views .cart-loader-overlay {
  height: 100%;
  top: 0; }

.credit-detail {
  padding: 10px 24px 10px 16px; }
  .credit-detail .credit {
    display: inline-block; }
  .credit-detail .amount {
    display: inline-block;
    float: right; }
  .credit-detail:nth-child(odd) {
    background: #fbfbfb; }

.send-my-item-tag {
  background-color: #f9f9f9;
  color: #333;
  padding: 10px 8px;
  border-radius: 2px;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 13px; }

.address .address-detail.final-delivery-address {
  padding-bottom: 12px; }

.edit-new-address {
  padding-bottom: 20px;
  color: #a4a4a4;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer; }
  .edit-new-address:hover {
    color: #ed54a4; }

.returns-confirmed .header {
  background-color: #fff;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 72px;
  padding-left: 0px;
  text-align: center; }
  .returns-confirmed .header .main-icon {
    width: 88px;
    height: 112px;
    background-size: 88px 112px; }
  .returns-confirmed .header .header-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 480px; }

.returns-confirmed .body .body-text {
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center; }

.returns-confirmed .body .body-steps {
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  border: 1px solid #e6e6e6;
  border-right: none;
  background-color: #fff; }
  .returns-confirmed .body .body-steps.happy-case {
    border-right: 1px solid #e6e6e6; }
    .returns-confirmed .body .body-steps.happy-case .step {
      border: none; }
    .returns-confirmed .body .body-steps.happy-case .mid-step {
      border-right: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6; }
  .returns-confirmed .body .body-steps .step {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    border-right: 1px solid #e6e6e6; }
    .returns-confirmed .body .body-steps .step .single {
      max-width: 365px;
      margin: 0 auto; }
  .returns-confirmed .body .body-steps .step-icon {
    width: 48px;
    height: 64px;
    background-size: 48px 64px; }
  .returns-confirmed .body .body-steps .step-no {
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    padding-bottom: 4px; }
  .returns-confirmed .body .body-steps .step-description {
    font-size: 11px;
    line-height: 16px; }
  .returns-confirmed .body .body-steps .step-icon-container {
    float: left;
    margin-right: 28px; }
  .returns-confirmed .body .body-steps .prepare-pickup {
    text-align: center; }
    .returns-confirmed .body .body-steps .prepare-pickup .step {
      padding-top: 24px;
      padding-right: 24px;
      padding-bottom: 24px;
      padding-left: 32px; }
    .returns-confirmed .body .body-steps .prepare-pickup .step-icon-container {
      margin-right: 0;
      padding-bottom: 8px;
      float: none; }
    .returns-confirmed .body .body-steps .prepare-pickup .step-description {
      max-width: 155px;
      margin: 0 auto; }
    .returns-confirmed .body .body-steps .prepare-pickup .step-no {
      margin: 0 auto; }

.returns-confirmed .body .body-info {
  margin-top: 16px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  text-align: center; }
  .returns-confirmed .body .body-info .info-text {
    padding-left: 16px;
    color: #707070;
    font-size: 11px;
    line-height: 14px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .returns-confirmed .body .body-steps {
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    border: 1px solid #e6e6e6;
    border-bottom: none; }
    .returns-confirmed .body .body-steps .step {
      border-bottom: 1px solid #e6e6e6 !important; } }

.returnable-item-list .cancellable-item {
  padding-bottom: 20px; }
  .returnable-item-list .cancellable-item .cancellable-item-checkox {
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px; }
  .returnable-item-list .cancellable-item .thumb {
    cursor: default;
    height: 72px;
    width: 60px; }
  .returnable-item-list .cancellable-item .item-details .refund-amount {
    padding-top: 0; }

.returnable-item-list .address {
  border-bottom: none; }
  .returnable-item-list .address .name.regular-font-face, .returnable-item-list .address .phone.regular-font-face {
    font-weight: 300 !important; }
  .returnable-item-list .address .details {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px; }
  .returnable-item-list .address .address-data {
    border-bottom: 1px solid #e6e6e6; }

.ship-own-items-para {
  font-size: 13px;
  line-height: 19px; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default !important; }

.returnable-item-list .close {
  position: relative;
  top: -4px;
  right: -4px; }

.returnable-item-list .new-address .close {
  margin: 0; }

.pickup-address-phone {
  margin-left: 8px; }

.step-address {
  width: 152px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .step-address {
    width: 160px; } }

@media screen and (min-width: 64em) {
  .step-address {
    width: 180px; } }

.pickup-date-summary-value {
  line-height: 16px; }

.selected-address-detail {
  line-height: 1.8;
  color: #333; }

.return-items-panel, .default-address-panel {
  opacity: 1; }
  .return-items-panel.ng-hide, .default-address-panel.ng-hide {
    opacity: 0; }
  .return-items-panel.ng-hide-remove, .return-items-panel.ng-hide-add, .default-address-panel.ng-hide-remove, .default-address-panel.ng-hide-add {
    transition: opacity 0.3s ease-in-out; }

.return-items-edit-panel, .new-address-panel, .self-courier-panel, .schedule-pickup-panel {
  position: absolute;
  width: 100%;
  top: 0; }
  .return-items-edit-panel.ng-hide, .new-address-panel.ng-hide, .self-courier-panel.ng-hide, .schedule-pickup-panel.ng-hide {
    top: 100%; }
  .return-items-edit-panel.ng-hide-add, .return-items-edit-panel.ng-hide-remove, .new-address-panel.ng-hide-add, .new-address-panel.ng-hide-remove, .self-courier-panel.ng-hide-add, .self-courier-panel.ng-hide-remove, .schedule-pickup-panel.ng-hide-add, .schedule-pickup-panel.ng-hide-remove {
    transition: top 0.3s ease-in-out; }

.all-address-panel {
  opacity: 1; }
  .all-address-panel.ng-hide {
    opacity: 0; }
  .all-address-panel.ng-hide-add {
    transition: opacity 300ms ease-in-out; }
  .all-address-panel.ng-hide-remove {
    transition: opacity 300ms ease-in-out 300ms; }

.owp-credit-summary {
  padding-top: 16px; }

.returns-stepper-container {
  display: inline-block;
  font-size: 16px;
  line-height: 24px; }

.returns-stepper {
  display: inline-block;
  vertical-align: middle;
  height: 24px; }

.returns-return-qty {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #ed54a4; }

.body-wrapper {
  min-width: 320px;
  /* restricting body width to 320px */ }

.container {
  max-width: 1400px;
  margin: 0 auto; }

.main-body {
  min-height: calc(100vh - 224px); }

@media screen and (max-width: 39.9375em) {
  .main-body {
    min-height: 100vh; } }

/* START: Adding these classes to display order states */
.success {
  background-color: #62bd7f; }

.intermediate {
  background-color: #00aff0; }

.failure {
  background-color: #f44; }

/* END: Adding these classes to display order states */
/* START: Adding class to apply bold font to needed HTML's */
.bold, .order-detail-wrapper .order-details-card-wrapper .delivery-detail-wrapper .delivery-address .delivery-address-name {
  font-weight: 500; }

.inline-block {
  display: inline-block; }

/* END: Adding class to apply bold font to needed HTML's */
@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.clickable {
  cursor: pointer; }

/* Salvattore */
.column, .columns {
  float: left; }

.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.333%; }

/* Placeholder animation CSS */
.animate-placeholder, .group-loader, .card-loader .aligned, .placeholder-list .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-status-symbol, .placeholder-list .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-status, .placeholder-list .orders-list-wrapper .suborder-shipments .shipment-status-wrapper .shipment-items, .placeholder-list .orders-list-wrapper .suborder-shipments .product-list .product-image {
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(to right, #f1f1f1 8%, #eee 18%, #f1f1f1 33%);
  background-size: 800px 104px; }

.mask {
  z-index: 0 !important; }

.ng-filters.search-box {
  display: block; }
  @media screen and (min-width: 64em) and (max-width: 79.9375em), screen and (min-width: 40em) and (max-width: 63.9375em) {
    .ng-filters.search-box input {
      border: 1px solid #e6e6e6;
      background-color: #fff;
      padding-top: 8px;
      padding-bottom: 8px; }
    .ng-filters.search-box:hover {
      border-bottom: 1px solid #e6e6e6; }
    .ng-filters.search-box span {
      top: 8px; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .ng-filters.search-box {
      padding-right: 0;
      padding-left: 0; } }

/*doc
---
title: 1.0 Welcome
category: Index
---
Design@Hopsctoch is built on the foundation of three main principles

  - Care Deeply
  - Openly iterate
  - Exceed expectations
*/
/*doc
---
title: 1.1 Care deeply
category: Index
---
When we design we want to be deeply empathetic towards-
### A. Customer
  - Usable over Beautiful/minimal interfaces
  - Speed over Bloat
  - Simple over Complex code & interactions

### B. Team
  - Care about each other. Support each others growth and learning.
  - If we operate on the assumption everyone is putting care and attention in their work, critique and design discussion can be seen as positive support instead of an attack.
*/
/*doc
---
title: 1.2 Openly iterate
category: Index
---
  - Share early & often, encourage discussion
  - Ship early & often so we can get real user feedback
  - Everyone should own their work, while we ask for feedback from the group, it's up to the designer to set on the ultimate outcome. Shipping is not a final step for any design but one step in a design cycle.
  - You are not your design. If it's not working, acknowledge it, and rethink assumptions on what is required, discuss with team and continue to iterate. Don't sweep mediocrity under the rug.
  - Don't bite off too much at once. Nibble, nibble, nibble.

*/
/*doc
---
title: 1.3 Exceed expectations
category: Index
---
  - Push ourselves to create better work every day
  - Focus on the little things, details matter
  - Carve out time to improve and instill love and delight to design in unexpected areas. (think 404 page, or password reset or after you scroll too far below the end of the last results)
  - Instill a learning culture, identify and learn not only from each other but also the greats in art & design in order to stand on the shoulders of giants. Always be reading, viewing, reconsidering.

*/
.static-page-container {
  max-width: 1024px;
  margin: 0 auto; }

.content-headings .email-cta {
  padding-left: 16px; }
  .content-headings .email-cta a {
    color: #ed54a4;
    font-weight: 500; }

@media screen and (max-width: 63.9375em) {
  .content-headings > div {
    padding-left: 8px; } }

.content-headings .list-items {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  font-weight: 500;
  margin-bottom: 12px; }
  .content-headings .list-items li {
    padding: 0; }
    .content-headings .list-items li a {
      display: block;
      margin: 0;
      padding: 16px; }

.content-headings h3 {
  font-weight: 500;
  margin-bottom: 4px; }

.content-body {
  padding-top: 48px;
  background-color: #fff;
  margin-left: 8px;
  border: 1px solid #e6e6e6; }
  @media screen and (max-width: 63.9375em) {
    .content-body {
      margin-right: 8px; } }
  @media screen and (max-width: 39.9375em) {
    .content-body {
      margin-right: 0;
      margin-left: 0;
      padding-top: 24px; } }
  @media screen and (max-width: 360px) {
    .content-body {
      margin-right: 0;
      margin-left: 0; } }
  .content-body ol, .content-body ul {
    padding-left: 32px;
    line-height: 20px; }
    .content-body ol li, .content-body ul li {
      margin-bottom: 16px; }
  .content-body hr {
    margin-top: 48px;
    margin-bottom: 48px;
    border-top: none;
    border-color: #e6e6e6; }
    @media screen and (max-width: 39.9375em) {
      .content-body hr {
        margin-top: 24px;
        margin-bottom: 24px; } }
  .content-body h2 {
    margin-bottom: 16px; }
  .content-body h3 {
    font-weight: 500;
    margin-bottom: 4px; }
  .content-body a {
    color: #ed54a4; }

.content-section {
  padding-right: 48px;
  padding-left: 48px; }
  @media screen and (max-width: 39.9375em) {
    .content-section {
      padding-right: 24px;
      padding-left: 24px; } }
  .content-section:last-child {
    padding-bottom: 28px; }

.help-banner {
  margin-bottom: 32px; }
  .help-banner .tagline {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 4px; }
  @media screen and (max-width: 39.9375em) {
    .help-banner {
      margin-bottom: 0; } }

.email-icon, .email-content {
  display: inline-block;
  vertical-align: top; }

.email-icon {
  width: 40px;
  height: 40px; }

.email-content {
  width: calc(100% - 48px); }

address {
  font-style: normal;
  line-height: 20px;
  padding-left: 32px;
  margin-bottom: 20px; }

.mobile-help .email-cta {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }
  .mobile-help .email-cta a {
    color: #ed54a4;
    font-weight: 500; }

.mobile-help h3 {
  line-height: 20px;
  font-weight: 500; }

.mobile-help .accordion {
  margin-right: 0;
  margin-left: 0; }

.mobile-help .accordion-title {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }

.mobile-help .accordion-content {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px; }

.mobile-help ol, .mobile-help ul {
  padding-left: 32px;
  line-height: 20px; }

.secondary-content {
  padding-left: 16px; }

.privacy-page .content-section p, .privacy-page .content-section ul, .privacy-page .content-section ol, .terms-page .content-section p, .terms-page .content-section ul, .terms-page .content-section ol {
  font-size: 11px;
  line-height: 17px; }

.feedback-page p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px; }
  @media screen and (max-width: 39.9375em) {
    .feedback-page p {
      font-size: 13px;
      line-height: 19px; } }

.feedback-page .error-message {
  margin-left: 0; }

.feedback-page .progress .meter {
  color: #a4a4a4;
  font-size: 11px;
  line-height: 14px;
  float: right; }

.feedback-page .rating-wrapper {
  font-size: 0;
  height: 40px;
  margin-top: 10px; }
  .feedback-page .rating-wrapper input[type=radio] {
    display: none; }

.feedback-page .rating-check {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0;
  text-align: center;
  position: relative; }
  .feedback-page .rating-check .type {
    display: none;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500; }
  .feedback-page .rating-check:nth-of-type(1) .type, .feedback-page .rating-check:nth-of-type(2) .type {
    color: #f44 !important; }
  .feedback-page .rating-check:nth-of-type(3) .type {
    color: #ea6100 !important; }
  .feedback-page .rating-check:nth-of-type(4) .type, .feedback-page .rating-check:nth-of-type(5) .type {
    color: #62bd7f !important; }

.feedback-page .unchecked:first-of-type .type, .feedback-page .unchecked:last-of-type .type {
  display: block;
  color: #a4a4a4 !important; }

@media screen and (min-width: 64em) {
  .feedback-page .unchecked:hover:first-of-type .type {
    color: #f44 !important; }
  .feedback-page .unchecked:hover:last-of-type .type {
    color: #62bd7f !important; } }

.feedback-page .submit-comment {
  margin-top: 45px; }

.feedback-page .buttons {
  position: relative;
  height: 62px; }
  .feedback-page .buttons button {
    position: absolute;
    left: 0; }

.feedback-page .feedback-button {
  width: auto;
  margin-top: 16px;
  padding: 10px; }
  .feedback-page .feedback-button.login-loading-btn {
    height: 38px;
    width: 140px; }

.feedback-page .star-five {
  width: 50px;
  height: 50px;
  display: inline-block; }
  @media screen and (max-width: 39.9375em) {
    .feedback-page .star-five {
      width: 40px;
      height: 40px;
      background-size: 40px; } }

@media screen and (min-width: 64em) {
  .feedback-page .rating-wrapper:hover .rating-check:first-of-type .type, .feedback-page .rating-wrapper:hover .rating-check:last-of-type .type {
    display: none; } }

.feedback-page input[type=radio]:checked + .rating-check .type {
  display: block !important; }

@media screen and (min-width: 64em) {
  .feedback-page .rating-check:hover .type {
    display: block !important; } }

.feedback-page .comment {
  line-height: 19px; }
  .feedback-page .comment:focus {
    outline: none !important;
    border: 1px solid #ed54a4; }

.feedback-top-bar {
  background: #ed54a4;
  height: 48px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .feedback-top-bar .checkout-logo {
    position: relative; }

.content-body.success {
  background: #fff url("../images/assets/npsconfetti.png") no-repeat;
  background-size: 100% 60%;
  margin: 0;
  padding-bottom: 33%;
  padding-top: 65px; }
  @media screen and (max-width: 39.9375em) {
    .content-body.success {
      background-size: 150% 50%;
      padding-bottom: 65%; } }

.feedback-success {
  text-align: center; }
  .feedback-success .checked-icon .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #62bd7f;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
            animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
  .feedback-success .checked-icon .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0 0 0 #62bd7f;
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
            animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }
  .feedback-success .checked-icon .checkmark__check {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
            animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }
  .feedback-success p.msg {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500; }
  .feedback-success .redirect-msg {
    color: #707070;
    font-size: 13px;
    line-height: 16px; }

.row {
  max-width: inherit; }
