@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

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

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

body,
button,
input,
select,
table,
textarea {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0 0 10px;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #000;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
@media (min-width: 768px) {
  select#billing\:region_id {
    display: none !important;
  }

  select#shipping\:region_id {
    display: none !important;
  }

  select#region_id {
    display: none !important;
  }
}
.ie8 select#billing\:region_id {
  display: none !important;
}
.ie8 select#shipping\:region_id {
  display: none !important;
}
.ie8 select#region_id {
  display: none !important;
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #444;
  border-top: 0;
  overflow-y: scroll;
  margin-top: -1px;
  margin-left: 1px;
  padding: 5px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 3px 15px 4px;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #000;
  color: #fff;
}

.cart .chosen-container-single .chosen-single,
.opc .chosen-container-single .chosen-single {
  color: #000;
}

.cart .chosen-container .chosen-results li,
.opc .chosen-container .chosen-results li {
  font-size: 12px;
}

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

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

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

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

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.product-name h1 {
  text-align: center;
}

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

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

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
}
.block-title h2,
.block-title h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399CC;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
    border: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    border-bottom: none;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
    color: #999;
    text-align: center;
  }
}
/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #000;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #000;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #000;
  background: #c4c4c4;
  outline: none;
}

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

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

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

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

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

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

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

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

.paypal-button img {
  display: inline;
}

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

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

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 0 0 20px;
  padding-top: 6px;
}
.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.breadcrumbs a {
  float: left;
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .breadcrumbs a.prev-product {
    margin-left: 0 !important;
    float: left;
  }
  .breadcrumbs a.next-product {
    float: right;
  }
}
.breadcrumbs li a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.breadcrumbs strong {
  color: #000;
  font-weight: normal;
}
.breadcrumbs span {
  float: left;
  padding: 0 3px;
  color: #bdbdbd;
}
.breadcrumbs.mobile-breadcrumbs {
  position: static !important;
  padding: 0 !important;
}
.breadcrumbs .productcontrols {
  float: right;
}
@media (max-width: 767px) {
  .breadcrumbs .productcontrols {
    float: none;
  }
}
.breadcrumbs .productcontrols a {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin-left: 15px;
}
.breadcrumbs .productcontrols a:hover {
  text-decoration: underline;
}
.breadcrumbs .productcontrols a.prev-product {
  padding-left: 2px;
}
.breadcrumbs .productcontrols a.prev-product:before {
  content: '';
  height: 7px;
  width: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumbs .productcontrols a.next-product {
  padding-right: 2px;
}
.breadcrumbs .productcontrols a.next-product:after {
  content: '';
  height: 7px;
  width: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.btn-remove {
  height: 16px;
  width: 18px;
  background: rgba(255, 255, 255, 0.01);
  position: relative;
  top: 1px;
  border: 0;
}
.btn-remove:before, .btn-remove:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #7f7f7f;
  position: absolute;
  top: 4px;
}
.btn-remove:before {
  border-right: 1px solid #7f7f7f;
  left: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-remove:after {
  border-left: 1px solid #999;
  right: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

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

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

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

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

.footer-container {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #fff;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
}
.global-site-notice .notice-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  text-align: center;
}
.global-site-notice p {
  margin-bottom: 0;
}
.global-site-notice p strong {
  display: inline-block;
  margin-bottom: 7px;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #00934c;
}

.error {
  color: #c60a27;
}

.notice {
  color: #E26703;
}

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

.messages .error-msg, .messages .warning-msg, .messages .notice-msg, .messages .success-msg, .cart .cart-forms .shipping .shipping-notice,
.cart .cart-forms .shipping .no-methods, [class*="checkout-onepage"] #opc-shipping_method .shipping-notice,
[class*="checkout-onepage"] #opc-shipping_method .no-methods, [class*="paypal-express-review"] #opc-shipping_method .shipping-notice,
[class*="paypal-express-review"] #opc-shipping_method .no-methods, [class*="checkout-onepage"] .shipping-warning, [class*="paypal-express-review"] .shipping-warning {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  color: #c60a27;
  background: #fff;
  border: 1px solid #c60a27;
  text-align: center;
  font-size: 12px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.messages .error-msg {
  margin-top: 25px;
}
.messages .error-msg li {
  font-size: 12px;
  background: none;
}

.messages .warning-msg {
  color: #f28e00;
  border-color: #f28e00;
  margin-top: 25px;
}
.messages .warning-msg li {
  font-size: 12px;
  background: none;
}

.messages .notice-msg {
  color: #00934c;
  border-color: #00934c;
  margin-top: 25px;
}
.messages .notice-msg li {
  font-size: 12px;
  background: none;
}

.messages .success-msg {
  color: #00934c;
  border-color: #00934c;
  margin-top: 25px;
}
.messages .success-msg li {
  font-size: 12px;
  background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}

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

.price-notice {
  color: #A0A0A0;
}

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

.price-box .price-label {
  white-space: nowrap;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

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

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

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

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

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 12px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 5px;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px 0 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

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

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

.toolbar,
.pager {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  line-height: 30px;
  font-size: 12px;
}

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

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

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

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

.pager {
  overflow: hidden;
  width: 100%;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  display: none;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: none;
  overflow: hidden;
  text-align: center;
}
.pages strong {
  display: none;
}

.pages li {
  display: inline-block;
}

.pages a,
.pages .current {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 13px;
  padding: 5px;
  color: #999;
}
.pages a:focus,
.pages .current:focus {
  outline: 0;
}

.pages .current {
  color: #000;
}

.pages a:hover {
  text-decoration: underline;
}

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

.pages .next {
  margin-left: 5px;
}
.pages .next:before {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #999;
  position: absolute;
  top: 5px;
  border-left: 1px solid #999;
  right: 7px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.pages .next:hover:before {
  border-color: #000;
}

.pages .previous {
  margin-right: 5px;
}
.pages .previous:before {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #999;
  position: absolute;
  top: 5px;
  border-left: 1px solid #999;
  right: 7px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.pages .previous:hover:before {
  border-color: #000;
}

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

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

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

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

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

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

.width-full {
  width: 100%;
}

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

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

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

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

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

form .legend {
  margin: 0 0 10px;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

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

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}

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

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

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

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

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

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #C0C0C0;
  background: #fff;
  font-size: 15px;
}
.input-text:focus {
  outline: 1px solid #000000;
}

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

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

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

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

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

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

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

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

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

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

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

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control.carrier_defactodpd, .form-list .control.carrier_defactodpdpickup,
.sp-methods dt.carrier_defactodpd,
.sp-methods dt.carrier_defactodpdpickup,
#checkout-shipping-method-load .sp-methods dd.carrier_defactodpd,
#checkout-shipping-method-load .sp-methods dd.carrier_defactodpdpickup,
#co-shipping-method-form .sp-methods dd.carrier_defactodpd,
#co-shipping-method-form .sp-methods dd.carrier_defactodpdpickup,
.product-options ul.options-list.carrier_defactodpd,
.product-options ul.options-list.carrier_defactodpdpickup {
  font-size: 14px;
  margin-bottom: 18px !important;
}
.form-list .control.carrier_defactodpd:before, .form-list .control.carrier_defactodpdpickup:before,
.sp-methods dt.carrier_defactodpd:before,
.sp-methods dt.carrier_defactodpdpickup:before,
#checkout-shipping-method-load .sp-methods dd.carrier_defactodpd:before,
#checkout-shipping-method-load .sp-methods dd.carrier_defactodpdpickup:before,
#co-shipping-method-form .sp-methods dd.carrier_defactodpd:before,
#co-shipping-method-form .sp-methods dd.carrier_defactodpdpickup:before,
.product-options ul.options-list.carrier_defactodpd:before,
.product-options ul.options-list.carrier_defactodpdpickup:before {
  content: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/carrier_defactodpd.png");
  display: inline;
  height: 33px;
  width: 75px;
  margin-right: 10px;
  position: relative;
  top: 9px;
}
.form-list .control.carrier_defactoupsaccesspoint, .form-list .control.carrier_defactoups,
.sp-methods dt.carrier_defactoupsaccesspoint,
.sp-methods dt.carrier_defactoups,
#checkout-shipping-method-load .sp-methods dd.carrier_defactoupsaccesspoint,
#checkout-shipping-method-load .sp-methods dd.carrier_defactoups,
#co-shipping-method-form .sp-methods dd.carrier_defactoupsaccesspoint,
#co-shipping-method-form .sp-methods dd.carrier_defactoups,
.product-options ul.options-list.carrier_defactoupsaccesspoint,
.product-options ul.options-list.carrier_defactoups {
  margin-bottom: 18px !important;
}
.form-list .control.carrier_defactoupsaccesspoint:before, .form-list .control.carrier_defactoups:before,
.sp-methods dt.carrier_defactoupsaccesspoint:before,
.sp-methods dt.carrier_defactoups:before,
#checkout-shipping-method-load .sp-methods dd.carrier_defactoupsaccesspoint:before,
#checkout-shipping-method-load .sp-methods dd.carrier_defactoups:before,
#co-shipping-method-form .sp-methods dd.carrier_defactoupsaccesspoint:before,
#co-shipping-method-form .sp-methods dd.carrier_defactoups:before,
.product-options ul.options-list.carrier_defactoupsaccesspoint:before,
.product-options ul.options-list.carrier_defactoups:before {
  content: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/carrier_defactoupsaccesspoint.png");
  display: inline;
  height: 32px;
  width: 25px;
  margin-right: 10px;
  position: relative;
  top: 12px;
}
.form-list .control.carrier_tablerate,
.sp-methods dt.carrier_tablerate,
#checkout-shipping-method-load .sp-methods dd.carrier_tablerate,
#co-shipping-method-form .sp-methods dd.carrier_tablerate,
.product-options ul.options-list.carrier_tablerate {
  background: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/carrier_defactoupsaccesspoint.png") 0 2px no-repeat;
  background-size: 25px;
  padding-left: 35px;
  padding-bottom: 11px;
  padding-top: 8px;
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 8px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 319px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 359px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 360px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
@font-face {
  font-family: 'TexGyreHeros';
  src: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/fonts/texgyreheros-bold-webfont.eot");
  src: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/fonts/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/fonts/texgyreheros-bold-webfont.woff") format("woff"), url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/fonts/texgyreheros-bold-webfont.ttf") format("truetype");
}
.footer .links a, .category-list > ul li,
#under-nav-panel > ul li, .category-list > ul a,
#under-nav-panel > ul a, .category-list > ul.expanded-sub-nav a,
#under-nav-panel > ul.expanded-sub-nav a, .page-title h1,
.product-name h1, .widget-feature ul a, .catalog-category-view .category-title h1, .catalog-category-view .category-product-heading h2, .panel .loading, .products-grid .product-info .product-name a, #nav a.level0,
#nav span.level0, #nav a.level1, #nav a.level2, #nav a.level3,
#nav span.level1,
#nav span.level2,
#nav span.level3, #login-panel .page-title h1,
#login-panel .block-title strong, #login-panel h2, #login-panel .block-account a, #search-overlay .block-title strong, #cart-panel .page-title h1, #cart-panel h2, .sidebar .block-content ul li a, #search-results .currently ol li, .filter-container dt, .filter-replacement a, [class*="staticpage"] .constrained .open-navigation a {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
.footer .links a {
  font-size: 12px;
}

.category-list > ul li,
#under-nav-panel > ul li, .category-list > ul a,
#under-nav-panel > ul a, .category-list > ul.expanded-sub-nav a,
#under-nav-panel > ul.expanded-sub-nav a {
  font-size: 38px;
  line-height: 0.85;
}

.page-title h1,
.product-name h1, .widget-feature ul a, .catalog-category-view .category-title h1 {
  font-size: 28px;
  text-transform: uppercase;
}

.catalog-category-view .category-product-heading h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.button,
.button-reverse,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button, .button2, .button-white, #cart-panel .button, .cart .page-title .checkout-types.top .button, .cart .checkout-types.bottom button.button, [class*="checkout-onepage"] #review-buttons-container button.button, [class*="paypal-express-review"] #review-buttons-container button.button, .button-small, .shopfinder-block .button, [class*="checkout-onepage"] #opc-shipping_method .change-accesspoint, [class*="paypal-express-review"] #opc-shipping_method .change-accesspoint, [class*="checkout-onepage"] #opc-payment a.addnew, [class*="paypal-express-review"] #opc-payment a.addnew, .sagepaysuite-card-index .my-account #link-regcard {
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  background: transparent;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  padding: 9px 15px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.button:hover,
.button-reverse:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover, .button2:hover, .button-white:hover, #cart-panel .button:hover, .cart .page-title .checkout-types.top .button:hover, .cart .checkout-types.bottom button.button:hover, [class*="checkout-onepage"] #review-buttons-container button.button:hover, [class*="paypal-express-review"] #review-buttons-container button.button:hover, .button-small:hover, [class*="checkout-onepage"] #opc-shipping_method .change-accesspoint:hover, [class*="paypal-express-review"] #opc-shipping_method .change-accesspoint:hover, [class*="checkout-onepage"] #opc-payment a.addnew:hover, [class*="paypal-express-review"] #opc-payment a.addnew:hover, .sagepaysuite-card-index .my-account #link-regcard:hover, .button:focus,
.button-reverse:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus, .button2:focus, .button-white:focus, #cart-panel .button:focus, .cart .page-title .checkout-types.top .button:focus, .cart .checkout-types.bottom button.button:focus, [class*="checkout-onepage"] #review-buttons-container button.button:focus, [class*="paypal-express-review"] #review-buttons-container button.button:focus, .button-small:focus, [class*="checkout-onepage"] #opc-shipping_method .change-accesspoint:focus, [class*="paypal-express-review"] #opc-shipping_method .change-accesspoint:focus, [class*="checkout-onepage"] #opc-payment a.addnew:focus, [class*="paypal-express-review"] #opc-payment a.addnew:focus, .sagepaysuite-card-index .my-account #link-regcard:focus {
  text-decoration: none;
  background: #000;
  border-color: #000;
  color: #fff;
}

.button-white, .button-reverse {
  border-color: #fff;
  color: #fff;
}
.button-white:hover, .button-reverse:hover, .button-white:focus, .button-reverse:focus {
  color: #000;
  background: #fff;
  border-color: #fff;
}

#cart-panel .button, .cart .page-title .checkout-types.top .button, .cart .checkout-types.bottom button.button, [class*="checkout-onepage"] #review-buttons-container button.button, [class*="paypal-express-review"] #review-buttons-container button.button {
  border-color: #aa8e62;
  background: #aa8e62;
  color: #fff;
}
#cart-panel .button:hover, .cart .page-title .checkout-types.top .button:hover, .cart .checkout-types.bottom button.button:hover, [class*="checkout-onepage"] #review-buttons-container button.button:hover, [class*="paypal-express-review"] #review-buttons-container button.button:hover, #cart-panel .button:focus, .cart .page-title .checkout-types.top .button:focus, .cart .checkout-types.bottom button.button:focus, [class*="checkout-onepage"] #review-buttons-container button.button:focus, [class*="paypal-express-review"] #review-buttons-container button.button:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}

.shopfinder-block .button {
  font-size: 12px;
  padding: 4px 9px;
}

#login-panel .account-login input[type="text"],
#login-panel .account-login input[type="email"],
#login-panel .account-login input[type="password"], #cart-panel .minicart-wrapper input[type="text"],
#cart-panel .minicart-wrapper input[type="email"],
#cart-panel .minicart-wrapper input[type="password"], .cart #shopping-cart-table tbody td.product-cart-actions .qty, .cart .cart-forms input[type=text], #contactForm .input-box input[type=tel],
#contactForm .input-box input[type=text],
#contactForm .input-box input[type=email], [class*="checkout-onepage"] #checkoutSteps #opc-login input[type=text],
[class*="checkout-onepage"] #checkoutSteps #opc-login input[type=email],
[class*="checkout-onepage"] #checkoutSteps #opc-login input[type=password], [class*="paypal-express-review"] #checkoutSteps #opc-login input[type=text],
[class*="paypal-express-review"] #checkoutSteps #opc-login input[type=email],
[class*="paypal-express-review"] #checkoutSteps #opc-login input[type=password], [class*="checkout-onepage"] .account-create input[type=tel],
[class*="checkout-onepage"] .account-create input[type=text],
[class*="checkout-onepage"] .account-create input[type=email],
[class*="checkout-onepage"] .account-create input[type=password],
[class*="checkout-onepage"] #checkout-step-billing input[type=tel],
[class*="checkout-onepage"] #checkout-step-billing input[type=text],
[class*="checkout-onepage"] #checkout-step-billing input[type=email],
[class*="checkout-onepage"] #checkout-step-billing input[type=password],
[class*="checkout-onepage"] #checkout-step-shipping input[type=tel],
[class*="checkout-onepage"] #checkout-step-shipping input[type=text],
[class*="checkout-onepage"] #checkout-step-shipping input[type=email],
[class*="checkout-onepage"] #checkout-step-shipping input[type=password], [class*="paypal-express-review"] .account-create input[type=tel],
[class*="paypal-express-review"] .account-create input[type=text],
[class*="paypal-express-review"] .account-create input[type=email],
[class*="paypal-express-review"] .account-create input[type=password],
[class*="paypal-express-review"] #checkout-step-billing input[type=tel],
[class*="paypal-express-review"] #checkout-step-billing input[type=text],
[class*="paypal-express-review"] #checkout-step-billing input[type=email],
[class*="paypal-express-review"] #checkout-step-billing input[type=password],
[class*="paypal-express-review"] #checkout-step-shipping input[type=tel],
[class*="paypal-express-review"] #checkout-step-shipping input[type=text],
[class*="paypal-express-review"] #checkout-step-shipping input[type=email],
[class*="paypal-express-review"] #checkout-step-shipping input[type=password], [class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver .paymentsage input[type=text], [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver .paymentsage input[type=text], [class*="checkout-onepage"] #opc-payment #payment_form_vaimo_klarna_invoice input[type=text], [class*="paypal-express-review"] #opc-payment #payment_form_vaimo_klarna_invoice input[type=text], .customer-account-login .col-main > .account-login input[type=text],
.customer-account-login .col-main > .account-login input[type=email],
.customer-account-login .col-main > .account-login input[type=password], .customer-account-create .account-create input[type=tel],
.customer-account-create .account-create input[type=text],
.customer-account-create .account-create input[type=email],
.customer-account-create .account-create input[type=password], .customer-account-edit .my-account input[type=tel],
.customer-account-edit .my-account input[type=text],
.customer-account-edit .my-account input[type=email],
.customer-account-edit .my-account input[type=password], .sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td input[type=text], .sagepaysuite-card-index .my-account .input-box input[type=text], .customer-account-forgotpassword #form-validate .fieldset input[type=text],
.customer-account-forgotpassword #form-validate .fieldset input[type=email],
.customer-account-resetpassword #form-validate .fieldset input[type=text],
.customer-account-resetpassword #form-validate .fieldset input[type=email],
.customer-account-resetpassword #form-validate .fieldset input[type=password], .customer-address-form .my-account input[type=tel],
.customer-address-form .my-account input[type=text],
.customer-address-form .my-account input[type=email],
.customer-address-form .my-account input[type=password] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#contactForm .input-box textarea {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  box-sizing: border-box;
  min-height: 130px;
}

.footer #newsletter, #search-overlay #search {
  font-size: 18px;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #000;
  text-transform: none;
  padding-bottom: 15px;
}
.footer #newsletter:focus, #search-overlay #search:focus, .footer #newsletter:active, #search-overlay #search:active {
  outline: 0;
  box-shadow: 0;
}

body.page-print #my-orders-table {
  margin-top: 30px;
  margin-bottom: 50px;
}
body.page-print #my-orders-table thead th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
body.page-print #my-orders-table tbody td {
  padding: 2px 5px;
}
body.page-print #my-orders-table tbody td.view a:hover {
  position: relative;
  color: #000;
  text-decoration: none;
}
body.page-print #my-orders-table tbody td.view a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
body.page-print #my-orders-table tbody td h3.product-name {
  font-size: 12px;
  text-transform: none;
}
body.page-print #my-orders-table tbody td strong {
  font-weight: normal;
}
body.page-print #my-orders-table tbody tr.last td {
  padding-bottom: 30px;
}
body.page-print #my-orders-table tfoot {
  border-top: 1px solid #ddd;
}
body.page-print #my-orders-table tfoot tr td {
  text-align: left;
}
body.page-print #my-orders-table tfoot tr td.last {
  text-align: right;
}
body.page-print #my-orders-table tfoot tr.first td {
  padding-top: 15px;
}
body.page-print #my-orders-table tfoot tr.grand_total td {
  padding-top: 5px;
}

@media print {
  body.page-print .buttons-set {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
  -ms-overflow-style: scrollbar !important;
}

body {
  max-width: 100%;
  min-width: 320px;
}

.ie8 body {
  min-width: 1024px;
}

body .main-container:before {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

body.hb .main-container:before {
  height: 94px;
}

body.hb.transparent-header .main-container:before {
  height: 24px;
}

body.transparent-header .main-container:before {
  height: 0;
}

.cms-index-index body .main-container:before {
  height: 0 !important;
}

body:not(.full-bleed) .main-container {
  padding: 0 25px;
}

.ie8 body.hb .main-container:before {
  height: 94px;
}
.ie8 body .main-container:before {
  height: 70px;
}

@media only screen and (min-width: 768px) {
  .main-container {
    min-height: calc(100vh - 75px);
  }
}
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
}

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

.constrained {
  max-width: 600px;
  margin: 0 auto;
}

/**
 * Resolution visibility helper classes
 */
[data-hidden~="desktop"] {
  display: none;
}

@media (min-width: 1024px) {
  [data-hidden~="desktop"] {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  [data-hidden~="desktop"] {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [data-hidden~="tablet"] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  [data-hidden~="mobile"] {
    display: none !important;
  }
}
#outdated {
  height: 100%;
}
#outdated h6 {
  margin-top: 200px;
}

/* ============================================ *
 * Header
 * ============================================ */
#header {
  height: 70px;
  box-sizing: border-box;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 290px;
  z-index: 5;
  top: 0;
}
#header:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

body.hb #header {
  top: 24px;
}

.ie8 #header {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .page-header {
    margin: 0 auto;
    padding: 0;
  }

  .page-header-container {
    position: relative;
  }
}
body.transparent-header:not(.scrolled) #header:before {
  height: 0;
}
body.transparent-header:not(.scrolled) #header .svg-fill {
  fill: #fff;
}

body.transparent-header.svg-reverse:not(.scrolled) #header .svg-fill {
  fill: #000;
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body.focused #header {
    top: -94px;
  }

  .touch body.focused #search-overlay #search_mini_form {
    top: 94px;
  }
  .touch body.focused #search-overlay #search_mini_form:before {
    display: none;
  }
}
.header-language-container,
.page-header {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399CC;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

@media only screen and (max-width: 767px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
#laurel {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -15px;
}
#laurel:focus {
  outline: 0;
}
#laurel svg {
  height: 53px;
  width: 60px;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
.skip-links a {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 10px;
}
.skip-links li {
  float: left;
}
.skip-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skip-links span.label {
  display: none;
}
.skip-links li {
  position: relative;
}
.skip-links [data-control="control__show-menu"] svg {
  height: 14px;
  width: 22px;
  margin-top: 2px;
}
.skip-links .dialog__search svg {
  height: 20px;
  width: 20px;
}
.skip-links .dialog__site-selector svg {
  height: 20px;
  width: 20px;
}
.skip-links .shop-locator svg {
  height: 20px;
  width: 14px;
}
.skip-links [data-control="control__show-account"] svg {
  height: 20px;
  width: 17px;
}
.skip-links [data-control="control__show-cart"] svg {
  height: 20px;
  width: 25px;
}
.skip-links .skip-links-left {
  float: left;
}
.skip-links .skip-links-right {
  float: right;
}
.skip-links [data-tooltip]:hover {
  text-decoration: none;
}
.skip-links [data-tooltip]::before {
  color: #000;
  content: attr(data-tooltip);
  background: #ebebeb;
  visibility: hidden;
  opacity: 0;
  font-size: 11px;
  position: absolute;
  text-transform: capitalize;
  text-decoration: none;
  top: -34px;
  min-width: 1000px;
  text-align: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.skip-links [data-tooltip]:hover::before {
  visibility: visible;
  opacity: 1;
}
.skip-links [data-tooltip]::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ebebeb;
  border-bottom: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -15px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.skip-links [data-tooltip]:hover::after {
  visibility: visible;
  opacity: 1;
}
.skip-links [data-count="0"] {
  display: none;
}
.skip-links [data-count]:not([data-count="0"]) {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  background-color: #aa8e62;
  border-radius: 100%;
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 11px;
  min-width: 20px;
  text-align: center;
}

[class*="control__"] .skip-links [data-tooltip]:before, [class*="control__"] .skip-links [data-tooltip]:after {
  display: none;
}

.touch .skip-links [data-tooltip]::before, .touch .skip-links [data-tooltip]::after {
  display: none;
}

.header-minicart {
  display: none;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

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

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

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 767px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
  }
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

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

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

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

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

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

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

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

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

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

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

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

#header-account a:hover {
  color: #3399CC;
}

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

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

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}

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

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

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .skip-cart {
    color: #3399CC;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 12px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #3399CC;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

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

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

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

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

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

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

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

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

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  padding: 20px 25px 0;
  border-top: 1px solid #ddd;
}
.footer input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.footer .block-subscribe {
  border: 1px solid #ddd;
}
.footer .block-content {
  position: relative;
  margin-top: 2px;
}
.footer .block-content .actions {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.footer .address-separator {
  padding-left: 5px;
  padding-right: 5px;
}
.footer .block-subscribe {
  float: right;
  width: 360px;
  margin-bottom: 0;
  min-height: 38px;
}
.footer .block-subscribe label {
  display: none;
}
.footer .block-subscribe .button {
  background: transparent;
  border: 0;
  color: #000;
  text-transform: none;
  padding: 8px 10px;
  font-size: 12px;
}
.footer .block-subscribe .button:hover {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.footer #newsletter {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  border-bottom: 0;
  font-size: 12px;
  padding: 6px 80px 8px 7px;
}
.footer #newsletter::-webkit-input-placeholder {
  position: relative;
  top: 2px;
}
.footer .links {
  float: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .links {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
.footer .links li {
  float: left;
  margin-right: 11px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .links li {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .links a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.footer .links a:hover {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.footer .links a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: -1px;
}
.footer .links a[href*='shop-locator'] {
  display: none;
}
.footer address {
  clear: both;
  float: left;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #999;
  margin: 0;
  display: block;
  position: relative;
  top: -16px;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer address {
    top: 0;
    float: none;
    padding-bottom: 38px;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer address {
    text-align: center;
    float: none;
  }
}
.footer address a {
  color: #999;
}
.footer address a:hover {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.footer address a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #999;
  height: 2px;
  bottom: -1px;
}
.footer .validation-advice {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 7px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.footer .validation-advice.error {
  color: #8a1c23;
}
.footer .validation-advice.success {
  color: #aa8e62;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .block-subscribe {
    float: none;
    margin: 15px auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container {
    border: 0;
  }

  .footer {
    padding: 20px 20px 0;
  }
  .footer .block-content .actions {
    top: 0;
  }
  .footer .block-subscribe {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 28px;
  }
  .footer .links {
    clear: both;
    float: none;
    display: block;
    padding-top: 30px;
    margin: 30px 0 42px;
  }
  .footer .links li {
    margin: 9px 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .links a {
    font-size: 15px;
    line-height: 1.3;
  }
  .footer .links a[href*='shop-locator'] {
    display: inline;
  }
  .footer #newsletter {
    padding: 8px 10px;
    font-size: 13px;
    width: 100%;
    height: 36px;
    border-radius: 0;
  }
  .footer #newsletter::-webkit-input-placeholder {
    font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  }
  .footer #newsletter::-moz-placeholder {
    font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  }
  .footer #newsletter:-ms-input-placeholder {
    font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  }
  .footer address {
    position: static;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    color: #000;
  }
  .footer address a {
    color: #000;
  }
  .footer address .address-separator {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.panel,
#header,
#notice-wrapper,
.footer-container,
.main-container {
  backface-visibility: hidden;
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

[class*='control__'],
.overflow-hidden {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
[class*='control__'] body,
.overflow-hidden body {
  overflow: hidden;
}

html:not(.ios) body {
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .overflow-hidden {
    overflow: visible;
    max-height: inherit;
  }
  .overflow-hidden body {
    overflow: visible;
  }
}
.panel {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 7;
}
.panel .loading {
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
}

.ios .panel {
  position: fixed;
}

.panel__trans {
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.left-panel {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  padding-top: 80px;
  width: 225px;
}

.right-panel {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  border-left: 1px solid #ddd;
  right: 0;
  padding: 0 25px;
  width: 320px;
}

@media only screen and (min-width: 768px) {
  .right-panel {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .panel {
    width: 100%;
  }
}
.control__show-menu #nav-panel {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.control__show-account #login-panel,
.control__show-cart #cart-panel {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 768px) {
  .control__show-account #login-panel,
  .control__show-cart #cart-panel {
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  .touch .control__show-account #login-panel,
  .touch .control__show-cart #cart-panel {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ie8 .left-panel {
  left: -225px;
}
.ie8.control__show-menu #nav-panel {
  left: 0;
}
.ie8 .right-panel {
  right: -320px;
}
.ie8.control__show-account #login-panel, .ie8.control__show-cart #cart-panel {
  right: 0;
}

#panel-cover {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.01);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.ie8 #panel-cover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg8AEAAE8ATQl3kQIAAAAASUVORK5CYII=) repeat;
}

[class*="control__"] #panel-cover {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.panel-close,
.panel-close__style {
  background: rgba(255, 255, 255, 0.1);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.panel-close:before, .panel-close:after,
.panel-close__style:before,
.panel-close__style:after {
  content: '';
  width: 13px;
  height: 13px;
  border-top: 2px solid #000;
  position: absolute;
  top: 3px;
}
.panel-close:before,
.panel-close__style:before {
  border-right: 2px solid #000;
  left: -4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel-close:after,
.panel-close__style:after {
  border-left: 2px solid #000;
  right: -5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.panel-close .touch-cover,
.panel-close__style .touch-cover {
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
}

.ie8 .panel-close,
.ie8 .panel-close__style {
  background: url(data:image/png;base64,R0lGODlhEwATALMAAGBgYG9vb56engUFBaenpw8PDxAQEF9fX83NzQAAAP39/QAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAATABMAAARZUAlFq70zJHA7PUmAFJtngQaijKUJFirFct0bV/Nle/mXwKYVibMLChODRMpYISSeBKbMgFTeTKyDAnW9IKha37LzTYQrXC/Yk56ag+ny2WXVzOEhibQyiQAAOw==) no-repeat;
}
.ie8 .panel-close:before,
.ie8 .panel-close__style:before {
  display: none;
}
.ie8 .panel-close:after,
.ie8 .panel-close__style:after {
  display: none;
}

.overlay {
  display: none;
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .overlay {
    background: rgba(255, 255, 255, 0.9);
  }
}

.touch .overlay {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .hb .overlay {
    top: 0;
  }

  .overlay {
    position: absolute;
  }
}
.control__show-search #search-overlay,
.control__site-selector #site-detector-overlay {
  display: block;
}

#signup-overlay {
  background: transparent;
  top: auto;
  left: auto;
}
@media (max-width: 767px) {
  #signup-overlay {
    position: fixed;
    bottom: 0;
  }
}
#signup-overlay .panel-close {
  z-index: 10;
  bottom: 270px;
  right: 30px;
  top: auto;
}
@media (max-width: 767px) {
  #signup-overlay .panel-close {
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px;
    margin-top: 0;
    margin-left: 0;
  }
}
#signup-overlay .validation-advice.success {
  font-family: 'TexGyreHeros', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 95px;
}

#newsletter-popup {
  position: fixed;
  width: 294px;
  background-color: #fff;
  margin-bottom: 0;
  bottom: 10px;
  right: 10px;
  padding: 20px 15px;
  min-height: 140px;
}
@media (max-width: 450px) {
  #newsletter-popup {
    width: 100%;
    height: auto;
    min-height: 10px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 25px 20px;
  }
}
#newsletter-popup .panel-close {
  top: 20px;
  right: 15px;
}
#newsletter-popup .panel-close:before, #newsletter-popup .panel-close:after {
  width: 8px;
  height: 8px;
  border-width: 1px;
  top: 4px;
}
#newsletter-popup .panel-close:before {
  left: 1px;
}
#newsletter-popup .panel-close:after {
  right: 1px;
}
#newsletter-popup .block-content {
  margin-top: 0;
}
#newsletter-popup .block-content .form-subscribe-header {
  width: 100%;
  text-align: left;
  margin: 0 auto 18px;
}
@media (max-width: 767px) {
  #newsletter-popup .block-content .form-subscribe-header {
    margin-bottom: 15px;
  }
}
#newsletter-popup .block-content .form-subscribe-header h1 {
  margin-bottom: 15px;
  font-size: 13px;
}
#newsletter-popup .block-content .form-subscribe-header label {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
#newsletter-popup .block-content .form-subscribe-input {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #newsletter-popup .block-content .form-subscribe-input {
    margin-bottom: 15px;
  }
}
#newsletter-popup .block-content .form-subscribe-input .input-box {
  padding: 0;
}
#newsletter-popup .block-content .form-subscribe-input .input-box input {
  border: 1px solid #ddd;
  height: 35px;
  font-size: 12px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #newsletter-popup .block-content .form-subscribe-input .input-box input {
    width: 100%;
  }
}
#newsletter-popup .block-content .form-subscribe-input .input-box .input-text:focus {
  outline: 0;
}
#newsletter-popup .block-content .form-subscribe-input .input-box .validation-advice {
  margin: 10px 0 0;
  text-align: left;
  font-size: 11px;
}
#newsletter-popup .block-content .form-subscribe-input .actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#newsletter-popup .block-content .form-subscribe-input .actions .button {
  font-family: 'TexGyreHeros', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-transform: capitalize;
  margin: 0;
  padding: 0 10px;
  border: 0;
  float: none;
  height: 35px;
  outline: 0;
}
#newsletter-popup .block-content .popup-form-subscribe-footer {
  margin-top: 10px;
}
#newsletter-popup .block-content .popup-form-subscribe-footer p {
  font-size: 8px;
  text-align: left;
  line-height: 1.2em;
  color: #bbb;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  #newsletter-popup .block-content .popup-form-subscribe-footer p {
    font-size: 11px;
  }
}
#newsletter-popup .block-content .popup-form-subscribe-footer p a {
  text-decoration: underline;
}
#newsletter-popup .block-content .form-subscribe-footer {
  text-align: center;
  line-height: 1.4;
}

.products-grid {
  max-width: 1399px;
  margin: 0 auto;
  text-align: center;
}
.products-grid:not(.last) {
  margin-bottom: 40px;
}
.products-grid:not(.first) {
  margin-top: 25px;
}
.products-grid > li {
  width: 22%;
}
.products-grid > li.double {
  width: 46%;
}
.products-grid > li.triple {
  width: 70%;
}
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}
.products-grid .product-image picture {
  display: block;
  height: 0;
  padding-top: 148%;
}
.products-grid .product-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.products-grid .product-image img:hidden {
  display: none;
}
.products-grid .product-info {
  padding-bottom: 15px;
}
.products-grid li {
  display: inline-block;
  float: none;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
}
.products-grid .product-image {
  border: 0;
}
.products-grid .product-image:hover, .products-grid .product-image:focus {
  outline: 0;
}
.products-grid .product-info .product-name {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.products-grid .product-info .product-name .colour-description {
  display: block;
  word-break: keep-all;
}
.products-grid .product-info .product-name a {
  font-size: 12px;
  text-transform: none;
}
.products-grid .price-box {
  margin: 0;
}
.products-grid .price-box .price {
  color: #000;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.products-grid .price-box .old-price .price {
  text-decoration: line-through;
}
.products-grid .price-box .special-price .price {
  color: #8a1c23;
}

.ie8 .products-grid .product-image img {
  position: static;
}

@media only screen and (max-width: 1023px) {
  .products-grid > li {
    width: 30%;
  }
  .products-grid > li.double {
    width: 62%;
  }
  .products-grid > li.triple {
    width: 94%;
  }
}
@media only screen and (max-width: 399px) {
  .products-grid > li {
    width: 47%;
  }
  .products-grid > li.double {
    width: 96%;
  }
  .products-grid > li.triple {
    width: 96%;
  }
}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.mute {
  visibility: hidden;
}

#product-waypoint {
  width: 100%;
  margin-bottom: 26px;
}

.catalog-product-view .col-main {
  padding-top: 28px;
}
.catalog-product-view .breadcrumbs {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 25px 10px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .col-main {
    padding-top: 0;
  }
}
.product-img-box {
  max-width: 50%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.product-img-box .product-name {
  display: none;
}
.product-img-box .product-image {
  overflow: visible;
}
.product-img-box img {
  max-width: 100%;
  cursor: crosshair;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.product-image {
  border: 0;
}

.product-essential {
  position: relative;
  min-height: 50vh;
}
.product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-essential .short-description a {
  text-decoration: underline;
}

.product-shop {
  position: absolute;
  right: 50%;
  width: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.product-shop.oversized {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  top: 50px;
}
.product-shop > * {
  width: 40%;
  float: left;
  clear: both;
}
.product-shop .price-info {
  display: none;
}
.product-shop .price-info .price {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  font-size: 24px;
}
.product-shop .price-info .old-price .price {
  color: #000;
  text-decoration: line-through;
}
.product-shop .price-info .special-price .price {
  color: #8a1c23;
}
.product-shop .further-reading {
  display: none;
}
.product-shop .further-reading a {
  text-decoration: underline;
  font-weight: normal;
}
.product-shop .further-reading-link {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  background: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/plus.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-shop .further-reading-link.minus {
  background-image: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/minus.svg);
}
@media (max-width: 1023px) {
  .product-shop .further-reading-link {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .product-shop .further-reading-link {
    margin: 15px 0 0;
  }
}
.product-shop.expanded .further-reading {
  display: block;
}
.product-shop.expanded .further-reading-link {
  margin-bottom: 15px;
}
.product-shop.expanded .further-reading-link:before, .product-shop.expanded .further-reading-link:after {
  border-right: 0;
}
.product-shop ul.bullets {
  list-style: disc;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .product-shop ul.bullets {
    text-align: left;
  }
}
.product-shop ul.bullets a {
  text-decoration: underline;
}
.product-shop .product-name {
  margin-bottom: 20px;
}
.product-shop .product-name .h1 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.product-shop .short-description p,
.product-shop .share,
.product-shop li {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  font-size: 12px;
}
.product-shop .share {
  display: none;
  text-decoration: underline;
}
.product-shop .short-description p {
  margin-bottom: 25px;
}
.product-shop ul {
  margin-bottom: 15px;
}

.product-set-2 {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.product-set-2.oversized {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  top: 50px;
}
.product-set-2:after {
  content: '';
  display: table;
  clear: both;
}

.ie8 .product-img-box {
  margin: 0 auto;
  max-height: 1200px;
  overflow: hidden;
}
.ie8 .product-shop {
  position: absolute;
  top: 150px;
  bottom: auto;
}
.ie8 .product-set-2 {
  position: absolute;
  top: 150px;
  bottom: auto;
  right: 0;
}
.ie8 #image-0 {
  display: block;
}

.product-options {
  border: 0;
  width: 40%;
  float: right;
}
.product-options .product-name {
  display: none;
}
.product-options .price-box {
  margin: 0;
}
.product-options .price-box .old-price .price {
  color: #000;
  text-decoration: line-through;
}
.product-options .price-box .special-price .price {
  color: #8a1c23;
}
.product-options .price {
  margin: 0;
  margin-bottom: 0.7em;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.product-options p.required {
  display: none;
}
.product-options a {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  font-size: 12px;
}
.product-options a:hover {
  text-decoration: none;
}
.product-options label {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  font-size: 12px;
}
.product-options label em, .product-options label:after {
  display: none;
}
.product-options .super-attributes {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-options .super-attributes:after {
  content: '';
  display: table;
  clear: both;
}
.product-options .super-attributes p {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}
.product-options .super-attributes .super-attribute {
  width: 38%;
  float: left;
  margin-right: 20px;
}
.product-options .super-attributes .super-attribute select.validation-failed {
  border: 1px solid #c60a27;
}
.product-options .super-attributes .super-attribute .validation-advice {
  color: #c60a27;
  width: 300%;
}
.product-options .super-attributes .input-box,
.product-options .super-attributes .qty-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}
.product-options .super-attributes .input-box:after,
.product-options .super-attributes .qty-wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
.product-options .super-attributes .input-box select,
.product-options .super-attributes .qty-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.product-options .super-attributes .input-box select:focus,
.product-options .super-attributes .qty-wrapper select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  .product-options .super-attributes .input-box select,
  .product-options .super-attributes .qty-wrapper select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
.noappearance .product-options .super-attributes .input-box:after,
.noappearance .product-options .super-attributes .qty-wrapper:after {
  display: none;
}
.noappearance .product-options .super-attributes .input-box select,
.noappearance .product-options .super-attributes .qty-wrapper select {
  padding: 5px 0 5px 8px;
}

.product-options-bottom {
  width: 40%;
  float: right;
  clear: both;
  margin-top: 20px;
}
.product-options-bottom .button {
  width: 100%;
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.product-options-bottom .button:hover {
  background: #000;
  color: #fff;
}
.product-options-bottom .price-box {
  display: none;
}
.product-options-bottom a {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.product-options-bottom a:hover {
  cursor: pointer;
}
.product-options-bottom a.share {
  display: block;
  margin-top: 20px;
}
.product-options-bottom .add-to-cart {
  margin-bottom: 30px;
}
.product-options-bottom .delivery-reading {
  display: none;
}
.product-options-bottom .delivery-reading .lower-delivery {
  margin-top: 1em;
}
.product-options-bottom .delivery-reading .lower-delivery a {
  text-decoration: underline;
  font-weight: normal;
}
.product-options-bottom .delivery-reading-link {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  background: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/plus.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  padding-left: 20px;
}
.product-options-bottom .delivery-reading-link, .product-options-bottom .delivery-reading-link p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-options-bottom .delivery-reading-link.minus {
  background-image: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/minus.svg);
}
@media (max-width: 1023px) {
  .product-options-bottom .delivery-reading-link {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .product-options-bottom .delivery-reading-link {
    margin: 15px 0 0;
  }
}
.product-options-bottom.expanded2 .delivery-reading {
  display: block;
}
.product-options-bottom.expanded2 .delivery-reading-link {
  margin-bottom: 15px;
}
.product-options-bottom.expanded2 .delivery-reading-link:before, .product-options-bottom.expanded2 .delivery-reading-link:after {
  border-right: 0;
}

.block-related {
  background: #fff;
}
.block-related:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .block-content {
  margin-top: 0;
}

#block-related.mini-products-list {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
#block-related.mini-products-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  max-width: 350px;
  margin: 0;
}
#block-related.mini-products-list li img {
  width: 100%;
  height: auto;
}
#block-related.mini-products-list li .product-name {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-align: center;
}
#block-related.mini-products-list li .product-name a:hover {
  text-decoration: underline;
}
#block-related.mini-products-list li .product-name .colour-description {
  display: block;
}
#block-related.mini-products-list li .price-box {
  text-align: center;
}
#block-related.mini-products-list li .price-box span {
  float: none;
  margin: 0;
  font-size: 12px;
  padding: 0;
}
#block-related.mini-products-list li .price-box .price {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
#block-related.mini-products-list li .price-box .old-price,
#block-related.mini-products-list li .price-box .special-price {
  display: inline-block;
  float: none;
}
#block-related.mini-products-list li .price-box .old-price .price {
  color: #000;
  text-decoration: line-through;
}
#block-related.mini-products-list li .price-box .special-price .price {
  color: #8a1c23;
}

@media only screen and (min-width: 1500px) {
  .product-img-box {
    max-width: 800px;
    margin: 0 auto;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .product-shop {
    width: 725px;
  }
  .product-shop > * {
    width: 280px;
  }
  .product-shop.docked {
    right: calc(50% - 25px);
    width: 725px;
  }

  .product-set-2 {
    width: 725px;
  }
  .product-set-2.docked {
    left: calc(50% - 25px);
    width: 725px;
  }
}
.product-image-gallery {
  width: 100%;
  height: 80vh;
  height: calc(100vh - 150px);
  max-height: 80vh;
  max-height: calc(100vh - 150px);
  margin-bottom: 26px;
}
.product-image-gallery img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.product-image-gallery .swipeshow-prev,
.product-image-gallery .swipeshow-next {
  background: rgba(255, 255, 255, 0.01);
  width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  cursor: pointer;
}
.product-image-gallery .swipeshow-prev:after,
.product-image-gallery .swipeshow-next:after {
  content: '';
  height: 25px;
  width: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 25px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-image-gallery .swipeshow-next {
  left: auto;
  right: -15px;
}
.product-image-gallery .swipeshow-next:after {
  left: auto;
  right: 23px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  height: 6px;
  width: 6px;
  background: #a8a8a8;
  border-radius: 50%;
  border: 0;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li.slick-active button {
  background: #000;
}

.touch .slick-dots {
  display: block;
}

.no-markers .product-image-gallery .swipeshow-prev,
.no-markers .product-image-gallery .swipeshow-next {
  display: none !important;
}

.no-markers .slick-dots {
  display: none !important;
}

@media (min-width: 1450px) and (max-height: 700px) {
  .product-shop > * {
    width: 300px;
  }

  .product-set-2 .product-options,
  .product-set-2 .product-options-bottom {
    width: 255px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-img-box picture img {
    max-height: 90vh;
    max-height: calc(100vh - 150px);
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 1023px) {
  .product-img-box {
    float: left;
    margin: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 60%;
    max-width: 100%;
  }
  .product-img-box .product-image {
    overflow: visible;
  }

  .slick-dots {
    display: block;
  }

  .product-shop {
    width: 40%;
    padding-left: 25px;
    margin-top: 25px;
    position: static;
    float: right;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-shop > * {
    width: 100%;
  }
  .product-shop.docked {
    position: static;
  }
  .product-shop .product-name {
    margin-bottom: 0;
  }
  .product-shop .price-info {
    display: block;
  }
  .product-shop .share {
    display: none;
  }

  .product-set-2 {
    width: 40%;
    margin-top: 0;
    clear: right;
    padding-left: 25px;
    position: static;
    float: right;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-set-2.docked {
    position: static;
  }
  .product-set-2 .price-info {
    display: none;
  }

  .product-options {
    width: 100%;
  }

  .product-options-bottom {
    width: 100%;
    margin-top: 30px;
  }
  .product-options-bottom .share {
    display: block;
    margin-top: 20px;
  }
  .product-options-bottom .share-wrapper svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
  }

  .block-related {
    clear: both;
  }
}
.product-view .out-of-stock {
  margin-top: 26px;
  margin-bottom: 10px;
  color: #000;
}
.product-view .out-of-stock span {
  margin: 0;
  padding: 10px;
  border: 1px solid #000;
  display: inline-block;
  color: #000;
}
.product-view .out-stock-description {
  margin-top: 19px;
}

@media only screen and (max-width: 1023px) {
  .product-view .out-stock-description {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #pw-marker {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }

  .product-view .out-of-stock {
    text-align: center;
  }
  .product-view .out-stock-description {
    margin-top: 24px;
  }
  .product-view form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-view .product-img-box {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .product-view .product-img-box .product-image {
    overflow: visible;
  }
  .product-view .product-shop {
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
    float: none;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
    padding-left: 0;
    position: relative;
    right: auto;
  }
  .product-view .product-shop .price-info {
    display: none;
  }
  .product-view .product-shop .product-name {
    display: none;
  }
  .product-view .product-shop .share-wrapper {
    text-align: center;
  }
  .product-view .product-shop .share-wrapper li {
    float: none;
    display: inline-block;
  }
  .product-view .product-shop .share-wrapper li:last-child {
    margin-right: 0;
  }
  .product-view .product-shop .share-wrapper svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
  }
  .product-view .product-shop:after, .product-view .product-shop:before {
    content: '';
    height: 1px;
    background: #ddd;
    position: absolute;
    top: -36px;
    left: -25px;
    right: -25px;
  }
  .product-view .product-shop:after {
    top: auto;
    bottom: -35px;
  }
  .product-view .product-set-2 {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .product-view .product-options {
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .product-view .product-options .product-name {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .product-view .product-options .product-name .h1 {
    font-size: 24px;
    line-height: 1;
  }
  .product-view .product-options .price-info {
    display: block;
    text-align: center;
  }
  .product-view .product-options .price-info .price-box {
    margin: 0;
  }
  .product-view .product-options .price-info .price-box .old-price .price {
    color: #000;
    text-decoration: line-through;
  }
  .product-view .product-options .price-info .price-box .special-price .price {
    color: #8a1c23;
  }
  .product-view .product-options .price-info .price {
    color: #000;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 15px;
  }
  .product-view .product-options p.required {
    display: none;
  }
  .product-view .product-options .super-attributes {
    text-align: center;
    padding-top: 30px;
  }
  .product-view .product-options .super-attributes p {
    margin-bottom: 25px;
  }
  .product-view .product-options .super-attributes .super-attribute {
    display: inline-block;
    margin-right: 4%;
    text-align: left;
    width: 47%;
  }
  .product-view .product-options .super-attributes .super-attribute:last-child {
    margin-right: 0;
  }
  .product-view .product-options .super-attributes .super-attribute .input-box,
  .product-view .product-options .super-attributes .super-attribute .qty-wrapper {
    margin-top: 3px;
  }
  .product-view .product-options .super-attributes .super-attribute .input-box select,
  .product-view .product-options .super-attributes .super-attribute .qty-wrapper select {
    padding: 10px 25px 10px 8px;
    height: 40px;
    font-size: 13px;
  }
  .product-view .product-options .input-box:after,
  .product-view .product-options .qty-wrapper:after {
    top: 18px;
  }
  .product-view .product-options a {
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .product-view .product-options-bottom {
    text-align: center;
  }
  .product-view .block-related {
    clear: both;
  }
  .product-view #block-related.mini-products-list li {
    width: 48%;
  }

  .ios7 .product-view .product-image-gallery {
    height: 260px;
  }

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

.grouped-items-table .name-wrapper {
  color: #3399CC;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details {
  margin-top: 25px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

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

/* Slider */
.slick-slider {
  height: 100%;
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
  -webkit-transform: translate3d(0, 0, 0);
}

.slick-slider * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide:focus,
.slick-slide *:focus {
  outline: 0 !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 319px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 319px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 319px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 319px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

#fullscreen {
  opacity: 0;
  text-align: center;
}
#fullscreen .background-switcher {
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
#fullscreen .background-switcher:after {
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  opacity: 1;
}
#fullscreen .background-switcher.activated:after {
  opacity: 0;
}
#fullscreen section {
  display: inline-block;
  position: relative;
  z-index: 1;
  opacity: 0;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
#fullscreen .active-slide section {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#fullscreen .bg-container {
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a.fill-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
a.fill-anchor.fill-left {
  right: 50%;
}
a.fill-anchor.fill-right {
  left: 50%;
}

.fullscreen .slick-dots {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  left: auto;
  right: 20px;
  top: 48vh;
}
.fullscreen .slick-dots li {
  margin-right: 0;
  display: block;
}

@media (max-width: 767px) {
  .fullscreen .slick-dots {
    top: 44vh;
    right: 10px;
  }
}
/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.opc h3 {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #000;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 23px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #000;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399CC;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #A0A0A0;
}

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

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

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .title-buttons {
  position: relative;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

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

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

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

.order-date {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

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

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

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

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

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

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

  .addresses-list .item {
    float: left;
    width: 50%;
  }

  .order-info dt {
    display: none;
  }

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

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

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

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

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

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

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

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 867px) and (min-width: 768px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
.paypal-review-order #checkout-step-payment .buttons-set,
.paypal-review-order #checkout-step-shipping_method .buttons-set {
  float: none;
}
@media only screen and (max-width: 767px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

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

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

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399CC;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399CC;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399CC;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

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

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

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

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

@media only screen and (min-width: 768px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #000;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.cms-page-view .std ul, .cms-page-view .std ol,
.cms-no-route .std ul,
.cms-no-route .std ol {
  list-style: none;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 1023px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 767px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 319px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 319px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 319px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 319px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 319px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 1023px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

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

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

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

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

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

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

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

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

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

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 359px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 319px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
#back-to-top {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  width: 38px;
  height: 45px;
  z-index: 2;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
#back-to-top:after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 11px;
}
#back-to-top.active {
  margin-top: -22px;
  opacity: 1;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 0;
  }
}
.loader {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #000;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
  top: 5px;
  margin-left: 15px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@-webkit-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#notice-wrapper {
  display: none;
}

.hb #notice-wrapper {
  background: #ebebeb;
  height: 24px;
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  text-align: right;
}
.hb #notice-wrapper p {
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 9.5px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 24px;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .hb #notice-wrapper {
    text-align: center;
  }
  .hb #notice-wrapper p {
    font-size: 9px;
    margin-right: 0;
  }
}
#nav-panel .panel-close {
  right: auto;
  left: 25px;
  top: 25px;
}

#nav .menu-active ul.level1 {
  display: block;
  padding-left: 20px;
}
#nav .view-all {
  display: none;
}
#nav li.level0 {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
}
@media (min-width: 768px) and (max-height: 620px) {
  #nav li.level0:first-child {
    height: 62%;
  }
  #nav li.level0:last-child {
    top: 62% !important;
    height: 38%;
  }
  #nav li.level0:last-child a.level0 {
    margin-top: 5px !important;
  }
  #nav li.level0:last-child > :last-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-height: 480px) {
  #nav li.level0:first-child {
    height: 100%;
    z-index: 2;
  }
  #nav li.level0:last-child {
    display: none !important;
  }
}
#nav li.level0.first {
  top: 0;
}
#nav li.level0.last:not(.first) {
  top: 50%;
  background: #000;
}
#nav li.level0 > ul {
  display: block;
  position: static;
}
#nav li.level0.first {
  padding: 70px 25px 0;
}
#nav li.level0.last:not(.first) {
  padding: 28px 25px 0;
}
@media (min-width: 768px) and (max-height: 620px) {
  #nav li.level0.last:not(.first) {
    padding: 8px 25px 0;
  }
}
#nav li.level0.last:not(.first) a {
  color: #fff;
}
#nav li.level0.last:not(.first) a:hover {
  position: relative;
  cursor: pointer;
}
#nav li.level0.last:not(.first) a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #fff;
  height: 2px;
  bottom: 4px;
}
#nav li.level0.last:not(.first) a.level0:hover:after {
  display: none;
}
#nav .level1.view-all {
  display: none;
}
#nav ul.level0 {
  margin-left: 20px;
}
#nav ul.level1 {
  display: none;
}
#nav a,
#nav span {
  line-height: 24px;
  font-size: 14px;
  color: #000;
  padding: 1px 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
#nav a[href*='sale'],
#nav span[href*='sale'] {
  color: #8a1c23 !important;
}
#nav a.level0,
#nav span.level0 {
  font-size: 14px;
  text-transform: uppercase;
}
#nav a.level1, #nav a.level2, #nav a.level3,
#nav span.level1,
#nav span.level2,
#nav span.level3 {
  font-size: 14px;
  display: inline-block;
}
#nav a.level1:hover, #nav a.level2:hover, #nav a.level3:hover,
#nav span.level1:hover,
#nav span.level2:hover,
#nav span.level3:hover {
  position: relative;
  cursor: pointer;
}
#nav a.level1:hover:after, #nav a.level2:hover:after, #nav a.level3:hover:after,
#nav span.level1:hover:after,
#nav span.level2:hover:after,
#nav span.level3:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 4px;
}
#nav a.level3,
#nav span.level3 {
  font-weight: normal;
}
#nav a.level4,
#nav span.level4 {
  display: none;
}
#nav a:focus,
#nav span:focus {
  outline: 0;
}
#nav li.level1.menu-active a.level1:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 4px;
}

.social-icons {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
@media (min-width: 768px) and (max-height: 620px) {
  .social-icons {
    bottom: 10px;
  }
}
.social-icons a {
  float: left;
  margin-right: 7px;
}
.social-icons a.facebookfooter svg {
  width: 15px;
}
.social-icons a.twitterfooter svg {
  width: 22px;
}
.social-icons a.instagramfooter svg {
  width: 25px;
}
.social-icons a.youtubefooter svg {
  width: 25px;
}
.social-icons a .svg-fill {
  fill: #fff;
}
.social-icons a:hover .svg-fill {
  fill: #999;
}
.social-icons svg {
  height: 20px;
}

#under-nav-panel {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 225px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-size: cover;
  background-position: top center;
}
#under-nav-panel > ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .category-list {
    margin-top: 0;
  }
}
.category-list > ul,
#under-nav-panel > ul {
  text-align: center;
}
.category-list > ul li,
#under-nav-panel > ul li {
  margin: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.category-list > ul a,
#under-nav-panel > ul a {
  opacity: 0;
  color: #000;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.category-list > ul a:hover,
#under-nav-panel > ul a:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
  border-bottom-color: #000;
}
.category-list > ul a:focus,
#under-nav-panel > ul a:focus {
  outline: 0;
}
.category-list > ul a.animated-in,
#under-nav-panel > ul a.animated-in {
  opacity: 1;
}
.category-list > ul li.level2.view-all,
#under-nav-panel > ul li.level2.view-all {
  display: none;
}
.category-list ul.level2,
#under-nav-panel ul.level2 {
  display: none;
}
.category-list > ul.expanded-sub-nav a,
#under-nav-panel > ul.expanded-sub-nav a {
  color: #000;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
}
.category-list > ul.expanded-sub-nav a:hover,
#under-nav-panel > ul.expanded-sub-nav a:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .category-list > ul.expanded-sub-nav a[href*='amy-winehouse']:hover,
  #under-nav-panel > ul.expanded-sub-nav a[href*='amy-winehouse']:hover {
    width: 362px;
  }
}
.category-list > ul.expanded-sub-nav a[href*='stussy']:hover,
#under-nav-panel > ul.expanded-sub-nav a[href*='stussy']:hover {
  position: relative;
}
.category-list > ul.expanded-sub-nav a[href*='stussy']:hover:before,
#under-nav-panel > ul.expanded-sub-nav a[href*='stussy']:hover:before {
  content: '';
  display: block;
  background-color: #000;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: -1;
}
.category-list > ul.expanded-sub-nav .view-all,
#under-nav-panel > ul.expanded-sub-nav .view-all {
  display: none;
}
.category-list > ul.expanded-sub-nav .a,
#under-nav-panel > ul.expanded-sub-nav .a {
  opacity: 0;
  font-size: 24px;
}
.category-list > ul.expanded-sub-nav .a.animated-in,
#under-nav-panel > ul.expanded-sub-nav .a.animated-in {
  opacity: 1;
}
.category-list > ul.expanded-sub-nav .level2,
#under-nav-panel > ul.expanded-sub-nav .level2 {
  font-size: 28px;
}
.category-list > ul.expanded-sub-nav .level2 ul,
#under-nav-panel > ul.expanded-sub-nav .level2 ul {
  margin-top: 15px;
}
.category-list > ul.expanded-sub-nav li.level2:not(.view-all) + li.level2,
#under-nav-panel > ul.expanded-sub-nav li.level2:not(.view-all) + li.level2 {
  margin-top: 40px;
}
.category-list > ul.expanded-sub-nav ul.level2,
#under-nav-panel > ul.expanded-sub-nav ul.level2 {
  display: block;
}

.ie8 #under-nav-panel ul {
  top: 0;
  margin-top: 25px;
}

@media only screen and (max-height: 800px) {
  #under-nav-panel > ul.expanded-sub-nav li {
    margin: 1vh 0;
    font-size: calc(100vh/24);
  }
  #under-nav-panel > ul.expanded-sub-nav li a {
    font-size: calc(100vh/24);
  }
}
.category-list {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .category-list {
    display: table;
    margin: 0;
    height: calc(100vh - 94px);
  }
  .category-list > ul {
    display: table-cell;
    vertical-align: middle;
  }
}
.category-list h3 {
  margin-bottom: 20px;
}
.category-list a {
  opacity: 1 !important;
}
.category-list li.level2 .a {
  font-size: 2.2vh;
  display: block;
  margin: 5vh 0 2vh;
}
.category-list li.level2 .a.enhanced-header {
  font-size: 3vh;
  margin-bottom: 4vh;
}
.category-list li.level2.first .a {
  margin-top: 0 !important;
}
.category-list > ul li {
  font-size: 3.2vh;
  margin: 0;
}
.category-list > ul li.spacer {
  margin-bottom: 30px;
}
.category-list > ul a {
  font-size: 3.2vh;
  line-height: 4.2vh;
  border-bottom: none !important;
}
.categorypath-shop-women .category-list > ul a, .categorypath-shop-men .category-list > ul a {
  font-size: 4vh;
  line-height: 5.2vh;
}
.category-list .view-all {
  display: none;
}
.category-list ul.level2 {
  display: block !important;
}
.category-list .page-title {
  margin-bottom: 50px;
  margin-top: 50px;
  display: none;
}
.category-list.restrict__20 li.level2 .a {
  font-size: 2vh;
  margin: 4vh 0 2vh;
}
.category-list.restrict__20 > ul li {
  font-size: 3vh;
}
.category-list.restrict__20 > ul a {
  font-size: 3vh;
  line-height: 3.4vh;
}
.category-list.restrict__23 li.level2 .a {
  font-size: 1.8vh;
  margin: 3.5vh 0 1.5vh;
}
.category-list.restrict__23 > ul li {
  font-size: 2.8vh;
}
.category-list.restrict__23 > ul a {
  font-size: 2.8vh;
  line-height: 3.2vh;
}
.category-list.restrict__26 li.level2 .a {
  font-size: 1.6vh;
  margin: 3vh 0 1.2vh;
}
.category-list.restrict__26 > ul li {
  font-size: 2.5vh;
}
.category-list.restrict__26 > ul a {
  font-size: 2.5vh;
  line-height: 2.9vh;
}
@media (min-width: 768px) and (max-height: 550px) {
  .category-list li.level2 .a {
    font-size: 12px !important;
    margin: 20px 0 13px !important;
  }
  .category-list > ul li {
    font-size: 17px !important;
  }
  .category-list > ul a {
    font-size: 19px !important;
    line-height: 24px !important;
  }
}

.category-list:not(:first-child) {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  display: block;
  min-height: inherit;
}
.category-list:not(:first-child) > ul {
  display: block;
}

.full-bleed .category-list {
  margin-left: 0;
  margin-right: 0;
}

.category-products + .category-list {
  height: auto;
  margin-bottom: 30px;
}
.category-products + .category-list h3 {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .category-products + .category-list h3 {
    margin-bottom: 20px;
  }
}
.category-products + .category-list > ul li {
  font-size: 28px;
}
.category-products + .category-list > ul a {
  font-size: 24px;
  line-height: 31px;
}

@media only screen and (max-width: 767px) {
  #nav-panel {
    background: #000;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #nav-panel .panel-close {
    top: 25px;
  }

  .no-touch #nav-panel {
    background: #000;
  }

  #nav {
    background: #fff;
    padding-top: 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #nav {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  #nav a.level0 {
    margin-bottom: 0;
  }
  #nav li.level0.first {
    background: #fff;
    padding-top: 25px;
    position: static;
    height: auto;
  }
  #nav li.level0.last:not(.first) {
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
    height: auto;
  }
  #nav li.level0 > ul {
    padding-bottom: 40px;
  }
  #nav li.level1.menu-active ul.level1 {
    display: block;
    padding-left: 20px;
    max-width: 270px;
  }
  #nav li.level1.menu-active ul.level2 {
    padding-left: 10px;
    max-width: 245px;
  }
  #nav li.level1 a,
  #nav li.level1 .a {
    line-height: 30px;
  }
  #nav li.level1 .a {
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  #nav .expanded-sub-nav li.level2.view-all {
    display: none;
  }

  #nav-panel .social-icons {
    position: static;
    background: #000;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 30px 25px 26px;
  }
  #nav-panel .social-icons a {
    margin: 0;
  }
  #nav-panel .social-icons svg {
    margin-right: 15px;
  }
  #nav-panel .social-icons .svg-fill {
    fill: #fff;
  }

  #nav-panel .site-switcher {
    background: #000;
    padding: 30px 25px;
  }
  #nav-panel .site-switcher svg {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #nav-panel .site-switcher .svg-fill {
    fill: #fff;
  }
  #nav-panel .site-switcher a {
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  #nav-panel .site-switcher a:hover {
    text-decoration: none;
  }
  #nav-panel .site-switcher:hover a {
    color: #aa8e62;
  }
  #nav-panel .site-switcher:hover .svg-fill {
    fill: #aa8e62;
  }

  .category-list > ul a {
    font-size: 32px;
    line-height: 42px;
  }
  .category-list > ul a:hover {
    background: #fff;
    color: #000;
    border-bottom-color: transparent;
  }
}
#mobile-nav-cart,
#mobile-nav-account,
#mobile-nav-search {
  position: absolute;
  top: 25px;
  left: 58px;
}
#mobile-nav-cart a,
#mobile-nav-account a,
#mobile-nav-search a {
  padding: 10px;
}
#mobile-nav-cart svg,
#mobile-nav-account svg,
#mobile-nav-search svg {
  height: 20px;
  width: 20px;
}
#mobile-nav-cart .svg-fill,
#mobile-nav-account .svg-fill,
#mobile-nav-search .svg-fill {
  fill: #000;
}
#mobile-nav-cart span,
#mobile-nav-account span,
#mobile-nav-search span {
  display: none;
}

#mobile-nav-account {
  left: auto;
  right: 65px;
}
#mobile-nav-account svg {
  width: 17px;
}

#mobile-nav-cart {
  left: auto;
  right: 20px;
}

#login-panel ::-webkit-input-placeholder {
  color: #000;
}
#login-panel ::-moz-placeholder {
  color: #000;
}
#login-panel :-ms-input-placeholder {
  color: #000;
}
#login-panel input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
#login-panel .panel-close {
  right: 25px;
  top: 50px;
}
#login-panel .page-title h1,
#login-panel .block-title strong {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: left;
}
#login-panel .login-target {
  margin-top: 52px;
}
#login-panel label {
  display: none;
}
#login-panel h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#login-panel p,
#login-panel a:not(.button) {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-style: normal;
}
#login-panel .form-instructions {
  margin-bottom: 15px;
}
#login-panel .required {
  display: none;
}
#login-panel .buttons-set {
  border: 0;
  margin-top: 20px;
  padding-top: 20px;
}
#login-panel .buttons-set .button {
  width: 100%;
}
#login-panel .new-users,
#login-panel .registered-users {
  margin-top: 40px;
  padding: 0;
}
#login-panel .new-users {
  position: relative;
  padding: 40px 0 0;
}
#login-panel .new-users:before {
  content: '';
  width: 320px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -25px;
}
#login-panel .form-list > li {
  margin-bottom: 0;
}
#login-panel .col2-set > div {
  width: 100%;
  clear: both;
}
#login-panel .block-account {
  margin-top: 52px;
}
#login-panel .block-account li {
  margin: 0;
}
#login-panel .block-account li strong {
  color: #000;
}
#login-panel .block-account li strong:hover {
  color: #aa8e62;
}
#login-panel .block-account a {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.5;
}
#login-panel .block-account a:hover {
  color: #000;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#login-panel .block-account a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 1px;
  bottom: 0;
}
#login-panel .block-content {
  margin-top: 25px;
  padding-top: 20px;
  position: relative;
}
#login-panel .block-content:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  left: -25px;
  right: -50px;
  background: #ddd;
}

@media only screen and (max-width: 767px) {
  .control__show-account #login-panel {
    overflow-y: scroll;
  }

  #login-panel .login-target {
    margin-top: 27px;
  }
  #login-panel .new-users:before {
    width: auto;
    left: -25px;
    right: -25px;
  }
  #login-panel .panel-close {
    top: 25px;
  }
  #login-panel .new-users {
    padding-top: 20px;
  }
  #login-panel .new-users,
  #login-panel .registered-users {
    margin-top: 20px;
  }
  #login-panel .buttons-set {
    margin-top: 10px;
    padding-top: 10px;
  }

  .account-login {
    padding-bottom: 40px;
  }
}
#search-overlay ::-webkit-input-placeholder {
  color: #000;
  position: relative;
  top: 2px;
}
#search-overlay ::-moz-placeholder {
  color: #000;
}
#search-overlay :-ms-input-placeholder {
  color: #000;
}
#search-overlay #search_mini_form {
  position: fixed;
  right: 30px;
  top: 165px;
  width: 360px;
  background: #FFF;
  padding: 0;
  height: auto;
  margin-top: -70px;
  border: 1px solid #ddd;
}
#search-overlay #search_mini_form:before {
  content: '';
  height: 14px;
  width: 14px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  right: 155px;
}
#search-overlay #search_mini_form .button.search-button {
  text-indent: 0;
  padding: 9px 10px;
  top: 8px;
  right: 6px;
  cursor: pointer;
}
#search-overlay #search_mini_form .button.search-button:before {
  content: none;
}
#search-overlay #search_mini_form .button.search-button span {
  display: none;
}
#search-overlay #search_mini_form .button.search-button svg {
  text-indent: 0;
}
#search-overlay #search_mini_form .form-search .searchautocomplete-loader {
  top: 18px;
}
#search-overlay .panel-close {
  top: 15px;
  right: 15px;
}
#search-overlay #search {
  padding: 0 0 0 20px;
  margin: 9px 0px 10px 0px;
  font-size: 16px;
  border-bottom: none;
}
#search-overlay .links {
  text-align: center;
}
#search-overlay .links a {
  color: #999;
  font-size: 12px;
  text-decoration: none;
}
#search-overlay .links a:hover {
  color: #000;
}
#search-overlay .block-title {
  border: 0;
  padding-top: 40px;
}
#search-overlay .block-title strong {
  text-transform: none;
}
#search-overlay button {
  background: transparent;
  border: 0;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 2px;
  right: 0;
}
#search-overlay button:focus, #search-overlay button:hover {
  outline: 0;
}
#search-overlay button svg {
  max-width: 100%;
  max-height: 100%;
}
#search-overlay .ie8-only {
  display: none;
}

body:not(.hb) #search-overlay #search_mini_form {
  top: 141px;
}

.searchautocomplete {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.searchautocomplete ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.searchautocomplete ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.searchautocomplete:before {
  content: none;
}
.searchautocomplete strong {
  font-weight: normal;
}
.searchautocomplete .search-autocomplete {
  top: 0 !important;
}
.searchautocomplete .searchautocomplete-placeholder {
  border: none;
  top: 0;
  box-shadow: none;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  content: none;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: right;
  color: #9e9e9e;
  padding: 6px 18px 5px 5px;
  background-color: transparent;
  text-transform: uppercase;
  border-top: 1px solid #CCC;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #9e9e9e;
  font-size: 1em;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  padding: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul:first-of-type {
  max-height: 260px;
  overflow-y: scroll;
}
@media (min-height: 800px) {
  .searchautocomplete .searchautocomplete-placeholder ul:first-of-type {
    max-height: 380px;
  }
}
@media (min-height: 960px) {
  .searchautocomplete .searchautocomplete-placeholder ul:first-of-type {
    max-height: 520px;
  }
}
.searchautocomplete .searchautocomplete-placeholder ul:nth-of-type(2) {
  max-height: 125px;
  overflow-y: scroll;
  padding-top: 14px;
  padding-bottom: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul:nth-of-type(2) li {
  padding: 4px 4px 4px 14px;
  margin-bottom: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  border: none;
  padding: 15px 15px;
  color: #9e9e9e;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: transparent;
  box-shadow: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li:hover {
  background: #fafafa;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image img {
  width: 60px !important;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details {
  float: right;
  width: 76%;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details a {
  width: 190px;
  display: block;
  float: left;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details .price-box {
  color: #000;
  float: right;
  margin: -1px 0 0 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details .price-box .price {
  font-size: 12px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details .price-box .old-price {
  float: right;
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details .price-box .special-price {
  float: right;
  clear: both;
  padding-left: 0;
  margin-top: -3px;
  color: #000;
}
.searchautocomplete .searchautocomplete-placeholder ul li .product-details .highlight {
  float: left;
}
.searchautocomplete .searchautocomplete-placeholder ul li .name {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
@media (max-width: 767px) {
  .searchautocomplete .searchautocomplete-placeholder ul li {
    padding: 10px;
  }
  .searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
    margin: 0 5px 5px 0;
  }
  .searchautocomplete .searchautocomplete-placeholder ul li .product-details {
    width: calc(100% - 70px);
  }
  .searchautocomplete .searchautocomplete-placeholder ul li .product-details a {
    width: 140px;
  }
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: center;
  border: 1px solid #CCC;
  padding: 34px 0;
  margin: 0 -1px;
}
.searchautocomplete .searchautocomplete-placeholder .all a {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  text-align: center;
  border: 2px solid #000;
  padding: 14px 40px;
  text-transform: uppercase;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.searchautocomplete .searchautocomplete-placeholder .all a:hover {
  background: #000;
  color: #fff;
}

.note-msg.misspell.suggest {
  padding: 10px;
  background: #ebebeb;
  color: #777;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin: 15px auto 25px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .note-msg.misspell.suggest {
    margin: 10px auto 20px;
    max-width: 300px;
  }
}
.note-msg.misspell.suggest strong, .note-msg.misspell.suggest strong a {
  color: #000;
}
.note-msg.misspell.suggest strong a:after {
  content: '?';
  color: #777;
}

.catalogsearch-result-index .toolbar .sorter, .searchlandingpage-page-view .toolbar .sorter {
  display: none;
}
.catalogsearch-result-index .toolbar .pager .limiter, .searchlandingpage-page-view .toolbar .pager .limiter {
  display: none;
}

@media only screen and (max-width: 767px) {
  #search-overlay #search_mini_form {
    left: 20px;
    margin-left: 0;
    right: 20px;
    padding: 0;
    width: auto;
  }

  .touch #search-overlay #search_mini_form {
    position: absolute;
    top: 164px;
    z-index: 11;
  }
  .touch #search-overlay #search_mini_form:before {
    left: 48px;
    right: auto;
  }

  .searchautocomplete .searchautocomplete-placeholder ul {
    max-height: none !important;
  }
}
input::-ms-clear {
  display: none;
}

#site-detector-overlay ::-webkit-input-placeholder {
  color: #000;
  position: relative;
  top: 2px;
}
#site-detector-overlay ::-moz-placeholder {
  color: #000;
}
#site-detector-overlay :-ms-input-placeholder {
  color: #000;
}
#site-detector-overlay form {
  position: absolute;
  right: 30px;
  top: 94px;
  width: 410px;
  background: #FFF;
  padding: 30px;
  border: 1px solid #ddd;
}
#site-detector-overlay form:before {
  content: '';
  height: 14px;
  width: 14px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  right: 113px;
}
#site-detector-overlay .label p {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
#site-detector-overlay .caption {
  color: #999;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
#site-detector-overlay .input select {
  width: 100% !important;
  margin-bottom: 20px;
}
#site-detector-overlay .input .chosen-container {
  width: 100% !important;
  margin-bottom: 20px;
}
#site-detector-overlay .input .chosen-container .chosen-single {
  height: auto;
  padding: 8px 18px;
  background: none;
  box-shadow: none;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#site-detector-overlay .input .chosen-container .chosen-single > div {
  display: none;
}
#site-detector-overlay .input .chosen-container .chosen-single:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #bdbdbd;
  border-bottom: none;
  border-top-width: 10px;
  position: absolute;
  top: 17px;
  right: 16px;
}
#site-detector-overlay .input .chosen-container .chosen-drop {
  border-radius: 0;
  box-shadow: none;
}
#site-detector-overlay .input .chosen-container .chosen-drop .chosen-results .active-result {
  padding: 8px 12px;
}
#site-detector-overlay .input .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #000;
  color: #fff;
}
#site-detector-overlay .site-notice-close {
  display: none;
}
#site-detector-overlay .panel-close {
  top: 25px;
  right: 25px;
}
#site-detector-overlay .site-links {
  text-align: center;
  margin-top: 20px;
}
#site-detector-overlay #site_switcher p {
  text-align: center;
}

body:not(.hb) #site-detector-overlay form {
  top: 70px;
}

.recommend-site {
  background: #fff;
  height: 70px;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.recommend-site p {
  line-height: 70px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
.recommend-site a:not(.panel-close) {
  position: relative;
}
.recommend-site a:not(.panel-close):hover {
  color: #000;
}
.recommend-site a:not(.panel-close):after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.recommend-site a.panel-close {
  top: 25px;
  right: 25px;
}

.hb .recommend-site {
  height: 94px;
}
.hb .recommend-site p {
  line-height: 94px;
}
.hb .recommend-site a.panel-close {
  top: 38px;
}

#site_switcher .chosen-container-single .chosen-default {
  color: #000;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif !important;
}

@media only screen and (max-width: 767px) {
  #site-detector-overlay form {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin-left: 0;
    height: 260px;
    position: fixed;
    padding-top: 60px;
  }
  #site-detector-overlay .site-notice-close {
    display: block;
  }

  .recommend-site p,
  .hb .recommend-site p {
    line-height: 1.5;
    max-width: 220px;
    display: block;
    margin: 25px auto 0;
  }
}
#cart-panel ::-webkit-input-placeholder {
  color: #000;
}
#cart-panel ::-moz-placeholder {
  color: #000;
}
#cart-panel :-ms-input-placeholder {
  color: #000;
}
#cart-panel input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
#cart-panel .panel-close {
  right: 25px;
  top: 50px;
}
#cart-panel .page-title h1 {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 0;
}
#cart-panel .minicart-wrapper {
  margin-top: 52px;
  margin-bottom: 25px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#cart-panel .block-subtitle {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}
#cart-panel .block-subtitle .item-count {
  color: #999;
  margin-left: 5px;
}
#cart-panel .mini-products-list-container {
  overflow: hidden;
  max-height: calc(100vh - 254px);
}
#cart-panel .empty {
  margin-top: 40px;
  width: 70%;
  color: #999;
}
#cart-panel h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#cart-panel #mini-products-list-container {
  margin-top: 20px;
}
#cart-panel li.item {
  margin-top: 20px;
  position: relative;
  min-height: 137px;
}
#cart-panel .product-image {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
}
#cart-panel .product-image:focus {
  outline: 0;
}
#cart-panel .product-image img {
  max-width: 100%;
}
#cart-panel .product-details {
  margin-left: 0;
  padding-left: 110px;
}
#cart-panel .product-details table td {
  padding: 0;
}
#cart-panel .product-name {
  padding-top: 0;
  margin-bottom: 0;
}
#cart-panel .product-name a {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1.3;
  color: #000;
}
#cart-panel .price {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
#cart-panel .item-options {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
#cart-panel .item-options dt {
  font-style: normal;
  margin-right: 5px;
}
#cart-panel .item-options dd {
  float: none;
}
#cart-panel p.subtotal {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0 0 20px;
}
#cart-panel p.subtotal .label {
  float: left;
}
#cart-panel p.subtotal .price {
  float: right;
  font-size: 12px;
}
#cart-panel p.subtotal:after {
  content: '';
  display: table;
  clear: both;
}
#cart-panel .button {
  border: 0;
  background: #aa8e62;
  color: #fff;
  width: 100%;
}
#cart-panel .button:hover {
  background: #000;
}
#cart-panel.cart-overflowing #mini-products-control__up {
  width: 100%;
  height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}
#cart-panel.cart-overflowing #mini-products-control__up:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -15px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cart-panel.cart-overflowing #mini-products-control__down {
  width: 100%;
  height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}
#cart-panel.cart-overflowing #mini-products-control__down:after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -15px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cart-panel.cart-overflowing.cart-overflow-top #mini-products-control__up:after {
  border-color: #ddd;
}
#cart-panel.cart-overflowing.cart-overflow-bottom #mini-products-control__down:after {
  border-color: #ddd;
}
#cart-panel.cart-overflowing .mini-products-list-container {
  height: calc(100vh - 314px);
}
#cart-panel.cart-overflowing .minicart-lower-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .control__show-cart #cart-panel {
    overflow-y: scroll;
  }

  #cart-panel.cart-overflowing #mini-products-control__up {
    display: none;
  }
  #cart-panel.cart-overflowing #mini-products-control__down {
    display: none;
  }
  #cart-panel.cart-overflowing .mini-products-list-container {
    height: auto;
    overflow: visible;
    max-height: inherit;
  }
  #cart-panel.cart-overflowing .minicart-lower-wrapper {
    position: static;
    padding: 0;
  }
  #cart-panel .minicart-wrapper {
    margin-top: 27px;
  }
  #cart-panel .panel-close {
    top: 25px;
  }
}
.widget-feature .full-bleed {
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-spacing: 90px;
  height: 90vh;
}
.widget-feature h2 {
  font-size: 60px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.widget-feature p {
  color: #fff;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  letter-spacing: -0.02em;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.widget-feature ul a {
  font-size: 40px;
  line-height: 1;
}

.feature-centerer,
.double-feature-centerer {
  height: 0;
  width: 100%;
  padding-top: 148%;
  position: relative;
}
.feature-centerer .feature-inner,
.double-feature-centerer .feature-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.feature-centerer .feature-inner img,
.double-feature-centerer .feature-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  max-width: 85%;
}

.ie8 .feature-centerer .feature-inner img,
.ie8 .double-feature-centerer .feature-inner img {
  left: 0 !important;
  top: 0 !important;
}

.feature-centerer,
.double-feature-centerer {
  padding-top: 72%;
}

.triple .double-feature-centerer {
  padding-top: 48%;
}

.no-select {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

body:not(.scrolled) .scrolldown-control:after {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(45deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
  }
}
@keyframes arrow-pulse {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  25% {
    transform: translateY(-3px) rotate(45deg);
  }
  75% {
    transform: translateY(3px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
body:not(.scrolled) .scrolldown-control:after {
  -webkit-animation-name: arrow-pulse;
  animation-name: arrow-pulse;
}

.scrolldown-control {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: 15px;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
}
.scrolldown-control:after {
  content: '';
  display: block;
  position: absolute;
  left: 37px;
  top: 12px;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[class*='control__'] body .scrolldown-control:after {
  -webkit-animation-name: none;
  animation-name: none;
}

.widget__transform__centerX {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.full-bleed) .widget-feature .full-bleed {
  margin-left: -25px;
  margin-right: -25px;
}

.ie8 .widget-feature .full-bleed {
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .triple .double-feature-centerer {
    padding-top: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .widget-feature .full-bleed {
    border-spacing: 75px;
    height: 80vh;
  }
  .widget-feature p {
    font-size: 4vw;
    margin-bottom: 5vw;
  }

  .landscape-orientation .widget-feature .full-bleed {
    border-spacing: 125px;
    height: 130vh;
  }
}
@media only screen and (max-width: 599px) {
  .widget-feature .button {
    font-size: 3vw;
  }
  .widget-feature h2 {
    font-size: 12vw;
  }
  .widget-feature ul a {
    font-size: 7vw;
    line-height: 1.1;
  }
}
.carouscroller {
  display: none;
  height: calc(100vh - 94px);
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.carouscroller .controls a {
  background: transparent;
  border: 0;
}
.carouscroller .controls .control-prev,
.carouscroller .controls .control-next {
  display: none;
}
.carouscroller .controls .control-down {
  height: 45px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.carouscroller .controls .control-down:before, .carouscroller .controls .control-down:after {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -moz-transform: rotate(-146deg);
  -ms-transform: rotate(-146deg);
  -webkit-transform: rotate(-146deg);
  transform: rotate(-146deg);
  content: '';
  display: block;
  height: 3px;
  width: 12px;
  background: #000;
  position: absolute;
  bottom: 20px;
  margin-left: -10px;
  left: 50%;
}
.carouscroller .controls .control-down:after {
  -moz-transform: rotate(146deg);
  -ms-transform: rotate(146deg);
  -webkit-transform: rotate(146deg);
  transform: rotate(146deg);
  margin-left: -1px;
}
.carouscroller .controls .control-next {
  left: auto;
  right: 0;
}
.carouscroller .controls .control-next:before, .carouscroller .controls .control-next:after {
  left: auto;
  right: 10px;
}
.carouscroller .controls .control-next:before {
  -moz-transform: rotate(-126deg);
  -ms-transform: rotate(-126deg);
  -webkit-transform: rotate(-126deg);
  transform: rotate(-126deg);
}
.carouscroller .controls .control-next:after {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}
.carouscroller .items .item {
  background-size: cover;
  background-position: top center;
}
.carouscroller .fixed-content {
  position: absolute;
  bottom: 45px;
  left: 30px;
}
.carouscroller .fixed-content h2 {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  font-size: 34px;
  line-height: 0.9;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
.carouscroller .fixed-content p {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: -0.02em;
}
.carouscroller .slick-dots {
  top: 15px;
}
.carouscroller .slick-dots li button {
  background: rgba(0, 0, 0, 0.3);
  height: 6px;
  width: 6px;
}
.carouscroller .slick-dots li.slick-active button {
  background: #000;
}

.ios:not(.chrome-ios) .carouscroller {
  height: calc(100vh - 163px);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .ios7 .carouscroller {
    height: 366px;
  }
}
@media (max-width: 767px) {
  .carouscroller {
    display: block;
  }
}
@media (orientation: landscape) {
  .carouscroller {
    min-height: 300px;
  }
}
#pw-marker {
  padding: 20px;
  position: fixed;
  left: 250px;
  bottom: 0;
  z-index: 3;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#pw-marker.docked {
  position: absolute;
}

.no-markers #pw-marker {
  display: none !important;
}

#pw-marker-up,
#pw-marker-down {
  display: block;
  position: relative;
  height: 12px;
  width: 12px;
  top: 1px;
  cursor: pointer;
}
#pw-marker-up:after,
#pw-marker-down:after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  position: absolute;
}

#pw-marker-up {
  margin-bottom: 12px;
}
#pw-marker-up:after {
  border-top: 1px solid #000;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pw-marker-down {
  margin-top: 12px;
}
#pw-marker-down:after {
  border-bottom: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pw-marker-list li {
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-left: 1px;
  margin-bottom: 8px;
  cursor: pointer;
}
#pw-marker-list li.pw-marker-active {
  background: #000;
}

.ie8 #pw-marker,
.touch #pw-marker {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .touch #pw-marker,
  .touch #pw-marker.docked {
    position: static;
    width: 100%;
  }
  .touch #pw-marker-up,
  .touch #pw-marker-down {
    display: none;
  }
  .touch #pw-marker-list {
    text-align: center;
    font-size: 0;
  }
  .touch #pw-marker-list li {
    display: inline-block;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  #pw-marker,
  #pw-marker.docked {
    display: none;
  }
}
.share {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.share svg {
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.share .svg-fill {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.share-wrapper {
  margin: 20px 0;
  display: none;
}
.share-wrapper.open {
  display: block;
}
.share-wrapper li {
  float: left;
}
.share-wrapper a {
  cursor: pointer;
  display: block;
}
.share-wrapper a:hover {
  text-decoration: none;
}
.share-wrapper .more {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  letter-spacing: -0.02em;
}
.share-wrapper svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
}
.share-wrapper .svg-transition {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.share-wrapper a.facebook:hover .svg-fill {
  fill: #3a5795;
}
.share-wrapper a.twitter:hover .svg-fill {
  fill: #55acee;
}
.share-wrapper a.pinterest:hover .svg-fill {
  fill: #BD2126;
}

.sidebar .block-title {
  display: none;
}
.sidebar .block-content ul {
  margin-top: 25px;
  text-align: center;
}
.sidebar .block-content ul li {
  display: inline-block;
  float: none;
}
.sidebar .block-content ul li a {
  font-size: 13px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sidebar .block-content ul li a strong {
  font-weight: normal;
}
.sidebar .block-content ul li a:hover {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.sidebar .block-content ul li a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.sidebar .block-content ul li.current a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.sidebar .block-content ul:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .sidebar .block-title {
    display: block;
    padding: 20px 0;
    border: 0;
    margin-bottom: 0;
  }
  .sidebar .block-content {
    border: 0;
  }
  .sidebar .block-content ul {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .sidebar .block-content ul li {
    text-align: center;
    width: 100%;
  }
  .sidebar .block-content ul li a {
    font-size: 26px;
    line-height: 1.3;
  }
}
.dialog {
  padding: 50px;
  background: #fff;
  max-width: 800px;
  min-width: 400px;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  border: 1px solid #ddd;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /* Add desktop styling here */
}
.dialog .panel-close {
  top: 25px;
  right: 25px;
}
.dialog p {
  margin-bottom: 8px;
}
.dialog a {
  color: #000;
  text-decoration: underline;
}
.dialog p, .dialog li, .dialog a {
  font-size: 12px;
}
.dialog hr {
  border-color: #ddd;
  border-width: 0 0 1px;
  margin: 25px 0;
}
.dialog table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dialog table tr th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: none;
  padding: 10px;
}
.dialog table tr.rowspace td {
  padding: 10px 0;
}
.dialog table.clothingtable {
  position: relative;
}
.dialog table.clothingtable tr td {
  width: 120px;
}
.dialog table.clothingtable .colone {
  width: 150px;
}
.dialog table.clothingtable:first-of-type {
  margin-top: 50px;
}
.dialog table.clothingtable:first-of-type:before {
  content: '';
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}
.dialog table.infoblock td:first-child {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  width: 100px;
}

#dialogs .loader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25px;
  background-color: #fff;
  margin-left: -50px;
  margin-top: -50px;
}

@media only screen and (max-width: 767px) {
  .dialog {
    position: absolute;
    min-width: inherit;
    padding: 50px 10px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
    max-height: inherit;
    /* Add mobile styling here */
  }
  .dialog table {
    width: auto;
    margin: 0;
  }
  .dialog table.clothingtable:first-of-type, .dialog table.clothingtable:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

.svg-transition {
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.svg-fill {
  fill: #000;
}

.touch-cover {
  background: rgba(255, 255, 255, 0.01);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  border: 0;
}

.ie8 .touch-cover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4LwkAAhoBGfGpT/sAAAAASUVORK5CYII=) repeat;
}

.touch-debug .touch-cover {
  background: rgba(255, 0, 0, 0.2);
}

.ie8 .touch-debug .touch-cover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP4z8BgDAAENAEzNUGNtgAAAABJRU5ErkJggg==) repeat;
}

#header .svg-fill {
  fill: #000;
}
#header .svg-transition {
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.catalog-category-view .page-title h1 {
  margin-bottom: 25px;
}
.catalog-category-view .category-title h1 {
  text-align: center;
}
.catalog-category-view .category-description {
  display: none;
}
.catalog-category-view .category-products {
  margin-top: 10px;
}
.catalog-category-view .category-product-heading {
  max-width: 680px;
  text-align: center;
  margin: 45px auto 0;
}
.catalog-category-view .category-product-heading h2 {
  color: #000;
  text-align: center;
  margin-bottom: 7px;
  padding-top: 94px;
  margin-top: -94px;
}
.catalog-category-view .category-product-heading h4 {
  text-align: center;
  text-transform: none;
}
.catalog-category-view .category-product-heading h4:not(:first-child) {
  position: relative;
  padding-top: 6px;
  margin-bottom: 11px;
}
.catalog-category-view .category-product-heading h4:not(:first-child):before {
  content: '';
  width: 8px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -4px;
}
.catalog-category-view .category-product-heading p.description {
  margin-top: 27px;
  margin-bottom: 55px;
}
.catalog-category-view .products-grid + .category-product-heading {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding-top: 45px;
}

.ios .catalog-category-view .products-grid,
.ios .catalog-category-view .products-grid img {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
}

#search-results .block-title {
  display: none;
}
#search-results .currently {
  margin-bottom: 20px;
  margin-top: 30px;
}
#search-results .currently .block-subtitle {
  display: none;
}
#search-results .currently ol {
  text-align: center;
  font-size: 0;
}
#search-results .currently ol li {
  font-size: 12px;
  color: #000;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
#search-results .currently ol li .label {
  margin-right: 4px;
}
#search-results .currently ol li:first-child {
  margin-left: 0;
}
#search-results .actions {
  display: none;
}

.category-products .toolbar {
  position: relative;
  margin-top: 30px;
  padding-top: 10px;
}
.category-products .toolbar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  display: block;
}

.filter-container {
  font-size: 0;
  text-align: center;
}
.filter-container dt {
  font-size: 12px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}
.filter-container dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #999;
  position: absolute;
  top: 5px;
  border-left: 1px solid #999;
  right: -16px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.filter-container dt.active-filter {
  text-decoration: underline;
}
.filter-container dt.active-filter:after {
  top: 10px;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.filter-container dd {
  max-width: 80%;
  margin: 0 auto;
  display: none;
}

.filter-replacement {
  max-width: 750px;
  margin: 25px auto 0;
}
.filter-replacement ol {
  text-align: center;
}
.filter-replacement li {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-right: 17px;
}
.filter-replacement a {
  font-size: 18px;
  text-transform: uppercase;
}
.filter-replacement a:hover {
  text-decoration: underline;
}
.filter-replacement a:focus {
  outline: 0;
}
.filter-replacement a:after {
  content: "\\";
  color: #ddd;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  position: absolute;
  top: 0;
  right: -15px;
}
.filter-replacement a .count {
  display: none;
}
.filter-replacement li:last-child a:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #search-results .block-layered-nav {
    text-align: center;
    margin-bottom: 0;
  }
  #search-results .block-title {
    display: inline-block;
    padding: 0;
    cursor: pointer;
  }
  #search-results .block-title:after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 3px;
    border-left: 1px solid #999;
    right: -16px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
  }
  #search-results .block-title.active {
    color: #000;
    position: relative;
    text-decoration: underline;
  }
  #search-results .block-title.active:after {
    top: 8px;
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  #search-results .block-content {
    padding: 30px 0;
    position: relative;
  }
  #search-results .block-content:before, #search-results .block-content:after {
    content: '';
    height: 1px;
    left: -25px;
    right: -25px;
    background: #ddd;
    display: block;
    position: absolute;
  }
  #search-results .block-content:before {
    top: 14px;
  }
  #search-results .block-content:after {
    bottom: 16px;
  }

  .accordion-open dd.current {
    display: block;
  }

  .filter-container dt {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .filter-container dt:after {
    top: 10px;
    right: 50%;
    margin-right: -60px;
  }
  .filter-container dt.active-filter:after {
    top: 14px;
  }
  .filter-container dd {
    max-width: 100%;
  }
  .filter-container dd ol {
    text-align: center;
  }
  .filter-container dd li {
    display: inline-block;
  }
  .filter-container dd li:last-child a:after {
    display: none;
  }
  .filter-container dd a {
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    letter-spacing: -0.02em;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .filter-container dd aa:hover {
    text-decoration: none;
  }
  .filter-container dd a:focus {
    outline: 0;
  }
  .filter-container dd a:after {
    content: "\\";
    color: #ddd;
    font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
    margin: 0 6px 0 2px;
  }
  .filter-container dd a .count {
    display: none;
  }
  .filter-container dd.current {
    margin: 10px 0 20px;
  }

  .filter-replacement {
    display: none;
  }

  .block-layered-nav .currently .btn-remove {
    margin-left: 3px;
  }
}
.cart .page-title {
  margin-top: 50px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.cart .page-title .checkout-types.top {
  right: 0;
  top: 2px;
}
.cart .checkout-types {
  text-align: center;
}
.cart > form {
  width: 66.66%;
  float: left;
  padding-right: 35px;
  border-right: 1px solid #ddd;
}
.cart #shopping-cart-table {
  float: left;
}
.cart #shopping-cart-table .col__product-image {
  width: 100px;
}
.cart #shopping-cart-table .col__product-remove {
  width: 20px;
}
.cart #shopping-cart-table thead th {
  background: 0;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  text-transform: none;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart #shopping-cart-table thead th .product-name {
  padding-left: 5px;
}
.cart #shopping-cart-table tbody td {
  vertical-align: top;
  border-color: #ddd;
  padding-bottom: 10px;
}
.cart #shopping-cart-table tbody td.product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart #shopping-cart-table tbody td.product-cart-image .cart-links {
  display: none;
}
.cart #shopping-cart-table tbody td.product-cart-info {
  padding-left: 5px;
  padding-top: 10px;
}
.cart #shopping-cart-table tbody td.product-cart-info .product-name {
  font-size: 12px;
  text-transform: none;
  margin-bottom: 4px;
}
.cart #shopping-cart-table tbody td.product-cart-info .btn-remove {
  display: none;
}
.cart #shopping-cart-table tbody td.product-cart-info .product-cart-sku {
  display: none;
}
.cart #shopping-cart-table tbody td.product-cart-info .item-options {
  margin-left: 0;
  margin-top: 4px;
}
.cart #shopping-cart-table tbody td.product-cart-info .item-options dt, .cart #shopping-cart-table tbody td.product-cart-info .item-options dd {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.cart #shopping-cart-table tbody td.product-cart-actions {
  padding-top: 0;
  text-align: center;
}
.cart #shopping-cart-table tbody td.product-cart-actions .qty {
  margin: 0;
  width: 35px;
}
.cart #shopping-cart-table tbody td.product-cart-actions .cart-links,
.cart #shopping-cart-table tbody td.product-cart-actions button {
  display: none;
}
.cart #shopping-cart-table tbody td.product-cart-price, .cart #shopping-cart-table tbody td.product-cart-total {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  padding-top: 8px;
}
.cart #shopping-cart-table tbody td.product-cart-remove {
  padding: 10px 0 0;
}
.cart #shopping-cart-table tbody td.product-cart-remove .btn-remove {
  display: block;
  width: 17px;
}
.cart #shopping-cart-table tbody td.product-cart-remove .btn-remove:before {
  border-color: #000;
  border-width: 2px 2px 0 0;
}
.cart #shopping-cart-table tbody td.product-cart-remove .btn-remove:after {
  border-color: #000;
  border-width: 2px 0 0 2px;
}
.cart #shopping-cart-table tbody td .item-msg.notice {
  color: #00934c;
}
.cart #shopping-cart-table tfoot {
  display: none;
}
.cart .cart-forms {
  width: 33.33%;
  float: right;
  padding-left: 36px;
  padding-bottom: 15px;
  position: relative;
  left: -1px;
  border-left: 1px solid #ddd;
}
.cart .cart-forms .messages {
  margin-top: 25px;
}
.cart .cart-forms .discount h2 {
  display: none;
}
.cart .cart-forms .discount-form {
  padding-top: 10px;
}
.cart .cart-forms .discount-form > label {
  font-size: 12px;
}
.cart .cart-forms .discount-form .field-wrapper #coupon_code {
  float: left;
  width: 110px;
}
.cart .cart-forms .discount-form .field-wrapper .button2 {
  margin-left: 5px;
}
.cart .cart-forms .discount-form .field-wrapper .button2 + .button2 {
  margin-left: 2px;
}
.cart .cart-forms .discount-form .validation-advice {
  display: none;
}
.cart .cart-forms .shipping {
  clear: both;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}
.cart .cart-forms .shipping .chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: none;
}
.cart .cart-forms .shipping .chosen-container.chosen-container-active > a {
  outline: 1px solid #000;
}
.cart .cart-forms .shipping .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  outline: 1px solid #000;
  margin-top: 1px;
}
.cart .cart-forms .shipping .chosen-container .chosen-results li.highlighted {
  background: #000;
}
.cart .cart-forms .shipping .chosen-container-single .chosen-search input[type=text] {
  padding: 4px 20px 4px 5px;
}
.cart .cart-forms .shipping .chosen-container-single .chosen-single {
  height: 38px;
  border-radius: 0;
  background: #fff;
  border-color: #ddd;
  box-shadow: none;
  padding: 10px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.cart .cart-forms .shipping .chosen-container-single .chosen-single span {
  line-height: 1.5;
}
.cart .cart-forms .shipping .chosen-container-single .chosen-single div {
  top: 7px;
}
.cart .cart-forms .shipping .chosen-container {
  width: 100% !important;
}
.cart .cart-forms .shipping h2 {
  font-size: 12px;
  text-transform: none;
}
.cart .cart-forms .shipping h3 {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
  margin-bottom: 15px;
}
.cart .cart-forms .shipping label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.cart .cart-forms .shipping label.required:after {
  color: #c60a27;
}
.cart .cart-forms .shipping .shipping-desc {
  display: none;
}
.cart .cart-forms .shipping .dialog__site-selector {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.cart .cart-forms .shipping .dialog__site-selector:hover {
  color: #000;
  text-decoration: underline;
}
.cart .cart-forms .shipping .shipping-notice,
.cart .cart-forms .shipping .no-methods {
  margin-top: 10px;
}
.cart .cart-forms .shipping .shipping-notice a,
.cart .cart-forms .shipping .no-methods a {
  display: inline;
  cursor: pointer;
  color: #c60a27;
  text-decoration: underline;
}
.cart .cart-forms .shipping .shipping-notice a:hover,
.cart .cart-forms .shipping .no-methods a:hover {
  color: #c60a27;
}
.cart .cart-forms .shipping .buttons-set {
  margin: 0 0 10px;
  padding-top: 0;
  padding-bottom: 15px;
  border-top: 0;
}
.cart .cart-forms .shipping .shipping-postcode label.required em {
  display: none !important;
}
.cart .cart-forms #co-shipping-method-form .sp-methods .description,
.cart .cart-forms #co-shipping-method-form .sp-methods .estimate {
  color: #999;
  padding-left: 25px;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dd li {
  margin: 0 0 5px;
  position: relative;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dd li label {
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  padding: 2px 0 2px 25px;
  width: 100%;
  float: none;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dd li label .price {
  float: right;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dd li label:hover {
  background: 0;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dd li input.radio {
  position: absolute;
  left: -12px;
  top: -5px;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dt.carrier_defactoupsaccesspoint {
  margin-top: 20px;
}
.cart .cart-forms #co-shipping-method-form .sp-methods dt.carrier_defactodpd {
  margin-top: 20px;
  margin-bottom: 15px;
}
.cart .cart-forms #co-shipping-method-form .buttons-set {
  display: none;
}
.cart .cart-totals-wrapper {
  width: 33.33%;
  float: right;
  clear: right;
  padding-left: 36px;
  position: relative;
  left: -1px;
  border-left: 1px solid #ddd;
}
.cart .cart-totals-wrapper .cart-totals {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.cart .cart-totals-wrapper #shopping-cart-totals-table {
  width: 100%;
}
.cart .cart-totals-wrapper #shopping-cart-totals-table td:first-child {
  text-align: left;
}
.cart .cart-totals-wrapper #shopping-cart-totals-table tfoot td {
  padding-top: 5px;
  font-size: 15px;
}
.cart .checkout-types li {
  display: inline-block;
  vertical-align: bottom;
}
.cart .checkout-types li .paypal-logo a, .cart .checkout-types li .paypal-logo span {
  display: inline-block;
  vertical-align: middle;
}
.cart .checkout-types.bottom {
  border-top: 1px solid #ddd;
  clear: both;
  float: left;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
  margin-bottom: 50px;
}

.ie8 #shopping-cart-table tbody td.product-cart-remove .btn-remove {
  background: url(data:image/png;base64,R0lGODlhEwATALMAAGBgYG9vb56engUFBaenpw8PDxAQEF9fX83NzQAAAP39/QAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAATABMAAARZUAlFq70zJHA7PUmAFJtngQaijKUJFirFct0bV/Nle/mXwKYVibMLChODRMpYISSeBKbMgFTeTKyDAnW9IKha37LzTYQrXC/Yk56ag+ny2WXVzOEhibQyiQAAOw==) no-repeat;
  height: 20px;
  width: 20px;
}
.ie8 #shopping-cart-table tbody td.product-cart-remove .btn-remove:before, .ie8 #shopping-cart-table tbody td.product-cart-remove .btn-remove:after {
  display: none;
}

.cart-empty {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .cart > form {
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .cart #shopping-cart-table tr.last td {
    padding-bottom: 30px;
  }
  .cart .cart-forms {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #ddd;
  }
  .cart .cart-forms #discount-coupon-form {
    clear: both;
    width: 50%;
    float: left;
    margin-top: 30px;
    padding-top: 15px;
  }
  .cart .cart-forms #discount-coupon-form .messages {
    padding: 0 35px;
  }
  .cart .cart-forms .discount-form {
    padding: 0 35px;
  }
  .cart .cart-forms .discount-form .field-wrapper #coupon_code {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .cart .cart-forms .discount-form .field-wrapper .button2 {
    margin-left: 0;
  }
  .cart .cart-forms .shipping {
    border-top: 0;
    border-left: 1px solid #ddd;
    clear: none;
    float: right;
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
  }
  .cart .cart-totals-wrapper {
    left: 0;
    width: 50%;
    margin-top: 0;
    padding-top: 15px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart .page-title .checkout-types.top {
    text-align: center;
  }
  .cart .page-title .checkout-types.top button.button {
    display: inline-block;
  }
  .cart .checkout-types li {
    display: block;
  }
  .cart #shopping-cart-table thead th {
    display: none;
  }
  .cart #shopping-cart-table tbody td.product-cart-info {
    float: left;
    padding-left: 0;
    padding-bottom: 0;
  }
  .cart #shopping-cart-table tbody td.product-cart-price {
    clear: left;
    float: left;
    padding-bottom: 0;
    padding-top: 0;
  }
  .cart #shopping-cart-table tbody td.product-cart-price .cart-price {
    color: #999;
    font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
    font-size: 12px;
  }
  .cart #shopping-cart-table tbody td.product-cart-actions {
    clear: left;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .cart #shopping-cart-table tbody td.product-cart-total {
    display: none;
  }
  .cart .cart-forms #discount-coupon-form {
    float: none;
    width: 100%;
  }
  .cart .cart-forms #discount-coupon-form .messages {
    padding: 0;
  }
  .cart .cart-forms .discount-form {
    padding: 0;
  }
  .cart .cart-forms .shipping {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
  .cart .cart-totals-wrapper {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    width: 100%;
  }
  .cart .checkout-types button {
    width: 171px;
  }
  .cart .checkout-types .paypal-or {
    margin: 5px 0px 5px;
    width: 100%;
  }
  .cart .checkout-type {
    display: inline-block;
  }
  .cart .checkout-types.bottom {
    text-align: center;
  }
}
.paypal-express-review .page-title {
  display: block !important;
  margin-top: 15px;
}
.paypal-express-review .col-main {
  margin: 0 auto;
  max-width: 700px;
}
.paypal-express-review h3, .paypal-express-review h2 {
  text-transform: none;
}
.paypal-express-review .col2-set h2.legend {
  display: none;
}
.paypal-express-review .sp-methods {
  width: 470px;
  margin-left: 95px;
  margin-bottom: 25px;
}
.paypal-express-review .sp-methods .description,
.paypal-express-review .sp-methods .estimate {
  color: #999;
  padding-left: 25px;
}
.paypal-express-review .sp-methods dd li {
  margin: 0 0 5px;
  position: relative;
}
.paypal-express-review .sp-methods dd li label {
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  padding: 2px 0 2px 25px;
  max-width: none;
  width: 100%;
  float: none;
}
.paypal-express-review .sp-methods dd li label .price {
  float: right;
}
.paypal-express-review .sp-methods dd li label:hover {
  background: 0;
}
.paypal-express-review .sp-methods dd li input.radio {
  position: absolute;
  left: -12px;
  top: -5px;
  float: left;
  margin-right: -40px;
  margin-top: 8px;
  margin-left: 15px;
}
.paypal-express-review .sp-methods dt.carrier_defactoupsaccesspoint {
  margin-top: 20px;
}
.paypal-express-review .sp-methods dt.carrier_defactodpd {
  margin-top: 20px;
  margin-bottom: 15px;
}
.paypal-express-review .sp-methods .defacto-ups-accesspoint {
  margin: 15px -135px 25px -95px;
}
.paypal-express-review .sp-methods .defacto-ups-accesspoint iframe {
  border: 0;
}
.paypal-express-review .sp-methods .change-accesspoint {
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  margin: 20px auto 0;
  display: block;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding: 9px 15px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  width: 230px;
  white-space: nowrap;
  vertical-align: middle;
}
.paypal-express-review #review-buttons-container {
  position: relative;
}
.paypal-express-review #review-buttons-container .please-wait {
  background: #FFF;
  bottom: 0;
  float: none;
  height: auto;
  left: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.paypal-express-review #review-buttons-container .please-wait img {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.paypal-express-review #paypal-review-details {
  max-width: 440px;
  margin: 0 auto;
  padding-top: 10px;
}
.paypal-express-review #paypal-review-details a {
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
.paypal-express-review #paypal-review-details a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: -1px;
}
.paypal-express-review #details-reload {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-bottom: 25px;
  padding-top: 25px;
}
.paypal-express-review #order_review_form {
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .paypal-express-review .col2-set .col-1, .paypal-express-review .col2-set .col-2 {
    float: none;
    padding: 10px;
    width: 100%;
  }
  .paypal-express-review .box h3 {
    font-size: 12px;
  }
  .paypal-express-review .sp-methods {
    margin-left: 0;
    width: 100%;
  }
  .paypal-express-review .sp-methods .defacto-ups-accesspoint {
    margin-left: 0;
    margin-right: 0;
  }
  .paypal-express-review .sp-methods .defacto-ups-accesspoint iframe {
    max-height: 60vh;
  }
  .paypal-express-review #paypal-review-details .col2-set .col-1 {
    width: 50%;
    padding-left: 0;
    float: left;
  }
  .paypal-express-review #paypal-review-details .col2-set .col-2 {
    width: 50%;
    padding-right: 0;
    float: right;
  }
  .paypal-express-review #details-table thead th {
    display: none;
  }
  .paypal-express-review #details-table tbody td {
    display: none;
  }
  .paypal-express-review #details-table tbody td:first-child {
    display: table-cell;
  }
  .paypal-express-review #details-table tbody .product-details {
    width: 170px;
  }
  .paypal-express-review #details-table tbody .product-details .item-options {
    float: none;
  }
  .paypal-express-review #details-table tbody .product-details .item-options dt, .paypal-express-review #details-table tbody .product-details .item-options dd {
    float: none;
    clear: none;
  }
  .paypal-express-review #details-table tfoot {
    display: none;
  }
  .paypal-express-review #details-reload #mobile-checkout-review-summary {
    display: block;
    padding-top: 20px;
  }
  .paypal-express-review #details-reload #mobile-checkout-review-summary table {
    width: 100%;
  }
  .paypal-express-review #details-reload #mobile-checkout-review-summary table td:first-child {
    text-align: left;
  }
  .paypal-express-review #details-reload #mobile-checkout-review-summary table:last-of-type td {
    padding-top: 15px;
    font-size: 15px;
    font-weight: normal;
  }
}
.checkout-onepage-success .col-main,
.checkouttester-index-success .col-main {
  text-align: center;
}
.checkout-onepage-success .col-main .page-title,
.checkouttester-index-success .col-main .page-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.checkout-onepage-success .col-main h2.sub-title,
.checkouttester-index-success .col-main h2.sub-title {
  font-size: 12px;
  text-transform: none;
}
.checkout-onepage-success .col-main p,
.checkouttester-index-success .col-main p {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.checkout-onepage-success .col-main .buttons-set,
.checkouttester-index-success .col-main .buttons-set {
  text-align: center;
  border-top: 0;
  margin-top: 50px;
}
.checkout-onepage-success .col-main .buttons-set button.button,
.checkouttester-index-success .col-main .buttons-set button.button {
  float: none;
  margin: 0;
  display: inline-block;
}

.shopfinder-block {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
}
.shopfinder-block .page-title.category-title h1 {
  margin-bottom: 0;
}
.shopfinder-block .page-title.category-title h2 {
  line-height: 1;
  color: #999;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shopfinder-block .button {
  margin-bottom: 30px;
  text-transform: none;
}
.shopfinder-block #googlemapholder {
  margin-bottom: 30px;
}
.shopfinder-block #googlemapholder iframe {
  max-width: 100%;
}
.shopfinder-block #googlemapholder + .button {
  display: none;
}
.shopfinder-block .shop-details {
  margin: 0 auto 40px;
  display: table;
  width: 80%;
  text-align: left;
}
.shopfinder-block .shop-details .address,
.shopfinder-block .shop-details .opening,
.shopfinder-block .shop-details .contact {
  width: 33%;
  display: table-cell;
}
.shopfinder-block .shop-details h3 {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 2px;
}
.shopfinder-block .shop-details p {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .shopfinder-block {
    text-align: center;
  }
  .shopfinder-block .page-title.category-title h2 {
    text-align: center;
  }
  .shopfinder-block .button {
    margin-bottom: 35px;
  }
  .shopfinder-block .shop-details {
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
  }
  .shopfinder-block .shop-details .address,
  .shopfinder-block .shop-details .opening,
  .shopfinder-block .shop-details .contact {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .shopfinder-block .shop-details .contact {
    margin-bottom: 0;
  }
  .shopfinder-block .shop-details:before {
    content: '';
    position: absolute;
    left: -25px;
    right: -25px;
    height: 1px;
    top: -15px;
    background: #ddd;
  }
  .shopfinder-block #googlemapholder {
    display: none;
  }
  .shopfinder-block #googlemapholder + .button {
    display: inline-block;
    margin-bottom: 25px;
  }
  .shopfinder-block #googlemapholder + .button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    bottom: 15px;
  }
}
[class*="staticpage"] .constrained {
  max-width: 750px;
  margin-bottom: 70px;
}
[class*="staticpage"] .constrained p {
  margin-bottom: 10px;
}
[class*="staticpage"] .constrained a {
  text-decoration: underline;
}
[class*="staticpage"] .constrained p + h2,
[class*="staticpage"] .constrained a + h2,
[class*="staticpage"] .constrained ol + h2,
[class*="staticpage"] .constrained ul + h2 {
  margin-top: 30px;
}
[class*="staticpage"] .constrained p + h3,
[class*="staticpage"] .constrained a + h3,
[class*="staticpage"] .constrained ol + h3,
[class*="staticpage"] .constrained ul + h3,
[class*="staticpage"] .constrained h2 + h3 {
  margin-top: 20px;
}
[class*="staticpage"] .constrained p + table,
[class*="staticpage"] .constrained p + .table-wrapper {
  margin-top: 30px;
}
[class*="staticpage"] .constrained ul {
  margin-bottom: 10px;
}
[class*="staticpage"] .constrained ul li {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
[class*="staticpage"] .constrained ul li:before {
  content: "—";
  color: #000;
  margin-right: 5px;
}
[class*="staticpage"] .constrained ol {
  list-style: decimal;
}
[class*="staticpage"] .constrained ol li {
  margin-left: 25px;
  margin-bottom: 5px;
}
[class*="staticpage"] .constrained h2.table-header {
  text-align: center;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
[class*="staticpage"] .constrained table {
  width: 100%;
  margin-bottom: 20px;
}
[class*="staticpage"] .constrained table tr th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
[class*="staticpage"] .constrained table tr.rowspace td {
  padding: 10px 0;
}
[class*="staticpage"] .constrained table.clothingtable {
  width: 750px;
}
[class*="staticpage"] .constrained table.clothingtable tr td {
  width: 120px;
}
[class*="staticpage"] .constrained table.clothingtable .colone {
  width: 150px;
}
[class*="staticpage"] .constrained table.infoblock td:first-child {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  width: 100px;
}
[class*="staticpage"] .constrained .inner table {
  margin-top: 10px;
}
[class*="staticpage"] .constrained .faq-questions {
  margin-bottom: 30px;
}
[class*="staticpage"] .constrained .faq-questions .faq-question {
  cursor: pointer;
  color: black;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
[class*="staticpage"] .constrained .faq-questions .faq-question:hover {
  text-decoration: underline;
}
[class*="staticpage"] .constrained .faq-questions .faq-answer {
  height: 0;
  display: none;
}
[class*="staticpage"] .constrained .faq-questions .faq-open .faq-question, [class*="staticpage"] .constrained .faq-questions.faq-open .faq-question {
  color: #000;
}
[class*="staticpage"] .constrained .faq-questions .faq-open .faq-answer, [class*="staticpage"] .constrained .faq-questions.faq-open .faq-answer {
  display: block;
  height: auto;
  margin-bottom: 20px;
}
[class*="staticpage"] .constrained .open-navigation {
  text-align: center;
}
[class*="staticpage"] .constrained .open-navigation ul {
  margin-bottom: 30px;
  text-align: center;
}
[class*="staticpage"] .constrained .open-navigation li {
  display: inline-block;
  position: relative;
  margin-right: 17px;
}
[class*="staticpage"] .constrained .open-navigation li:before {
  display: none;
}
[class*="staticpage"] .constrained .open-navigation a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
[class*="staticpage"] .constrained .open-navigation a:hover {
  text-decoration: underline;
}
[class*="staticpage"] .constrained .open-navigation a:after {
  content: "\\";
  color: #ddd;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  margin: 0 2px;
  position: absolute;
  top: 0;
  right: -15px;
}
[class*="staticpage"] .constrained .open-navigation li.current a,
[class*="staticpage"] .constrained .open-navigation li.current a:hover {
  text-decoration: underline;
}
[class*="staticpage"] .constrained .open-navigation li:last-child a:after {
  display: none;
}
[class*="staticpage"] .constrained .customer-info .terms-list .col-left {
  width: 45%;
}
[class*="staticpage"] .constrained .customer-info .terms-list .col-right {
  width: 48%;
}
[class*="staticpage"] .constrained .customer-info ol {
  list-style-type: lower-alpha;
}
[class*="staticpage"] .constrained .customer-info ol li {
  margin-left: 25px;
  margin-bottom: 5px;
}
[class*="staticpage"] .constrained .customer-info table tr td {
  padding: 4px 0px;
}

@media only screen and (max-width: 767px) {
  [class*="staticpage"] .constrained .table-wrapper, [class*="staticpage"] .constrained table.clothingtable {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 16px;
  }
  [class*="staticpage"] .constrained .customer-info .terms-list .col-left {
    width: 95%;
  }
  [class*="staticpage"] .constrained .customer-info .terms-list .col-right {
    width: 95%;
  }

  .table-wrapper {
    position: relative;
  }
  .table-wrapper .scrollable:after {
    content: '.';
    font-size: 0;
    display: block;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    background: #fff;
    width: 0;
    height: 0;
    top: 11px;
    right: 6px;
  }

  .no-scroll .table-wrapper .scrollable:after {
    display: none;
  }
}
#contactForm {
  padding-left: 0;
}
#contactForm p.required {
  display: none;
}
#contactForm label {
  width: 35%;
  float: left;
  clear: both;
  padding-right: 25px;
  text-align: right;
  margin-top: 12px;
  position: relative;
}
#contactForm label span {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-weight: normal;
}
#contactForm label span.required {
  color: #aa8e62;
  position: absolute;
  right: 17px;
}
#contactForm label span.required:after {
  display: none;
}
#contactForm label.required:after {
  color: #aa8e62;
  position: absolute;
  right: 17px;
  top: 0;
}
#contactForm .input-box {
  width: 65%;
  float: right;
}
#contactForm .input-box input[type=tel],
#contactForm .input-box input[type=text],
#contactForm .input-box input[type=email] {
  margin-bottom: 0;
}
#contactForm .select-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
  width: 65%;
}
#contactForm .select-wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
#contactForm .select-wrapper:after {
  top: 20px;
}
#contactForm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  height: 40px;
  margin-top: 0;
}
#contactForm select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  #contactForm select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
#contactForm li:after,
#contactForm .fields .field:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fields .field:last-child {
  margin-bottom: 0;
}
#contactForm .buttons-set {
  border-top: 0;
  max-width: 100%;
  margin: 50px 0;
  text-align: center;
}
#contactForm .buttons-set .button {
  float: none;
  min-width: 250px;
  margin-left: 60px;
}
#contactForm .fieldset {
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .constrained {
    max-width: 100%;
  }

  #contactForm label {
    display: inline-block;
    text-align: left;
    margin-bottom: 3px;
    width: auto;
  }
  #contactForm label span.required {
    top: 0;
  }
  #contactForm .select-wrapper,
  #contactForm .input-box {
    clear: both;
    width: 100%;
  }
  #contactForm .select-wrapper textarea,
  #contactForm .input-box textarea {
    max-width: 100%;
  }
  #contactForm .buttons-set {
    margin-top: 25px;
  }
  #contactForm .buttons-set .button {
    margin-left: 0;
  }
  #contactForm .fieldset {
    padding-right: 0;
  }
  #contactForm .wide .required:after {
    display: none;
  }
}
.staticpage-sitemap .constrained ol.sitemap-categories,
.staticpage-sitemap .constrained .static-pages {
  margin-top: 10px;
  list-style: none;
}
.staticpage-sitemap .constrained ol.sitemap-categories li,
.staticpage-sitemap .constrained .static-pages li {
  margin-left: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.staticpage-sitemap .constrained ol.sitemap-categories li.first,
.staticpage-sitemap .constrained .static-pages li.first {
  margin-bottom: 30px;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level0 a,
.staticpage-sitemap .constrained .static-pages .level0 a {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #000;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 a,
.staticpage-sitemap .constrained .static-pages .level1 a {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  font-size: 14px;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1.first,
.staticpage-sitemap .constrained .static-pages .level1.first {
  margin-bottom: 0;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 {
  margin-left: 20px;
  text-transform: capitalize;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1 li.level2,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 li.level2 {
  text-transform: capitalize;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1 li.level2 a,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 li.level2 a {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1 li.level2.first,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 li.level2.first {
  margin-bottom: 0;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1 li.level2 ul.level2,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 li.level2 ul.level2 {
  margin-top: 0;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1 li.level2 ul.level2 li,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 li.level2 ul.level2 li {
  margin-left: 20px;
  text-transform: capitalize;
}
.staticpage-sitemap .constrained ol.sitemap-categories .level1 ul.level1 li.level2 ul.level2 li.first,
.staticpage-sitemap .constrained .static-pages .level1 ul.level1 li.level2 ul.level2 li.first {
  margin-bottom: 0;
}
.staticpage-sitemap .constrained .static-pages {
  margin-top: 10px;
  list-style: none;
}
.staticpage-sitemap .constrained .static-pages li {
  margin-left: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.staticpage-sitemap .constrained .static-pages li a {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
  font-size: 14px;
}
.staticpage-sitemap .constrained ul li:before {
  display: none;
}
.staticpage-sitemap .col-right {
  margin-bottom: 40px;
}
.staticpage-sitemap .col-right h2 a {
  color: #000;
}
.staticpage-sitemap .col-right ul {
  text-transform: uppercase;
  font-size: 14px;
}
.staticpage-sitemap .col-right ul li {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-left: 20px;
}
.staticpage-sitemap .col-right ul li a {
  text-transform: capitalize;
  color: #000;
}
.staticpage-sitemap .col-right ul li.country {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-left: 0;
  margin-top: 10px;
}

.tipped {
  margin: 0;
}
.tipped .a-feature {
  width: 100%;
  height: 500px;
  margin: 0;
  z-index: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.tipped .a-feature .social-block,
.tipped .a-feature .gradient-overlay,
.tipped .a-feature .facebook-mask,
.tipped .a-feature .info {
  display: none;
}
.tipped .a-feature .image {
  height: 500px;
  width: 100%;
}
.tipped .a-feature .image img {
  width: 100%;
  height: auto;
}
.tipped .a-feature .social-media {
  display: none !important;
}
.tipped .tipped-gallery {
  display: block;
  background: #fff;
  position: relative;
  z-index: 2;
}
.tipped .tipped-gallery .tipped-gallery-image {
  border: none;
  display: block;
  float: none;
  height: auto;
  max-height: 410px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.tipped .tipped-gallery .tipped-gallery-image img {
  padding: 0;
}
.tipped .tipped-gallery .tipped-gallery-image .tipped-gallery-mask {
  width: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.tipped .tipped-gallery .tipped-gallery-image .tipped-gallery-mask .tipped-gallery-title {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
}
.tipped .tipped-gallery .tipped-gallery-image .tipped-gallery-border {
  display: none;
}
.tipped .interview {
  background: none;
  width: 940px;
  margin: 0 auto;
}
.tipped .interview h2 {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.tipped .interview h3 {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #999;
  text-align: center;
  margin: 20px 0 0;
}
.tipped .interview p {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  color: #000000 !important;
}
.tipped .interview p.lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.tipped .interview a {
  text-decoration: underline;
}
.tipped .interview .social-media-individual {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.tipped .interview .facebook-mask {
  position: inherit;
  top: 0;
  left: 50%;
  margin-left: -100px;
  width: 100px;
  height: 30px;
  float: left;
  overflow: hidden;
}
.tipped .interview .social-media {
  position: relative;
  top: 0;
  right: -50%;
  height: 30px;
  width: 50%;
}
.tipped .underline {
  display: none;
}
.tipped .bfeatures {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .tipped .a-feature .image {
    height: 50vh;
    min-height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .tipped .tipped-gallery .tipped-gallery-image .tipped-gallery-mask {
    padding: 50px;
    display: none;
  }
  .tipped .interview {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .tipped .interview .left-interview,
  .tipped .interview .right-interview {
    width: 48%;
    margin: 0;
  }
  .tipped .interview .right-interview {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .tipped .tipped-gallery .tipped-gallery-image {
    height: auto;
  }
  .tipped .tipped-gallery .tipped-gallery-image .tipped-gallery-mask {
    padding: 25px;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .tipped .tipped-gallery .tipped-gallery-image .tipped-gallery-mask .tipped-gallery-title {
    font-size: 18px;
  }
  .tipped .tipped-gallery .tipped-gallery-image img {
    padding: 0;
  }
  .tipped .a-feature {
    height: 60vh;
    background-position: top left;
  }
  .tipped .a-feature .image {
    height: 60vh;
  }
  .tipped .interview .left-interview,
  .tipped .interview .right-interview {
    width: 100%;
  }
  .tipped .interview .social-media {
    width: 105px;
  }
}
.perry-suys-index-index .breadcrumbs {
  margin-left: 24px;
}

[class*="checkout-onepage"].sagepay-active, [class*="paypal-express-review"].sagepay-active {
  overflow: hidden;
}
[class*="checkout-onepage"] #control_overlay, [class*="paypal-express-review"] #control_overlay {
  background: #fff !important;
  opacity: 1 !important;
}
[class*="checkout-onepage"] .modal-sagepaysuite, [class*="paypal-express-review"] .modal-sagepaysuite {
  background: none !important;
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
[class*="checkout-onepage"] div.lcontainer, [class*="paypal-express-review"] div.lcontainer {
  overflow: visible !important;
  height: 100% !important;
}
[class*="checkout-onepage"].hb #notice-wrapper p, [class*="paypal-express-review"].hb #notice-wrapper p {
  color: transparent;
}
[class*="checkout-onepage"] .opc .section .step-title, [class*="paypal-express-review"] .opc .section .step-title {
  display: none;
}
[class*="checkout-onepage"] .opc-block-progress, [class*="paypal-express-review"] .opc-block-progress {
  border: 0;
  padding: 0;
  font-size: 0;
}
[class*="checkout-onepage"] .opc-block-progress .step-number, [class*="paypal-express-review"] .opc-block-progress .step-number {
  color: #aaa;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 33px;
  line-height: 49px;
  display: block;
  text-align: center;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step, [class*="paypal-express-review"] .opc-block-progress .progress-step {
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  width: 20%;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step .changelink,
[class*="checkout-onepage"] .opc-block-progress .progress-step .changeLink, [class*="paypal-express-review"] .opc-block-progress .progress-step .changelink,
[class*="paypal-express-review"] .opc-block-progress .progress-step .changeLink {
  display: none;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step dt, [class*="paypal-express-review"] .opc-block-progress .progress-step dt {
  font-size: 12px;
  text-transform: none;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step dt.complete, [class*="paypal-express-review"] .opc-block-progress .progress-step dt.complete {
  color: #aaa;
  cursor: pointer;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step dd.complete, [class*="paypal-express-review"] .opc-block-progress .progress-step dd.complete {
  display: none;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step.active, [class*="paypal-express-review"] .opc-block-progress .progress-step.active {
  color: #000;
}
[class*="checkout-onepage"] .opc-block-progress .progress-step.active .step-number,
[class*="checkout-onepage"] .opc-block-progress .progress-step.active dt, [class*="paypal-express-review"] .opc-block-progress .progress-step.active .step-number,
[class*="paypal-express-review"] .opc-block-progress .progress-step.active dt {
  color: #000;
}
[class*="checkout-onepage"] .page-title, [class*="paypal-express-review"] .page-title {
  display: none;
}
[class*="checkout-onepage"] #ssl-logo, [class*="paypal-express-review"] #ssl-logo {
  position: absolute;
  top: 0;
  right: 10px;
}
[class*="checkout-onepage"] #checkoutSteps, [class*="paypal-express-review"] #checkoutSteps {
  max-width: 700px;
  margin: 10px auto 0;
}
[class*="checkout-onepage"] #checkoutSteps h3, [class*="paypal-express-review"] #checkoutSteps h3 {
  font-size: 18px;
}
[class*="checkout-onepage"] #checkoutSteps .section.active, [class*="paypal-express-review"] #checkoutSteps .section.active {
  padding-top: 50px;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .step-title, [class*="paypal-express-review"] #checkoutSteps #opc-login .step-title {
  display: none;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login p.required, [class*="paypal-express-review"] #checkoutSteps #opc-login p.required {
  display: none;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login p.description, [class*="paypal-express-review"] #checkoutSteps #opc-login p.description {
  font-style: normal;
  color: #000;
  font-size: 12px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  margin: 19px 0;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set, [class*="paypal-express-review"] #checkoutSteps #opc-login .col2-set {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
  text-align: center;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set:before, [class*="paypal-express-review"] #checkoutSteps #opc-login .col2-set:before {
  background: #ddd;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set .col-1, [class*="paypal-express-review"] #checkoutSteps #opc-login .col2-set .col-1 {
  padding: 0 80px 0 0;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set .col-2, [class*="paypal-express-review"] #checkoutSteps #opc-login .col2-set .col-2 {
  padding: 0 0 0 80px;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set .col-2 .buttons-set, [class*="paypal-express-review"] #checkoutSteps #opc-login .col2-set .col-2 .buttons-set {
  position: absolute;
  bottom: 88px;
  right: 0;
  width: 270px;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login ul, [class*="paypal-express-review"] #checkoutSteps #opc-login ul {
  text-align: left;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .buttons-set, [class*="paypal-express-review"] #checkoutSteps #opc-login .buttons-set {
  padding-top: 15px;
  margin-bottom: 30px;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .buttons-set .button, [class*="paypal-express-review"] #checkoutSteps #opc-login .buttons-set .button {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login .form-list > li, [class*="paypal-express-review"] #checkoutSteps #opc-login .form-list > li {
  margin-bottom: 5px;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login a.f-left, [class*="paypal-express-review"] #checkoutSteps #opc-login a.f-left {
  color: #aa8e62;
}
[class*="checkout-onepage"] #checkoutSteps #opc-login a.f-left:hover, [class*="paypal-express-review"] #checkoutSteps #opc-login a.f-left:hover {
  text-decoration: none;
}
[class*="checkout-onepage"] #co-billing-form #billing-new-address-form,
[class*="checkout-onepage"] #co-billing-form #shipping-new-address-form,
[class*="checkout-onepage"] #co-shipping-form #billing-new-address-form,
[class*="checkout-onepage"] #co-shipping-form #shipping-new-address-form, [class*="paypal-express-review"] #co-billing-form #billing-new-address-form,
[class*="paypal-express-review"] #co-billing-form #shipping-new-address-form,
[class*="paypal-express-review"] #co-shipping-form #billing-new-address-form,
[class*="paypal-express-review"] #co-shipping-form #shipping-new-address-form {
  padding-right: 30px;
  padding-top: 20px;
}
[class*="checkout-onepage"] #co-billing-form .please-wait,
[class*="checkout-onepage"] #co-shipping-form .please-wait, [class*="paypal-express-review"] #co-billing-form .please-wait,
[class*="paypal-express-review"] #co-shipping-form .please-wait {
  display: block;
}
[class*="checkout-onepage"] #co-billing-form .please-wait img,
[class*="checkout-onepage"] #co-shipping-form .please-wait img, [class*="paypal-express-review"] #co-billing-form .please-wait img,
[class*="paypal-express-review"] #co-shipping-form .please-wait img {
  float: none;
  display: inline-block;
  position: relative;
  top: 7px;
}
[class*="checkout-onepage"] #co-billing-form .form-list li:first-child > label,
[class*="checkout-onepage"] #co-shipping-form .form-list li:first-child > label, [class*="paypal-express-review"] #co-billing-form .form-list li:first-child > label,
[class*="paypal-express-review"] #co-shipping-form .form-list li:first-child > label {
  width: 100%;
  text-align: center;
}
[class*="checkout-onepage"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box,
[class*="checkout-onepage"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box, [class*="paypal-express-review"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box,
[class*="paypal-express-review"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box {
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  float: none;
  width: 100%;
  margin: 0 0 30px;
}
[class*="checkout-onepage"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="checkout-onepage"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box:after,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box:after, [class*="paypal-express-review"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="paypal-express-review"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box:after,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
[class*="checkout-onepage"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="checkout-onepage"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box:after,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box:after, [class*="paypal-express-review"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="paypal-express-review"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box:after,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box:after,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box:after {
  top: 22px;
}
[class*="checkout-onepage"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box select,
[class*="checkout-onepage"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box select,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box select,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box select, [class*="paypal-express-review"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box select,
[class*="paypal-express-review"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box select,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box select,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  max-width: 100%;
  height: 40px;
  margin-top: 2px;
  padding: 10px 25px 10px 8px;
}
[class*="checkout-onepage"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box select:focus,
[class*="checkout-onepage"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box select:focus,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box select:focus,
[class*="checkout-onepage"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box select:focus, [class*="paypal-express-review"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box select:focus,
[class*="paypal-express-review"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box select:focus,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box select:focus,
[class*="paypal-express-review"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  [class*="checkout-onepage"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box select,
  [class*="checkout-onepage"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box select,
  [class*="checkout-onepage"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box select,
  [class*="checkout-onepage"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box select, [class*="paypal-express-review"] #co-billing-form .form-list label[for="billing-address-select"] + .input-box select,
  [class*="paypal-express-review"] #co-billing-form .form-list label[for="shipping-address-select"] + .input-box select,
  [class*="paypal-express-review"] #co-shipping-form .form-list label[for="billing-address-select"] + .input-box select,
  [class*="paypal-express-review"] #co-shipping-form .form-list label[for="shipping-address-select"] + .input-box select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
[class*="checkout-onepage"] #co-billing-form .buttons-set,
[class*="checkout-onepage"] #co-shipping-form .buttons-set, [class*="paypal-express-review"] #co-billing-form .buttons-set,
[class*="paypal-express-review"] #co-shipping-form .buttons-set {
  margin-top: 30px;
}
[class*="checkout-onepage"] .account-create form, [class*="paypal-express-review"] .account-create form {
  max-width: 520px !important;
}
[class*="checkout-onepage"] .account-create .page-title,
[class*="checkout-onepage"] #checkout-step-billing .page-title,
[class*="checkout-onepage"] #checkout-step-shipping .page-title, [class*="paypal-express-review"] .account-create .page-title,
[class*="paypal-express-review"] #checkout-step-billing .page-title,
[class*="paypal-express-review"] #checkout-step-shipping .page-title {
  display: block;
  margin-top: 50px;
}
[class*="checkout-onepage"] .account-create form,
[class*="checkout-onepage"] #checkout-step-billing form,
[class*="checkout-onepage"] #checkout-step-shipping form, [class*="paypal-express-review"] .account-create form,
[class*="paypal-express-review"] #checkout-step-billing form,
[class*="paypal-express-review"] #checkout-step-shipping form {
  max-width: 550px;
  margin: 0 auto;
}
[class*="checkout-onepage"] .account-create input[type=tel],
[class*="checkout-onepage"] .account-create input[type=text],
[class*="checkout-onepage"] .account-create input[type=email],
[class*="checkout-onepage"] .account-create input[type=password],
[class*="checkout-onepage"] #checkout-step-billing input[type=tel],
[class*="checkout-onepage"] #checkout-step-billing input[type=text],
[class*="checkout-onepage"] #checkout-step-billing input[type=email],
[class*="checkout-onepage"] #checkout-step-billing input[type=password],
[class*="checkout-onepage"] #checkout-step-shipping input[type=tel],
[class*="checkout-onepage"] #checkout-step-shipping input[type=text],
[class*="checkout-onepage"] #checkout-step-shipping input[type=email],
[class*="checkout-onepage"] #checkout-step-shipping input[type=password], [class*="paypal-express-review"] .account-create input[type=tel],
[class*="paypal-express-review"] .account-create input[type=text],
[class*="paypal-express-review"] .account-create input[type=email],
[class*="paypal-express-review"] .account-create input[type=password],
[class*="paypal-express-review"] #checkout-step-billing input[type=tel],
[class*="paypal-express-review"] #checkout-step-billing input[type=text],
[class*="paypal-express-review"] #checkout-step-billing input[type=email],
[class*="paypal-express-review"] #checkout-step-billing input[type=password],
[class*="paypal-express-review"] #checkout-step-shipping input[type=tel],
[class*="paypal-express-review"] #checkout-step-shipping input[type=text],
[class*="paypal-express-review"] #checkout-step-shipping input[type=email],
[class*="paypal-express-review"] #checkout-step-shipping input[type=password] {
  margin-bottom: 0;
}
[class*="checkout-onepage"] .account-create .name-prefix .input-box,
[class*="checkout-onepage"] #checkout-step-billing .name-prefix .input-box,
[class*="checkout-onepage"] #checkout-step-shipping .name-prefix .input-box, [class*="paypal-express-review"] .account-create .name-prefix .input-box,
[class*="paypal-express-review"] #checkout-step-billing .name-prefix .input-box,
[class*="paypal-express-review"] #checkout-step-shipping .name-prefix .input-box {
  padding: 0;
  margin: 0;
  position: relative;
}
[class*="checkout-onepage"] .account-create .name-prefix .input-box:after,
[class*="checkout-onepage"] #checkout-step-billing .name-prefix .input-box:after,
[class*="checkout-onepage"] #checkout-step-shipping .name-prefix .input-box:after, [class*="paypal-express-review"] .account-create .name-prefix .input-box:after,
[class*="paypal-express-review"] #checkout-step-billing .name-prefix .input-box:after,
[class*="paypal-express-review"] #checkout-step-shipping .name-prefix .input-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
[class*="checkout-onepage"] .account-create .name-prefix .input-box:after,
[class*="checkout-onepage"] #checkout-step-billing .name-prefix .input-box:after,
[class*="checkout-onepage"] #checkout-step-shipping .name-prefix .input-box:after, [class*="paypal-express-review"] .account-create .name-prefix .input-box:after,
[class*="paypal-express-review"] #checkout-step-billing .name-prefix .input-box:after,
[class*="paypal-express-review"] #checkout-step-shipping .name-prefix .input-box:after {
  top: 22px;
}
[class*="checkout-onepage"] .account-create select,
[class*="checkout-onepage"] #checkout-step-billing select,
[class*="checkout-onepage"] #checkout-step-shipping select, [class*="paypal-express-review"] .account-create select,
[class*="paypal-express-review"] #checkout-step-billing select,
[class*="paypal-express-review"] #checkout-step-shipping select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  height: 40px;
  margin-top: 2px;
  padding: 10px 25px 10px 8px;
}
[class*="checkout-onepage"] .account-create select:focus,
[class*="checkout-onepage"] #checkout-step-billing select:focus,
[class*="checkout-onepage"] #checkout-step-shipping select:focus, [class*="paypal-express-review"] .account-create select:focus,
[class*="paypal-express-review"] #checkout-step-billing select:focus,
[class*="paypal-express-review"] #checkout-step-shipping select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  [class*="checkout-onepage"] .account-create select,
  [class*="checkout-onepage"] #checkout-step-billing select,
  [class*="checkout-onepage"] #checkout-step-shipping select, [class*="paypal-express-review"] .account-create select,
  [class*="paypal-express-review"] #checkout-step-billing select,
  [class*="paypal-express-review"] #checkout-step-shipping select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
@-moz-document url-prefix() {
  [class*="checkout-onepage"] .account-create select[name="billing[prefix]"],
  [class*="checkout-onepage"] #checkout-step-billing select[name="billing[prefix]"],
  [class*="checkout-onepage"] #checkout-step-shipping select[name="billing[prefix]"], [class*="paypal-express-review"] .account-create select[name="billing[prefix]"],
  [class*="paypal-express-review"] #checkout-step-billing select[name="billing[prefix]"],
  [class*="paypal-express-review"] #checkout-step-shipping select[name="billing[prefix]"] {
    width: 60px;
    padding-right: 0;
  }
}
[class*="checkout-onepage"] .account-create .select-wrapper,
[class*="checkout-onepage"] #checkout-step-billing .select-wrapper,
[class*="checkout-onepage"] #checkout-step-shipping .select-wrapper, [class*="paypal-express-review"] .account-create .select-wrapper,
[class*="paypal-express-review"] #checkout-step-billing .select-wrapper,
[class*="paypal-express-review"] #checkout-step-shipping .select-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}
[class*="checkout-onepage"] .account-create .select-wrapper:after,
[class*="checkout-onepage"] #checkout-step-billing .select-wrapper:after,
[class*="checkout-onepage"] #checkout-step-shipping .select-wrapper:after, [class*="paypal-express-review"] .account-create .select-wrapper:after,
[class*="paypal-express-review"] #checkout-step-billing .select-wrapper:after,
[class*="paypal-express-review"] #checkout-step-shipping .select-wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
[class*="checkout-onepage"] .account-create .select-wrapper:after,
[class*="checkout-onepage"] #checkout-step-billing .select-wrapper:after,
[class*="checkout-onepage"] #checkout-step-shipping .select-wrapper:after, [class*="paypal-express-review"] .account-create .select-wrapper:after,
[class*="paypal-express-review"] #checkout-step-billing .select-wrapper:after,
[class*="paypal-express-review"] #checkout-step-shipping .select-wrapper:after {
  top: 22px;
}
[class*="checkout-onepage"] .account-create .field.name-middlename,
[class*="checkout-onepage"] #checkout-step-billing .field.name-middlename,
[class*="checkout-onepage"] #checkout-step-shipping .field.name-middlename, [class*="paypal-express-review"] .account-create .field.name-middlename,
[class*="paypal-express-review"] #checkout-step-billing .field.name-middlename,
[class*="paypal-express-review"] #checkout-step-shipping .field.name-middlename {
  display: none;
}
[class*="checkout-onepage"] .account-create .field:after,
[class*="checkout-onepage"] #checkout-step-billing .field:after,
[class*="checkout-onepage"] #checkout-step-shipping .field:after, [class*="paypal-express-review"] .account-create .field:after,
[class*="paypal-express-review"] #checkout-step-billing .field:after,
[class*="paypal-express-review"] #checkout-step-shipping .field:after {
  content: '';
  display: table;
  clear: both;
}
[class*="checkout-onepage"] .account-create p.notice,
[class*="checkout-onepage"] #checkout-step-billing p.notice,
[class*="checkout-onepage"] #checkout-step-shipping p.notice, [class*="paypal-express-review"] .account-create p.notice,
[class*="paypal-express-review"] #checkout-step-billing p.notice,
[class*="paypal-express-review"] #checkout-step-shipping p.notice {
  clear: both;
  margin-left: 190px;
  color: #999;
}
[class*="checkout-onepage"] .account-create .validation-advice,
[class*="checkout-onepage"] #checkout-step-billing .validation-advice,
[class*="checkout-onepage"] #checkout-step-shipping .validation-advice, [class*="paypal-express-review"] .account-create .validation-advice,
[class*="paypal-express-review"] #checkout-step-billing .validation-advice,
[class*="paypal-express-review"] #checkout-step-shipping .validation-advice {
  clear: both;
}
[class*="checkout-onepage"] .account-create .form-list > li,
[class*="checkout-onepage"] #checkout-step-billing .form-list > li,
[class*="checkout-onepage"] #checkout-step-shipping .form-list > li, [class*="paypal-express-review"] .account-create .form-list > li,
[class*="paypal-express-review"] #checkout-step-billing .form-list > li,
[class*="paypal-express-review"] #checkout-step-shipping .form-list > li {
  margin-bottom: 8px;
}
[class*="checkout-onepage"] .account-create .form-list li:after,
[class*="checkout-onepage"] #checkout-step-billing .form-list li:after,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li:after, [class*="paypal-express-review"] .account-create .form-list li:after,
[class*="paypal-express-review"] #checkout-step-billing .form-list li:after,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li:after {
  content: '';
  display: table;
  clear: both;
}
[class*="checkout-onepage"] .account-create .form-list li > label,
[class*="checkout-onepage"] .account-create .form-list li > .field > label,
[class*="checkout-onepage"] #checkout-step-billing .form-list li > label,
[class*="checkout-onepage"] #checkout-step-billing .form-list li > .field > label,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li > label,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li > .field > label, [class*="paypal-express-review"] .account-create .form-list li > label,
[class*="paypal-express-review"] .account-create .form-list li > .field > label,
[class*="paypal-express-review"] #checkout-step-billing .form-list li > label,
[class*="paypal-express-review"] #checkout-step-billing .form-list li > .field > label,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li > label,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li > .field > label {
  float: left;
  width: 175px;
  text-align: right;
  clear: both;
  margin-right: 15px;
  height: 42px;
  line-height: 42px;
}
[class*="checkout-onepage"] .account-create .form-list li .input-box,
[class*="checkout-onepage"] #checkout-step-billing .form-list li .input-box,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li .input-box, [class*="paypal-express-review"] .account-create .form-list li .input-box,
[class*="paypal-express-review"] #checkout-step-billing .form-list li .input-box,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li .input-box {
  width: 330px;
  float: right;
  margin-bottom: 8px;
}
[class*="checkout-onepage"] .account-create .form-list li.control,
[class*="checkout-onepage"] #checkout-step-billing .form-list li.control,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li.control, [class*="paypal-express-review"] .account-create .form-list li.control,
[class*="paypal-express-review"] #checkout-step-billing .form-list li.control,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li.control {
  padding-left: 190px;
}
[class*="checkout-onepage"] .account-create .form-list li.control .input-box,
[class*="checkout-onepage"] #checkout-step-billing .form-list li.control .input-box,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li.control .input-box, [class*="paypal-express-review"] .account-create .form-list li.control .input-box,
[class*="paypal-express-review"] #checkout-step-billing .form-list li.control .input-box,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li.control .input-box {
  float: left;
  width: 18px;
}
[class*="checkout-onepage"] .account-create .form-list li.control input,
[class*="checkout-onepage"] #checkout-step-billing .form-list li.control input,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li.control input, [class*="paypal-express-review"] .account-create .form-list li.control input,
[class*="paypal-express-review"] #checkout-step-billing .form-list li.control input,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li.control input {
  float: none;
  margin: 0;
}
[class*="checkout-onepage"] .account-create .form-list li.control label,
[class*="checkout-onepage"] #checkout-step-billing .form-list li.control label,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li.control label, [class*="paypal-express-review"] .account-create .form-list li.control label,
[class*="paypal-express-review"] #checkout-step-billing .form-list li.control label,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li.control label {
  background: 0;
  margin: 0;
  padding: 0;
  clear: none;
  text-align: left;
  height: auto;
  line-height: 1.4;
  font-size: 12px;
}
[class*="checkout-onepage"] .account-create .chosen-container .chosen-drop,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container .chosen-drop,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container .chosen-drop, [class*="paypal-express-review"] .account-create .chosen-container .chosen-drop,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container .chosen-drop,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: none;
}
[class*="checkout-onepage"] .account-create .chosen-container.chosen-container-active > a,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container.chosen-container-active > a,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container.chosen-container-active > a, [class*="paypal-express-review"] .account-create .chosen-container.chosen-container-active > a,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container.chosen-container-active > a,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container.chosen-container-active > a {
  outline: 1px solid #000;
}
[class*="checkout-onepage"] .account-create .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, [class*="paypal-express-review"] .account-create .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  outline: 1px solid #000;
  margin-top: 1px;
}
[class*="checkout-onepage"] .account-create .chosen-container .chosen-results li.highlighted,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container .chosen-results li.highlighted,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container .chosen-results li.highlighted, [class*="paypal-express-review"] .account-create .chosen-container .chosen-results li.highlighted,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container .chosen-results li.highlighted,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container .chosen-results li.highlighted {
  background: #000;
}
[class*="checkout-onepage"] .account-create .chosen-container-single .chosen-search input[type=text],
[class*="checkout-onepage"] #checkout-step-billing .chosen-container-single .chosen-search input[type=text],
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container-single .chosen-search input[type=text], [class*="paypal-express-review"] .account-create .chosen-container-single .chosen-search input[type=text],
[class*="paypal-express-review"] #checkout-step-billing .chosen-container-single .chosen-search input[type=text],
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container-single .chosen-search input[type=text] {
  padding: 4px 20px 4px 5px;
}
[class*="checkout-onepage"] .account-create .chosen-container-single .chosen-single,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container-single .chosen-single,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container-single .chosen-single, [class*="paypal-express-review"] .account-create .chosen-container-single .chosen-single,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container-single .chosen-single,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container-single .chosen-single {
  height: 38px;
  border-radius: 0;
  background: #fff;
  border-color: #ddd;
  box-shadow: none;
  padding: 10px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
[class*="checkout-onepage"] .account-create .chosen-container-single .chosen-single span,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container-single .chosen-single span,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container-single .chosen-single span, [class*="paypal-express-review"] .account-create .chosen-container-single .chosen-single span,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container-single .chosen-single span,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container-single .chosen-single span {
  line-height: 1.5;
}
[class*="checkout-onepage"] .account-create .chosen-container-single .chosen-single div,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container-single .chosen-single div,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container-single .chosen-single div, [class*="paypal-express-review"] .account-create .chosen-container-single .chosen-single div,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container-single .chosen-single div,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container-single .chosen-single div {
  top: 7px;
}
[class*="checkout-onepage"] .account-create .chosen-container,
[class*="checkout-onepage"] #checkout-step-billing .chosen-container,
[class*="checkout-onepage"] #checkout-step-shipping .chosen-container, [class*="paypal-express-review"] .account-create .chosen-container,
[class*="paypal-express-review"] #checkout-step-billing .chosen-container,
[class*="paypal-express-review"] #checkout-step-shipping .chosen-container {
  width: 100% !important;
}
[class*="checkout-onepage"] .account-create label.required:after,
[class*="checkout-onepage"] #checkout-step-billing label.required:after,
[class*="checkout-onepage"] #checkout-step-shipping label.required:after, [class*="paypal-express-review"] .account-create label.required:after,
[class*="paypal-express-review"] #checkout-step-billing label.required:after,
[class*="paypal-express-review"] #checkout-step-shipping label.required:after {
  color: #aa8e62;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix > label,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix > label,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix > label, [class*="paypal-express-review"] .account-create .customer-name-prefix > label,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix > label,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix > label {
  float: left;
  width: 175px;
  text-align: right;
  margin-right: 15px;
  height: 60px;
  line-height: 80px;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .field,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .field,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .field, [class*="paypal-express-review"] .account-create .customer-name-prefix .field,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .field,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .field {
  float: left;
  margin-bottom: 0;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .input-box,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .input-box,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .input-box, [class*="paypal-express-review"] .account-create .customer-name-prefix .input-box,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .input-box,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .input-box {
  width: auto !important;
  text-align: center;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .name-prefix,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-prefix,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-prefix, [class*="paypal-express-review"] .account-create .customer-name-prefix .name-prefix,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .name-prefix,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .name-prefix {
  width: 60px;
  margin-right: 10px;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .name-prefix label,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-prefix label,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-prefix label, [class*="paypal-express-review"] .account-create .customer-name-prefix .name-prefix label,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .name-prefix label,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .name-prefix label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .name-firstname,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-firstname,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-firstname, [class*="paypal-express-review"] .account-create .customer-name-prefix .name-firstname,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .name-firstname,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .name-firstname {
  width: 120px;
  margin-right: 10px;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .name-firstname label,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-firstname label,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-firstname label, [class*="paypal-express-review"] .account-create .customer-name-prefix .name-firstname label,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .name-firstname label,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .name-firstname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .name-lastname,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-lastname,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-lastname, [class*="paypal-express-review"] .account-create .customer-name-prefix .name-lastname,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .name-lastname,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .name-lastname {
  width: 130px;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix .name-lastname label,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-lastname label,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-lastname label, [class*="paypal-express-review"] .account-create .customer-name-prefix .name-lastname label,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix .name-lastname label,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix .name-lastname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
[class*="checkout-onepage"] .account-create .customer-name-prefix:after,
[class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix:after,
[class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix:after, [class*="paypal-express-review"] .account-create .customer-name-prefix:after,
[class*="paypal-express-review"] #checkout-step-billing .customer-name-prefix:after,
[class*="paypal-express-review"] #checkout-step-shipping .customer-name-prefix:after {
  content: '';
  display: table;
  clear: both;
}
[class*="checkout-onepage"] .account-create .customer-dob label,
[class*="checkout-onepage"] #checkout-step-billing .customer-dob label,
[class*="checkout-onepage"] #checkout-step-shipping .customer-dob label, [class*="paypal-express-review"] .account-create .customer-dob label,
[class*="paypal-express-review"] #checkout-step-billing .customer-dob label,
[class*="paypal-express-review"] #checkout-step-shipping .customer-dob label {
  display: none;
}
[class*="checkout-onepage"] .account-create .customer-dob .dob-month,
[class*="checkout-onepage"] .account-create .customer-dob .dob-day,
[class*="checkout-onepage"] #checkout-step-billing .customer-dob .dob-month,
[class*="checkout-onepage"] #checkout-step-billing .customer-dob .dob-day,
[class*="checkout-onepage"] #checkout-step-shipping .customer-dob .dob-month,
[class*="checkout-onepage"] #checkout-step-shipping .customer-dob .dob-day, [class*="paypal-express-review"] .account-create .customer-dob .dob-month,
[class*="paypal-express-review"] .account-create .customer-dob .dob-day,
[class*="paypal-express-review"] #checkout-step-billing .customer-dob .dob-month,
[class*="paypal-express-review"] #checkout-step-billing .customer-dob .dob-day,
[class*="paypal-express-review"] #checkout-step-shipping .customer-dob .dob-month,
[class*="paypal-express-review"] #checkout-step-shipping .customer-dob .dob-day {
  width: 45px;
}
[class*="checkout-onepage"] .account-create .fieldset > .form-list:after,
[class*="checkout-onepage"] #checkout-step-billing .fieldset > .form-list:after,
[class*="checkout-onepage"] #checkout-step-shipping .fieldset > .form-list:after, [class*="paypal-express-review"] .account-create .fieldset > .form-list:after,
[class*="paypal-express-review"] #checkout-step-billing .fieldset > .form-list:after,
[class*="paypal-express-review"] #checkout-step-shipping .fieldset > .form-list:after {
  content: '';
  display: table;
  clear: both;
}
[class*="checkout-onepage"] .account-create .buttons-set,
[class*="checkout-onepage"] #checkout-step-billing .buttons-set,
[class*="checkout-onepage"] #checkout-step-shipping .buttons-set, [class*="paypal-express-review"] .account-create .buttons-set,
[class*="paypal-express-review"] #checkout-step-billing .buttons-set,
[class*="paypal-express-review"] #checkout-step-shipping .buttons-set {
  border-top: 0;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
[class*="checkout-onepage"] .account-create .buttons-set button.button,
[class*="checkout-onepage"] #checkout-step-billing .buttons-set button.button,
[class*="checkout-onepage"] #checkout-step-shipping .buttons-set button.button, [class*="paypal-express-review"] .account-create .buttons-set button.button,
[class*="paypal-express-review"] #checkout-step-billing .buttons-set button.button,
[class*="paypal-express-review"] #checkout-step-shipping .buttons-set button.button {
  float: none;
  min-width: 280px;
}
[class*="checkout-onepage"] #checkout-step-billing p.required,
[class*="checkout-onepage"] #checkout-step-shipping p.required, [class*="paypal-express-review"] #checkout-step-billing p.required,
[class*="paypal-express-review"] #checkout-step-shipping p.required {
  display: none;
}
[class*="checkout-onepage"] #checkout-step-billing .form-list .field,
[class*="checkout-onepage"] #checkout-step-billing .form-list .wide,
[class*="checkout-onepage"] #checkout-step-shipping .form-list .field,
[class*="checkout-onepage"] #checkout-step-shipping .form-list .wide, [class*="paypal-express-review"] #checkout-step-billing .form-list .field,
[class*="paypal-express-review"] #checkout-step-billing .form-list .wide,
[class*="paypal-express-review"] #checkout-step-shipping .form-list .field,
[class*="paypal-express-review"] #checkout-step-shipping .form-list .wide {
  margin-bottom: 0;
}
[class*="checkout-onepage"] #checkout-step-billing .form-list li.control input,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li.control input, [class*="paypal-express-review"] #checkout-step-billing .form-list li.control input,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li.control input {
  float: left;
  margin-right: 7px;
}
[class*="checkout-onepage"] #checkout-step-billing .form-list li.control label,
[class*="checkout-onepage"] #checkout-step-shipping .form-list li.control label, [class*="paypal-express-review"] #checkout-step-billing .form-list li.control label,
[class*="paypal-express-review"] #checkout-step-shipping .form-list li.control label {
  line-height: 1;
}
[class*="checkout-onepage"] #checkout-step-billing a.dialog__site-selector,
[class*="checkout-onepage"] #checkout-step-shipping a.dialog__site-selector, [class*="paypal-express-review"] #checkout-step-billing a.dialog__site-selector,
[class*="paypal-express-review"] #checkout-step-shipping a.dialog__site-selector {
  margin-left: 190px;
  color: #999;
  cursor: pointer;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  display: block;
  margin-bottom: 20px;
}
[class*="checkout-onepage"] #checkout-step-billing .back-link,
[class*="checkout-onepage"] #checkout-step-shipping .back-link, [class*="paypal-express-review"] #checkout-step-billing .back-link,
[class*="paypal-express-review"] #checkout-step-shipping .back-link {
  display: none;
}
[class*="checkout-onepage"] #checkout-step-payment .sp-methods dt label,
[class*="checkout-onepage"] #checkout-step-shipping_method .sp-methods dt label, [class*="paypal-express-review"] #checkout-step-payment .sp-methods dt label,
[class*="paypal-express-review"] #checkout-step-shipping_method .sp-methods dt label {
  background-color: transparent;
}
[class*="checkout-onepage"] #checkout-step-payment .sp-methods dt label:hover,
[class*="checkout-onepage"] #checkout-step-shipping_method .sp-methods dt label:hover, [class*="paypal-express-review"] #checkout-step-payment .sp-methods dt label:hover,
[class*="paypal-express-review"] #checkout-step-shipping_method .sp-methods dt label:hover {
  background-color: transparent;
}
[class*="checkout-onepage"] #checkout-step-payment .buttons-set,
[class*="checkout-onepage"] #checkout-step-shipping_method .buttons-set, [class*="paypal-express-review"] #checkout-step-payment .buttons-set,
[class*="paypal-express-review"] #checkout-step-shipping_method .buttons-set {
  border-top: 0;
  text-align: center;
}
[class*="checkout-onepage"] #checkout-step-payment .buttons-set .button,
[class*="checkout-onepage"] #checkout-step-shipping_method .buttons-set .button, [class*="paypal-express-review"] #checkout-step-payment .buttons-set .button,
[class*="paypal-express-review"] #checkout-step-shipping_method .buttons-set .button {
  float: none;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  min-width: 270px;
}
[class*="checkout-onepage"] #checkout-step-payment .back-link,
[class*="checkout-onepage"] #checkout-step-shipping_method .back-link, [class*="paypal-express-review"] #checkout-step-payment .back-link,
[class*="paypal-express-review"] #checkout-step-shipping_method .back-link {
  display: none;
}
[class*="checkout-onepage"] #checkout-progress-wrapper, [class*="paypal-express-review"] #checkout-progress-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
[class*="checkout-onepage"] #checkout-progress-wrapper dl, [class*="paypal-express-review"] #checkout-progress-wrapper dl {
  font-size: 0;
}
[class*="checkout-onepage"] #checkout-review-table-wrapper, [class*="paypal-express-review"] #checkout-review-table-wrapper {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-bottom: 25px;
  padding-top: 25px;
}
[class*="checkout-onepage"] #checkout-review-submit .please-wait, [class*="paypal-express-review"] #checkout-review-submit .please-wait {
  display: block;
  clear: both;
  float: none;
}
[class*="checkout-onepage"] #checkout-review-submit .please-wait img, [class*="paypal-express-review"] #checkout-review-submit .please-wait img {
  float: none;
  display: inline-block;
  position: relative;
  top: 7px;
}
[class*="checkout-onepage"] #checkout-review-table thead th, [class*="checkout-onepage"] #details-table thead th, [class*="paypal-express-review"] #checkout-review-table thead th, [class*="paypal-express-review"] #details-table thead th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  border-bottom: 0;
  background: none;
  text-transform: none;
  padding-bottom: 20px;
}
[class*="checkout-onepage"] #checkout-review-table thead th:last-child, [class*="checkout-onepage"] #details-table thead th:last-child, [class*="paypal-express-review"] #checkout-review-table thead th:last-child, [class*="paypal-express-review"] #details-table thead th:last-child {
  padding-right: 25px;
}
[class*="checkout-onepage"] #checkout-review-table tbody td, [class*="checkout-onepage"] #details-table tbody td, [class*="paypal-express-review"] #checkout-review-table tbody td, [class*="paypal-express-review"] #details-table tbody td {
  border-bottom: 1px solid #ddd;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 15px;
  text-transform: none;
  vertical-align: top;
  padding-bottom: 20px;
}
[class*="checkout-onepage"] #checkout-review-table tbody td.a-right, [class*="checkout-onepage"] #details-table tbody td.a-right, [class*="paypal-express-review"] #checkout-review-table tbody td.a-right, [class*="paypal-express-review"] #details-table tbody td.a-right {
  text-align: left;
}
[class*="checkout-onepage"] #checkout-review-table tbody td.a-right.last, [class*="checkout-onepage"] #details-table tbody td.a-right.last, [class*="paypal-express-review"] #checkout-review-table tbody td.a-right.last, [class*="paypal-express-review"] #details-table tbody td.a-right.last {
  text-align: right;
  padding-right: 25px;
}
[class*="checkout-onepage"] #checkout-review-table tbody .product-image, [class*="checkout-onepage"] #details-table tbody .product-image, [class*="paypal-express-review"] #checkout-review-table tbody .product-image, [class*="paypal-express-review"] #details-table tbody .product-image {
  float: left;
  margin-right: 10px;
}
[class*="checkout-onepage"] #checkout-review-table tbody .product-details, [class*="checkout-onepage"] #details-table tbody .product-details, [class*="paypal-express-review"] #checkout-review-table tbody .product-details, [class*="paypal-express-review"] #details-table tbody .product-details {
  float: left;
}
[class*="checkout-onepage"] #checkout-review-table tbody .product-details .product-name, [class*="checkout-onepage"] #details-table tbody .product-details .product-name, [class*="paypal-express-review"] #checkout-review-table tbody .product-details .product-name, [class*="paypal-express-review"] #details-table tbody .product-details .product-name {
  font-size: 15px;
  text-transform: none;
  margin-bottom: 7px;
}
[class*="checkout-onepage"] #checkout-review-table tbody .product-details .item-options, [class*="checkout-onepage"] #details-table tbody .product-details .item-options, [class*="paypal-express-review"] #checkout-review-table tbody .product-details .item-options, [class*="paypal-express-review"] #details-table tbody .product-details .item-options {
  margin-left: 0;
  margin-top: 7px;
}
[class*="checkout-onepage"] #checkout-review-table tbody .product-details .item-options dt, [class*="checkout-onepage"] #checkout-review-table tbody .product-details .item-options dd, [class*="checkout-onepage"] #details-table tbody .product-details .item-options dt, [class*="checkout-onepage"] #details-table tbody .product-details .item-options dd, [class*="paypal-express-review"] #checkout-review-table tbody .product-details .item-options dt, [class*="paypal-express-review"] #checkout-review-table tbody .product-details .item-options dd, [class*="paypal-express-review"] #details-table tbody .product-details .item-options dt, [class*="paypal-express-review"] #details-table tbody .product-details .item-options dd {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
[class*="checkout-onepage"] #checkout-review-table tbody tr + tr td, [class*="checkout-onepage"] #details-table tbody tr + tr td, [class*="paypal-express-review"] #checkout-review-table tbody tr + tr td, [class*="paypal-express-review"] #details-table tbody tr + tr td {
  padding-top: 20px;
}
[class*="checkout-onepage"] #checkout-review-table tfoot tr, [class*="checkout-onepage"] #details-table tfoot tr, [class*="paypal-express-review"] #checkout-review-table tfoot tr, [class*="paypal-express-review"] #details-table tfoot tr {
  background: none;
}
[class*="checkout-onepage"] #checkout-review-table tfoot tr.first td, [class*="checkout-onepage"] #details-table tfoot tr.first td, [class*="paypal-express-review"] #checkout-review-table tfoot tr.first td, [class*="paypal-express-review"] #details-table tfoot tr.first td {
  padding-top: 20px;
}
[class*="checkout-onepage"] #checkout-review-table tfoot tr.last td, [class*="checkout-onepage"] #details-table tfoot tr.last td, [class*="paypal-express-review"] #checkout-review-table tfoot tr.last td, [class*="paypal-express-review"] #details-table tfoot tr.last td {
  padding-top: 15px;
}
[class*="checkout-onepage"] #checkout-review-table tfoot td, [class*="checkout-onepage"] #details-table tfoot td, [class*="paypal-express-review"] #checkout-review-table tfoot td, [class*="paypal-express-review"] #details-table tfoot td {
  color: #000;
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
[class*="checkout-onepage"] #checkout-review-table tfoot td strong, [class*="checkout-onepage"] #details-table tfoot td strong, [class*="paypal-express-review"] #checkout-review-table tfoot td strong, [class*="paypal-express-review"] #details-table tfoot td strong {
  font-size: 15px;
}
[class*="checkout-onepage"] #checkout-review-table tfoot td:first-child, [class*="checkout-onepage"] #details-table tfoot td:first-child, [class*="paypal-express-review"] #checkout-review-table tfoot td:first-child, [class*="paypal-express-review"] #details-table tfoot td:first-child {
  text-align: left;
}
[class*="checkout-onepage"] #checkout-review-table tfoot td:last-child, [class*="checkout-onepage"] #details-table tfoot td:last-child, [class*="paypal-express-review"] #checkout-review-table tfoot td:last-child, [class*="paypal-express-review"] #details-table tfoot td:last-child {
  padding-right: 25px;
}
[class*="checkout-onepage"] #checkout-review-details, [class*="paypal-express-review"] #checkout-review-details {
  max-width: 440px;
  margin: 0 auto;
  padding-top: 10px;
}
[class*="checkout-onepage"] #checkout-review-details dt, [class*="paypal-express-review"] #checkout-review-details dt {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
}
[class*="checkout-onepage"] #checkout-review-details .changelink, [class*="paypal-express-review"] #checkout-review-details .changelink {
  display: none;
}
[class*="checkout-onepage"] #review-buttons-container, [class*="paypal-express-review"] #review-buttons-container {
  padding-top: 35px;
  text-align: center;
}
[class*="checkout-onepage"] #review-buttons-container p, [class*="paypal-express-review"] #review-buttons-container p {
  display: none;
}
[class*="checkout-onepage"] #review-buttons-container button.button, [class*="paypal-express-review"] #review-buttons-container button.button {
  margin: 0;
  display: inline-block;
  float: none;
}
[class*="checkout-onepage"] #mobile-checkout-review-summary, [class*="paypal-express-review"] #mobile-checkout-review-summary {
  display: none;
}
[class*="checkout-onepage"] #opc-shipping_method .shipping-notice,
[class*="checkout-onepage"] #opc-shipping_method .no-methods, [class*="paypal-express-review"] #opc-shipping_method .shipping-notice,
[class*="paypal-express-review"] #opc-shipping_method .no-methods {
  padding-left: 10px;
  margin: 0 auto 25px;
  max-width: 540px;
}
[class*="checkout-onepage"] #opc-shipping_method .shipping-notice a,
[class*="checkout-onepage"] #opc-shipping_method .no-methods a, [class*="paypal-express-review"] #opc-shipping_method .shipping-notice a,
[class*="paypal-express-review"] #opc-shipping_method .no-methods a {
  display: inline;
  cursor: pointer;
  color: #c60a27;
  text-decoration: underline;
}
[class*="checkout-onepage"] #opc-shipping_method .shipping-notice a:hover,
[class*="checkout-onepage"] #opc-shipping_method .no-methods a:hover, [class*="paypal-express-review"] #opc-shipping_method .shipping-notice a:hover,
[class*="paypal-express-review"] #opc-shipping_method .no-methods a:hover {
  color: #c60a27;
}
[class*="checkout-onepage"] #opc-shipping_method .change-accesspoint, [class*="paypal-express-review"] #opc-shipping_method .change-accesspoint {
  margin: 20px auto 0;
  display: block;
  width: 230px;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods, [class*="paypal-express-review"] #opc-shipping_method .sp-methods {
  margin-left: 95px;
  width: 470px;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods .description,
[class*="checkout-onepage"] #opc-shipping_method .sp-methods .estimate, [class*="paypal-express-review"] #opc-shipping_method .sp-methods .description,
[class*="paypal-express-review"] #opc-shipping_method .sp-methods .estimate {
  display: inline-block;
  padding-left: 20px;
  color: #999;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods .estimate, [class*="paypal-express-review"] #opc-shipping_method .sp-methods .estimate {
  padding-left: 2px;
  width: 54%;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods .estimate:before, [class*="paypal-express-review"] #opc-shipping_method .sp-methods .estimate:before {
  content: ' - ';
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods dd label, [class*="paypal-express-review"] #opc-shipping_method .sp-methods dd label {
  display: block;
  padding-left: 20px;
  padding-bottom: 0;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods dd label:hover, [class*="paypal-express-review"] #opc-shipping_method .sp-methods dd label:hover {
  background: 0;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods dd label .price, [class*="paypal-express-review"] #opc-shipping_method .sp-methods dd label .price {
  float: right;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods dd input.radio, [class*="paypal-express-review"] #opc-shipping_method .sp-methods dd input.radio {
  margin-right: 0;
  margin-left: 3px;
}
[class*="checkout-onepage"] #opc-shipping_method .sp-methods dt, [class*="paypal-express-review"] #opc-shipping_method .sp-methods dt {
  margin-bottom: 20px;
}
[class*="checkout-onepage"] #opc-shipping_method .please-wait, [class*="paypal-express-review"] #opc-shipping_method .please-wait {
  display: block;
}
[class*="checkout-onepage"] #opc-shipping_method .please-wait img, [class*="paypal-express-review"] #opc-shipping_method .please-wait img {
  float: none;
  display: inline-block;
  position: relative;
  top: 7px;
}
[class*="checkout-onepage"] #opc-shipping_method .buttons-set, [class*="paypal-express-review"] #opc-shipping_method .buttons-set {
  margin-bottom: 50px;
  margin-top: 50px;
}
[class*="checkout-onepage"] #opc-shipping_method .defacto-ups-accesspoint, [class*="paypal-express-review"] #opc-shipping_method .defacto-ups-accesspoint {
  margin-left: -95px;
  margin-right: -135px;
}
[class*="checkout-onepage"] #opc-shipping_method .defacto-ups-accesspoint iframe, [class*="paypal-express-review"] #opc-shipping_method .defacto-ups-accesspoint iframe {
  height: 500px;
  border: 0;
  outline: 0;
}
@media (max-width: 767px) {
  [class*="checkout-onepage"] #opc-shipping_method .defacto-ups-accesspoint iframe, [class*="paypal-express-review"] #opc-shipping_method .defacto-ups-accesspoint iframe {
    max-height: 60vh;
  }
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_sagepaydirectpro"],
[class*="checkout-onepage"] #opc-payment label[for="p_method_sagepayserver"],
[class*="checkout-onepage"] #opc-payment label[for="p_method_sagepayform"], [class*="paypal-express-review"] #opc-payment label[for="p_method_sagepaydirectpro"],
[class*="paypal-express-review"] #opc-payment label[for="p_method_sagepayserver"],
[class*="paypal-express-review"] #opc-payment label[for="p_method_sagepayform"] {
  background: none;
  padding-left: 40px !important;
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_sagepaydirectpro"]:after,
[class*="checkout-onepage"] #opc-payment label[for="p_method_sagepayserver"]:after,
[class*="checkout-onepage"] #opc-payment label[for="p_method_sagepayform"]:after, [class*="paypal-express-review"] #opc-payment label[for="p_method_sagepaydirectpro"]:after,
[class*="paypal-express-review"] #opc-payment label[for="p_method_sagepayserver"]:after,
[class*="paypal-express-review"] #opc-payment label[for="p_method_sagepayform"]:after {
  content: '';
  background: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/card-types.png");
  display: inline-block;
  width: 117px;
  height: 24px;
  background-size: cover;
  margin-left: 10px;
  margin-top: -3px;
  vertical-align: top;
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_paypal_express"], [class*="paypal-express-review"] #opc-payment label[for="p_method_paypal_express"] {
  background: url("https://d1yk18ot3qjyqd.cloudfront.net/skin/frontend/fredperry-rwd/default/images/paypal-opc.png") 99px 8px no-repeat transparent;
  width: 282px;
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_paypal_express"] img, [class*="paypal-express-review"] #opc-payment label[for="p_method_paypal_express"] img {
  display: none;
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_paypal_express"] a, [class*="paypal-express-review"] #opc-payment label[for="p_method_paypal_express"] a {
  margin-top: 4px;
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_vaimo_klarna_invoice"], [class*="paypal-express-review"] #opc-payment label[for="p_method_vaimo_klarna_invoice"] {
  line-height: 1.7;
}
[class*="checkout-onepage"] #opc-payment label[for="p_method_vaimo_klarna_invoice"] img, [class*="paypal-express-review"] #opc-payment label[for="p_method_vaimo_klarna_invoice"] img {
  margin-right: 10px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_paypal_express, [class*="paypal-express-review"] #opc-payment #payment_form_paypal_express {
  padding-left: 40px;
}
[class*="checkout-onepage"] #opc-payment a.addnew, [class*="paypal-express-review"] #opc-payment a.addnew {
  margin-top: 20px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 25px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver #serversecure, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver #serversecure {
  margin: 0 0 20px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver #sagepayserver_cc_nickname_li, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver #sagepayserver_cc_nickname_li {
  display: none;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver #tokencards-payment-sagepayserver li img, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver #tokencards-payment-sagepayserver li img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver #tokencards-payment-sagepayserver li a, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver #tokencards-payment-sagepayserver li a {
  margin-left: 10px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver .paymentsage .usexist, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver .paymentsage .usexist {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
}
[class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver .paymentsage .existing-customers, [class*="paypal-express-review"] #opc-payment #payment_form_sagepayserver .paymentsage .existing-customers {
  margin-bottom: 20px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_vaimo_klarna_invoice, [class*="paypal-express-review"] #opc-payment #payment_form_vaimo_klarna_invoice {
  padding-left: 40px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_dob_year, [class*="paypal-express-review"] #opc-payment #payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_dob_year {
  min-width: 60px !important;
}
[class*="checkout-onepage"] #opc-payment #payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_phonenumber, [class*="paypal-express-review"] #opc-payment #payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_phonenumber {
  width: 150px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_vaimo_klarna_invoice label[for="vaimo_klarna_invoice_consent"], [class*="paypal-express-review"] #opc-payment #payment_form_vaimo_klarna_invoice label[for="vaimo_klarna_invoice_consent"] {
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
[class*="checkout-onepage"] #opc-payment #payment_form_vaimo_klarna_invoice label[for="vaimo_klarna_invoice_consent"] a, [class*="paypal-express-review"] #opc-payment #payment_form_vaimo_klarna_invoice label[for="vaimo_klarna_invoice_consent"] a {
  float: none;
  display: inline;
  margin: 0;
}
[class*="checkout-onepage"] #opc-payment li.klarna_notification, [class*="paypal-express-review"] #opc-payment li.klarna_notification {
  background: 0;
}
[class*="checkout-onepage"] #opc-payment .please-wait, [class*="paypal-express-review"] #opc-payment .please-wait {
  display: block;
}
[class*="checkout-onepage"] #opc-payment .please-wait img, [class*="paypal-express-review"] #opc-payment .please-wait img {
  float: none;
  display: inline-block;
  position: relative;
  top: 7px;
}
[class*="checkout-onepage"] #opc-payment .buttons-set, [class*="paypal-express-review"] #opc-payment .buttons-set {
  margin-bottom: 30px;
  margin-top: 20px;
}
[class*="checkout-onepage"] .shipping-warning, [class*="paypal-express-review"] .shipping-warning {
  margin-bottom: 25px;
}
[class*="checkout-onepage"] .shipping-warning strong, [class*="paypal-express-review"] .shipping-warning strong {
  font-weight: normal;
}
[class*="checkout-onepage"] .shipping-warning p + p, [class*="paypal-express-review"] .shipping-warning p + p {
  margin-top: 8px;
}
[class*="checkout-onepage"] #opc-review, [class*="paypal-express-review"] #opc-review {
  padding-top: 20px;
}

.noappearance [class*="checkout-onepage"] .account-create .name-prefix .input-box:after {
  display: none;
}
.noappearance [class*="checkout-onepage"] .account-create select {
  height: 36px;
  padding: 5px 0 5px 8px;
}
.noappearance [class*="checkout-onepage"] label[for="billing:prefix"] + .input-box:after,
.noappearance [class*="checkout-onepage"] label[for="billing-address-select"] + .input-box:after,
.noappearance [class*="checkout-onepage"] label[for="shipping-address-select"] + .input-box:after,
.noappearance [class*="checkout-onepage"] label[for="shipping:prefix"] + .input-box:after {
  display: none !important;
}
.noappearance [class*="checkout-onepage"] label[for="billing:prefix"] + .input-box select,
.noappearance [class*="checkout-onepage"] label[for="billing-address-select"] + .input-box select,
.noappearance [class*="checkout-onepage"] label[for="shipping-address-select"] + .input-box select,
.noappearance [class*="checkout-onepage"] label[for="shipping:prefix"] + .input-box select {
  height: 36px !important;
  padding: 5px 0 5px 8px !important;
}

@media only screen and (max-width: 767px) {
  [class*="checkout-onepage"] select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    background: inherit !important;
  }
  [class*="checkout-onepage"] .input-box::after {
    display: none !important;
  }
  [class*="checkout-onepage"] #co-shipping-form #shipping-new-address-form {
    padding-right: 0;
    padding-top: 0;
  }
  [class*="checkout-onepage"] #checkout-step-shipping a.dialog__site-selector {
    margin-left: 0;
  }
  [class*="checkout-onepage"] .modal-sagepaysuite {
    bottom: auto !important;
    position: absolute !important;
    overflow: scroll !important;
  }
  [class*="checkout-onepage"] div.lcontainer {
    height: 1100px !important;
  }
  [class*="checkout-onepage"] .opc .section .step-title {
    display: block;
  }
  [class*="checkout-onepage"] #ssl-logo {
    top: 10px;
  }
  [class*="checkout-onepage"] #checkout-progress-wrapper {
    display: none;
  }
  [class*="checkout-onepage"] #checkoutSteps {
    margin: 10px 0 50px;
    counter-reset: checkout-steps;
  }
  [class*="checkout-onepage"] #checkoutSteps .section {
    padding-top: 0;
  }
  [class*="checkout-onepage"] #checkoutSteps .section.active {
    padding-top: 0;
  }
  [class*="checkout-onepage"] #checkoutSteps .section .step-title {
    border: 0;
    text-align: center;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  [class*="checkout-onepage"] #checkoutSteps .section .step-title h2 {
    color: #999;
    margin: 0;
    float: none;
    text-transform: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }
  [class*="checkout-onepage"] #checkoutSteps .section .step-title a, [class*="checkout-onepage"] #checkoutSteps .section .step-title .number {
    display: none;
  }
  [class*="checkout-onepage"] #checkoutSteps .section .step-title:before {
    content: counter(checkout-steps) ".";
    counter-increment: checkout-steps;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #999;
    font-size: 16px;
  }
  [class*="checkout-onepage"] #checkoutSteps .section.active .step-title h2, [class*="checkout-onepage"] #checkoutSteps .section.active .step-title:before {
    color: #000;
  }
  [class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set {
    padding: 0;
  }
  [class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set:before {
    display: none;
  }
  [class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set .col-1 {
    width: 100%;
    padding: 0;
  }
  [class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set .col-2 {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    width: 100%;
    padding: 25px 0 0;
  }
  [class*="checkout-onepage"] #checkoutSteps #opc-login .col2-set .col-2 .buttons-set {
    position: static;
    width: 100%;
    padding-top: 0;
  }
  [class*="checkout-onepage"] .account-create form,
  [class*="checkout-onepage"] #checkout-step-billing form,
  [class*="checkout-onepage"] #checkout-step-shipping form {
    max-width: 100%;
  }
  [class*="checkout-onepage"] .account-create .chosen-container,
  [class*="checkout-onepage"] #checkout-step-billing .chosen-container,
  [class*="checkout-onepage"] #checkout-step-shipping .chosen-container {
    width: 100% !important;
  }
  [class*="checkout-onepage"] .account-create .customer-name-prefix > label,
  [class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix > label,
  [class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix > label {
    text-align: left;
    width: 100%;
  }
  [class*="checkout-onepage"] .account-create .customer-name-prefix .name-prefix,
  [class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-prefix,
  [class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-prefix {
    width: 20%;
    margin-right: 5%;
  }
  [class*="checkout-onepage"] .account-create .customer-name-prefix .name-firstname,
  [class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-firstname,
  [class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-firstname {
    width: 35%;
    margin-right: 5%;
  }
  [class*="checkout-onepage"] .account-create .customer-name-prefix .name-lastname,
  [class*="checkout-onepage"] #checkout-step-billing .customer-name-prefix .name-lastname,
  [class*="checkout-onepage"] #checkout-step-shipping .customer-name-prefix .name-lastname {
    width: 35%;
  }
  [class*="checkout-onepage"] .account-create .form-list li.control,
  [class*="checkout-onepage"] #checkout-step-billing .form-list li.control,
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li.control {
    padding-left: 0;
  }
  [class*="checkout-onepage"] .account-create .form-list li.control label,
  [class*="checkout-onepage"] #checkout-step-billing .form-list li.control label,
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li.control label {
    min-width: 150px;
    width: 240px;
  }
  [class*="checkout-onepage"] .account-create .form-list li > label,
  [class*="checkout-onepage"] .account-create .form-list li > .field > label,
  [class*="checkout-onepage"] #checkout-step-billing .form-list li > label,
  [class*="checkout-onepage"] #checkout-step-billing .form-list li > .field > label,
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li > label,
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li > .field > label {
    text-align: left;
    width: 100%;
    margin-right: 0;
    height: auto;
    line-height: 30px;
  }
  [class*="checkout-onepage"] .account-create .form-list li > label[for="billing-address-select"],
  [class*="checkout-onepage"] .account-create .form-list li > .field > label[for="billing-address-select"],
  [class*="checkout-onepage"] #checkout-step-billing .form-list li > label[for="billing-address-select"],
  [class*="checkout-onepage"] #checkout-step-billing .form-list li > .field > label[for="billing-address-select"],
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li > label[for="billing-address-select"],
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li > .field > label[for="billing-address-select"] {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  [class*="checkout-onepage"] .account-create .form-list li .input-box,
  [class*="checkout-onepage"] #checkout-step-billing .form-list li .input-box,
  [class*="checkout-onepage"] #checkout-step-shipping .form-list li .input-box {
    width: 100%;
    float: none;
  }
  [class*="checkout-onepage"] .account-create p.notice,
  [class*="checkout-onepage"] #checkout-step-billing p.notice,
  [class*="checkout-onepage"] #checkout-step-shipping p.notice {
    margin-left: 0;
  }
  [class*="checkout-onepage"] .account-create .buttons-set button.button,
  [class*="checkout-onepage"] #checkout-step-billing .buttons-set button.button,
  [class*="checkout-onepage"] #checkout-step-shipping .buttons-set button.button {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
  [class*="checkout-onepage"] .account-create label[for="country"] + .input-box,
  [class*="checkout-onepage"] #checkout-step-billing label[for="country"] + .input-box,
  [class*="checkout-onepage"] #checkout-step-shipping label[for="country"] + .input-box {
    padding: 0;
    margin: 0;
    position: relative;
  }
  [class*="checkout-onepage"] .account-create label[for="country"] + .input-box select,
  [class*="checkout-onepage"] #checkout-step-billing label[for="country"] + .input-box select,
  [class*="checkout-onepage"] #checkout-step-shipping label[for="country"] + .input-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0;
    background: 0;
    padding: 5px 25px 5px 8px;
    height: 30px;
    width: 100%;
    font-size: 12px;
    color: #000;
    cursor: pointer;
  }
  [class*="checkout-onepage"] .account-create label[for="country"] + .input-box select:focus,
  [class*="checkout-onepage"] #checkout-step-billing label[for="country"] + .input-box select:focus,
  [class*="checkout-onepage"] #checkout-step-shipping label[for="country"] + .input-box select:focus {
    outline: 1px solid #000;
    box-shadow: 0;
  }
  @-moz-document url-prefix() {
    [class*="checkout-onepage"] .account-create label[for="country"] + .input-box select,
    [class*="checkout-onepage"] #checkout-step-billing label[for="country"] + .input-box select,
    [class*="checkout-onepage"] #checkout-step-shipping label[for="country"] + .input-box select {
      text-indent: 0.01px;
      text-overflow: '';
    }
  }
  [class*="checkout-onepage"] .account-create label[for="country"] + .input-box:after,
  [class*="checkout-onepage"] #checkout-step-billing label[for="country"] + .input-box:after,
  [class*="checkout-onepage"] #checkout-step-shipping label[for="country"] + .input-box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999;
    border-bottom: none;
    position: absolute;
    top: 15px;
    margin-top: -2px;
    right: 10px;
    pointer-events: none;
  }
  [class*="checkout-onepage"] #co-billing-form #billing-new-address-form {
    padding-right: 0;
    padding-top: 0;
  }
  [class*="checkout-onepage"] #opc-shipping_method .sp-methods {
    margin-left: 0;
    width: 100%;
  }
  [class*="checkout-onepage"] #opc-shipping_method .sp-methods dd label {
    padding-left: 25px;
  }
  [class*="checkout-onepage"] #opc-shipping_method .sp-methods .description {
    padding-left: 25px;
  }
  [class*="checkout-onepage"] #opc-shipping_method .sp-methods .estimate {
    padding-left: 25px;
    display: block;
    width: auto;
  }
  [class*="checkout-onepage"] #opc-shipping_method .sp-methods .estimate:before {
    content: '';
  }
  [class*="checkout-onepage"] #opc-shipping_method .defacto-ups-accesspoint {
    margin-left: 0;
    margin-right: 0;
  }
  [class*="checkout-onepage"] #checkout-review-table thead th {
    display: none;
  }
  [class*="checkout-onepage"] #checkout-review-table tbody td {
    display: none;
  }
  [class*="checkout-onepage"] #checkout-review-table tbody td:first-child {
    display: table-cell;
  }
  [class*="checkout-onepage"] #checkout-review-table tbody .product-details {
    width: 170px;
  }
  [class*="checkout-onepage"] #checkout-review-table tbody .product-details .item-options {
    float: none;
  }
  [class*="checkout-onepage"] #checkout-review-table tbody .product-details .item-options dt, [class*="checkout-onepage"] #checkout-review-table tbody .product-details .item-options dd {
    float: none;
    clear: none;
  }
  [class*="checkout-onepage"] #checkout-review-table tfoot {
    display: none;
  }
  [class*="checkout-onepage"] #checkout-review-table-wrapper {
    border-bottom: 0;
    padding-bottom: 15px;
  }
  [class*="checkout-onepage"] #checkout-review-details {
    max-width: 100%;
  }
  [class*="checkout-onepage"] #mobile-checkout-review-summary {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  [class*="checkout-onepage"] #mobile-checkout-review-summary table {
    width: 100%;
  }
  [class*="checkout-onepage"] #mobile-checkout-review-summary table td:first-child {
    text-align: left;
  }
  [class*="checkout-onepage"] #mobile-checkout-review-summary table:last-of-type td {
    padding-top: 15px;
    font-size: 15px;
    font-weight: normal;
  }
  [class*="checkout-onepage"] #review-buttons-container button.button {
    width: 100%;
  }
  [class*="checkout-onepage"] #opc-payment #payment_form_sagepayserver {
    padding: 15px;
    margin: 0;
  }
  [class*="checkout-onepage"] #opc-payment label[for="p_method_sagepaydirectpro"]:after,
  [class*="checkout-onepage"] #opc-payment label[for="p_method_sagepayserver"]:after,
  [class*="checkout-onepage"] #opc-payment label[for="p_method_sagepayform"]:after {
    height: 20px;
    width: 98px;
  }
  [class*="checkout-onepage"] #opc-review {
    padding-top: 0;
  }

  .no-ios [class*="checkout-onepage"] .modal-sagepaysuite {
    height: inherit !important;
  }
}
body.checkout-onepage-success .col-main .page-title {
  display: block;
}

.address-boxes {
  margin-bottom: 25px;
  margin-left: -180px;
  margin-right: -180px;
}
.address-boxes:empty {
  display: none;
}

@media (max-width: 1023px) {
  .address-boxes {
    margin-left: -90px;
    margin-right: -90px;
  }
}
.address-box {
  padding: 15px;
  border: 1px solid #dedede;
  width: 33.33%;
  float: left;
  position: relative;
}

.address-box.active-address {
  background: #eee;
}

.address-box:nth-of-type(3n-1) {
  border-left: 0;
}

.address-box:nth-of-type(3n) {
  border-left: 0;
}

.address-box:nth-of-type(1n+4) {
  border-top: 0;
}

.address-box:last-of-type span {
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
}

.ie8 .address-box:last-of-type span {
  line-height: 1.2;
  text-transform: none;
  text-align: left;
  padding: 15px;
}

@media (max-width: 767px) {
  .address-box {
    width: 100%;
    float: none;
  }
}
.address-box input[type="radio"] {
  position: absolute;
  top: 15px;
  left: 15px;
}

.address-box span {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  min-height: 120px;
}

.address-box span:first-line {
  font-weight: bold;
}

.mobile-address-placeholder {
  padding: 15px 0;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}

.mobile-address-placeholder:before,
.mobile-address-placeholder:after {
  content: '';
  display: block;
  height: 1px;
  background: #dedede;
  position: absolute;
  left: -25px;
  right: -25px;
  top: 0;
}

.mobile-address-placeholder:after {
  top: auto;
  bottom: 0;
}

.mobile-address-placeholder button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-address-placeholder span {
  display: block;
  min-height: 70px;
}

.mobile-address-placeholder span:first-line {
  font-weight: bold;
}

.mobile-address-placeholder.mobile-address {
  margin-bottom: 0;
}

.mobile-address-placeholder.mobile-address + .mobile-address-placeholder.mobile-address:before {
  display: none;
}

.mobile-address:last-of-type {
  display: none;
}

.mobile-address-boxes {
  margin-top: 10px;
}

.mobile-address-boxes h4 {
  text-transform: none;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.mobile-new-address {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.new-address-active {
  line-height: 70px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #billing-new-address-form {
    margin-top: -25px;
  }
}
.fredsthreads-sale {
  text-align: center;
}
.fredsthreads-sale .page-title h1 {
  margin-bottom: 25px;
}
.fredsthreads-sale p {
  margin-bottom: 1em;
}
.fredsthreads-sale p.statement {
  font-size: 13px;
  font-weight: 700;
}
.fredsthreads-sale .button {
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 3.5em;
}
.fredsthreads-sale .signup-block {
  padding-top: 3em;
  margin-bottom: 2em;
  border-top: 1px solid #DDD;
}

.four-o-four .page-title {
  margin-top: 50px;
}
.four-o-four p {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 1.8em;
  padding-left: 10%;
  padding-right: 10%;
}
.four-o-four .button-holder {
  padding-top: 40px;
  width: 300px;
  margin: 0 auto 40px auto;
}
.four-o-four .button-holder .button {
  width: 140px;
}
.four-o-four .button-holder .left {
  float: left;
  padding-left: 15%;
  padding-right: 15%;
}
.four-o-four .button-holder .right {
  float: right;
}

.cms-page-view .col-main > .std {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.customer-account .my-account {
  max-width: 800px;
  margin: 0 auto;
}
.customer-account .my-account .page-title {
  display: none;
}
.customer-account .my-account .welcome-msg {
  display: none;
}
.customer-account .my-account .box-account {
  margin-top: 40px;
}
.customer-account .my-account .box-account .box-head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  text-align: center;
}
.customer-account .my-account .box-account .box-head h2 {
  margin-bottom: 0;
}
.customer-account .my-account .box-account .box-head a {
  position: relative;
}
.customer-account .my-account .box-account .box-head a:hover {
  color: #000;
}
.customer-account .my-account .box-account .box-head a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.customer-account .my-account .box-info .col2-set {
  max-width: 470px;
  margin: 0 auto;
}
.customer-account .my-account .box-info h3 {
  text-transform: none;
  font-size: 12px;
}
.customer-account .my-account .box-info a {
  position: relative;
}
.customer-account .my-account .box-info a:hover {
  color: #000;
}
.customer-account .my-account .box-info a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.customer-account .my-account .box-info address {
  margin-bottom: 5px;
}
.customer-account .dashboard > :last-child {
  margin-bottom: 50px;
}
.customer-account #my-orders-table {
  margin-top: 30px;
}
.customer-account #my-orders-table thead th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.customer-account #my-orders-table tbody td.view a:hover {
  position: relative;
  color: #000;
  text-decoration: none;
}
.customer-account #my-orders-table tbody td.view a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .customer-account .my-account .box-recent {
    margin-top: 0;
  }
}
.customer-account-logoutsuccess .col-main p {
  margin-top: 30px;
  text-align: center;
}

.customer-account-login .col-main > .account-login .page-title {
  margin-top: 50px;
}
.customer-account-login .col-main > .account-login .page-title h1 {
  margin-bottom: 50px;
}
.customer-account-login .col-main > .account-login p.required {
  display: none;
}
.customer-account-login .col-main > .account-login p.description {
  font-style: normal;
  color: #000;
  font-size: 12px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  margin: 19px 0;
}
.customer-account-login .col-main > .account-login .col2-set {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
  text-align: center;
}
.customer-account-login .col-main > .account-login .col2-set:before {
  background: #ddd;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
}
.customer-account-login .col-main > .account-login .col2-set .col-1 {
  padding: 0 80px 0 0;
}
.customer-account-login .col-main > .account-login .col2-set .col-2 {
  padding: 0 0 0 80px;
}
.customer-account-login .col-main > .account-login .col2-set .col-2 .buttons-set {
  position: absolute;
  bottom: 88px;
  right: 0;
  width: 270px;
}
.customer-account-login .col-main > .account-login ul {
  text-align: left;
}
.customer-account-login .col-main > .account-login ul.messages {
  text-align: center;
}
.customer-account-login .col-main > .account-login ul.messages li {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.customer-account-login .col-main > .account-login ul.messages li.error-msg {
  margin-bottom: 25px;
  margin-top: -25px;
}
.customer-account-login .col-main > .account-login .buttons-set {
  padding-top: 15px;
  margin-bottom: 30px;
  border: 0;
}
.customer-account-login .col-main > .account-login .buttons-set .button {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
}
.customer-account-login .col-main > .account-login .form-list > li {
  margin-bottom: 5px;
}
.customer-account-login .col-main > .account-login a.f-left {
  color: #000;
}
.customer-account-login .col-main > .account-login a.f-left:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .customer-account-login .col-main > .account-login .col2-set {
    padding: 0;
  }
  .customer-account-login .col-main > .account-login .col2-set:before {
    display: none;
  }
  .customer-account-login .col-main > .account-login .col2-set .col-1 {
    width: 100%;
    padding: 0;
  }
  .customer-account-login .col-main > .account-login .col2-set .col-2 {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    width: 100%;
    padding: 25px 0 0;
  }
  .customer-account-login .col-main > .account-login .col2-set .col-2 .buttons-set {
    position: static;
    width: 100%;
    padding-top: 0;
  }
}
.customer-account-create .account-create .form-instructions {
  display: none;
}
.customer-account-create .account-create p.required {
  display: none;
}
.customer-account-create .account-create .remember-me-popup {
  display: none;
}
.customer-account-create .account-create .page-title {
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
}
.customer-account-create .account-create form {
  max-width: 550px;
  margin: 0 auto;
}
.customer-account-create .account-create li[class*="-msg"] {
  max-width: 550px;
  margin: 25px auto;
}
.customer-account-create .account-create input[type=tel],
.customer-account-create .account-create input[type=text],
.customer-account-create .account-create input[type=email],
.customer-account-create .account-create input[type=password] {
  margin-bottom: 0;
}
.customer-account-create .account-create .name-prefix .input-box {
  padding: 0;
  margin: 0;
  position: relative;
}
.customer-account-create .account-create .name-prefix .input-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
.customer-account-create .account-create .name-prefix .input-box:after {
  top: 22px;
}
.customer-account-create .account-create select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  height: 40px;
  margin-top: 2px;
  padding: 10px 25px 10px 8px;
}
.customer-account-create .account-create select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  .customer-account-create .account-create select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
.customer-account-create .account-create .select-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}
.customer-account-create .account-create .select-wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
.customer-account-create .account-create .select-wrapper:after {
  top: 22px;
}
.customer-account-create .account-create .field.name-middlename {
  display: none;
}
.customer-account-create .account-create .field:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-create .account-create p.notice {
  clear: both;
  margin-left: 190px;
  color: #999;
}
.customer-account-create .account-create .validation-advice {
  clear: both;
}
.customer-account-create .account-create .form-list > li {
  margin-bottom: 8px;
}
.customer-account-create .account-create .form-list li:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-create .account-create .form-list li > label,
.customer-account-create .account-create .form-list li > .field > label {
  float: left;
  width: 175px;
  text-align: right;
  clear: both;
  margin-right: 15px;
  height: 42px;
  line-height: 42px;
}
.customer-account-create .account-create .form-list li .input-box {
  width: 360px;
  float: right;
  margin-bottom: 8px;
}
.customer-account-create .account-create .form-list li.control {
  padding-left: 190px;
}
.customer-account-create .account-create .form-list li.control .input-box {
  float: left;
  width: 18px;
}
.customer-account-create .account-create .form-list li.control input {
  float: none;
  margin: 0;
}
.customer-account-create .account-create .form-list li.control label {
  background: 0;
  margin: 0;
  padding: 0;
  clear: none;
  text-align: left;
  height: auto;
  line-height: 1.4;
  font-size: 12px;
}
.customer-account-create .account-create .chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: none;
}
.customer-account-create .account-create .chosen-container .chosen-results li.highlighted {
  background: #000;
}
.customer-account-create .account-create .chosen-container-single .chosen-search input[type=text] {
  padding: 4px 20px 4px 5px;
}
.customer-account-create .account-create .chosen-container-single .chosen-single {
  height: 38px;
  border-radius: 0;
  background: #fff;
  border-color: #ddd;
  box-shadow: none;
  padding: 10px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.customer-account-create .account-create .chosen-container-single .chosen-single span {
  line-height: 1.5;
}
.customer-account-create .account-create .chosen-container-single .chosen-single div {
  top: 7px;
}
.customer-account-create .account-create label.required:after {
  color: #aa8e62;
}
.customer-account-create .account-create .customer-name-prefix > label {
  float: left;
  width: 175px;
  text-align: right;
  margin-right: 15px;
  height: 60px;
  line-height: 80px;
}
.customer-account-create .account-create .customer-name-prefix .field {
  float: left;
  margin-bottom: 0;
}
.customer-account-create .account-create .customer-name-prefix .input-box {
  width: auto !important;
}
.customer-account-create .account-create .customer-name-prefix .name-prefix {
  width: 60px;
  margin-right: 10px;
}
.customer-account-create .account-create .customer-name-prefix .name-prefix label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-account-create .account-create .customer-name-prefix .name-firstname {
  width: 140px;
  margin-right: 10px;
}
.customer-account-create .account-create .customer-name-prefix .name-firstname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-account-create .account-create .customer-name-prefix .name-lastname {
  width: 140px;
}
.customer-account-create .account-create .customer-name-prefix .name-lastname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-account-create .account-create .customer-name-prefix:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-create .account-create .customer-dob label {
  display: none;
}
.customer-account-create .account-create .customer-dob .dob-month,
.customer-account-create .account-create .customer-dob .dob-day {
  width: 45px;
}
.customer-account-create .account-create .buttons-set {
  border-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.customer-account-create .account-create .buttons-set button.button {
  display: inline-block;
  float: none;
  margin: 0;
  min-width: 280px;
}
.customer-account-create .account-create .buttons-set .back-link {
  display: none;
}

.noappearance .customer-account-create .account-create .name-prefix .input-box:after {
  display: none;
}
.noappearance .customer-account-create .account-create select {
  height: 36px;
  padding: 5px 0 5px 8px;
}

.ie8 .customer-account-create .account-create .customer-name-prefix .input-box {
  float: none;
  position: static;
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .customer-account-create .opc .section .step-title {
    display: block;
  }
  .customer-account-create #ssl-logo {
    top: 10px;
  }
  .customer-account-create #checkout-progress-wrapper {
    display: none;
  }
  .customer-account-create #checkoutSteps {
    margin: 10px 0 50px;
    counter-reset: checkout-steps;
  }
  .customer-account-create #checkoutSteps .section .step-title {
    border: 0;
    text-align: center;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .customer-account-create #checkoutSteps .section .step-title h2 {
    color: #999;
    margin: 0;
    float: none;
    text-transform: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }
  .customer-account-create #checkoutSteps .section .step-title a, .customer-account-create #checkoutSteps .section .step-title .number {
    display: none;
  }
  .customer-account-create #checkoutSteps .section .step-title:before {
    content: counter(checkout-steps) ".";
    counter-increment: checkout-steps;
    font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #999;
    font-size: 16px;
  }
  .customer-account-create #checkoutSteps .section.active .step-title h2, .customer-account-create #checkoutSteps .section.active .step-title:before {
    color: #000;
  }
  .customer-account-create #checkoutSteps #opc-login .col2-set {
    padding: 0;
  }
  .customer-account-create #checkoutSteps #opc-login .col2-set:before {
    display: none;
  }
  .customer-account-create #checkoutSteps #opc-login .col2-set .col-1 {
    width: 100%;
    padding: 0;
  }
  .customer-account-create #checkoutSteps #opc-login .col2-set .col-2 {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    width: 100%;
    padding: 25px 0 0;
  }
  .customer-account-create #checkoutSteps #opc-login .col2-set .col-2 .buttons-set {
    position: static;
    width: 100%;
    padding-top: 0;
  }
  .customer-account-create .account-create form,
  .customer-account-create #checkout-step-billing form,
  .customer-account-create #checkout-step-shipping form {
    max-width: 100%;
  }
  .customer-account-create .account-create .chosen-container,
  .customer-account-create #checkout-step-billing .chosen-container,
  .customer-account-create #checkout-step-shipping .chosen-container {
    width: 100% !important;
  }
  .customer-account-create .account-create .customer-name-prefix > label,
  .customer-account-create #checkout-step-billing .customer-name-prefix > label,
  .customer-account-create #checkout-step-shipping .customer-name-prefix > label {
    text-align: left;
    width: 100%;
  }
  .customer-account-create .account-create .customer-name-prefix .name-prefix,
  .customer-account-create #checkout-step-billing .customer-name-prefix .name-prefix,
  .customer-account-create #checkout-step-shipping .customer-name-prefix .name-prefix {
    width: 20%;
    margin-right: 5%;
  }
  .customer-account-create .account-create .customer-name-prefix .name-firstname,
  .customer-account-create #checkout-step-billing .customer-name-prefix .name-firstname,
  .customer-account-create #checkout-step-shipping .customer-name-prefix .name-firstname {
    width: 35%;
    margin-right: 5%;
  }
  .customer-account-create .account-create .customer-name-prefix .name-lastname,
  .customer-account-create #checkout-step-billing .customer-name-prefix .name-lastname,
  .customer-account-create #checkout-step-shipping .customer-name-prefix .name-lastname {
    width: 35%;
  }
  .customer-account-create .account-create .form-list li.control,
  .customer-account-create #checkout-step-billing .form-list li.control,
  .customer-account-create #checkout-step-shipping .form-list li.control {
    padding-left: 0;
  }
  .customer-account-create .account-create .form-list li.control label,
  .customer-account-create #checkout-step-billing .form-list li.control label,
  .customer-account-create #checkout-step-shipping .form-list li.control label {
    min-width: 150px;
    width: 150px;
  }
  .customer-account-create .account-create .form-list li > label,
  .customer-account-create .account-create .form-list li > .field > label,
  .customer-account-create #checkout-step-billing .form-list li > label,
  .customer-account-create #checkout-step-billing .form-list li > .field > label,
  .customer-account-create #checkout-step-shipping .form-list li > label,
  .customer-account-create #checkout-step-shipping .form-list li > .field > label {
    text-align: left;
    width: 100%;
    margin-right: 0;
    height: auto;
    line-height: 30px;
  }
  .customer-account-create .account-create .form-list li .input-box,
  .customer-account-create #checkout-step-billing .form-list li .input-box,
  .customer-account-create #checkout-step-shipping .form-list li .input-box {
    width: 100%;
    float: none;
  }
  .customer-account-create .account-create p.notice,
  .customer-account-create #checkout-step-billing p.notice,
  .customer-account-create #checkout-step-shipping p.notice {
    margin-left: 0;
  }
  .customer-account-create .account-create .buttons-set button.button,
  .customer-account-create #checkout-step-billing .buttons-set button.button,
  .customer-account-create #checkout-step-shipping .buttons-set button.button {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
.customer-account-edit .my-account .page-title h1 {
  text-align: center;
}
.customer-account-edit .my-account h2.legend {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.customer-account-edit .my-account .form-instructions {
  display: none;
}
.customer-account-edit .my-account p.required {
  display: none;
}
.customer-account-edit .my-account .remember-me-popup {
  display: none;
}
.customer-account-edit .my-account .page-title {
  display: block;
  margin-top: 50px;
}
.customer-account-edit .my-account form {
  max-width: 550px;
  margin: 0 auto;
}
.customer-account-edit .my-account input[type=tel],
.customer-account-edit .my-account input[type=text],
.customer-account-edit .my-account input[type=email],
.customer-account-edit .my-account input[type=password] {
  margin-bottom: 0;
}
.customer-account-edit .my-account .name-prefix .input-box {
  padding: 0;
  margin: 0;
  position: relative;
}
.customer-account-edit .my-account .name-prefix .input-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
.customer-account-edit .my-account .name-prefix .input-box:after {
  top: 22px;
}
.customer-account-edit .my-account select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  height: 40px;
  margin-top: 2px;
  padding: 10px 25px 10px 8px;
}
.customer-account-edit .my-account select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  .customer-account-edit .my-account select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
.customer-account-edit .my-account .select-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}
.customer-account-edit .my-account .select-wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
.customer-account-edit .my-account .select-wrapper:after {
  top: 22px;
}
.customer-account-edit .my-account .field.name-middlename {
  display: none;
}
.customer-account-edit .my-account .field:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-edit .my-account p.notice {
  clear: both;
  margin-left: 190px;
  color: #999;
}
.customer-account-edit .my-account .validation-advice {
  clear: both;
}
.customer-account-edit .my-account .form-list > li {
  margin-bottom: 8px;
}
.customer-account-edit .my-account .form-list li:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-edit .my-account .form-list li > label,
.customer-account-edit .my-account .form-list li > .field > label {
  float: left;
  width: 175px;
  text-align: right;
  clear: both;
  margin-right: 15px;
  height: 42px;
  line-height: 42px;
}
.customer-account-edit .my-account .form-list li .input-box {
  width: 360px;
  float: right;
  margin-bottom: 8px;
}
.customer-account-edit .my-account .form-list li.control {
  padding-left: 190px;
}
.customer-account-edit .my-account .form-list li.control .input-box {
  float: left;
  width: 18px;
}
.customer-account-edit .my-account .form-list li.control input {
  float: none;
  margin: 0 5px 0 0;
}
.customer-account-edit .my-account .form-list li.control label {
  background: 0;
  margin: 0;
  padding: 0;
  clear: none;
  float: none;
  text-align: left;
  height: auto;
  line-height: 1.4;
  font-size: 12px;
}
.customer-account-edit .my-account .chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: none;
}
.customer-account-edit .my-account .chosen-container.chosen-container-active > a {
  outline: 1px solid #000;
}
.customer-account-edit .my-account .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  outline: 1px solid #000;
  margin-top: 1px;
}
.customer-account-edit .my-account .chosen-container .chosen-results li.highlighted {
  background: #000;
}
.customer-account-edit .my-account .chosen-container-single .chosen-search input[type=text] {
  padding: 4px 20px 4px 5px;
}
.customer-account-edit .my-account .chosen-container-single .chosen-single {
  height: 38px;
  border-radius: 0;
  background: #fff;
  border-color: #ddd;
  box-shadow: none;
  padding: 10px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.customer-account-edit .my-account .chosen-container-single .chosen-single span {
  line-height: 1.5;
}
.customer-account-edit .my-account .chosen-container-single .chosen-single div {
  top: 7px;
}
.customer-account-edit .my-account label.required:after {
  color: #aa8e62;
}
.customer-account-edit .my-account .customer-name-prefix > label {
  float: left;
  width: 175px;
  text-align: right;
  margin-right: 15px;
  height: 60px;
  line-height: 80px;
}
.customer-account-edit .my-account .customer-name-prefix .field {
  float: left;
  margin-bottom: 0;
}
.customer-account-edit .my-account .customer-name-prefix .input-box {
  width: auto !important;
}
.customer-account-edit .my-account .customer-name-prefix .name-prefix {
  width: 60px;
  margin-right: 10px;
}
.customer-account-edit .my-account .customer-name-prefix .name-prefix label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-account-edit .my-account .customer-name-prefix .name-firstname {
  width: 140px;
  margin-right: 10px;
}
.customer-account-edit .my-account .customer-name-prefix .name-firstname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-account-edit .my-account .customer-name-prefix .name-lastname {
  width: 140px;
}
.customer-account-edit .my-account .customer-name-prefix .name-lastname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-account-edit .my-account .customer-name-prefix:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-edit .my-account .customer-dob label {
  display: none;
}
.customer-account-edit .my-account .customer-dob .dob-month,
.customer-account-edit .my-account .customer-dob .dob-day {
  width: 45px;
}
.customer-account-edit .my-account .buttons-set {
  border-top: 0;
  margin-bottom: 50px;
}
.customer-account-edit .my-account .buttons-set button.button {
  float: left;
  margin-left: 190px;
  min-width: 220px;
}
.customer-account-edit .my-account .buttons-set .back-link {
  display: none;
}

.noappearance .customer-account-edit .my-account .name-prefix .input-box:after {
  display: none;
}
.noappearance .customer-account-edit .my-account select {
  height: 36px;
  padding: 5px 0 5px 8px;
}

@media only screen and (max-width: 767px) {
  .customer-account-edit .my-account .page-title {
    margin-top: 0;
  }
  .customer-account-edit .my-account form {
    max-width: 100%;
  }
  .customer-account-edit .my-account .chosen-container {
    width: 100% !important;
  }
  .customer-account-edit .my-account .customer-name-prefix > label {
    text-align: left;
    width: 100%;
  }
  .customer-account-edit .my-account .customer-name-prefix .name-prefix {
    width: 20%;
    margin-right: 5%;
  }
  .customer-account-edit .my-account .customer-name-prefix .name-firstname {
    width: 35%;
    margin-right: 5%;
  }
  .customer-account-edit .my-account .customer-name-prefix .name-lastname {
    width: 35%;
  }
  .customer-account-edit .my-account .form-list li.control {
    padding-left: 0;
  }
  .customer-account-edit .my-account .form-list li.control label {
    min-width: 150px;
    width: 150px;
  }
  .customer-account-edit .my-account .form-list li > label,
  .customer-account-edit .my-account .form-list li > .field > label {
    text-align: left;
    width: 100%;
    margin-right: 0;
    height: auto;
    line-height: 30px;
  }
  .customer-account-edit .my-account .form-list li .input-box {
    width: 100%;
    float: none;
  }
  .customer-account-edit .my-account p.notice {
    margin-left: 0;
  }
  .customer-account-edit .my-account .buttons-set button.button {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
.sagepaysuite-card-index .my-account .page-title {
  display: block;
  margin-top: 50px;
}
.sagepaysuite-card-index .my-account .page-title h1 {
  display: block;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table {
  margin-top: 30px;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table thead th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody #no-tokencards-tr p {
  text-align: left;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td.view a:hover {
  position: relative;
  color: #000;
  text-decoration: none;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td.view a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td h3.product-name {
  font-size: 12px;
  text-transform: none;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td strong {
  font-weight: normal;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td.last {
  text-align: right;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td.last a:hover {
  position: relative;
  color: #000;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td.last a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody td input[type=text] {
  max-width: 90%;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tbody tr.last td {
  padding-bottom: 30px;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tfoot {
  border-top: 1px solid #ddd;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tfoot tr td {
  text-align: left;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tfoot tr td.last {
  text-align: right;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tfoot tr.first td {
  padding-top: 15px;
}
.sagepaysuite-card-index .my-account #my-sagepaycards-table tfoot tr.grand_total td {
  padding-top: 5px;
}
.sagepaysuite-card-index .my-account .buttons-set {
  display: none;
}
.sagepaysuite-card-index .my-account #link-regcard {
  margin: 20px auto 50px;
  display: inline-block;
}

.customer-account-forgotpassword #form-validate,
.customer-account-resetpassword #form-validate {
  max-width: 380px;
  margin: 50px auto 0;
}
.customer-account-forgotpassword #form-validate .fieldset,
.customer-account-resetpassword #form-validate .fieldset {
  text-align: center;
}
.customer-account-forgotpassword #form-validate .fieldset label,
.customer-account-forgotpassword #form-validate .fieldset p.required,
.customer-account-resetpassword #form-validate .fieldset label,
.customer-account-resetpassword #form-validate .fieldset p.required {
  display: none;
}
.customer-account-forgotpassword #form-validate .fieldset .form-list,
.customer-account-forgotpassword #form-validate .fieldset .form-instructions,
.customer-account-resetpassword #form-validate .fieldset .form-list,
.customer-account-resetpassword #form-validate .fieldset .form-instructions {
  max-width: 260px;
  margin: 0 auto;
}
.customer-account-forgotpassword #form-validate .fieldset .form-list,
.customer-account-resetpassword #form-validate .fieldset .form-list {
  margin: 20px auto 0;
}
.customer-account-forgotpassword #form-validate .buttons-set,
.customer-account-resetpassword #form-validate .buttons-set {
  border-top: 0;
  text-align: center;
}
.customer-account-forgotpassword #form-validate .buttons-set .back-link,
.customer-account-resetpassword #form-validate .buttons-set .back-link {
  display: none;
}
.customer-account-forgotpassword #form-validate .buttons-set button.button,
.customer-account-resetpassword #form-validate .buttons-set button.button {
  float: none;
}

.customer-account-resetpassword #form-validate .fieldset .form-list {
  margin-top: 0;
}
.customer-account-resetpassword #form-validate .fieldset label {
  display: inline;
}

.customer-address-index .my-account .page-title {
  display: block;
  margin-top: 50px;
}
.customer-address-index .my-account .page-title h1 {
  text-align: center;
}
.customer-address-index .my-account .addresses-list a {
  position: relative;
}
.customer-address-index .my-account .addresses-list a:hover {
  color: #000;
}
.customer-address-index .my-account .addresses-list a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.customer-address-index .my-account .addresses-list .col-1,
.customer-address-index .my-account .addresses-list .col-2 {
  padding: 0;
  width: 100%;
  float: none;
}
.customer-address-index .my-account .addresses-list .col-1:after,
.customer-address-index .my-account .addresses-list .col-2:after {
  content: '';
  display: table;
  clear: both;
}
.customer-address-index .my-account .addresses-list h2 {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.customer-address-index .my-account .addresses-list h3 {
  font-size: 12px;
  text-transform: none;
}
.customer-address-index .my-account .addresses-list .addresses-primary {
  margin-top: 30px;
}
.customer-address-index .my-account .addresses-list .addresses-additional {
  margin-top: 50px;
}
.customer-address-index .my-account .addresses-list ol {
  max-width: 470px;
  margin: 0 auto;
}
.customer-address-index .my-account .addresses-list ol li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.customer-address-index .my-account .buttons-set {
  border: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.customer-address-index .my-account .buttons-set .back-link {
  display: none;
}
.customer-address-index .my-account .buttons-set button.button {
  float: none;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .customer-address-index .my-account .page-title {
    margin-top: 0;
  }
}
.customer-address-form .my-account .page-title h1 {
  text-align: center;
}
.customer-address-form .my-account h2.legend {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.customer-address-form .my-account .form-instructions {
  display: none;
}
.customer-address-form .my-account p.required {
  display: none;
}
.customer-address-form .my-account .remember-me-popup {
  display: none;
}
.customer-address-form .my-account .page-title {
  display: block;
  margin-top: 50px;
}
.customer-address-form .my-account form {
  max-width: 550px;
  margin: 0 auto;
}
.customer-address-form .my-account input[type=tel],
.customer-address-form .my-account input[type=text],
.customer-address-form .my-account input[type=email],
.customer-address-form .my-account input[type=password] {
  margin-bottom: 0;
}
.customer-address-form .my-account .name-prefix .input-box {
  padding: 0;
  margin: 0;
  position: relative;
}
.customer-address-form .my-account .name-prefix .input-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
  position: absolute;
  top: 15px;
  margin-top: -2px;
  right: 10px;
  pointer-events: none;
}
.customer-address-form .my-account .name-prefix .input-box:after {
  top: 22px;
}
.customer-address-form .my-account select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  background: 0;
  padding: 5px 25px 5px 8px;
  height: 30px;
  width: 100%;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  height: 40px;
  margin-top: 2px;
  padding: 10px 25px 10px 8px;
}
.customer-address-form .my-account select:focus {
  outline: 1px solid #000;
  box-shadow: 0;
}
@-moz-document url-prefix() {
  .customer-address-form .my-account select {
    text-indent: 0.01px;
    text-overflow: '';
  }
}
.customer-address-form .my-account .field.name-middlename {
  display: none;
}
.customer-address-form .my-account .field:after {
  content: '';
  display: table;
  clear: both;
}
.customer-address-form .my-account p.notice {
  clear: both;
  margin-left: 190px;
  color: #999;
}
.customer-address-form .my-account .validation-advice {
  clear: both;
}
.customer-address-form .my-account .form-list > li {
  margin-bottom: 8px;
}
.customer-address-form .my-account .form-list li:after {
  content: '';
  display: table;
  clear: both;
}
.customer-address-form .my-account .form-list li > label,
.customer-address-form .my-account .form-list li > .field > label {
  float: left;
  width: 175px;
  text-align: right;
  clear: both;
  margin-right: 15px;
  height: 42px;
  line-height: 42px;
}
.customer-address-form .my-account .form-list li .input-box {
  width: 360px;
  float: right;
  margin-bottom: 8px;
}
.customer-address-form .my-account .form-list li.control {
  padding-left: 190px;
}
.customer-address-form .my-account .form-list li.control .input-box {
  float: left;
  width: 18px;
}
.customer-address-form .my-account .form-list li.control input {
  float: none;
  margin: 0 5px 0 0;
}
.customer-address-form .my-account .form-list li.control label {
  background: 0;
  margin: 0;
  padding: 0;
  clear: none;
  float: none;
  text-align: left;
  height: auto;
  line-height: 1.4;
  font-size: 12px;
}
.customer-address-form .my-account .chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: none;
}
.customer-address-form .my-account .chosen-container.chosen-container-active > a {
  outline: 1px solid #000;
}
.customer-address-form .my-account .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  outline: 1px solid #000;
  margin-top: 1px;
}
.customer-address-form .my-account .chosen-container .chosen-results li.highlighted {
  background: #000;
}
.customer-address-form .my-account .chosen-container-single .chosen-search input[type=text] {
  padding: 4px 20px 4px 5px;
}
.customer-address-form .my-account .chosen-container-single .chosen-single {
  height: 38px;
  border-radius: 0;
  background: #fff;
  border-color: #ddd;
  box-shadow: none;
  padding: 10px;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
  font-size: 12px;
}
.customer-address-form .my-account .chosen-container-single .chosen-single span {
  line-height: 1.5;
}
.customer-address-form .my-account .chosen-container-single .chosen-single div {
  top: 7px;
}
.customer-address-form .my-account label.required:after {
  color: #aa8e62;
}
.customer-address-form .my-account .customer-name-prefix > label {
  float: left;
  width: 175px;
  text-align: right;
  margin-right: 15px;
  height: 60px;
  line-height: 80px;
}
.customer-address-form .my-account .customer-name-prefix .field {
  float: left;
  margin-bottom: 0;
}
.customer-address-form .my-account .customer-name-prefix .input-box {
  width: auto !important;
}
.customer-address-form .my-account .customer-name-prefix .name-prefix {
  width: 60px;
  margin-right: 10px;
}
.customer-address-form .my-account .customer-name-prefix .name-prefix label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-address-form .my-account .customer-name-prefix .name-firstname {
  width: 140px;
  margin-right: 10px;
}
.customer-address-form .my-account .customer-name-prefix .name-firstname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-address-form .my-account .customer-name-prefix .name-lastname {
  width: 140px;
}
.customer-address-form .my-account .customer-name-prefix .name-lastname label {
  color: #999;
  font-family: "Helvetica Neue", "Roboto", Arial, sans-serif;
}
.customer-address-form .my-account .customer-name-prefix:after {
  content: '';
  display: table;
  clear: both;
}
.customer-address-form .my-account .customer-dob label {
  display: none;
}
.customer-address-form .my-account .customer-dob .dob-month,
.customer-address-form .my-account .customer-dob .dob-day {
  width: 45px;
}
.customer-address-form .my-account .buttons-set {
  border-top: 0;
  margin-bottom: 50px;
}
.customer-address-form .my-account .buttons-set button.button {
  float: left;
  margin-left: 190px;
  min-width: 220px;
}
.customer-address-form .my-account .buttons-set .back-link {
  display: none;
}

.noappearance .customer-address-form .my-account .name-prefix .input-box:after {
  display: none;
}
.noappearance .customer-address-form .my-account select {
  height: 36px;
  padding: 5px 0 5px 8px;
}

.ie8 .customer-address-form .my-account .customer-name-prefix .input-box {
  float: none;
  position: static;
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .customer-address-form .my-account .page-title {
    margin-top: 0;
  }
  .customer-address-form .my-account form {
    max-width: 100%;
  }
  .customer-address-form .my-account .chosen-container {
    width: 100% !important;
  }
  .customer-address-form .my-account .customer-name-prefix > label {
    text-align: left;
    width: 100%;
  }
  .customer-address-form .my-account .customer-name-prefix .name-prefix {
    width: 20%;
    margin-right: 5%;
  }
  .customer-address-form .my-account .customer-name-prefix .name-firstname {
    width: 35%;
    margin-right: 5%;
  }
  .customer-address-form .my-account .customer-name-prefix .name-lastname {
    width: 35%;
  }
  .customer-address-form .my-account .form-list li.control {
    padding-left: 0;
  }
  .customer-address-form .my-account .form-list li.control label {
    min-width: 150px;
    width: 150px;
  }
  .customer-address-form .my-account .form-list li > label,
  .customer-address-form .my-account .form-list li > .field > label {
    text-align: left;
    width: 100%;
    margin-right: 0;
    height: auto;
    line-height: 30px;
  }
  .customer-address-form .my-account .form-list li .input-box {
    width: 100%;
    float: none;
  }
  .customer-address-form .my-account p.notice {
    margin-left: 0;
  }
  .customer-address-form .my-account .buttons-set button.button {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
.sales-order-history .my-account .page-title {
  display: block;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.sales-order-history .my-account .pager {
  position: relative;
}
.sales-order-history .my-account .pager .pages {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.sales-order-history .my-account .pager > .count-container {
  padding-top: 5px;
}
.sales-order-history .my-account .pager:nth-of-type(odd) > .count-container {
  padding-top: 0px;
}
.sales-order-history .my-account .pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 20px;
}
.sales-order-history .my-account .pager .limiter > label,
.sales-order-history .my-account .pager .limiter > select,
.sales-order-history .my-account .pager-no-toolbar ~ .pager-no-toolbar .limiter label,
.sales-order-history .my-account .pager-no-toolbar ~ .pager-no-toolbar .limiter select {
  font-size: 12px;
}
.sales-order-history .my-account .pager-no-toolbar ~ .pager-no-toolbar .pages ol .current {
  padding: 0px 5px 5px 5px;
}
.sales-order-history .my-account .buttons-set {
  display: none;
}
.sales-order-history .my-account #my-orders-table {
  margin-top: 30px;
}
.sales-order-history .my-account #my-orders-table thead th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.sales-order-history .my-account #my-orders-table tbody td.view a:hover {
  position: relative;
  color: #000;
  text-decoration: none;
}
.sales-order-history .my-account #my-orders-table tbody td.view a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}

.sales-order-view .my-account .page-title {
  display: block;
  margin-top: 50px;
  text-align: center;
}
.sales-order-view .my-account .page-title h1 {
  margin-bottom: 0;
}
.sales-order-view .my-account .page-title a {
  position: static;
  display: inline-block;
}
.sales-order-view .my-account .page-title a:hover {
  position: relative;
  color: #000;
  text-decoration: none;
}
.sales-order-view .my-account .page-title a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.sales-order-view .my-account .order-info {
  display: none;
}
.sales-order-view .my-account .order-date {
  text-transform: none;
  display: block;
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  text-align: center;
}
.sales-order-view .my-account .col2-set {
  max-width: 470px;
  margin: 0 auto;
}
.sales-order-view .my-account .col2-set h2 {
  font-size: 12px;
  text-transform: none;
}
.sales-order-view .my-account .order-details .table-caption {
  display: none;
}
.sales-order-view .my-account #my-orders-table {
  margin-top: 30px;
  margin-bottom: 50px;
}
.sales-order-view .my-account #my-orders-table thead th {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.sales-order-view .my-account #my-orders-table tbody td.view a:hover {
  position: relative;
  color: #000;
  text-decoration: none;
}
.sales-order-view .my-account #my-orders-table tbody td.view a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #000;
  height: 2px;
  bottom: 0;
}
.sales-order-view .my-account #my-orders-table tbody td h3.product-name {
  font-size: 12px;
  text-transform: none;
}
.sales-order-view .my-account #my-orders-table tbody td strong {
  font-weight: normal;
}
.sales-order-view .my-account #my-orders-table tbody tr.last td {
  padding-bottom: 30px;
}
.sales-order-view .my-account #my-orders-table tfoot {
  border-top: 1px solid #ddd;
}
.sales-order-view .my-account #my-orders-table tfoot tr td {
  text-align: left;
}
.sales-order-view .my-account #my-orders-table tfoot tr td.last {
  text-align: right;
}
.sales-order-view .my-account #my-orders-table tfoot tr.first td {
  padding-top: 15px;
}
.sales-order-view .my-account #my-orders-table tfoot tr.grand_total td {
  padding-top: 5px;
}
.sales-order-view .my-account .buttons-set {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sales-order-view .my-account .page-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 359px) {
  .sales-order-view .my-account #my-orders-table tbody tr.last td {
    padding-bottom: 0;
  }
  .sales-order-view .my-account #my-orders-table tbody tr.last td.last {
    padding-bottom: 15px;
  }
  .sales-order-view .my-account .linearize-table-large tbody td[data-rwd-label] {
    padding-left: 10px;
  }
}
.category-header {
  position: relative;
  height: calc(100vh - 24px);
}
.category-header > * {
  transition: all 250ms;
}
.category-header h1, .category-header h2, .category-header h3, .category-header h4, .category-header h5, .category-header p {
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 0;
}
.category-header h1 {
  font-size: 100px;
}
@media (max-width: 1199px) {
  .category-header h1 {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .category-header h1 {
    font-size: 65px;
  }
}
.category-header h2 {
  font-size: 60px;
  line-height: 0.9;
}
@media (max-width: 1199px) {
  .category-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .category-header h2 {
    font-size: 40px;
  }
}
.category-header h3 {
  font-size: 18px;
}
.category-header p {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
@media (max-width: 1199px) {
  .category-header p {
    font-size: 16px;
  }
}
.category-header .faux-table {
  display: table;
  width: 100%;
  height: 100%;
}
.category-header .faux-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.category-header .faux-table-cell p {
  text-align: center;
}

.t-grid {
  position: absolute;
}
.t-grid.t-grid-l0 {
  left: 0;
}
.t-grid.t-grid-l5 {
  left: 5%;
}
.t-grid.t-grid-l10 {
  left: 10%;
}
.t-grid.t-grid-l50 {
  left: 50%;
}
.t-grid.t-grid-l55 {
  left: 55%;
}
.t-grid.t-grid-l65 {
  left: 65%;
}
.t-grid.t-grid-l75 {
  left: 75%;
}
.t-grid.t-grid-r0 {
  right: 0;
}
.t-grid.t-grid-r2 {
  right: 2%;
}
.t-grid.t-grid-r5 {
  right: 5%;
}
.t-grid.t-grid-r10 {
  right: 10%;
}
.t-grid.t-grid-r15 {
  right: 15%;
}
.t-grid.t-grid-r25 {
  right: 25%;
}
.t-grid.t-grid-r50 {
  right: 50%;
}
.t-grid.t-grid-t0 {
  top: 0;
}
.t-grid.t-grid-t5 {
  top: 5%;
}
.t-grid.t-grid-t10 {
  top: 10%;
}
.t-grid.t-grid-t15 {
  top: 15%;
}
.t-grid.t-grid-t20 {
  top: 20%;
}
.t-grid.t-grid-t25 {
  top: 25%;
}
.t-grid.t-grid-t30 {
  top: 30%;
}
.t-grid.t-grid-t35 {
  top: 35%;
}
.t-grid.t-grid-t40 {
  top: 40%;
}
.t-grid.t-grid-t45 {
  top: 45%;
}
.t-grid.t-grid-t50 {
  top: 50%;
}
.t-grid.t-grid-t55 {
  top: 55%;
}
.t-grid.t-grid-t60 {
  top: 60%;
}
.t-grid.t-grid-t65 {
  top: 65%;
}
.t-grid.t-grid-t75 {
  top: 75%;
}
.t-grid.t-grid-t85 {
  top: 85%;
}
.t-grid.t-grid-b0 {
  bottom: 0%;
}
.t-grid.t-grid-b5 {
  bottom: 5%;
}
.t-grid.t-grid-b10 {
  bottom: 10%;
}
.t-grid.t-grid-b15 {
  bottom: 15%;
}
.t-grid.t-grid-b20 {
  bottom: 20%;
}
.t-grid.t-grid-b25 {
  bottom: 25%;
}
.t-grid.t-grid-b30 {
  bottom: 30%;
}
.t-grid.t-grid-b35 {
  bottom: 35%;
}
.t-grid.t-grid-b40 {
  bottom: 40%;
}
.t-grid.t-grid-b50 {
  bottom: 50%;
}
.t-grid.t-grid-b55 {
  bottom: 55%;
}
.t-grid.t-grid-b60 {
  bottom: 60%;
}
.t-grid.t-grid-bx {
  bottom: auto;
}
@media (max-width: 1199px) {
  .t-grid[data-class-large~="t-grid-l5"] {
    left: 5%;
  }
  .t-grid[data-class-large~="t-grid-l10"] {
    left: 10%;
  }
  .t-grid[data-class-large~="t-grid-l50"] {
    left: 50%;
  }
  .t-grid[data-class-large~="t-grid-l55"] {
    left: 55%;
  }
  .t-grid[data-class-large~="t-grid-l65"] {
    left: 65%;
  }
  .t-grid[data-class-large~="t-grid-l75"] {
    left: 75%;
  }
  .t-grid[data-class-large~="t-grid-r0"] {
    right: 0;
  }
  .t-grid[data-class-large~="t-grid-r2"] {
    right: 2%;
  }
  .t-grid[data-class-large~="t-grid-r5"] {
    right: 5%;
  }
  .t-grid[data-class-large~="t-grid-r10"] {
    right: 10%;
  }
  .t-grid[data-class-large~="t-grid-r15"] {
    right: 15%;
  }
  .t-grid[data-class-large~="t-grid-r25"] {
    right: 25%;
  }
  .t-grid[data-class-large~="t-grid-r50"] {
    right: 50%;
  }
  .t-grid[data-class-large~="t-grid-t0"] {
    top: 0;
  }
  .t-grid[data-class-large~="t-grid-t5"] {
    top: 5%;
  }
  .t-grid[data-class-large~="t-grid-t10"] {
    top: 10%;
  }
  .t-grid[data-class-large~="t-grid-t15"] {
    top: 15%;
  }
  .t-grid[data-class-large~="t-grid-t20"] {
    top: 20%;
  }
  .t-grid[data-class-large~="t-grid-t25"] {
    top: 25%;
  }
  .t-grid[data-class-large~="t-grid-t30"] {
    top: 30%;
  }
  .t-grid[data-class-large~="t-grid-t35"] {
    top: 35%;
  }
  .t-grid[data-class-large~="t-grid-t40"] {
    top: 40%;
  }
  .t-grid[data-class-large~="t-grid-t45"] {
    top: 45%;
  }
  .t-grid[data-class-large~="t-grid-t50"] {
    top: 50%;
  }
  .t-grid[data-class-large~="t-grid-t55"] {
    top: 55%;
  }
  .t-grid[data-class-large~="t-grid-t60"] {
    top: 60%;
  }
  .t-grid[data-class-large~="t-grid-t65"] {
    top: 65%;
  }
  .t-grid[data-class-large~="t-grid-t75"] {
    top: 75%;
  }
  .t-grid[data-class-large~="t-grid-t85"] {
    top: 85%;
  }
  .t-grid[data-class-large~="t-grid-b0"] {
    bottom: 0%;
  }
  .t-grid[data-class-large~="t-grid-b5"] {
    bottom: 5%;
  }
  .t-grid[data-class-large~="t-grid-b10"] {
    bottom: 10%;
  }
  .t-grid[data-class-large~="t-grid-b15"] {
    bottom: 15%;
  }
  .t-grid[data-class-large~="t-grid-b20"] {
    bottom: 20%;
  }
  .t-grid[data-class-large~="t-grid-b25"] {
    bottom: 25%;
  }
  .t-grid[data-class-large~="t-grid-b30"] {
    bottom: 30%;
  }
  .t-grid[data-class-large~="t-grid-b35"] {
    bottom: 35%;
  }
  .t-grid[data-class-large~="t-grid-b40"] {
    bottom: 40%;
  }
  .t-grid[data-class-large~="t-grid-b50"] {
    bottom: 50%;
  }
  .t-grid[data-class-large~="t-grid-b55"] {
    bottom: 55%;
  }
  .t-grid[data-class-large~="t-grid-b60"] {
    bottom: 60%;
  }
  .t-grid[data-class-large~="t-grid-bx"] {
    bottom: auto;
  }
  .t-grid[data-class-large~="t-grid-tx"] {
    top: auto;
  }
  .t-grid[data-class-large~="t-grid-lx"] {
    left: auto;
  }
  .t-grid[data-class-large~="t-grid-rx"] {
    right: auto;
  }
}
@media (max-width: 1023px) {
  .t-grid[data-class-tablet~="t-grid-l5"] {
    left: 5%;
  }
  .t-grid[data-class-tablet~="t-grid-l10"] {
    left: 10%;
  }
  .t-grid[data-class-tablet~="t-grid-l50"] {
    left: 50%;
  }
  .t-grid[data-class-tablet~="t-grid-l55"] {
    left: 55%;
  }
  .t-grid[data-class-tablet~="t-grid-l65"] {
    left: 65%;
  }
  .t-grid[data-class-tablet~="t-grid-l75"] {
    left: 75%;
  }
  .t-grid[data-class-tablet~="t-grid-r0"] {
    right: 0;
  }
  .t-grid[data-class-tablet~="t-grid-r2"] {
    right: 2%;
  }
  .t-grid[data-class-tablet~="t-grid-r5"] {
    right: 5%;
  }
  .t-grid[data-class-tablet~="t-grid-r10"] {
    right: 10%;
  }
  .t-grid[data-class-tablet~="t-grid-r15"] {
    right: 15%;
  }
  .t-grid[data-class-tablet~="t-grid-r25"] {
    right: 25%;
  }
  .t-grid[data-class-tablet~="t-grid-r50"] {
    right: 50%;
  }
  .t-grid[data-class-tablet~="t-grid-t0"] {
    top: 0;
  }
  .t-grid[data-class-tablet~="t-grid-t5"] {
    top: 5%;
  }
  .t-grid[data-class-tablet~="t-grid-t10"] {
    top: 10%;
  }
  .t-grid[data-class-tablet~="t-grid-t15"] {
    top: 15%;
  }
  .t-grid[data-class-tablet~="t-grid-t20"] {
    top: 20%;
  }
  .t-grid[data-class-tablet~="t-grid-t25"] {
    top: 25%;
  }
  .t-grid[data-class-tablet~="t-grid-t30"] {
    top: 30%;
  }
  .t-grid[data-class-tablet~="t-grid-t35"] {
    top: 35%;
  }
  .t-grid[data-class-tablet~="t-grid-t40"] {
    top: 40%;
  }
  .t-grid[data-class-tablet~="t-grid-t45"] {
    top: 45%;
  }
  .t-grid[data-class-tablet~="t-grid-t50"] {
    top: 50%;
  }
  .t-grid[data-class-tablet~="t-grid-t55"] {
    top: 55%;
  }
  .t-grid[data-class-tablet~="t-grid-t60"] {
    top: 60%;
  }
  .t-grid[data-class-tablet~="t-grid-t65"] {
    top: 65%;
  }
  .t-grid[data-class-tablet~="t-grid-t75"] {
    top: 75%;
  }
  .t-grid[data-class-tablet~="t-grid-t85"] {
    top: 85%;
  }
  .t-grid[data-class-tablet~="t-grid-b0"] {
    bottom: 0%;
  }
  .t-grid[data-class-tablet~="t-grid-b5"] {
    bottom: 5%;
  }
  .t-grid[data-class-tablet~="t-grid-b10"] {
    bottom: 10%;
  }
  .t-grid[data-class-tablet~="t-grid-b15"] {
    bottom: 15%;
  }
  .t-grid[data-class-tablet~="t-grid-b20"] {
    bottom: 20%;
  }
  .t-grid[data-class-tablet~="t-grid-b25"] {
    bottom: 25%;
  }
  .t-grid[data-class-tablet~="t-grid-b30"] {
    bottom: 30%;
  }
  .t-grid[data-class-tablet~="t-grid-b35"] {
    bottom: 35%;
  }
  .t-grid[data-class-tablet~="t-grid-b40"] {
    bottom: 40%;
  }
  .t-grid[data-class-tablet~="t-grid-b50"] {
    bottom: 50%;
  }
  .t-grid[data-class-tablet~="t-grid-b55"] {
    bottom: 55%;
  }
  .t-grid[data-class-tablet~="t-grid-b60"] {
    bottom: 60%;
  }
  .t-grid[data-class-tablet~="t-grid-bx"] {
    bottom: auto;
  }
  .t-grid[data-class-tablet~="t-grid-tx"] {
    top: auto;
  }
  .t-grid[data-class-tablet~="t-grid-lx"] {
    left: auto;
  }
  .t-grid[data-class-tablet~="t-grid-rx"] {
    right: auto;
  }
  .t-grid[data-class-tablet~="t-grid-trans-center__x"] {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .t-grid[data-class-mobile~="t-grid-l5"] {
    left: 5%;
  }
  .t-grid[data-class-mobile~="t-grid-l10"] {
    left: 10%;
  }
  .t-grid[data-class-mobile~="t-grid-l50"] {
    left: 50%;
  }
  .t-grid[data-class-mobile~="t-grid-l55"] {
    left: 55%;
  }
  .t-grid[data-class-mobile~="t-grid-l65"] {
    left: 65%;
  }
  .t-grid[data-class-mobile~="t-grid-l75"] {
    left: 75%;
  }
  .t-grid[data-class-mobile~="t-grid-r0"] {
    right: 0;
  }
  .t-grid[data-class-mobile~="t-grid-r2"] {
    right: 2%;
  }
  .t-grid[data-class-mobile~="t-grid-r5"] {
    right: 5%;
  }
  .t-grid[data-class-mobile~="t-grid-r10"] {
    right: 10%;
  }
  .t-grid[data-class-mobile~="t-grid-r15"] {
    right: 15%;
  }
  .t-grid[data-class-mobile~="t-grid-r25"] {
    right: 25%;
  }
  .t-grid[data-class-mobile~="t-grid-r50"] {
    right: 50%;
  }
  .t-grid[data-class-mobile~="t-grid-t0"] {
    top: 0;
  }
  .t-grid[data-class-mobile~="t-grid-t5"] {
    top: 5%;
  }
  .t-grid[data-class-mobile~="t-grid-t10"] {
    top: 10%;
  }
  .t-grid[data-class-mobile~="t-grid-t15"] {
    top: 15%;
  }
  .t-grid[data-class-mobile~="t-grid-t20"] {
    top: 20%;
  }
  .t-grid[data-class-mobile~="t-grid-t25"] {
    top: 25%;
  }
  .t-grid[data-class-mobile~="t-grid-t30"] {
    top: 30%;
  }
  .t-grid[data-class-mobile~="t-grid-t35"] {
    top: 35%;
  }
  .t-grid[data-class-mobile~="t-grid-t40"] {
    top: 40%;
  }
  .t-grid[data-class-mobile~="t-grid-t45"] {
    top: 45%;
  }
  .t-grid[data-class-mobile~="t-grid-t50"] {
    top: 50%;
  }
  .t-grid[data-class-mobile~="t-grid-t55"] {
    top: 55%;
  }
  .t-grid[data-class-mobile~="t-grid-t60"] {
    top: 60%;
  }
  .t-grid[data-class-mobile~="t-grid-t65"] {
    top: 65%;
  }
  .t-grid[data-class-mobile~="t-grid-t75"] {
    top: 75%;
  }
  .t-grid[data-class-mobile~="t-grid-t85"] {
    top: 85%;
  }
  .t-grid[data-class-mobile~="t-grid-b0"] {
    bottom: 0%;
  }
  .t-grid[data-class-mobile~="t-grid-b5"] {
    bottom: 5%;
  }
  .t-grid[data-class-mobile~="t-grid-b10"] {
    bottom: 10%;
  }
  .t-grid[data-class-mobile~="t-grid-b15"] {
    bottom: 15%;
  }
  .t-grid[data-class-mobile~="t-grid-b20"] {
    bottom: 20%;
  }
  .t-grid[data-class-mobile~="t-grid-b25"] {
    bottom: 25%;
  }
  .t-grid[data-class-mobile~="t-grid-b30"] {
    bottom: 30%;
  }
  .t-grid[data-class-mobile~="t-grid-b35"] {
    bottom: 35%;
  }
  .t-grid[data-class-mobile~="t-grid-b40"] {
    bottom: 40%;
  }
  .t-grid[data-class-mobile~="t-grid-b50"] {
    bottom: 50%;
  }
  .t-grid[data-class-mobile~="t-grid-b55"] {
    bottom: 55%;
  }
  .t-grid[data-class-mobile~="t-grid-b60"] {
    bottom: 60%;
  }
  .t-grid[data-class-mobile~="t-grid-bx"] {
    bottom: auto;
  }
  .t-grid[data-class-mobile~="t-grid-tx"] {
    top: auto;
  }
  .t-grid[data-class-mobile~="t-grid-lx"] {
    left: auto;
  }
  .t-grid[data-class-mobile~="t-grid-rx"] {
    right: auto;
  }
  .t-grid[data-class-mobile~="t-grid-trans-center__x"] {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.t-grid.t-grid-trans-center {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.t-grid.t-grid-trans-center__y {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t-grid.t-grid-trans-center__x {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.t-grid.t-grid-text-center {
  text-align: center;
}
.t-grid.t-grid-zmin1 {
  z-index: -1;
}
.t-grid.t-grid-cover {
  background-size: cover;
  background-position: center;
}

.t-grid-feature p {
  font-family: "TexGyreHeros", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
@media (max-width: 1199px) {
  .t-grid-feature p {
    font-size: 16px;
  }
}
.t-grid-feature .spacer {
  letter-spacing: -0.14em;
}

.category-header.amy {
  z-index: 1;
}
.category-header.amy h2 {
  color: #fff;
}
.category-header.amy h2 span {
  color: #000;
}

