@charset "UTF-8";
/* font size definitions  */
/**
 * Default SG variables, aren't used for the implementation.
 * Kept not to break scss compiler when reference still exists in default scsse style rules declaration
 */
.product-suggestion:after, .search-suggestion-wrapper:after, .einstein-small-slider-container:after, .einstain-clear:after, .clearfix:after, nav#navigation:after {
  content: " ";
  display: table;
  clear: both;
}

.relax {
  *zoom: 1;
  height: 0;
  line-height: 0;
  clear: both;
}

.relax:before, .relax:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* fonts declarations */
/*
	usage of mixin above
	@include background-image('name', 31px 31px, left center);
	.no-svg{
		background: url(../images/name.png) no-repeat left center;
	}
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../flags/1x1/dk.svg);
}

.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}

.ui-widget-overlay {
  background: url("../images/interface/ui-overlay-shadow.png") repeat scroll 50% 50% #333;
  opacity: 0.4;
}

.ui-dialog {
  background-color: #ffffff;
  border: 10px solid #d6d6d6;
  margin: 0;
  padding: 20px;
  width: 600px !important;
  overflow: inherit !important;
  box-sizing: border-box;
}
.ui-dialog * {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ui-dialog {
    left: 0;
    padding: 15px;
    width: 303px !important;
    overflow: inherit !important;
  }
  .ui-dialog .ui.dialog.titlebar span {
    line-height: 1.05em;
  }
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
}
.ui-dialog .ui-widget-header {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 0 0 0 0;
  padding: 0 0 14px 0;
  margin: 0;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 20px;
  height: auto;
  font-weight: 400;
  line-height: 21px;
}
.ui-dialog .ui-dialog-title {
  height: auto;
  margin: 0;
  white-space: normal;
  overflow: visible;
  width: calc(100% - 32px);
  text-overflow: clip;
  color: #000000;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-title {
    font-size: 1.25rem;
    line-height: 120%;
  }
}
.ui-dialog .ui-dialog-titlebar {
  z-index: 1;
}
.ui-dialog .ui-icon-closethick {
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  background: url(../images/svg-icons/x-close-icon.svg) no-repeat;
  background-size: 12px 11px;
  background-position: center top;
}
.no-svg .ui-dialog .ui-icon-closethick {
  background-image: url(../images/x-close-icon.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .ui-dialog .ui-icon-closethick {
    background-image: url(../images/x-close-icon.png);
  }
}
.ui-dialog .ui-icon-closethick:hover {
  background: url(../images/svg-icons/x-close-icon-hover.svg) no-repeat;
  background-size: 12px 11px;
  background-position: center top;
}
.no-svg .ui-dialog .ui-icon-closethick:hover {
  background-image: url(../images/x-close-icon-hover.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .ui-dialog .ui-icon-closethick:hover {
    background-image: url(../images/x-close-icon-hover.png);
  }
}
.ui-dialog .ui-icon-closethick .no-svg {
  background: url(../images/x-close-icon.png) no-repeat right top;
  background-size: 12px 11px;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  border: 0 none;
  border-radius: 0 0 0 0;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  color: transparent;
}
.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.75em;
  font-weight: 400;
}
.ui-dialog .dialog-required {
  font-weight: 400;
  position: relative;
  text-transform: none;
}
.ui-dialog .dialog-content {
  padding: 0;
  overflow: visible;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
}

.ui-tabs {
  border: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  margin: 0 2px 0 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-nav li {
    background: #f1f1f1 url(../images/selectDisabledArrow.png) no-repeat 98% 15px;
    margin: 10px 0 0 0;
    width: 100%;
    white-space: normal;
  }
  .ui-tabs .ui-tabs-nav li:first-child {
    margin: 0;
  }
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #d6d6d6 url(../images/selectArrowActive.png) no-repeat 98% 15px;
  }
}
.ui-tabs .ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  color: #000000;
}
.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
  color: #929292;
  font-size: 14px;
  padding: 0.6rem 4em 0.4rem;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 1279px) {
  .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
    padding: 0.6rem 2.7em 0.4rem;
  }
}
@media only screen and (max-width: 959px) {
  .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
    padding: 0.6rem 1.5em 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
    float: left;
    padding: 14px 4% 8px 4%;
    width: 92%;
  }
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #d6d6d6;
  color: #414141;
  font-size: 0.8125rem;
  margin: 0;
  min-height: 6.25rem;
  padding: 21px 20px 18px 21px;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-panel li {
    background: none;
    border: none;
  }
}
@media only screen and (max-width: 959px) {
  .ui-tabs .ui-tabs-panel {
    padding-bottom: 21px;
    padding-top: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .ui-tabs .ui-tabs-panel {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-panel {
    background: #ffffff;
    border: none;
    margin-top: 37px;
  }
}

/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-target.noUi-ltr.noUi-horizontal {
  padding: 0;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: 4px;
  top: -7px;
  margin-left: 4px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  background: #d6d6d6;
}

.noUi-connect {
  border-radius: 2px;
  background: #000000;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 2px solid #000000;
  border-radius: 30px;
  background: #ffffff;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  margin-top: 10px;
  color: #000000;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* General settings */
div.selector, div.selector span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.checker span {
  background: url("../images/check.png") no-repeat left top;
  -webkit-font-smoothing: antialiased;
}
div.radio span {
  background: url("../images/radio.png") no-repeat left top;
}
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

.highContrastDetect {
  background: url("../images/bg-input.png") repeat-x 0 0;
  width: 0;
  height: 0;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/bg-input.png") repeat-x 0 0;
  outline: 0;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type=search],
input[type=search]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}

/* Select */
div.selector {
  background: url(../images/svg-icons/right-arrow-next-grey.svg);
  line-height: 33px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 16px;
  height: 33px;
  padding: 0 0 0 11px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  text-align: center;
}
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 33px;
  color: #2a2a2a;
  font-family: GillSansNova-Medium;
  font-size: 12px;
  line-height: 33px;
  padding-right: 15px;
  cursor: pointer;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
div.selector.fixedWidth {
  width: 379px;
}
div.selector.fixedWidth span {
  width: 353px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
}
div.selector.focus {
  background: #fff url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% center;
}
div.selector.focus span {
  background: #fff url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 7px) center/16px;
}
div.selector.disabled, div.selector.disabled.active {
  background: #fff url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat 100% center;
}
div.selector.disabled span, div.selector.disabled.active span {
  background: #fff url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat calc(100% - 7px) center/16px;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  height: 40px;
  width: 100%;
  color: #929292;
  font-family: GillSansNova-Medium;
  font-size: 13px;
  line-height: 31px;
  background-color: white;
  border: 1px solid #e1e1e1;
  outline: 0;
  background: #fff url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat 100% center/16px;
  line-height: 33px;
  height: 33px;
  padding: 0 15px 0 11px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

/* Checkbox */
div.checker {
  position: relative;
  margin: 0 11px 0 0;
  outline: none;
}
div.checker, div.checker span, div.checker input {
  width: 13px;
  height: 13px;
  background-color: white;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.checker span.checked {
  position: relative;
}
div.checker span.checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: #000000 url("../images/svg-icons/white-tick-check.svg") center no-repeat;
}

/* Radio */
div.radio {
  position: relative;
  margin: 0 11px 0 0;
  outline: none;
}
div.radio, div.radio span, div.radio input {
  width: 13px;
  height: 13px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.radio span.checked {
  background: url("../images/radioActive.png") no-repeat left top;
}

/* Uploader */
div.uploader {
  background-position: 0 -356px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
div.uploader span.action {
  background-position: right -468px;
  height: 28px;
  line-height: 28px;
  width: 85px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 82px;
  padding: 0 10px;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
div.uploader.active span.action {
  background-position: right -524px;
}
div.uploader.focus {
  background-position: 0 -412px;
}
div.uploader.focus span.action {
  background-position: right -496px;
}
div.uploader.focus.active span.action {
  background-position: right -552px;
}
div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -384px;
}
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -440px;
}

/* Buttons */
div.button {
  background-position: 0 -700px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}
div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  text-align: center;
  background-position: right -580px;
  height: 30px;
  margin-left: 13px;
  padding: 0;
}
div.button.active {
  background-position: 0 -730px;
}
div.button.active span {
  background-position: right -610px;
  cursor: default;
}
div.button.focus {
  background-position: 0 -760px;
}
div.button.focus span {
  background-position: right -640px;
}
div.button.disabled, div.button.disabled.active {
  background-position: 0 -790px;
}
div.button.disabled span, div.button.disabled.active span {
  background-position: right -670px;
  cursor: default;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  margin: 0 3.2%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background-image: none !important;
}

.slick-list {
  left: 0 !important;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}

.slick-next, .slick-prev {
  position: absolute;
  height: 100%;
  width: 32px;
  color: transparent !important;
  background: none;
  border: none;
  top: 0;
}
.slick-next:hover, .slick-prev:hover {
  background: none;
  border: none;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  border: none;
  background-color: none;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  color: #929292;
  opacity: 0.25;
}
.slick-next:hover:before, .slick-prev:hover:before {
  color: #000000;
}
.slick-next:before, .slick-prev:before {
  display: block;
  height: 34px;
  width: 18px;
  position: absolute;
  margin: 0px;
  padding: 0;
  left: 20%;
  top: 40%;
  font-size: 64px;
  color: #ffffff;
}

.slick-next {
  right: -3.2%;
}
.slick-next:before {
  content: "";
  background: url(../images/svg-icons/right-arrow-next.svg) no-repeat 50% 50%/35px;
}

.slick-prev {
  left: -3.2%;
}
.slick-prev:before {
  content: "";
  background: url(../images/svg-icons/left-arrow-previous.svg) no-repeat 50% 50%/35px;
}

body {
  background: none repeat scroll 0 0 #000000;
  color: #2a2a2a;
  display: inline-block;
  font-size: 0.8125rem;
  height: 100%;
  text-rendering: optimizelegibility;
  width: 100%;
  font-family: GillSansNova-Book;
}

a, .link-class {
  color: #929292;
  text-decoration: none;
  font-family: GillSansNova-Medium;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.3125rem;
    line-height: normal;
  }
}

h2 {
  font-size: 1.5625rem;
  letter-spacing: 0;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 0.9375rem;
  }
}

h4 {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 0.875rem;
  }
}

h5 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 0.875rem;
  }
}

h6 {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-family: GillSansNova-Medium;
}

p {
  color: #2a2a2a;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  font-family: GillSansNova-Book;
}

ul, ol {
  color: #2a2a2a;
  font-family: GillSansNova-Medium;
  margin: 0;
}

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

/**
 * Styles for main types of buttons:CTA-01, CTA-02, CTA-03
 * and button used in horizontal taps.
 *
 * Defualt styles declared at the beginning are applied to all buttons
 * and classes that are indented to indicate that element should be renderd
 * as a button, they are .button, .buttonstyle.
 *
 * CTA-01 corresponds to default buttons and button elements with .button-black classes.
 * CTA-02 corresponds to .button-gray.
 * CTA-03 coerresponds to .button-white.
 *
 */
button,
.button,
.buttonstyle {
  height: 36px;
  line-height: 36px;
  text-align: center;
  outline: none;
  display: block;
  font-family: GillSansNova-Medium;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0 5px;
}
button.button-text,
.button.button-text,
.buttonstyle.button-text {
  color: #929292;
  background: none;
  height: auto;
  width: auto;
  text-align: left;
  line-height: initial;
  font-family: GillSansNova-Medium;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: none;
}
button.button-text:hover, button.button-text[disabled]:hover,
.button.button-text:hover,
.button.button-text[disabled]:hover,
.buttonstyle.button-text:hover,
.buttonstyle.button-text[disabled]:hover {
  border: none;
  outline: none;
  background: none;
  color: #929292;
}
button.high,
.button.high,
.buttonstyle.high {
  height: 35px;
  line-height: 34px;
}
button a,
.button a,
.buttonstyle a {
  color: #ffffff;
}
button a:hover,
.button a:hover,
.buttonstyle a:hover {
  color: #000000;
}

button,
.button,
.button-black {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
button:hover,
.button:hover,
.button-black:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
button.disabled, button[disabled],
.button.disabled,
.button[disabled],
.button-black.disabled,
.button-black[disabled] {
  opacity: 0.3;
}
button.disabled:hover, button[disabled]:hover,
.button.disabled:hover,
.button[disabled]:hover,
.button-black.disabled:hover,
.button-black[disabled]:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.button-gray {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}
.button-gray:hover {
  background: #929292;
  color: #ffffff;
  border: 1px solid #929292;
}
.button-gray.disabled, .button-gray[disabled] {
  opacity: 0.3;
}
.button-gray.disabled:hover, .button-gray[disabled]:hover {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}

.button-white {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  color: #000000;
}
.button-white:hover {
  background: #d9d4cd;
  border: 1px solid #aaa;
}
.button-white.disabled, .button-white[disabled] {
  opacity: 0.3;
}
.button-white.disabled:hover, .button-white[disabled]:hover {
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #000000;
}

.button-fancy-large {
  text-align: center;
  width: 100%;
}

.tab-button-large {
  box-sizing: border-box;
  padding: 20px 40px 20px 40px;
  color: #000000;
  background-color: #f1f1f1;
  font-family: GillSansNova-Medium;
  font-size: 1.125rem;
}
.tab-button-large.selected {
  background-color: #d6d6d6;
}

.tab-button-large {
  box-sizing: border-box;
  padding: 15px 60px 15px 60px;
  color: #000000;
  background-color: #ffffff;
  font-family: GillSansNova-Medium;
  font-size: 0.75rem;
}
.tab-button-large.selected {
  background-color: #ffffff;
  color: #ffffff;
}

.error {
  border-color: #bc0031 !important;
  color: #bc0031 !important;
}

input.error::-webkit-input-placeholder {
  color: #bc0031;
}
input.error:-moz-placeholder {
  color: #bc0031;
  opacity: 1;
}
input.error::-moz-placeholder {
  color: #bc0031;
  opacity: 1;
}
input.error:-ms-input-placeholder {
  color: #bc0031;
}

.full-width-container {
  width: 100%;
  background: #f1f1f1;
}

.title-subheading {
  letter-spacing: 0.02em;
  line-height: 1.1em;
  font-family: GillSansNova-Light;
}

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 49;
  width: 7px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  background: #d6d6d6;
  border-radius: 5px;
  border: none;
}

.iScrollIndicator {
  background: black;
  border-radius: 5px;
}

.iScrollHorizontalScrollbar {
  height: 4px;
  position: absolute;
  z-index: 49;
  bottom: 0;
  width: 100%;
  background: #d6d6d6;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 4px;
}

.iscroll-wrapper:not(.scroll) .iScrollVerticalScrollbar {
  display: none;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  z-index: 1;
  position: fixed;
  bottom: 5px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-is-visible:hover {
  opacity: 1;
}
.cd-top.cd-is-visible:active {
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-top .arrow-up {
  width: 13px;
  height: 12px;
  position: absolute;
  left: 14px;
  top: 14px;
  fill: black;
}

img.fullwidth, .fullwidth-image img {
  width: 100%;
  height: auto;
}

.tcElement {
  -webkit-text-size-adjust: auto;
}

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
}
.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: calc(50% - 16px);
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat;
}
.js .loader.loader-alt .loader-indicator {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background: url("../images/hc-loader-animation.gif") no-repeat;
  background-size: cover;
}

/* stylelint-disable */
@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
/* stylelint-enable */
input#dwfrm_addressy_addressFind:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 500ms ease-in-out 0s;
}

input#dwfrm_addressy_addressFind:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hlp-centered-wrapper, nav#navigation {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .hlp-centered-wrapper, nav#navigation {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .hlp-centered-wrapper, nav#navigation {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .hlp-centered-wrapper, nav#navigation {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}

#page_heading {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  #page_heading h3 {
    padding: 10px 0 0;
  }
}

.hover-drop-down {
  position: relative;
  z-index: 65;
  text-align: left;
}
.hover-drop-down .menu-title {
  padding: 15px;
  display: block;
  position: relative;
  color: #ffffff;
}
.hover-drop-down .menu-title .icon + .menu-text, .hover-drop-down .menu-title .wishlist-dialog .icon.heart-outline + .menu-text, .hover-drop-down .menu-title .wishlist-dialog .icon.heart-black + .menu-text {
  margin-left: 8px;
  vertical-align: middle;
}
.hover-drop-down .menu-title .icon {
  filter: invert(100%) brightness(100%) contrast(100%);
  fill: unset;
}
.hover-drop-down.hover, .hover-drop-down.extra-hover {
  background: #ffffff;
}
.hover-drop-down.hover .menu-title, .hover-drop-down.extra-hover .menu-title {
  color: #000000;
}
.hover-drop-down.hover .menu-title svg.icon, .hover-drop-down.extra-hover .menu-title svg.icon {
  fill: unset;
  filter: brightness(0) saturate(100%);
}
.hover-drop-down.hover .drop-down-options, .hover-drop-down.extra-hover .drop-down-options {
  display: block;
  padding: 15px;
}

.link-color {
  color: #929292;
}

.drop-down-options {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #000000;
  border-top: none;
}
.drop-down-options .inner {
  border-bottom: 1px solid #929292;
}
.drop-down-options .inner a {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  font-family: GillSansNova-Light;
  padding: 15px 0 12px;
  display: block;
}
.drop-down-options .inner:nth-child(1) a {
  padding: 0 0 12px;
}
.drop-down-options .inner:hover {
  border-bottom: 1px solid #000000;
}
.drop-down-options .inner:hover a {
  color: #000000;
}
.drop-down-options .inner:last-of-type {
  border-bottom: none;
}
.drop-down-options.location .inner:last-of-type, .drop-down-options.my-account .inner:last-of-type {
  border-bottom: 1px solid #929292;
}
.drop-down-options.location .find-nearest, .drop-down-options.my-account .find-nearest {
  color: #ffffff;
  background: #000000;
  text-align: center;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
}
.drop-down-options.location .formatted-image, .drop-down-options.my-account .formatted-image {
  text-align: center;
  color: #ffffff;
  background: #000000;
  padding: 40px 0;
  margin: 10px 0;
  opacity: 0.2;
}

.toggle-title {
  min-height: 35px;
  padding: 10px 0 7px 10px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  color: #aaa;
  background-color: #f1f1f1;
}
.toggle-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  width: 13px;
  height: 100%;
  background: url(../images/svg-icons/right-arrow-next-grey.svg) no-repeat 100% center/16px;
}
.toggle-title.on {
  background: #d6d6d6;
  color: #000000;
}
.toggle-title.on:after {
  background: url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% center/16px;
}

.toggleContent {
  display: none;
}
.toggleContent.show {
  display: block;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}

/* content slot in primary container with tiles in grid underneath */
.search-slot-wrapper,
.account-landing-slot {
  width: 100%;
}

/* grid tiles */
.search-result-items .grid-tile,
.content-search-tile,
.account-home-tile {
  margin: 0 0 2% 2%;
  width: 23.5%;
}
.search-result-items .grid-tile:nth-of-type(4n+1),
.content-search-tile:nth-of-type(4n+1),
.account-home-tile:nth-of-type(4n+1) {
  margin: 0 0 2% 0;
}
@media only screen and (max-width: 1279px) {
  .search-result-items .grid-tile,
.content-search-tile,
.account-home-tile {
    width: 31.6%;
    margin: 0 0 2% 2.5%;
  }
  .search-result-items .grid-tile:nth-of-type(4n + 1),
.content-search-tile:nth-of-type(4n + 1),
.account-home-tile:nth-of-type(4n + 1) {
    margin: 0 0 2% 2.5%;
  }
  .search-result-items .grid-tile:nth-of-type(3n+1),
.content-search-tile:nth-of-type(3n+1),
.account-home-tile:nth-of-type(3n+1) {
    margin: 0 0 2% 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-items .grid-tile,
.content-search-tile,
.account-home-tile {
    width: calc(50% - 5px);
    margin: 0 0 20px 0 !important;
  }
  .search-result-items .grid-tile:nth-of-type(2n),
.content-search-tile:nth-of-type(2n),
.account-home-tile:nth-of-type(2n) {
    margin-left: 10px !important;
  }
  .search-result-items .grid-tile:nth-of-type(2n+1),
.content-search-tile:nth-of-type(2n+1),
.account-home-tile:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.account-home-tile {
  float: left;
  display: block;
  background: #f1f1f1;
  text-align: center;
}
.account-home-tile img {
  width: 100%;
}
.account-home-tile span {
  padding: 25px 0;
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 767px) {
  .account-home-tile img {
    width: auto;
    max-width: 100%;
  }
}

table {
  width: 100%;
}

thead th {
  text-align: left;
  padding: 12px 12px 10px;
  font-family: GillSansNova-Light;
  text-transform: uppercase;
  background: #f1f1f1;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

#wishlist-table .item-image,
#cart-table .item-image,
.li-thumbnail .item-image, .shipment-item-details .item-image {
  text-align: center;
  width: 80px;
}
#wishlist-table .item-image img,
#cart-table .item-image img,
.li-thumbnail .item-image img, .shipment-item-details .item-image img {
  height: 80px;
  border: 1px solid #f1f1f1;
}
#wishlist-table .item-details,
#cart-table .item-details,
.li-thumbnail .item-details, .shipment-item-details .item-details {
  vertical-align: middle;
}
#wishlist-table .item-details .gift-option-info,
#cart-table .item-details .gift-option-info,
.li-thumbnail .item-details .gift-option-info, .shipment-item-details .item-details .gift-option-info {
  margin: 0;
}
#wishlist-table .item-details .name,
#wishlist-table .item-details .attribute, #wishlist-table .item-details .item-ref,
#cart-table .item-details .name,
#cart-table .item-details .attribute,
#cart-table .item-details .item-ref,
.li-thumbnail .item-details .name,
.li-thumbnail .item-details .attribute,
.li-thumbnail .item-details .item-ref, .shipment-item-details .item-details .name,
.shipment-item-details .item-details .attribute, .shipment-item-details .item-details .item-ref {
  padding: 2px 0;
  color: #929292;
}
#wishlist-table .item-details .attribute, #wishlist-table .item-details .item-ref,
#cart-table .item-details .attribute,
#cart-table .item-details .item-ref,
.li-thumbnail .item-details .attribute,
.li-thumbnail .item-details .item-ref, .shipment-item-details .item-details .attribute, .shipment-item-details .item-details .item-ref {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 0.75rem;
  color: #929292;
  padding: 2px 0;
}
#wishlist-table .item-details .upper,
#cart-table .item-details .upper,
.li-thumbnail .item-details .upper, .shipment-item-details .item-details .upper {
  text-transform: uppercase;
}

/*
 * remove rectangle with an x centered
 * currently applied for customer's hamper tiles
 */
.remove-rectangle {
  background-color: #d6d6d6;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 0 0.16em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 4px 7px;
}
.remove-rectangle svg {
  width: 10px;
  height: 10px;
  fill: black;
}

.ui-dialog.no-title .ui-dialog-title {
  display: none;
}
.ui-dialog.no-title .ui-widget-header {
  z-index: 1;
  float: right;
}
.ui-dialog.no-title .newtitle {
  margin: 0 0 20px 0;
}

.ui-dialog.cms-page-dialog .ui-dialog-buttonset {
  margin: 20px 0 0;
}
.ui-dialog.cms-page-dialog .ui-dialog-buttonset .got-it {
  width: 45%;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ui-dialog.cms-page-dialog .ui-dialog-buttonset .got-it {
    width: 100%;
  }
}

.yes-and-no-dialog .ui-dialog-buttonset,
.yes-and-no-dialog-v2 .ui-dialog-buttonset {
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.yes-and-no-dialog .ui-dialog-buttonset button, .yes-and-no-dialog .ui-dialog-buttonset a,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a {
  width: 48%;
  float: right;
}
.yes-and-no-dialog .ui-dialog-buttonset button.button-gray, .yes-and-no-dialog .ui-dialog-buttonset a.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a.button-gray {
  float: left;
}
@media only screen and (max-width: 767px) {
  .yes-and-no-dialog .ui-dialog-buttonset button, .yes-and-no-dialog .ui-dialog-buttonset a,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a {
    float: none;
    width: 100%;
  }
  .yes-and-no-dialog .ui-dialog-buttonset button.button-gray, .yes-and-no-dialog .ui-dialog-buttonset a.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset button.button-gray,
.yes-and-no-dialog-v2 .ui-dialog-buttonset a.button-gray {
    margin: 0 0 10px 0;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .yes-and-no-dialog-v2 .ui-dialog-buttonset button.button-gray, .yes-and-no-dialog-v2 .ui-dialog-buttonset a.button-gray {
    margin: 10px 0 0;
  }
}

.yes-and-no-dialog.sending-to-recipient {
  max-width: 400px;
  padding: 0;
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper {
  padding: 20px;
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper .ui-dialog-titlebar span {
  color: #2a2a2a;
  font-family: GillSansNova-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper .dialog-content {
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.yes-and-no-dialog.sending-to-recipient .content__wrapper .ui-icon-closethick {
  height: 17px;
  width: 18px;
  top: 5px;
}
.yes-and-no-dialog.sending-to-recipient .btns__wrapper {
  padding: 0;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset {
  padding: 17px 20px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  margin: 0;
  float: none;
  height: 40px;
  padding: 12px 16px !important;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  text-transform: uppercase;
  background: #000000;
  border: 1px solid #000000;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button:hover {
  background: #ffffff;
  color: #000000;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button:active {
  background: inherit;
  color: inherit;
  box-shadow: none;
  transform: none;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button.cancel {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 16px;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
}
.yes-and-no-dialog.sending-to-recipient .ui-dialog-buttonset button.cancel:hover {
  color: #929292;
  text-decoration: none;
}

.ui-tabs .tablarge li a.ui-tabs-anchor {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .tablarge li a.ui-tabs-anchor {
    font-size: 0.75rem;
  }
}
.ui-tabs .tabsmall-1 li {
  background-color: #ffffff;
}
.ui-tabs .tabsmall-1 li a.ui-tabs-anchor {
  color: #000000;
  font-size: 0.75rem;
}
.ui-tabs .tabsmall-1 li.ui-state-active {
  background-color: #000000;
}
.ui-tabs .tabsmall-1 li.ui-state-active a.ui-tabs-anchor {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .ui-tabs .tabsmall-1 li.ui-state-active {
    background: #000000 url(../images/svg-icons/white-arrow-down.svg) no-repeat 97% 15px;
  }
}

.ui-widget {
  font-family: GillSansNova-Medium;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: GillSansNova-Medium;
}
.ui-widget button {
  font-size: 0.75rem;
}

.ui-corner-all, .ui-corner-top,
.ui-corner-right, .ui-corner-left,
.ui-corner-tr, .ui-corner-tl {
  border-radius: 0;
}

.ui-widget-header {
  border: none;
  background: none;
  font-weight: normal;
  color: #2a2a2a;
}

.ui-dialog-buttonpane.ui-widget-content {
  border: none;
  background: none;
}

.read-more-promo-dialog {
  height: 100%;
  position: fixed;
  z-index: 1001;
  border: none;
}
@media only screen and (max-width: 767px) {
  .read-more-promo-dialog {
    width: 60% !important;
  }
}
.read-more-promo-dialog .ui-widget-header {
  font-family: GillSansNova-Medium;
}

.promotion-callout .read-more-promo-link {
  color: #000000;
  font-size: 0.75rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.promotion-callout .read-more-promo-content {
  display: none;
}
.promotion-callout .link-dark {
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.wishlist-dialog {
  width: 350px !important;
  max-height: 60px;
}
@media only screen and (max-width: 320px) {
  .wishlist-dialog {
    width: 310px !important;
  }
}
.wishlist-dialog .ui-widget-header {
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .wishlist-dialog .ui-dialog-title {
    line-height: 0;
  }
}
.wishlist-dialog .ui-icon-closethick {
  top: -10px;
  left: 10px;
}
.wishlist-dialog .icon.wishlist-heart-black, .wishlist-dialog .icon.heart-outline, .wishlist-dialog .icon.heart-black,
.wishlist-dialog .icon.wishlist-heart-black-outline {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.wishlist-dialog .icon.heart-black {
  background: url("../images/svg-icons/wishlist-heart-black.svg") no-repeat;
}
.wishlist-dialog .icon.heart-outline {
  background: url("../images/svg-icons/wishlist-heart-black-outline.svg") no-repeat;
}
.wishlist-dialog .wishlist-link {
  color: #000000;
  text-decoration: underline;
  line-height: 20px;
}

.js-disabled-warning {
  margin: 20px 0;
  border: 7px solid #d6d6d6;
  padding: 10px 3% 6px;
  font-size: 0.6875rem;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #929292;
  text-align: center;
  text-transform: uppercase;
}

.js-side-panel {
  height: 100%;
  position: fixed;
  z-index: 1001;
  border: none;
}
@media only screen and (max-width: 767px) {
  .js-side-panel {
    width: 90% !important;
  }
}
.js-side-panel .ui-icon.ui-icon-closethick {
  background: url(../images/svg-icons/x-close-icon-hover.svg) no-repeat;
  background-size: 12px 11px;
  background-position: center top;
}
.no-svg .js-side-panel .ui-icon.ui-icon-closethick {
  background-image: url(../images/x-close-icon-hover.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .js-side-panel .ui-icon.ui-icon-closethick {
    background-image: url(../images/x-close-icon-hover.png);
  }
}

.side-panel-wrapper .js-dialog-content {
  display: none;
}

body.no-scroll {
  overflow: hidden;
  overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}
body.no-scroll .ui-dialog {
  overflow: visible !important;
}

.show-full-text {
  display: none;
  font-family: GillSansNova-Medium;
  font-weight: 500;
  font-size: 1.0625rem;
  text-decoration: underline;
  padding-left: 5px;
  cursor: pointer;
}

.preload-slider {
  min-height: 200px;
  background: url("../images/loading-small.gif") center center no-repeat;
  box-sizing: border-box;
}

#bv-and-recommendations {
  float: none;
  clear: both;
  overflow: hidden;
}

#bv-carousel.slick-slider {
  margin: 0 60px;
}
#bv-carousel .slick-next {
  right: -60px;
}
#bv-carousel .slick-prev {
  left: -60px;
}
@media only screen and (max-width: 959px) {
  #bv-carousel.slick-slider {
    margin: 0 40px;
  }
  #bv-carousel .slick-next {
    right: -40px;
  }
  #bv-carousel .slick-prev {
    left: -40px;
  }
}

.bv-recommend-item {
  display: none;
  margin: 0px 22px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.bv-recommend-item .bv-tile {
  background: #f1f1f1;
  padding: 40px 0;
}
.bv-recommend-item img {
  margin: 30px auto;
}

#store-info-section-carousel.slick-slider {
  margin: 0 0;
}
#store-info-section-carousel .slick-next {
  right: 0px;
}
#store-info-section-carousel .slick-prev {
  left: 0px;
}

.store-info-section {
  display: none;
  margin: 0 10px;
}

.store-info-section-image img {
  width: 100%;
  margin: 0 auto;
  max-width: 240px;
}

.store-info-section-content {
  padding: 10px 5px 0;
}
.primary-content .store-info-section-content h2 {
  font-size: 1.2em;
  margin: 0.4em 0;
  font-family: GillSansNova-Light;
}
.primary-content .store-info-section-content h3 {
  margin: 0.7em 0 1em;
  font-size: 1.1em;
  font-family: GillSansNova-Medium;
}

.store-info-section-cta {
  padding: 0em 5px;
  margin: 1em 0 0 0;
}

.einstain-clear {
  clear: both;
}

.content-tile-wrapper {
  display: none;
}

.content-tiles-slider-container,
.content-tiles-slider-container-deferred {
  width: 100%;
}
.content-tiles-slider-container .content-tiles-slider .content-tile,
.content-tiles-slider-container-deferred .content-tiles-slider .content-tile {
  width: 200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.content-tiles-small .content-tiles-slider-container .content-tiles-slider .content-tile,
.content-tiles-small .content-tiles-slider-container-deferred .content-tiles-slider .content-tile {
  width: 100px;
}
.content-tiles-slider-container .content-tiles-slider .content-tile:hover .caption-wrapper,
.content-tiles-slider-container-deferred .content-tiles-slider .content-tile:hover .caption-wrapper {
  display: block;
}
.content-tiles-slider-container .content-tiles-slider .content-tile:hover .heading,
.content-tiles-slider-container .content-tiles-slider .content-tile:hover .sub-heading,
.content-tiles-slider-container-deferred .content-tiles-slider .content-tile:hover .heading,
.content-tiles-slider-container-deferred .content-tiles-slider .content-tile:hover .sub-heading {
  color: #000000;
}
.content-tiles-slider-container .content-tiles-slider .tile-img-container,
.content-tiles-slider-container-deferred .content-tiles-slider .tile-img-container {
  position: relative;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #929292;
}
.content-tiles-slider-container .content-tiles-slider .caption-wrapper,
.content-tiles-slider-container-deferred .content-tiles-slider .caption-wrapper {
  display: none;
  position: absolute;
  width: 178px;
  height: 178px;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.content-tiles-slider-container .content-tiles-slider .caption-content,
.content-tiles-slider-container-deferred .content-tiles-slider .caption-content {
  width: 158px;
  height: 158px;
  border: 1px solid #ffffff;
  padding: 15px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 10px;
  top: 10px;
}
.content-tiles-slider-container .content-tiles-slider .tile-image,
.content-tiles-slider-container-deferred .content-tiles-slider .tile-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.content-tiles-slider-container .content-tiles-slider .heading,
.content-tiles-slider-container-deferred .content-tiles-slider .heading {
  color: #929292;
  margin: 1rem;
}
.content-tiles-slider-container .content-tiles-slider .sub-heading,
.content-tiles-slider-container-deferred .content-tiles-slider .sub-heading {
  color: #929292;
  padding: 0;
  margin: 0;
}
.content-tiles-slider-container .content-tiles-slider.slick-slider,
.content-tiles-slider-container-deferred .content-tiles-slider.slick-slider {
  margin: 0 36px;
}
.content-tiles-slider-container .content-tiles-slider.slick-slider .slick-prev,
.content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-prev {
  left: -36px;
  height: 200px;
  width: 36px;
  padding: 0;
}
.content-tiles-slider-container .content-tiles-slider.slick-slider .slick-prev:before,
.content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-prev:before {
  left: 10px;
  right: 0;
}
.content-tiles-slider-container .content-tiles-slider.slick-slider .slick-next,
.content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-next {
  right: -36px;
  height: 200px;
  width: 36px;
  padding: 0;
}
.content-tiles-slider-container .content-tiles-slider.slick-slider .slick-next:before,
.content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-next:before {
  left: 11px;
  right: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .content-tiles-slider-container,
.content-tiles-slider-container-deferred {
    width: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .content-tiles-slider-container,
.content-tiles-slider-container-deferred {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .content-tiles-slider-container,
.content-tiles-slider-container-deferred {
    width: 300px;
  }
}

.cart-add-extra-slider-container {
  width: 100%;
  min-width: 300px;
  max-width: 1260px;
  margin: 0 auto;
  border: 0;
}
.cart-add-extra-slider-container .slot-row {
  width: 100%;
  min-height: 1px;
  float: left;
  text-align: center;
}
.cart-add-extra-slider-container .slot-row.slot-title h3 {
  padding: 0;
  font-size: 27px;
  line-height: 40px;
}
.cart-add-extra-slider-container .slot-row.slot-slider {
  margin-top: 15px;
}
.cart-add-extra-slider-container .content-tiles-slider-container-deferred {
  margin: 0 auto;
  width: 100%;
}
.cart-add-extra-slider-container .content-tiles-slider-container-deferred .content-tile .heading {
  font-size: 14px;
  letter-spacing: 0.125em;
}
.cart-add-extra-slider-container .content-tiles-slider-container-deferred .content-tile .heading .product-name {
  text-transform: uppercase;
}
.cart-add-extra-slider-container .content-tiles-slider-container-deferred .content-tile .heading .product-pricing div {
  display: inline;
}
.cart-add-extra-slider-container .content-tiles-slider-container-deferred .content-tile .heading .product-pricing .price-standard {
  color: #d6d6d6;
  text-decoration: line-through;
}

.cart-footer-slider-container,
.einstein-small-slider-container {
  width: 100%;
  min-width: 300px;
  max-width: 1260px;
  margin: 0 auto;
  border: 0;
}
.cart-footer-slider-container .slot-row,
.einstein-small-slider-container .slot-row {
  width: 100%;
  min-height: 1px;
  float: left;
  text-align: center;
}
.cart-footer-slider-container .slot-row.slot-title h3,
.einstein-small-slider-container .slot-row.slot-title h3 {
  padding: 0;
  font-size: 27px;
  line-height: 40px;
}
.cart-footer-slider-container .slot-row.slot-slider,
.einstein-small-slider-container .slot-row.slot-slider {
  margin-top: 15px;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred,
.einstein-small-slider-container .content-tiles-slider-container-deferred {
  margin: 0 auto;
  width: 100%;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .content-tile-image,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .content-tile-image {
  width: 100px;
  height: 100px;
  border: 1px solid #f1f1f1;
  position: relative;
  margin: 0 auto;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .content-tile-image img,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .content-tile-image img {
  height: 100%;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .heading,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .heading {
  font-family: GillSansNova-Medium;
  font-size: 11px;
  margin: 10px auto 0;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .heading .product-pricing div,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .heading .product-pricing div {
  display: inline;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .heading .product-pricing .price-standard,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .content-tile .heading .product-pricing .price-standard {
  text-decoration: line-through;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .caption-wrapper,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .caption-wrapper {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .caption-content,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider .caption-content {
  width: 78px;
  height: 78px;
  border: 1px solid #ffffff;
  padding: 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: GillSansNova-Bold;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 10px;
  top: 10px;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider {
  margin: 0 36px;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-arrow,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-arrow {
  border: none;
  background: transparent;
  height: 100px;
  width: 18px;
  padding: 0;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-arrow:before,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-arrow:before {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 100px;
  color: #d7d7d7;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-arrow:hover:before,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-arrow:hover:before {
  color: #000000;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-prev,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-prev {
  left: -29px;
}
.cart-footer-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-next,
.einstein-small-slider-container .content-tiles-slider-container-deferred .content-tiles-slider.slick-slider .slick-next {
  right: -29px;
}

.einstein-small-slider-container {
  padding-top: 39px;
  margin-bottom: 29px;
  overflow: hidden;
}

.js-slider-with-progress {
  margin: 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .js-slider-with-progress {
    margin: 0 0 11px;
  }
}
.js-slider-with-progress .slick-slide {
  margin: 0 6px;
}
.js-slider-with-progress .slick-list {
  margin: 0 -6px;
}
.js-slider-with-progress .slick-next, .js-slider-with-progress .slick-prev {
  height: 24px;
  width: 24px;
  bottom: -36px;
  top: auto;
  padding: 0;
  margin: 0;
}
.js-slider-with-progress .slick-next:before, .js-slider-with-progress .slick-prev:before {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0%;
  top: 0;
  bottom: 0;
}
.js-slider-with-progress .slick-next {
  right: 0;
}
.js-slider-with-progress .slick-next:before {
  background: url(../images/svg-icons/right-arrow-outlined.svg) no-repeat 50% 50%/24px;
}
.js-slider-with-progress .slick-prev {
  left: auto;
  right: 29px;
}
.js-slider-with-progress .slick-prev:before {
  background: url(../images/svg-icons/right-arrow-outlined.svg) no-repeat 50% 50%/24px;
  transform: rotate(180deg);
}
.js-slider-with-progress .slick-disabled:before {
  opacity: 1;
}

.slider-progress-bar-container {
  width: calc(100% - 73px);
  height: 2px;
  background-color: #C2C2C2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slider-progress-bar-container {
    width: 100%;
  }
}
.slider-progress-bar-container .slider-progress-bar {
  width: 33%;
  height: 100%;
  background-color: #252525;
}

#wrapper {
  background: none repeat scroll 0 0 #ffffff;
  left: 0;
  position: relative;
  transition: left 0.2s ease-in;
  margin: 0 auto;
}
#wrapper:after {
  clear: both;
}
#wrapper.menu-active {
  left: 50%;
}
#wrapper .primary-content {
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
#wrapper #main, #wrapper .recommendations-clp {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  #wrapper #main, #wrapper .recommendations-clp {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  #wrapper #main, #wrapper .recommendations-clp {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #main, #wrapper .recommendations-clp {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
#wrapper #main #secondary, #wrapper .recommendations-clp #secondary,
#wrapper #main .secondary_content_nav,
#wrapper .recommendations-clp .secondary_content_nav {
  clear: left;
  float: left;
  width: 18.7%;
}
@media only screen and (max-width: 1279px) {
  #wrapper #main #secondary, #wrapper .recommendations-clp #secondary,
#wrapper #main .secondary_content_nav,
#wrapper .recommendations-clp .secondary_content_nav {
    width: 23.4%;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #main #secondary, #wrapper .recommendations-clp #secondary,
#wrapper #main .secondary_content_nav,
#wrapper .recommendations-clp .secondary_content_nav {
    float: none;
    clear: both;
    width: 100%;
  }
}
#wrapper #main #secondary nav a, #wrapper .recommendations-clp #secondary nav a,
#wrapper #main .secondary_content_nav nav a,
#wrapper .recommendations-clp .secondary_content_nav nav a {
  margin-left: 0px;
}
.primary-focus #wrapper #main #secondary, .primary-focus #wrapper .recommendations-clp #secondary,
.primary-focus #wrapper #main .secondary_content_nav,
.primary-focus #wrapper .recommendations-clp .secondary_content_nav {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: right;
  width: 210px;
}
#wrapper #main #primary, #wrapper .recommendations-clp #primary,
#wrapper #main .content-container.col-2,
#wrapper .recommendations-clp .content-container.col-2,
#wrapper #main .current-hamper-status,
#wrapper .recommendations-clp .current-hamper-status {
  float: right;
  clear: right;
  width: 79.7%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  #wrapper #main #primary, #wrapper .recommendations-clp #primary,
#wrapper #main .content-container.col-2,
#wrapper .recommendations-clp .content-container.col-2,
#wrapper #main .current-hamper-status,
#wrapper .recommendations-clp .current-hamper-status {
    width: 74.7%;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #main #primary, #wrapper .recommendations-clp #primary,
#wrapper #main .content-container.col-2,
#wrapper .recommendations-clp .content-container.col-2,
#wrapper #main .current-hamper-status,
#wrapper .recommendations-clp .current-hamper-status {
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
  }
}
#wrapper #main .secondary_content_nav, #wrapper .recommendations-clp .secondary_content_nav {
  margin-right: 1.5%;
}
#wrapper #main .secondary_content_nav li.active a, #wrapper .recommendations-clp .secondary_content_nav li.active a {
  color: #000000;
}
#wrapper #main.full-width #primary, #wrapper .full-width.recommendations-clp #primary {
  width: 100%;
  clear: both;
  float: none;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #wrapper #main .current-hamper-status, #wrapper .recommendations-clp .current-hamper-status {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #main, #wrapper .recommendations-clp {
    margin-bottom: 0;
  }
}

.js .simple-submit {
  display: none;
}

.inputs-group-title {
  background: #d6d6d6;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0.8em 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
}

.dialog-required {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding: 0.16em 0;
  text-transform: none;
}
.dialog-required em {
  color: #333;
}

form {
  margin-bottom: 0;
}
form.def .button {
  background-color: #ffffff;
  color: #000000;
  cursor: default;
  pointer-events: none;
}

legend {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.25em;
  font-family: GillSansNova-Light;
}

label {
  margin-bottom: 0.3rem;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.form-horizontal label {
  float: left;
  margin: 0.5rem 0 0.3rem;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .form-horizontal label {
    float: none;
    width: 100%;
  }
}
.form-horizontal label .required-indicator {
  margin-left: 0.5rem;
}
.label-inline label {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}
.label-above label {
  margin-bottom: 0.3rem;
  width: auto;
}

.form-label-text {
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.75em 0 0;
  text-align: right;
  width: 25%;
}

.form-row {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.form-row.error {
  border: 1px dotted;
}

.form-row-button {
  clear: left;
  width: 100%;
}
.form-row-button button,
.form-row-button .button,
.form-row-button .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .form-row-button .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.form-horizontal .form-row-button {
  box-sizing: border-box;
  margin-left: 15%;
  margin-right: 0;
  width: calc(100% - 15%);
}
@media only screen and (max-width: 767px) {
  .form-horizontal .form-row-button {
    width: 100%;
    margin-left: 0;
  }
}
.form-horizontal .form-row-button button {
  width: 100%;
}

.field-wrapper {
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  width: 100%;
}
.form-horizontal .field-wrapper {
  float: left;
  width: calc(100% - 15%);
}
@media only screen and (max-width: 767px) {
  .form-horizontal .field-wrapper {
    width: 100%;
    float: none;
  }
}
.label-inline .field-wrapper {
  float: left;
  padding-left: 0;
  width: auto;
}
.label-above .field-wrapper {
  float: none;
  padding-left: 0;
  width: auto;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  width: 100%;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 0.8125rem;
  line-height: 16px;
  letter-spacing: 0.02rem;
  box-sizing: border-box;
  padding: 0 11px;
  outline: none;
  text-align: center;
}
input[type=text].align-left,
input[type=number].align-left,
input[type=email].align-left,
input[type=tel].align-left,
input[type=password].align-left,
textarea.align-left {
  text-align: left;
}

input[type=radio] {
  opacity: 0;
}

textarea {
  padding: 11px;
  line-height: 16px;
  height: auto;
  font-size: 0.75rem;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  text-transform: uppercase;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

.form-caption {
  clear: left;
  width: auto;
}
.label-above .form-caption {
  margin-left: 0;
}
.form-indent .form-caption {
  margin-left: 0;
}

.error-message {
  padding: 0px 0 0px 20px;
  color: #bc0031;
  text-indent: 0;
  background: url(../images/red-error-x.png) no-repeat left center;
  margin: 0 0 8px;
}

span.error {
  color: #bc0031;
  font-size: 12px;
  font-weight: 400;
  margin: 7px 0;
  clear: left;
  display: block;
  padding: 4px 0 0 20px;
  background: url(../images/red-error-x.png) no-repeat left center;
}
span.error + label {
  color: #bc0031;
}
span.error + .field-wrapper .selector, span.error + .field-wrapper input {
  border: 1px solid #bc0031;
}
span.error + .field-wrapper .selector::-webkit-input-placeholder, span.error + .field-wrapper input::-webkit-input-placeholder {
  color: #bc0031;
}
span.error + .field-wrapper .selector:-moz-placeholder, span.error + .field-wrapper input:-moz-placeholder {
  color: #bc0031;
  opacity: 1;
}
span.error + .field-wrapper .selector::-moz-placeholder, span.error + .field-wrapper input::-moz-placeholder {
  color: #bc0031;
  opacity: 1;
}
span.error + .field-wrapper .selector:-ms-input-placeholder, span.error + .field-wrapper input:-ms-input-placeholder {
  color: #bc0031;
}

.selector.error span {
  color: #bc0031;
}

.error-form {
  padding: 0px 0 0px 20px;
  color: #bc0031;
  text-indent: 0;
  background: url(../images/red-error-x.png) no-repeat left center;
  margin: 0 0 8px;
}

.form-inline form {
  padding: 0 0 2em;
  width: 98%;
}
.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto;
}
.form-inline input[type=text], .form-inline select {
  margin-left: 0;
  width: 95%;
}
.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.row-inline {
  display: inline;
}
.row-inline label {
  width: auto;
}

.require-dialog {
  font-weight: 400;
  position: absolute;
  right: 1em;
  text-transform: none;
  top: 1em;
}

.form-field-tooltip {
  float: left;
  margin-left: 3%;
  padding-top: 0.75em;
  width: 20%;
}

.char-count {
  display: block;
  text-align: right;
  color: #d6d6d6;
  font-family: GillSansNova-Medium;
  font-size: 12px;
  line-height: 12px;
  margin: 9px 0;
  width: 40px;
  padding: 0;
  text-align: center;
  height: initial;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.global-updated-field button,
.global-updated-field .button,
.global-updated-field .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .global-updated-field .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.global-updated-field .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
.global-updated-field .form-row span.error {
  -ms-flex-order: 1;
      order: 1;
  margin: 0;
}
.global-updated-field .form-row label.visually-hidden {
  position: static;
  float: none;
  font-size: 0.625rem;
  letter-spacing: 1px;
  height: auto;
  width: 100%;
  margin: 10px 0 2px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.global-updated-field .form-row label.visually-hidden .required-indicator {
  display: none;
}
.global-updated-field .form-row .field-wrapper {
  width: 100%;
}
.global-updated-field .form-row .field-wrapper input[type=text],
.global-updated-field .form-row .field-wrapper input[type=number],
.global-updated-field .form-row .field-wrapper input[type=email],
.global-updated-field .form-row .field-wrapper input[type=tel],
.global-updated-field .form-row .field-wrapper input[type=password] {
  height: 40px;
  line-height: 16px;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-align: center;
  appearance: none;
  border-radius: 0;
}
.global-updated-field .form-row .field-wrapper select.input-select {
  height: 40px;
  line-height: 40px;
  background-size: 27px 20px;
  color: #000000;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-align: center;
  text-align-last: center;
  text-transform: none;
}
.global-updated-field .form-row .field-wrapper ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0;
}
.global-updated-field .form-row .field-wrapper :-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
.global-updated-field .form-row .field-wrapper ::-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
.global-updated-field .form-row .field-wrapper :-ms-input-placeholder {
  color: #ffffff;
}
.global-updated-field .form-row .field-wrapper .selector {
  height: 40px;
  line-height: 40px;
  background-size: 27px 20px;
  width: 100% !important;
  box-sizing: border-box;
}
.global-updated-field .form-row .field-wrapper .selector span {
  color: #000000;
  font-size: 0.75rem;
  letter-spacing: 0.65px;
  text-align: center;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  box-sizing: border-box;
}
.global-updated-field .form-row .field-wrapper .selector select {
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.global-updated-field .gc-row-container-a {
  position: relative;
}
.global-updated-field .gc-row-container-a .tooltip {
  top: 50% !important;
}
.global-updated-field .gc-date-wrapper {
  position: relative;
}
.global-updated-field .gc-date-wrapper .ui-datepicker-trigger {
  position: absolute;
  top: 40%;
  right: calc(100% - 200px);
}

.ui-dialog-buttonset button,
.ui-dialog-buttonset .button,
.ui-dialog-buttonset .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .ui-dialog-buttonset .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}

.page-content .login-intercept.subscription .login-column-left {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .page-content .login-intercept.subscription .login-column-left {
    float: none;
    width: 100%;
  }
}
.page-content .login-intercept.subscription .login-column-left .content-sample-placeholder {
  max-width: none;
}
.page-content .login-intercept.subscription .login-column-right {
  float: right;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .page-content .login-intercept.subscription .login-column-right {
    float: none;
    width: 100%;
  }
}

.delete-card {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  padding: 3px 0 0 0;
}

.form-row.error-after {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-row.error-after label {
  -ms-flex-order: 1;
      order: 1;
}
.form-row.error-after span.error {
  -ms-flex-order: 2;
      order: 2;
}

.card-type-icon {
  position: absolute;
  overflow: hidden;
  width: auto;
  height: 20px;
  right: 15px;
  bottom: 7px;
}
.card-type-icon img {
  max-width: 40px;
  height: 20px;
}

.tooltip {
  cursor: help;
  position: relative;
  cursor: pointer;
}
.tooltip .icon.info {
  fill: #000000;
}

.tooltip-content {
  display: none;
}

.ui-tooltip.ui-widget-content {
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 20px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.ui-tooltip-content {
  padding: 0.3em;
}
.ui-tooltip-content .recommendation-tooltip-header {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price {
  font-weight: 400;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
  color: #999;
  text-decoration: line-through;
}
.ui-tooltip-content .recommendation-tooltip-description,
.ui-tooltip-content .recommendation-tooltip-attributes {
  padding: 0.8em;
}
.ui-tooltip-content .shipping-method-cost {
  float: right;
}
.ui-tooltip-content .shipping-method-cost .value {
  border-bottom: 1px solid #424242;
  display: inline-block;
  padding-bottom: 0.3em;
}
.ui-tooltip-content .shippingtotal {
  clear: right;
  float: right;
  margin-top: 0.3em;
}

/* tooltip new box styling */
.ui-tooltip, .arrow:after {
  background: #ffffff;
}

.ui-tooltip {
  padding: 13px;
  max-width: 175px;
  box-sizing: border-box;
  letter-spacing: 0 !important;
}
.ui-tooltip .ui-tooltip-content {
  padding: 0;
}

.arrow {
  width: 39px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: 0;
  bottom: -13px;
}

.arrow.top {
  top: -13px;
  bottom: auto;
  margin-left: 0;
}

.arrow.left {
  left: calc(100% - 33px);
}

.arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: -26px;
  width: 39px;
  height: 26px;
  box-shadow: 6px 5px 9px -9px rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -13px;
  top: auto;
}

body:not(:has(.pt_account)) .arrow {
  left: -13px;
  margin-left: 3px;
}
body:not(:has(.pt_account)) .arrow:after {
  border-radius: 5px;
}
body:not(:has(.pt_account)) .arrow.left {
  left: -13px;
}
body:not(:has(.pt_account)) .ui-tooltip.ui-widget-content {
  border-radius: 5px;
}

.content-slot img {
  height: auto;
  max-width: 100%;
}

.slot-default-sample {
  width: 100%;
  text-transform: uppercase;
  padding: 100px 0;
  background: #929292;
  color: #ffffff;
  text-align: center;
}

.browser-compatibility-alert {
  background-color: #990000;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 2em;
  padding: 0.8em;
}

#email-sign-up-thank-you {
  overflow: auto;
  position: relative;
}
#email-sign-up-thank-you img {
  float: left;
  padding-right: 20px;
  box-sizing: content-box;
}
#email-sign-up-thank-you h2 {
  margin: 0;
  font-size: 2.8125rem;
  padding: 19px 0;
  text-align: center;
  letter-spacing: 1px;
}
#email-sign-up-thank-you > div {
  width: 270px;
  float: left;
  padding-bottom: 50px;
}
#email-sign-up-thank-you button {
  position: absolute;
  bottom: 1px;
  right: 0px;
  margin: 20px 0 0;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  #email-sign-up-thank-you img {
    display: none;
  }
  #email-sign-up-thank-you > div,
#email-sign-up-thank-you button {
    width: 100%;
  }
  #email-sign-up-thank-you h2 {
    font-size: 2.5rem;
  }
}

p.unsubscribe-text-msg {
  margin: 13px 0 20px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 21px;
  font-family: GillSansNova-Light;
}

#contact_us_confirmation-msg {
  width: 100%;
  height: 100%;
  border: 10px solid #d6d6d6;
  padding: 20px;
  box-sizing: border-box;
}
#contact_us_confirmation-msg img {
  height: 140px;
  float: right;
}
#contact_us_confirmation-msg button {
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #contact_us_confirmation-msg img {
    display: none;
  }
  #contact_us_confirmation-msg button {
    width: 100%;
  }
}

.folder-slot {
  border-style: solid;
  border-color: #019328;
  border-width: 1px;
  background-color: white;
  padding: 0.5em 0.5em;
}
.folder-slot h2 {
  color: #019328;
  margin: 0.5em 0em;
}

.content-sample-placeholder {
  background: #d6d6d6;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  height: 100%;
}

.book_hotel_restaurant_contactinfo {
  margin: 20px 0;
}
.book_hotel_restaurant_contactinfo .title {
  float: left;
  width: 100%;
  margin: 0 0 17px 0;
}
.book_hotel_restaurant_contactinfo .contact_section {
  float: left;
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .book_hotel_restaurant_contactinfo .contact_section {
    float: none;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .book_hotel_restaurant_contactinfo {
    margin: 20px 0 0;
  }
}
.book_hotel_restaurant_contactinfo .label {
  font-family: GillSansNova-Medium;
  color: #000000;
}
.book_hotel_restaurant_contactinfo .contact-info {
  color: #929292;
}

.success_booking_msg {
  border: 5px solid #f1f1f1;
  padding: 7px 0 5px;
  box-sizing: border-box;
  text-align: center;
  color: #929292;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  margin: 0 0 20px 0;
}

nav[role=navigation] {
  height: 42px;
}
nav[role=navigation] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1279px) {
  #desktop-navigation {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  #hamburger-menu.hover .main-navigation {
    display: block;
    width: 300px !important;
  }
}

.main-navigation {
  position: relative;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 1180px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-navigation {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .main-navigation {
    margin: 0 0 0 -1px;
    display: none;
    background: white;
    width: 270px;
    border-top: none;
    text-align: left;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-navigation::-webkit-scrollbar {
    width: 10px;
  }
  .main-navigation::-webkit-scrollbar-track {
    background-color: #d6d6d6;
    border: 1px solid #929292;
  }
  .main-navigation::-webkit-scrollbar-thumb {
    background-color: #252525;
  }
  .main-navigation .sub-level-content span.img {
    display: none;
  }
}
.main-navigation .slick-prev,
.main-navigation .slick-next {
  background-color: #252525;
  border: none;
  line-height: 0;
  z-index: 999;
  height: 42px;
}
.main-navigation .slick-prev::before,
.main-navigation .slick-next::before {
  font-size: 24px;
  top: 45%;
}
.main-navigation .slick-prev.slick-disabled,
.main-navigation .slick-next.slick-disabled {
  display: none !important;
}
.main-navigation .slick-prev:hover:before,
.main-navigation .slick-next:hover:before {
  color: #ffffff;
}
.main-navigation .slick-next {
  right: 0;
  box-shadow: -10px 0 20px 0 #000000;
}
.main-navigation .slick-prev {
  left: 0;
  box-shadow: 10px 0 20px 0 #000000;
}
.main-navigation .slick-list {
  padding: 0 35px;
}
.main-navigation .arrow-right {
  width: 10px;
  height: 10px;
}
.main-navigation .top-level {
  display: inline-block;
  text-align: left;
}
.main-navigation .top-level.hover, .main-navigation .top-level.current {
  background: white;
}
.main-navigation .top-level.hover > a, .main-navigation .top-level.current > a {
  color: #85734f;
}
.main-navigation .top-level > a {
  padding: 5px 15px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
}
.main-navigation .top-level > a.has-sub-menu:hover {
  color: #85734f;
}
.main-navigation .top-level > a:hover {
  color: #ffffff;
}
.main-navigation .top-level > a .arrow-right {
  display: none;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-navigation .top-level.hover, .main-navigation .top-level.current {
    border: none;
  }
}
@media only screen and (max-width: 1279px) {
  .main-navigation .top-level {
    display: block;
    width: 270px;
    margin-left: 15px;
  }
  .main-navigation .top-level > a {
    color: #000000;
    position: relative;
    display: block;
    width: 270px;
    height: 40px;
    box-sizing: border-box;
    padding: 0px;
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #d6d6d6;
  }
  .main-navigation .top-level > a .arrow-right {
    display: none;
  }
  .main-navigation .top-level > a.has-sub-menu .arrow-right {
    display: block;
    position: absolute;
    top: 14px;
    left: 260px;
    fill: #000000;
  }
  .main-navigation .top-level > a:hover {
    color: #000000;
  }
  .main-navigation .top-level.hover {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
  .main-navigation .top-level.hover .has-sub-menu {
    color: #85734f;
    border-bottom: none;
  }
  .main-navigation .top-level.hover .has-sub-menu .arrow-right {
    transform: rotate(90deg);
    fill: #85734f;
  }
}
.main-navigation .top-level .lazyAsset {
  display: none;
}
.main-navigation .sub-level {
  position: absolute;
  margin-left: 10px;
  display: none;
  padding: 0 0 15px 15px;
  background: #ffffff;
  border: 1px solid #000000;
  border-top: none;
  top: 42px;
  box-sizing: border-box;
  width: 1240px;
  left: 0 !important;
}
.main-navigation .sub-level.hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1279px) {
  .main-navigation .sub-level {
    position: static;
    border: none;
    overflow: auto;
    margin-left: 0px;
    padding: 0 0 15px;
    width: 100%;
  }
  .main-navigation .sub-level.hover {
    display: block;
    color: #85734f;
  }
}
.main-navigation .sub-level-item {
  margin-right: 20px;
}
.main-navigation .sub-level-item > a {
  float: none;
  clear: left;
  display: inline-block;
  width: auto;
  padding: 13px 0 11px;
  font-size: 0.9375rem;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  height: 40px;
  text-transform: none;
  font-family: GillSansNova-Medium;
  border: none;
  color: #000000;
}
.main-navigation .sub-level-item > a svg.arrow-right {
  float: right;
  margin: 2px 0 0;
  pointer-events: none;
  fill: #929292;
}
@media only screen and (max-width: 767px) {
  .main-navigation .sub-level-item > a svg.arrow-right {
    display: none;
  }
}
.main-navigation .sub-level-item > a.has-sub-menu-level-2 .plus,
.main-navigation .sub-level-item > a.has-sub-menu-level-2 .minus {
  display: none;
  width: 20px;
  height: 20px;
  fill: #000000;
  float: right;
}
.main-navigation .sub-level-item > a.has-sub-menu-level-2 .plus,
.main-navigation .sub-level-item > a.has-sub-menu-level-2 .minus {
  display: none;
}
.main-navigation .sub-level-item.hover > a, .main-navigation .sub-level-item.current > a {
  border-bottom: 1px solid #000000;
  color: #85734f;
}
.main-navigation .sub-level-item:first-child .sub-level-content .third-level-items {
  width: 330px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-navigation .sub-level-item:first-child .sub-level-content .third-level-items {
    width: 270px;
  }
}
@media only screen and (max-width: 1279px) {
  .main-navigation .sub-level-item {
    margin-right: 0;
  }
  .main-navigation .sub-level-item > a {
    border: none;
    padding: 7px 0;
    height: auto;
    display: block;
  }
  .main-navigation .sub-level-item > a.has-sub-menu-level-2 .plus {
    display: block;
  }
  .main-navigation .sub-level-item.hover > a {
    border: none;
  }
  .main-navigation .sub-level-item.hover > a.has-sub-menu-level-2 .plus {
    display: none;
  }
  .main-navigation .sub-level-item.hover > a.has-sub-menu-level-2 .minus {
    display: block;
    fill: #85734f;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-navigation .sub-level-item > a {
    font-size: 14px;
  }
}
.main-navigation .top-level-btn {
  float: left;
  clear: left;
  width: 230px;
  margin-top: -1px;
}
@media only screen and (max-width: 1279px) {
  .main-navigation .top-level-btn {
    margin-top: 4px;
  }
}
.main-navigation .sub-level-content {
  float: none;
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
  display: block;
  margin-top: 0 !important;
}
.main-navigation .sub-level-content.hover {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main-navigation .sub-level-content {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-navigation .sub-level-content {
    padding-top: 10px;
    float: left;
  }
}
@media only screen and (max-width: 1279px) {
  .main-navigation .sub-level-content {
    display: none;
  }
}
.main-navigation .third-level-items {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.main-navigation .third-level-items li {
  clear: left;
  float: left;
  width: 140px;
  padding: 0 20px 15px 0;
}
@media only screen and (max-width: 767px) {
  .main-navigation .third-level-items li {
    padding: 0 15px 15px 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.main-navigation .third-level-items li > a {
  font-family: GillSansNova-Medium;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #000000;
}
.main-navigation .third-level-items li > a:hover, .main-navigation .third-level-items li > a.current {
  color: #85734f;
}
@media only screen and (max-width: 767px) {
  .main-navigation .third-level-items {
    display: block;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-navigation .third-level-items {
    width: 130px;
  }
  .main-navigation .third-level-items li {
    width: 110px;
  }
}
.main-navigation .third-level-items.split-columns ul.split-columns {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .main-navigation .third-level-items.split-columns ul.split-columns {
    display: block;
  }
}
.main-navigation .third-level-items.split-columns ul.split-columns:last-of-type li {
  padding-left: 0;
}
.main-navigation .img {
  width: 200px;
  display: block;
  margin: 0;
  vertical-align: top;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-navigation .img {
    width: 130px;
  }
  .main-navigation .img img {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main-navigation .img {
    display: none;
  }
  .main-navigation .img.show-medium {
    display: inline-block;
  }
}
.main-navigation .nav-banner {
  display: none;
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: 15px;
  margin: 15px 0 0;
}
.main-navigation .nav-banner img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main-navigation .nav-banner {
    padding: 0 15px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-navigation .nav-banner {
    display: none !important;
  }
}

.country-selector {
  border-bottom: 5px solid #4d4d4d;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .country-selector {
    border-bottom: none;
    padding: 0;
    position: absolute;
    top: -1rem;
    right: 0.2rem;
    z-index: 30;
    width: auto;
  }
}
.country-selector .selector {
  display: none;
  margin-top: 0.5rem;
  padding-left: 2rem;
}
.country-selector .selector.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .country-selector .selector {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 1rem;
    padding: 1rem;
  }
}
.country-selector .current-country {
  cursor: pointer;
  padding: 0.8em 1rem;
}
.country-selector .current-country.selector-active {
  border-bottom: 1px solid #1a1a1a;
}
.country-selector .current-country.selector-active .selector-icon {
  transform: rotate(270deg);
}
@media screen and (min-width: 768px) {
  .country-selector .current-country {
    padding: 0;
  }
  .country-selector .current-country.selector-active {
    border-bottom: none;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }
}
.country-selector .current-country .selector-icon {
  margin-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .country-selector .current-country .selector-icon {
    float: right;
    margin-right: 0;
    margin-left: 0.3rem;
    transform: rotate(90deg);
  }
}
.country-selector .current-country .flag-icon {
  border: none;
}
.country-selector .continent-name {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .country-selector .continent-name {
    color: #990000;
  }
}
.country-selector .country {
  margin-bottom: 0.5rem;
}
.country-selector .locale {
  border-right: 1px solid #e0e0e0;
  display: inline-block;
  padding: 0 0.3rem;
  vertical-align: middle;
}
.country-selector .locale:first-of-type {
  padding-left: 0;
}
.country-selector .locale:last-of-type {
  border-right: none;
  padding-right: 0;
}
.country-selector .flag-icon {
  border: 1px solid #e0e0e0;
  margin-right: 0.3rem;
}

#header-cookies-message {
  display: none;
  width: 100%;
  background-color: #252525;
  padding: 9px 0;
  text-align: center;
}
#header-cookies-message .cookie-message {
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#header-cookies-message .cookie-message p {
  color: #929292;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
}
#header-cookies-message .cookie-message p a {
  color: #ffffff;
  text-decoration: underline;
}
#header-cookies-message .cookie-message .close-icon {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  right: 7px;
  cursor: pointer;
}
#header-cookies-message .cookie-message .close-icon:hover {
  fill: #ffffff;
}
@media only screen and (max-width: 767px) {
  #header-cookies-message .cookie-message {
    width: 90%;
    padding: 0 55px;
  }
  #header-cookies-message .cookie-message .close-icon {
    top: 30%;
  }
}

#main-header {
  position: relative;
  background-color: #000000;
  text-align: center;
  height: 150px;
}
#main-header #navigation .primary-logo, #main-header .hlp-centered-wrapper .primary-logo {
  font-size: 2.8125rem;
  margin: 0 auto;
  padding: 20px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  #main-header #navigation .primary-logo, #main-header .hlp-centered-wrapper .primary-logo {
    padding: 6px 0 11px 0;
    font-size: 1.5625rem;
    line-height: normal;
  }
}
#main-header.visually-hidden {
  height: 1px;
}
#main-header.checkout-header {
  height: 90px;
}
@media only screen and (max-width: 767px) {
  #main-header {
    height: 100px;
  }
  #main-header.checkout-header {
    height: 58px;
  }
}

nav#navigation {
  position: relative;
  color: #929292;
  background-color: #000000;
  width: 100%;
}
nav#navigation.stuckMenu.isStuck {
  z-index: 50;
}
nav#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 959px) {
  .checkout-header .header-utility-menu {
    display: none;
  }
}

.header-utility-menu {
  position: absolute;
  top: 20px;
  text-transform: uppercase;
}
.header-utility-menu.leftum {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .header-utility-menu.leftum {
    top: 6px;
  }
}
.header-utility-menu.rightum {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .header-utility-menu.rightum {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header-utility-menu.rightum .menu-item .menu-title {
    padding: 5px;
  }
}
@media only screen and (max-width: 483px) {
  .header-utility-menu.rightum .menu-item .menu-title {
    padding: 5px 3px;
  }
}
.header-utility-menu.rightum .menu-item svg.icon {
  pointer-events: none;
}
.header-utility-menu.rightum .minicart-total-qty {
  top: 11px;
  left: 27px;
}
.header-utility-menu.rightum .checkout-mini-cart-link {
  position: relative;
}
.header-utility-menu.rightum .checkout-mini-cart-link svg.icon.bag {
  position: relative;
  left: -10px;
  top: -3px;
}
.header-utility-menu.rightum .checkout-mini-cart-link .minicart-total-qty {
  top: -2px;
  left: 31px;
}
.header-utility-menu .hover-drop-down .menu-title, .header-utility-menu #header-store-locator-link {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-utility-menu .hover-drop-down .menu-title, .header-utility-menu #header-store-locator-link {
    padding: 5px;
  }
}
.header-utility-menu #header-store-locator-link:hover {
  color: #ffffff;
}
.header-utility-menu .menu-item {
  display: inline-block;
  z-index: 1001;
}
@media only screen and (max-width: 959px) {
  .header-utility-menu .menu-item {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-utility-menu .menu-item {
    margin: 0 5px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .header-utility-menu .menu-item {
    margin: 0;
  }
}
@media only screen and (max-width: 959px) {
  .header-utility-menu .menu-item#mini-cart {
    margin: 0;
  }
}
.header-utility-menu .menu-item .account-greeting {
  word-wrap: break-word;
}
.header-utility-menu .menu-item .menu-notification {
  display: block;
  background: #5f472e;
  color: #ffffff;
  margin-top: 15px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 959px) {
  .header-utility-menu .menu-item .menu-text {
    display: none;
  }
}
.header-utility-menu #wishlist {
  position: relative;
  width: 25px;
  height: 25px;
}
.header-utility-menu #wishlist .icon.wishlist-heart-white {
  cursor: pointer;
  width: 22px;
  height: 22px;
  left: 0;
}
.header-utility-menu #wishlist .wishlist-items-number {
  color: #ffffff;
  font-size: 0.625rem;
  position: absolute;
  top: 5px;
  right: 30%;
  width: 10px;
}
@media only screen and (max-width: 959px) {
  .header-utility-menu #help-dropdown {
    display: none;
  }
}
.header-utility-menu #hamburger-menu {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .header-utility-menu #hamburger-menu {
    display: inline-block;
  }
}
.header-utility-menu #hamburger-menu .drop-down-options {
  padding: 0;
  left: -0.5px;
}

#my-account-dropdown .drop-down-options {
  width: 248px;
  left: -75px;
}
@media only screen and (max-width: 959px) {
  #my-account-dropdown .drop-down-options {
    left: auto;
    right: -65px;
  }
}
#my-account-dropdown #account-menu-signin {
  margin: 0 0 10px;
}

#help-dropdown .drop-down-options, #stores-dropdown .drop-down-options {
  left: -1px;
  width: 228px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #stores-dropdown .drop-down-options {
    left: -45px;
  }
}

#header-promo-banner {
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  overflow: auto;
}
#header-promo-banner .header-message {
  color: #929292;
  float: left;
  font-size: 0.625rem;
  padding: 1% 0;
  text-transform: uppercase;
  text-align: center;
  width: 33.33%;
  font-family: GillSansNova-Light;
}
#header-promo-banner .header-message:first-child {
  text-align: left;
}
#header-promo-banner .header-message:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #header-promo-banner {
    display: none;
  }
}

.currency-converter {
  width: 100%;
}
.currency-converter select {
  color: #000000;
  height: 40px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .currency-converter {
    margin-top: 0;
    position: absolute;
    right: 0.8em;
    top: 1.4em;
    width: auto;
  }
  .currency-converter select {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #aaa;
    font-weight: 700;
    height: auto;
    margin-left: 0;
    padding: 0 1px;
    width: auto;
  }
}

.minicart-total-qty,
.count-notification {
  display: inline-block;
  color: #ffffff;
  background: #5f472e;
  margin-right: 5px;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
  line-height: 14px;
}
@media only screen and (max-width: 767px) {
  .minicart-total-qty,
.count-notification {
    margin-right: 0;
    padding: 0;
  }
}

#header-search {
  position: relative;
  display: block;
  margin: 0 10px;
  background-color: #ffffff;
}
#header-search.focus button svg.icon.search {
  fill: #85734f;
}
#header-search.hover {
  display: block;
}
#header-search #search-form {
  border: 1px solid black;
  border-bottom: none;
  max-height: 41px;
}
#header-search #search-form fieldset {
  position: relative;
}
#header-search .form-pad {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 220px;
  height: 55px;
  background: white;
  border: 1px solid #000000;
  border-top: none;
  z-index: 5;
}
#header-search #search-suggestions {
  position: relative;
  right: 0;
  border-top: 0;
  top: 0;
  z-index: 10;
}
#header-search #search-suggestions.active {
  position: absolute;
  top: 40px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #000000;
  border-top: 0;
  z-index: 999;
  width: 1240px;
}
@media only screen and (max-width: 1279px) {
  #header-search #search-suggestions.active {
    width: 920px;
  }
}
@media only screen and (max-width: 959px) {
  #header-search #search-suggestions.active {
    width: 728px;
  }
}
@media only screen and (max-width: 767px) {
  #header-search #search-suggestions.active {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header-search {
    width: 100%;
    margin: 0;
  }
  #header-search #search-form input[type=text] {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-search #search-form input[type=text] {
    width: 670px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  #header-search #search-form input[type=text] {
    width: 860px;
  }
}
#header-search input[type=text]::-ms-clear {
  display: none;
}
#header-search input[type=text] {
  background-color: transparent;
  color: #85734f;
  margin: 0;
  height: 40px;
  border: none;
  width: 1180px;
  padding: 0 0 0 10px;
  font-family: GillSansNova-Medium;
  font-size: 14px;
  display: block;
  text-align: center;
}
#header-search input[type=text] {
  text-transform: none;
}
#header-search input[type=text]::-moz-placeholder {
  text-transform: none;
}
#header-search input[type=text]::-webkit-input-placeholder {
  text-transform: none;
}
#header-search input[type=text]:-ms-input-placeholder {
  text-transform: none;
}
#header-search input[type=text]::-ms-input-placeholder {
  text-transform: none;
}
#header-search input[type=text]:-ms-input-placeholder {
  text-transform: none;
}
#header-search input[type=text]::placeholder {
  text-transform: none;
}
#header-search button.search-submit-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  border-left: 1px solid white;
  height: 100%;
  line-height: 0;
}
#header-search button.search-submit-btn svg.icon.search {
  width: 19px;
  height: 19px;
  fill: #000000;
}
@media only screen and (max-width: 767px) {
  #header-search button.search-submit-btn {
    padding: 0 10px;
  }
}

.uiLayerIndicator {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  opacity: 0;
  top: 0;
  z-index: 1;
}
.uiLayerIndicator.opacity {
  opacity: 0.5;
}

#header-tls-msg {
  text-align: center;
  position: relative;
  padding: 10px;
  z-index: 1;
  background: #DBD4CB;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
}

.pt_addbillingaddress #header-promo-banner, .pt_addbillingaddress .breadcrumb {
  display: none !important;
}

footer {
  margin: 46px 0 0 0;
  overflow: hidden;
  clear: both;
  font-family: GillSansNova-Medium;
}
footer.cart-footer {
  margin: 0;
}
footer a, footer .link-class {
  color: #ffffff;
}
footer .line1 {
  background-color: #252525;
}
footer .line1 .content-asset {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  footer .line1 .content-asset {
    display: block;
  }
}
footer .line1 .footer-vipme {
  color: #ffffff;
  text-align: center;
  padding: 20px 70px;
  font-size: 40px;
  text-transform: uppercase;
}
footer .line1 .footer-vipme .footer-vipme-sub {
  display: block;
  font-size: 13px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  footer .line1 .footer-vipme {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .line1 .footer-vipme {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .line1 .footer-vipme {
    padding: 20px 0 30px;
  }
}
footer .line2 {
  background-color: #000000;
}
footer .line2 ul.footerMenu {
  float: left;
  list-style: none;
  margin: 0 2% 0 0;
  max-width: 157px;
  padding: 0;
  width: 92%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  footer .line2 ul.footerMenu {
    max-width: 128px;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
footer .line2 ul.footerMenu li {
  display: block;
  list-style: none;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li {
    line-height: 37px;
    border-bottom: 1px solid #252525;
    padding: 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li > span {
    float: right;
    height: 37px;
    cursor: pointer;
    width: 27px;
    background: url("../images/svg-icons/white-right-arrow-next.svg") no-repeat 100% center/16px;
  }
}
footer .line2 ul.footerMenu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li a {
    width: calc(100% - 27px);
    display: inline-block;
  }
}
footer .line2 ul.footerMenu li a:hover {
  color: #ffffff;
}
footer .line2 ul.footerMenu li ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li ul {
    margin: 0;
    padding: 0 10px 0 30px;
    display: none;
  }
}
footer .line2 ul.footerMenu li ul li {
  line-height: 15px;
  border: 0 none;
}
footer .line2 ul.footerMenu li ul li a {
  font-size: 10px;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li.active {
    padding: 0 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li.active > a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li.active > span {
    background: url(../images/svg-icons/white-down-arrow-expand.svg) no-repeat 100% center/16px;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li.active ul {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu li.active ul li {
    padding: 0;
    line-height: 25px;
  }
}
footer .line2 ul.footerMenu.menuA {
  float: left;
  letter-spacing: 1px;
  margin: 0;
  max-width: 198px;
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  footer .line2 ul.footerMenu.menuA {
    float: right;
    max-width: 133px;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu.menuA {
    max-width: none;
  }
}
footer .line2 ul.footerMenu.menuA li ul {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .line2 ul.footerMenu.menuA li.active ul {
    display: block;
  }
}
footer .line2 .hlp-centered-wrapper, footer .line2 nav#navigation {
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  footer .line2 .hlp-centered-wrapper, footer .line2 nav#navigation {
    padding: 1% 2.5% 0;
  }
}
footer .line2 .content-wrapper {
  max-width: 198px;
  float: right;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  footer .line2 .content-wrapper {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  footer .line2 .content-wrapper {
    float: none;
    max-width: none;
  }
}
footer .line3 {
  border-top: 1px solid #252525;
  background-color: black;
}
@media only screen and (max-width: 767px) {
  footer .line3 {
    border: none;
  }
}
footer .footer-social {
  margin: 15px 0 0 40px;
}
footer .footer-social p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1279px) {
  footer .footer-social {
    margin: 15px 0 0 20px;
  }
}
@media only screen and (max-width: 959px) {
  footer .footer-social {
    margin: 15px 0 0 0;
  }
}
footer .footerSocial {
  display: inline-block;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .footerSocial {
    margin: 0;
    padding: 15px 0 18px;
    width: 100%;
  }
}
footer .footerSocial li {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  footer .footerSocial li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
footer .footerSocial li a {
  margin: 0 16px;
  padding: 0;
  float: left;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
footer .footerSocial li a:hover .facebook,
footer .footerSocial li a:hover .twitter,
footer .footerSocial li a:hover .instagram,
footer .footerSocial li a:hover .pinterest {
  fill: #85734f;
}
footer .footerSocial li a .facebook {
  width: 18px;
  height: 24px;
}
footer .footerSocial li a .twitter {
  width: 24px;
  height: 24px;
}
footer .footerSocial li a .instagram {
  width: 24px;
  height: 24px;
}
footer .footerSocial li a .pinterest {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1279px) {
  footer .footerSocial li a {
    margin: 0 10px;
  }
}
footer .brandMessage {
  float: left;
  width: 265px;
  margin: 0 115px 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  footer .brandMessage {
    width: 331px;
    margin: 0 35px 0 0;
  }
}
@media only screen and (max-width: 959px) {
  footer .brandMessage {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer .brandMessage {
    margin-top: 30px;
  }
}
footer .brandMessage .story {
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
}
footer .brandMessage p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
}
footer .brandMessage p a {
  text-decoration: underline;
}
footer .brandMessage p a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .brandMessage p {
    padding: 0 65px;
  }
}
footer .copy {
  color: #ffffff;
  font-size: 10px;
  float: left;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  footer .copy {
    font-size: 12px;
    line-height: normal;
    padding: 16px 0 0;
    text-align: center;
    width: 100%;
    float: none;
  }
}
footer .textLinks {
  color: #929292;
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  footer .textLinks {
    float: none;
    text-align: center;
  }
}
footer .textLinks li {
  list-style: none;
  float: left;
  font-size: 10px;
  line-height: 32px;
}
footer .textLinks li:first-child a, footer .textLinks li:last-child a {
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .textLinks li:first-child a {
    padding-left: 0;
  }
  footer .textLinks li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .textLinks li {
    float: none;
    display: inline;
    text-align: center;
  }
  footer .textLinks li:first-child {
    display: block;
  }
  footer .textLinks li:first-child a {
    padding: 0;
  }
}
footer .textLinks li a {
  font-size: 10px;
  line-height: 32px;
  border-right: 1px solid #ffffff;
  padding: 0 15px;
}
footer .textLinks li a:hover {
  color: #ffffff;
}
footer .footer-signup.email-signup {
  width: 611px;
  margin: 15px 0 5px;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
}
footer .footer-signup.email-signup fieldset {
  position: relative;
}
footer .footer-signup.email-signup p {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
footer .footer-signup.email-signup form {
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .footer-signup.email-signup form {
    width: 100%;
    margin: 0 auto;
  }
}
footer .footer-signup.email-signup .form-caption,
footer .footer-signup.email-signup .field-wrapper,
footer .footer-signup.email-signup .form-row {
  padding: 0;
  margin: 0;
}
footer .footer-signup.email-signup button {
  background: #ffffff;
  border: 0 none;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 41px;
  border-left: 1px solid #ffffff;
}
footer .footer-signup.email-signup button .mail {
  width: 30px;
  height: 22px;
  vertical-align: baseline;
  fill: #000000;
}
footer .footer-signup.email-signup .field-wrapper {
  border: 1px solid #ffffff;
  position: relative;
}
footer .footer-signup.email-signup .field-wrapper input {
  display: block;
  background: #ffffff;
  margin: 0;
  color: #929292;
  font-size: 13px;
  width: 560px;
  border: none;
  height: 40px;
  padding: 0 0 0 10px;
  text-align: center;
}
footer .footer-signup.email-signup .field-wrapper input:focus {
  color: #85734f;
  border-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  footer .footer-signup.email-signup .field-wrapper input {
    width: calc(100% - 36px);
  }
}
footer .footer-signup.email-signup .field-wrapper.focused:before {
  background: url("../images/svg-icons/mail-white.svg") 0 0 no-repeat;
}
footer .footer-signup.email-signup .field-wrapper.focused input::-webkit-input-placeholder {
  color: #ffffff;
}
footer .footer-signup.email-signup .field-wrapper.focused input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .footer-signup.email-signup .field-wrapper.focused input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .footer-signup.email-signup .field-wrapper.focused input:-ms-input-placeholder {
  color: #ffffff;
}
footer .footer-signup.email-signup .field-wrapper input[type=email] {
  text-transform: none;
}
footer .footer-signup.email-signup .field-wrapper input[type=email]::-moz-placeholder {
  text-transform: none;
}
footer .footer-signup.email-signup .field-wrapper input[type=email]::-webkit-input-placeholder {
  text-transform: none;
}
footer .footer-signup.email-signup .field-wrapper input[type=email]:-ms-input-placeholder {
  text-transform: none;
}
footer .footer-signup.email-signup .field-wrapper input[type=email]::-ms-input-placeholder {
  text-transform: none;
}
footer .footer-signup.email-signup .field-wrapper input[type=email]:-ms-input-placeholder {
  text-transform: none;
}
footer .footer-signup.email-signup .field-wrapper input[type=email]::placeholder {
  text-transform: none;
}
footer .footer-signup.email-signup.focus button .mail {
  fill: #85734f;
}
@media only screen and (max-width: 1279px) {
  footer .footer-signup.email-signup {
    padding: 0 30px;
    width: 456px;
  }
  footer .footer-signup.email-signup .field-wrapper input {
    width: 404px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .footer-signup.email-signup {
    padding: 0 20px;
    width: 360px;
  }
  footer .footer-signup.email-signup .field-wrapper input {
    width: 308px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-signup.email-signup {
    float: none;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  footer .footer-signup.email-signup .field-wrapper input {
    width: 100%;
  }
}

.email-signup-dialog.no-title .newtitle {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .email-signup-dialog.no-title .newtitle {
    padding: 0 30px 0 0;
    font-size: 1.125rem;
  }
}

.footerEmailSignUpPopUp {
  border-top: 1px solid #929292;
  padding: 18px 0 0 0;
  font-family: GillSansNova-Medium;
}
.footerEmailSignUpPopUp .error-msg {
  display: none;
  margin: 0 0 10px;
  float: left;
  clear: both;
}
.footerEmailSignUpPopUp .left {
  float: left;
  height: 100%;
  width: 270px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .footerEmailSignUpPopUp .left {
    display: none;
  }
}
.footerEmailSignUpPopUp .right {
  float: left;
  height: 100%;
  width: calc(100% - 301px);
}
@media only screen and (max-width: 767px) {
  .footerEmailSignUpPopUp .right {
    width: 100%;
  }
}
.footerEmailSignUpPopUp .right .holder {
  padding: 0 0 0 54px;
}
.footerEmailSignUpPopUp .right .holder button {
  margin: 18px 0 0 0;
  width: 100%;
  float: right;
}
.footerEmailSignUpPopUp .right .holder .form-row {
  margin: 0;
}
.footerEmailSignUpPopUp .right input.email {
  height: 33px;
  padding-left: 5%;
  width: 100%;
}
.footerEmailSignUpPopUp .email {
  height: 33px;
  padding-left: 5%;
  width: 100%;
}
.footerEmailSignUpPopUp .checkbox-wrp {
  margin: 10px 0 10px 55px;
}
.footerEmailSignUpPopUp .checkbox-wrp .form-row {
  margin: 0;
}
.footerEmailSignUpPopUp [type=submit] {
  width: 100%;
  float: left;
}
.footerEmailSignUpPopUp .msg {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.footerEmailSignUpPopUp .policy-links {
  clear: both;
}
.footerEmailSignUpPopUp .policy-links p {
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .footerEmailSignUpPopUp {
    border-top: none;
    padding: 0;
  }
}

.currencySelector {
  float: left;
  letter-spacing: 1px;
  margin: 0;
  max-width: 198px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .currencySelector {
    border-bottom: 1px solid #252525;
    padding: 0;
    margin: 0 auto;
    max-width: none;
    width: 100%;
  }
}
.currencySelector .selected {
  cursor: pointer;
  font-size: 12px;
  color: #929292;
  line-height: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .currencySelector .selected {
    line-height: 37px;
  }
}
.currencySelector .selected img {
  float: left;
  width: 20px;
  height: 13px;
  margin: 5px 5px 0 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .currencySelector .selected img {
    margin: 11px 5px 0 20px;
  }
}
.currencySelector .selected:hover {
  color: #ffffff;
}
.currencySelector .selected:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.currencySelector .selected .mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .currencySelector .selected .mobile {
    float: right;
    height: 37px;
    display: block;
    cursor: pointer;
    width: 27px;
    margin: -37px 0 0 0;
    background: url("../images/arrow-right.png") no-repeat 0 50%;
  }
}
.currencySelector .currencyWrapper {
  display: none;
  position: absolute;
  left: -1px;
  padding: 15px 15px 0 15px;
  bottom: 50px;
  background: #000000;
  width: calc(100% + 2px);
}
.currencySelector .currencyWrapper .currency {
  width: 100%;
  margin: 0;
  list-style: none;
  float: left;
  padding: 0 0 10px 0;
  border-bottom: 1px #252525 solid;
}
.currencySelector .currencyWrapper .currency * {
  float: left;
}
.currencySelector .currencyWrapper .currency li {
  width: 100%;
  list-style: none;
  line-height: 13px;
  margin: 5px 0;
  display: block;
}
.currencySelector .currencyWrapper .currency li .flag {
  margin: 0 5px 0 0;
}
.currencySelector .currencyWrapper .currency li img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.currencySelector .currencyWrapper .currency li:hover a {
  color: #ffffff;
}
.currencySelector .currencyWrapper .currency li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media only screen and (max-width: 767px) {
  .currencySelector .currencyWrapper .currency {
    border: 0 none;
  }
}
@media only screen and (max-width: 767px) {
  .currencySelector .currencyWrapper {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    background: none;
  }
}
.currencySelector.visible {
  background: #000000;
  z-index: 2;
  margin: -15px 0 -1px -16px;
  border-bottom: 1px #252525 solid;
  border-left: 1px #252525 solid;
  border-right: 1px #252525 solid;
}
@media only screen and (max-width: 767px) {
  .currencySelector.visible {
    border-width: 0 0 1px 0;
    margin: 0;
    background: none;
  }
}
.currencySelector.visible .currencyWrapper {
  display: block;
  border-top: 1px #252525 solid;
  border-left: 1px #252525 solid;
  border-right: 1px #252525 solid;
}
@media only screen and (max-width: 767px) {
  .currencySelector.visible .currencyWrapper {
    border: none;
    padding: 0 0 0 20px;
  }
}
.currencySelector.visible .selected {
  color: #ffffff;
}
.currencySelector.visible .selected img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media only screen and (max-width: 767px) {
  .currencySelector.visible .selected .mobile {
    background: url(../images/white-arrow-down.png) no-repeat 0 50%;
  }
}

#payments-and-security-icon {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 30px auto 0 !important;
}
@media only screen and (max-width: 1279px) {
  #payments-and-security-icon {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  #payments-and-security-icon {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  #payments-and-security-icon {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
#payments-and-security-icon .payments {
  float: right;
  padding: 0 0 0.6em;
}
#payments-and-security-icon .payments img {
  padding: 0 0 0 0.6em;
}
#payments-and-security-icon .security {
  float: left;
  padding: 0 0 0.6em;
}
#payments-and-security-icon .security img {
  padding: 0 0.6em 0 0;
}
@media only screen and (max-width: 767px) {
  #payments-and-security-icon .security, #payments-and-security-icon .payments {
    float: none;
    text-align: center;
  }
  #payments-and-security-icon .security {
    padding: 0 0 1.5em 0;
  }
}

#checkout-footer {
  background: #000000;
  color: #929292;
  overflow: auto;
  margin: 0 auto;
}
#checkout-footer .copy-and-year {
  float: left;
  padding: 16px 0 12px;
  color: #ffffff;
  font-size: 0.625rem;
}
#checkout-footer .cms-links {
  float: right;
  padding: 15px 0 12px;
  line-height: 100%;
}
#checkout-footer .cms-links .link, #checkout-footer .cms-links .text {
  display: inline;
  padding: 0 15px;
  font-size: 0.625rem;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
#checkout-footer .cms-links .link:first-child, #checkout-footer .cms-links .link:last-child, #checkout-footer .cms-links .text:first-child, #checkout-footer .cms-links .text:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #checkout-footer .cms-links .link:last-child {
    padding-right: 0;
  }
  #checkout-footer .cms-links .text {
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #checkout-footer {
    text-align: center;
  }
  #checkout-footer .cms-links, #checkout-footer .copy-and-year {
    float: none;
  }
  #checkout-footer .cms-links {
    padding: 10px 0 12px;
  }
  #checkout-footer .cms-links .text {
    display: block;
    margin-bottom: 10px;
  }
  #checkout-footer .copy-and-year {
    font-size: 0.75rem;
    padding: 16px 0 0;
  }
}

.swatch-black a {
  background-color: #000000 !important;
}

.swatch-beige a {
  background-color: #f5f5dc !important;
}

.swatch-blue a {
  background-color: blue !important;
}

.swatch-purple a {
  background-color: purple !important;
}

.swatch-red a {
  background-color: red !important;
}

.swatch-brown a {
  background-color: #783201 !important;
}

.swatch-green a {
  background-color: green !important;
}

.swatch-grey a {
  background-color: #8f979d !important;
}

.swatch-pink a {
  background-color: #fe249a !important;
}

.swatch-orange a {
  background-color: orange !important;
}

.swatch-white a {
  background-color: #ffffff !important;
}

.swatch-yellow a {
  background-color: #ffff00 !important;
}

.swatch-navy a {
  background-color: navy !important;
}

.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent;
}

.unselectable.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important;
}

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url("../images/infinite-loading-indicator.gif") center no-repeat;
  height: 35px;
  width: 100%;
}

.disable-infinite-scroll .search-result-content .page-element {
  display: none;
}

.stars-rating {
  width: 114px;
  height: 19px;
  position: relative;
  margin: 0 auto;
}
.stars-rating-base {
  width: 100%;
  height: 19px;
  background: url(../images/interface/stars-base.png) no-repeat;
  position: absolute;
  background-size: 115px;
}
.stars-rating-filled {
  height: 19px;
  background: url(../images/interface/stars-filled-new.png) no-repeat;
  position: absolute;
  background-size: 115px;
}

.rating-bar {
  width: 128px;
  height: 8px;
  position: relative;
  margin: 0 auto;
}
.rating-bar-base {
  width: 100%;
  height: 19px;
  background: url(../images/interface/rating-bar-base.png) no-repeat;
  position: absolute;
  background-size: 128px;
}
.rating-bar-filled {
  height: 19px;
  background: url(../images/interface/rating-bar-filled.png) no-repeat;
  position: absolute;
  background-size: 128px;
}

.svg-account-dims {
  width: 23.3px;
  height: 24px;
}

.svg-arrow-down-dims {
  width: 134px;
  height: 83.4px;
}

.svg-arrow-left-dims {
  width: 83.4px;
  height: 134px;
}

.svg-arrow-right-dims {
  width: 83.4px;
  height: 134px;
}

.svg-arrow-up-dims {
  width: 134px;
  height: 83.4px;
}

.svg-bag-dims {
  width: 20px;
  height: 20px;
}

.svg-boutique-dims {
  width: 20px;
  height: 20px;
}

.svg-cafe-dims {
  width: 20px;
  height: 20px;
}

.svg-calendar-dims {
  width: 49px;
  height: 49px;
}

.svg-check-dims {
  width: 18px;
  height: 18px;
}

.svg-clickcollect-g-dims {
  width: 46.3px;
  height: 35.3px;
}

.svg-clickcollect-r-dims {
  width: 46.4px;
  height: 35.1px;
}

.svg-close-icon-dims {
  width: 12px;
  height: 11px;
}

.svg-concession-dims {
  width: 20px;
  height: 20px;
}

.svg-delivery-int-g-dims {
  width: 50.91px;
  height: 35.63px;
}

.svg-delivery-int-r-dims {
  width: 51.05px;
  height: 35.46px;
}

.svg-delivery-uk-g-dims {
  width: 46.47px;
  height: 35.26px;
}

.svg-delivery-uk-r-dims {
  width: 46.7px;
  height: 35.9px;
}

.svg-double-arrow-dims {
  width: 62px;
  height: 39px;
}

.svg-facebook-dims {
  width: 8.3px;
  height: 17.1px;
}

.svg-facebook-grey-dims {
  width: 8.3px;
  height: 17.1px;
}

.svg-facebook-white-dims {
  width: 8.3px;
  height: 17.1px;
}

.svg-flag-uk-dims {
  width: 20px;
  height: 13px;
}

.svg-flag-uk-grey-dims {
  width: 20px;
  height: 13px;
}

.svg-flag-uk-white-dims {
  width: 20px;
  height: 13px;
}

.svg-googleplus-dims {
  width: 18px;
  height: 17.1px;
}

.svg-googleplus-grey-dims {
  width: 18px;
  height: 17.1px;
}

.svg-googleplus-white-dims {
  width: 18px;
  height: 17.1px;
}

.svg-grid-view-dims {
  width: 19px;
  height: 19px;
}

.svg-hotel-dims {
  width: 20px;
  height: 20px;
}

.svg-info-dims {
  width: 20px;
  height: 20px;
}

.svg-instagram-dims {
  width: 17px;
  height: 17.1px;
}

.svg-instagram-grey-dims {
  width: 17px;
  height: 17.1px;
}

.svg-instagram-white-dims {
  width: 17px;
  height: 17.1px;
}

.svg-listview-dims {
  width: 19px;
  height: 19px;
}

.svg-locations-dims {
  width: 20.7px;
  height: 20.3px;
}

.svg-logo-dims {
  width: 113.4px;
  height: 37.8px;
}

.svg-logo-m-retina-dims {
  width: 214.5px;
  height: 50px;
}

.svg-logo-mobile-dims {
  width: 214.5px;
  height: 50px;
}

.svg-logo-retina-dims {
  width: 113.4px;
  height: 38.4px;
}

.svg-mail-dims {
  width: 16px;
  height: 11px;
}

.svg-mail-g-dims {
  width: 42.7px;
  height: 34.1px;
}

.svg-mail-grey-dims {
  width: 16px;
  height: 11px;
}

.svg-mail-r-dims {
  width: 42.7px;
  height: 34.1px;
}

.svg-mail-white-dims {
  width: 16px;
  height: 11px;
}

.svg-menu-icon-dims {
  width: 20px;
  height: 20px;
}

.svg-minus-dims {
  width: 20px;
  height: 20px;
}

.svg-pinterest-dims {
  width: 14.4px;
  height: 17.6px;
}

.svg-pinterest-grey-dims {
  width: 14.4px;
  height: 17.6px;
}

.svg-pinterest-white-dims {
  width: 14.4px;
  height: 17.6px;
}

.svg-plus-dims {
  width: 20px;
  height: 20px;
}

.svg-print-dims {
  width: 20px;
  height: 20px;
}

.svg-progress-dims {
  width: 21.3px;
  height: 22.2px;
}

.svg-restaurant-dims {
  width: 20px;
  height: 20px;
}

.svg-schoolOfChocolate-dims {
  width: 20px;
  height: 20px;
}

.svg-search-dims {
  width: 37.4px;
  height: 38.3px;
}

.svg-share-dims {
  width: 63px;
  height: 44px;
}

.svg-soc-dims {
  width: 20px;
  height: 20px;
}

.svg-twitter-dims {
  width: 20.9px;
  height: 17px;
}

.svg-twitter-grey-dims {
  width: 20.9px;
  height: 17px;
}

.svg-twitter-white-dims {
  width: 20.9px;
  height: 17px;
}

.svg-window-plus-dims {
  width: 20px;
  height: 20px;
}

.svg-x-close-icon-dims {
  width: 12px;
  height: 12px;
}

.svg-x-close-icon-hover-dims {
  width: 12px;
  height: 12px;
}

.svg-x-close-icon_backup-dims {
  width: 12px;
  height: 11px;
}

.icon, .wishlist-dialog .icon.heart-black, .wishlist-dialog .icon.heart-outline {
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
}
.icon.logo, .wishlist-dialog .logo.icon.heart-black, .wishlist-dialog .logo.icon.heart-outline, .icon.new-logo, .wishlist-dialog .new-logo.icon.heart-black, .wishlist-dialog .new-logo.icon.heart-outline {
  display: inline-block;
  height: 52px;
  fill: #ffffff;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .icon.logo, .wishlist-dialog .logo.icon.heart-black, .wishlist-dialog .logo.icon.heart-outline, .icon.new-logo, .wishlist-dialog .new-logo.icon.heart-black, .wishlist-dialog .new-logo.icon.heart-outline {
    display: none;
  }
}
.icon.logo-mobile, .wishlist-dialog .logo-mobile.icon.heart-black, .wishlist-dialog .logo-mobile.icon.heart-outline {
  display: none;
  height: 30px;
  width: 115px;
  fill: #ffffff;
}
@media only screen and (max-width: 767px) {
  .icon.logo-mobile, .wishlist-dialog .logo-mobile.icon.heart-black, .wishlist-dialog .logo-mobile.icon.heart-outline {
    display: inline-block;
  }
}
.icon.menu-icon, .wishlist-dialog .menu-icon.icon.heart-black, .wishlist-dialog .menu-icon.icon.heart-outline {
  height: 32px;
  width: 22px;
}
.icon.arrow-right, .wishlist-dialog .arrow-right.icon.heart-black, .wishlist-dialog .arrow-right.icon.heart-outline {
  height: 11px;
  width: 9px;
}
.icon.arrow-down, .wishlist-dialog .arrow-down.icon.heart-black, .wishlist-dialog .arrow-down.icon.heart-outline {
  height: 10px;
  width: 11px;
}
.icon.bag, .wishlist-dialog .bag.icon.heart-black, .wishlist-dialog .bag.icon.heart-outline {
  width: 22px;
  height: 22px;
}
.icon.account, .wishlist-dialog .account.icon.heart-black, .wishlist-dialog .account.icon.heart-outline {
  width: 22px;
  height: 22px;
}
.icon.print, .wishlist-dialog .print.icon.heart-black, .wishlist-dialog .print.icon.heart-outline {
  width: 18px;
  height: 18px;
}
.icon.info, .wishlist-dialog .info.icon.heart-black, .wishlist-dialog .info.icon.heart-outline {
  width: 19px;
  height: 19px;
}
.icon.pin, .wishlist-dialog .pin.icon.heart-black, .wishlist-dialog .pin.icon.heart-outline {
  width: 20px;
  height: 20px;
}

.ui-datepicker {
  background-color: #fff;
  display: none;
  margin-top: 1px;
  min-height: 210px;
  padding: 10px;
  width: 270px;
  z-index: 9999 !important;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #d6d6d6;
}
.ui-datepicker.reminder-datepicker {
  z-index: 110 !important;
}
.ui-datepicker.gift-cart-calendar {
  width: 300px;
  min-height: 236px;
}
.ui-datepicker.gift-cart-calendar::before {
  content: attr(data-content);
  margin-left: 12px;
  margin-top: 4px;
  text-transform: uppercase;
}
.ui-datepicker.gift-cart-calendar .ui-datepicker .ui-datepicker-title {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 20px;
}
.ui-datepicker.gift-cart-calendar .ui-datepicker-prev,
.ui-datepicker.gift-cart-calendar .ui-datepicker-next {
  background: #929292;
  top: 39px;
}
.ui-datepicker.gift-cart-calendar .ui-datepicker-prev {
  left: 21px;
}
.ui-datepicker.gift-cart-calendar .ui-datepicker-next {
  right: 21px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker.gift-cart-calendar {
    left: 0px !important;
  }
}
.ui-datepicker .ui-state-disabled {
  opacity: 1;
}
.ui-datepicker .ui-state-disabled:hover, .ui-datepicker .ui-state-disabled:active {
  border: none;
}
.ui-datepicker .ui-icon {
  background-image: none;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-button {
  border: none;
  background: none;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  border: none;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 0px;
  position: static;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 3px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #000000;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  height: 197px;
  line-height: 1;
  position: absolute;
  top: 20px;
  width: 35px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  background: #d6d6d6;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-prev:before {
  color: white;
  content: "‹";
  font-size: 65px;
  position: relative;
  right: 5%;
  top: 30%;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "›";
  color: white;
  font-size: 65px;
  position: relative;
  right: 5%;
  top: 30%;
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 0 auto;
  table-layout: fixed;
  width: 195px;
}

.ui-datepicker .ui-datepicker-calendar th {
  background: none;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  font-family: GillSansNova-Medium;
  color: #000000;
  text-align: center;
  vertical-align: baseline;
  font-size: 0.8em;
}

.ui-datepicker .ui-datepicker-calendar td {
  margin-bottom: 5px;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  color: #d6d6d6;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  color: #000000;
  width: 20px;
  height: 10px;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar td span {
  color: #d6d6d6;
  padding: 0.5em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background-color: #000000;
  border-radius: 50%;
  border-color: #000000;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

.ui-datepicker-trigger {
  background: url(../images/svg-icons/calendar.svg) no-repeat 0 0;
  cursor: pointer;
  float: left;
  height: 21px;
  margin: 5px 0 0 10px;
  text-indent: -99999px;
  width: 21px;
}

.ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}

.ui-datepicker-bottom-content {
  display: none;
}

.ui-datepicker-bottom-content {
  clear: both;
  float: left;
  margin: 0 0 20px 0;
}
.ui-datepicker-bottom-content p.now {
  display: inline;
}

.pt_error .primary-content h4,
.locked-error h4 {
  font-size: 45px;
  letter-spacing: 0;
  margin: 0 0 3% 0;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content h4,
.locked-error h4 {
    font-size: 1.5625rem;
    line-height: normal;
  }
}
.pt_error .primary-content p,
.locked-error p {
  font-size: 17px;
  width: 55%;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 1279px) {
  .pt_error .primary-content p,
.locked-error p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content p,
.locked-error p {
    font-size: 14px;
    width: 100%;
  }
}
.pt_error .primary-content img,
.locked-error img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content img,
.locked-error img {
    max-width: 268px;
    width: 100%;
  }
}
.pt_error .primary-content footer,
.locked-error footer {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content footer,
.locked-error footer {
    margin: 46px 0 0 0;
  }
}
.pt_error .primary-content .error-btn,
.locked-error .error-btn {
  cursor: pointer;
  margin: 30px 0 0 0;
  width: 236px;
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content .error-btn,
.locked-error .error-btn {
    width: 100%;
  }
}
.pt_error .primary-content .col-1,
.locked-error .col-1 {
  margin: 0;
  width: 39%;
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content .col-1,
.locked-error .col-1 {
    margin: 0 0 35px 0;
    text-align: center;
  }
}
.pt_error .primary-content .col-2,
.locked-error .col-2 {
  margin: 0;
  width: 59%;
}
@media only screen and (max-width: 1279px) {
  .pt_error .primary-content .col-1, .pt_error .primary-content .col-2,
.locked-error .col-1,
.locked-error .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .pt_error .primary-content .col-1, .pt_error .primary-content .col-2,
.locked-error .col-1,
.locked-error .col-2 {
    width: 100%;
  }
}

.locked-error p {
  font-size: 13px;
  width: 100%;
  font-family: GillSansNova-Book;
}
.locked-error .col-2 {
  margin: 11.5% 0 0 0;
}
@media only screen and (max-width: 767px) {
  .locked-error .col-2 {
    margin: 0;
  }
}

/* Global Content Banner Styles */
.banner-wrapper .banner-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  padding: 10px;
}
.banner-wrapper .banner-content .content {
  max-width: 350px;
  padding: 2% 3%;
  text-align: center;
  box-sizing: border-box;
}
.banner-wrapper .banner-content .content h2 {
  margin: 0 0 3% 0;
}
.banner-wrapper .banner-content .content h2,
.banner-wrapper .banner-content .content p {
  color: #ffffff;
}
.banner-wrapper .banner-content .content a {
  cursor: pointer;
  display: inline-block;
  margin: 15px 0 0 0;
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .banner-wrapper .banner-content .content {
    padding: 2% 1.5%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner-content .content {
    margin: 0 auto;
    max-width: none;
    padding: 20px 5px;
    width: 100%;
  }
}
.banner-wrapper .banner-content.banner-content-black .content {
  border: 1px solid #d6d6d6;
  background: rgba(0, 0, 0, 0.8);
}
.banner-wrapper .banner-content.banner-content-white .content {
  background: rgba(255, 255, 255, 0.8);
}
.banner-wrapper .banner-content.banner-content-white .content h2,
.banner-wrapper .banner-content.banner-content-white .content p {
  color: #000000;
}
.banner-wrapper.banner-right .banner-content {
  background-position: 100% 0;
}
.banner-wrapper.banner-right .banner-content .content {
  float: right;
}
.banner-wrapper.banner-centre .banner-content {
  background-position: 50% 0;
}
.banner-wrapper.banner-centre .banner-content .content {
  margin: 0 auto;
}

.new-customer .fieldset-wrapper,
.new-customer fieldset,
.new-field-style .fieldset-wrapper,
.new-field-style fieldset {
  width: 300px;
  padding: 0 20px;
  margin: auto;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
.new-customer .fieldset-wrapper:first-of-type,
.new-customer fieldset:first-of-type,
.new-field-style .fieldset-wrapper:first-of-type,
.new-field-style fieldset:first-of-type {
  padding-top: 20px;
}
.new-customer .fieldset-wrapper:nth-of-type(2),
.new-customer fieldset:nth-of-type(2),
.new-field-style .fieldset-wrapper:nth-of-type(2),
.new-field-style fieldset:nth-of-type(2) {
  padding-bottom: 20px;
}
.new-customer .fieldset-wrapper.no-bg,
.new-customer fieldset.no-bg,
.new-field-style .fieldset-wrapper.no-bg,
.new-field-style fieldset.no-bg {
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .opt-in-title, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .opt-in-title,
.new-customer fieldset.registration-actions .opt-in-section .opt-in-title,
.new-customer fieldset.guest-checkout-actions .opt-in-section .opt-in-title,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .opt-in-title,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .opt-in-title,
.new-field-style fieldset.registration-actions .opt-in-section .opt-in-title,
.new-field-style fieldset.guest-checkout-actions .opt-in-section .opt-in-title {
  margin-top: 0;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .in-one-row, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row,
.new-customer fieldset.registration-actions .opt-in-section .in-one-row,
.new-customer fieldset.guest-checkout-actions .opt-in-section .in-one-row,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .in-one-row,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row,
.new-field-style fieldset.registration-actions .opt-in-section .in-one-row,
.new-field-style fieldset.guest-checkout-actions .opt-in-section .in-one-row {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .in-one-row > div:not(:last-child), .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-customer fieldset.registration-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-customer fieldset.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style fieldset.registration-actions .opt-in-section .in-one-row > div:not(:last-child),
.new-field-style fieldset.guest-checkout-actions .opt-in-section .in-one-row > div:not(:last-child) {
  padding-right: 34px;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section .form-row, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section .form-row,
.new-customer fieldset.registration-actions .opt-in-section .form-row,
.new-customer fieldset.guest-checkout-actions .opt-in-section .form-row,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section .form-row,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section .form-row,
.new-field-style fieldset.registration-actions .opt-in-section .form-row,
.new-field-style fieldset.guest-checkout-actions .opt-in-section .form-row {
  float: none;
  margin-left: 0;
}
.new-customer .fieldset-wrapper.registration-actions .opt-in-section span.error-msg, .new-customer .fieldset-wrapper.guest-checkout-actions .opt-in-section span.error-msg,
.new-customer fieldset.registration-actions .opt-in-section span.error-msg,
.new-customer fieldset.guest-checkout-actions .opt-in-section span.error-msg,
.new-field-style .fieldset-wrapper.registration-actions .opt-in-section span.error-msg,
.new-field-style .fieldset-wrapper.guest-checkout-actions .opt-in-section span.error-msg,
.new-field-style fieldset.registration-actions .opt-in-section span.error-msg,
.new-field-style fieldset.guest-checkout-actions .opt-in-section span.error-msg {
  display: none !important;
}
.new-customer .fieldset-wrapper .legend,
.new-customer fieldset .legend,
.new-field-style .fieldset-wrapper .legend,
.new-field-style fieldset .legend {
  float: left;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 20px 10px 25%;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 0.9375rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper .legend,
.new-customer fieldset .legend,
.new-field-style .fieldset-wrapper .legend,
.new-field-style fieldset .legend {
    padding-left: 0;
  }
}
.new-customer .fieldset-wrapper .form-row,
.new-customer fieldset .form-row,
.new-field-style .fieldset-wrapper .form-row,
.new-field-style fieldset .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
.new-customer .fieldset-wrapper .form-row.visually-hidden,
.new-customer fieldset .form-row.visually-hidden,
.new-field-style .fieldset-wrapper .form-row.visually-hidden,
.new-field-style fieldset .form-row.visually-hidden {
  display: none;
}
.new-customer .fieldset-wrapper .form-row span.error,
.new-customer fieldset .form-row span.error,
.new-field-style .fieldset-wrapper .form-row span.error,
.new-field-style fieldset .form-row span.error {
  -ms-flex-order: 1;
      order: 1;
  margin: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper,
.new-customer fieldset .form-row .field-wrapper,
.new-field-style .fieldset-wrapper .form-row .field-wrapper,
.new-field-style fieldset .form-row .field-wrapper {
  width: 100%;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password],
.new-customer fieldset .form-row .field-wrapper input[type=text],
.new-customer fieldset .form-row .field-wrapper input[type=number],
.new-customer fieldset .form-row .field-wrapper input[type=email],
.new-customer fieldset .form-row .field-wrapper input[type=tel],
.new-customer fieldset .form-row .field-wrapper input[type=password],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=text],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=number],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=email],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=password],
.new-field-style fieldset .form-row .field-wrapper input[type=text],
.new-field-style fieldset .form-row .field-wrapper input[type=number],
.new-field-style fieldset .form-row .field-wrapper input[type=email],
.new-field-style fieldset .form-row .field-wrapper input[type=tel],
.new-field-style fieldset .form-row .field-wrapper input[type=password] {
  height: 40px;
  line-height: 16px;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-align: center;
  appearance: none;
  border-radius: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper select.input-select,
.new-customer fieldset .form-row .field-wrapper select.input-select,
.new-field-style .fieldset-wrapper .form-row .field-wrapper select.input-select,
.new-field-style fieldset .form-row .field-wrapper select.input-select {
  height: 40px;
  line-height: 16px;
  background-size: 27px 20px;
  color: #000000;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-align: center;
  text-align-last: center;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-webkit-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper :-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper :-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper ::-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row .field-wrapper :-ms-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper :-ms-input-placeholder {
  color: #ffffff;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]:-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]:-moz-placeholder {
  color: #929292;
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]::-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]::-moz-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]::-moz-placeholder {
  color: #929292;
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-ms-input-placeholder,
.new-customer fieldset .form-row .field-wrapper input[type=tel]:-ms-input-placeholder,
.new-field-style .fieldset-wrapper .form-row .field-wrapper input[type=tel]:-ms-input-placeholder,
.new-field-style fieldset .form-row .field-wrapper input[type=tel]:-ms-input-placeholder {
  color: #929292;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector,
.new-customer fieldset .form-row .field-wrapper .selector,
.new-field-style .fieldset-wrapper .form-row .field-wrapper .selector,
.new-field-style fieldset .form-row .field-wrapper .selector {
  height: 40px;
  line-height: 40px;
  background-size: 27px 20px;
  width: 100% !important;
  box-sizing: border-box;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector span,
.new-customer fieldset .form-row .field-wrapper .selector span,
.new-field-style .fieldset-wrapper .form-row .field-wrapper .selector span,
.new-field-style fieldset .form-row .field-wrapper .selector span {
  color: #000000;
  font-size: 0.75rem;
  letter-spacing: 0.65px;
  text-align: center;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  box-sizing: border-box;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector select,
.new-customer fieldset .form-row .field-wrapper .selector select,
.new-field-style .fieldset-wrapper .form-row .field-wrapper .selector select,
.new-field-style fieldset .form-row .field-wrapper .selector select {
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip,
.new-customer fieldset .form-row .form-field-tooltip,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip,
.new-field-style fieldset .form-row .form-field-tooltip {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  right: -10px;
  top: -6px;
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip,
.new-customer fieldset .form-row .form-field-tooltip .tooltip,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip,
.new-field-style fieldset .form-row .form-field-tooltip .tooltip {
  display: block;
  width: 17px;
  height: 17px;
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
    background-image: url(../images/info.png);
  }
}
.new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.new-customer fieldset .form-row .form-field-tooltip .tooltip span:hover,
.new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.new-field-style fieldset .form-row .form-field-tooltip .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-customer fieldset .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span:hover,
.no-svg .new-field-style fieldset .form-row .form-field-tooltip .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.checkout-address-form .new-customer .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.checkout-address-form .new-customer fieldset .form-row .form-field-tooltip .tooltip span,
.checkout-address-form .new-field-style .fieldset-wrapper .form-row .form-field-tooltip .tooltip span,
.checkout-address-form .new-field-style fieldset .form-row .form-field-tooltip .tooltip span {
  left: 0;
}
.new-customer .fieldset-wrapper .form-row label.visually-hidden,
.new-customer fieldset .form-row label.visually-hidden,
.new-field-style .fieldset-wrapper .form-row label.visually-hidden,
.new-field-style fieldset .form-row label.visually-hidden {
  position: static;
  float: none;
  font-size: 0.625rem;
  letter-spacing: 1px;
  height: auto;
  width: 70%;
  margin: 10px auto 2px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.new-customer .fieldset-wrapper .form-row label.visually-hidden .required-indicator,
.new-customer fieldset .form-row label.visually-hidden .required-indicator,
.new-field-style .fieldset-wrapper .form-row label.visually-hidden .required-indicator,
.new-field-style fieldset .form-row label.visually-hidden .required-indicator {
  display: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.new-customer fieldset .form-row.addressy .field-wrapper .input-text,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.new-field-style fieldset .form-row.addressy .field-wrapper .input-text {
  background: url("../images/search-icon.png") no-repeat left 10px center #ffffff;
  background-size: 20px;
  padding: 0 20px;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper .input-text:focus,
.new-customer fieldset .form-row.addressy .field-wrapper .input-text:focus,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper .input-text:focus,
.new-field-style fieldset .form-row.addressy .field-wrapper .input-text:focus {
  border-color: #000000;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper :-moz-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper ::-moz-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-field-style .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-field-style fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder {
  color: #929292;
  opacity: 1;
  font-size: 0.75rem;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row.teltooltip .form-field-tooltip .tooltip span,
.new-customer fieldset .form-row.teltooltip .form-field-tooltip .tooltip span,
.new-field-style .fieldset-wrapper .form-row.teltooltip .form-field-tooltip .tooltip span,
.new-field-style fieldset .form-row.teltooltip .form-field-tooltip .tooltip span {
  left: -15px;
  z-index: 1;
}
.new-customer .fieldset-wrapper .unhide,
.new-customer fieldset .unhide,
.new-field-style .fieldset-wrapper .unhide,
.new-field-style fieldset .unhide {
  display: inline-block;
}
.new-customer .fieldset-wrapper .unhide > label,
.new-customer fieldset .unhide > label,
.new-field-style .fieldset-wrapper .unhide > label,
.new-field-style fieldset .unhide > label {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper .unhide > label,
.new-customer fieldset .unhide > label,
.new-field-style .fieldset-wrapper .unhide > label,
.new-field-style fieldset .unhide > label {
    width: 90%;
  }
}
.new-customer .fieldset-wrapper .full-address,
.new-customer fieldset .full-address,
.new-field-style .fieldset-wrapper .full-address,
.new-field-style fieldset .full-address {
  display: none;
}
.new-customer .fieldset-wrapper .enter-manually,
.new-customer fieldset .enter-manually,
.new-field-style .fieldset-wrapper .enter-manually,
.new-field-style fieldset .enter-manually {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  padding: 5px 0;
  color: #929292;
  cursor: pointer;
  font-size: 0.6875rem;
}
.new-customer .fieldset-wrapper .enter-manually:hover,
.new-customer fieldset .enter-manually:hover,
.new-field-style .fieldset-wrapper .enter-manually:hover,
.new-field-style fieldset .enter-manually:hover {
  text-decoration: none;
}
.new-customer .fieldset-wrapper .enter-manually.active,
.new-customer fieldset .enter-manually.active,
.new-field-style .fieldset-wrapper .enter-manually.active,
.new-field-style fieldset .enter-manually.active {
  cursor: none;
  text-decoration: none;
  display: none;
}
.new-customer .fieldset-wrapper .complete-address,
.new-customer fieldset .complete-address,
.new-field-style .fieldset-wrapper .complete-address,
.new-field-style fieldset .complete-address {
  background: #ffffff;
  padding: 10px;
  margin-top: 10px;
}
.new-customer .fieldset-wrapper .complete-address .pcadescription,
.new-customer fieldset .complete-address .pcadescription,
.new-field-style .fieldset-wrapper .complete-address .pcadescription,
.new-field-style fieldset .complete-address .pcadescription {
  display: block;
  padding-top: 3px;
}
.new-customer .fieldset-wrapper .complete-address .edit-adressy,
.new-customer fieldset .complete-address .edit-adressy,
.new-field-style .fieldset-wrapper .complete-address .edit-adressy,
.new-field-style fieldset .complete-address .edit-adressy {
  display: block;
  border-top: 1px solid #929292;
  color: #929292;
  text-transform: uppercase;
  padding: 10px 0 0;
  margin-top: 5px;
  cursor: pointer;
}
.new-customer .form-row-button,
.new-field-style .form-row-button {
  margin: 0 0 20px 0;
  width: 100%;
}
.new-customer .form-row-button button,
.new-customer .form-row-button .button,
.new-customer .form-row-button .buttonstyle,
.new-field-style .form-row-button button,
.new-field-style .form-row-button .button,
.new-field-style .form-row-button .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .new-customer .form-row-button .button,
.new-field-style .form-row-button .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.new-customer .in-one-row,
.new-field-style .in-one-row {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px 0 20px;
  float: left;
}
.new-customer .in-one-row label,
.new-field-style .in-one-row label {
  width: auto;
}
.new-customer .in-one-row .form-row,
.new-field-style .in-one-row .form-row {
  width: auto;
  float: left;
  margin-left: 50px;
}
.new-customer .in-one-row .form-row:first-of-type,
.new-field-style .in-one-row .form-row:first-of-type {
  margin-left: 0;
}
.new-customer .in-one-row .form-row .field-wrapper,
.new-field-style .in-one-row .form-row .field-wrapper {
  width: auto;
}
.new-customer .address-form .title-dropdown,
.new-field-style .address-form .title-dropdown {
  width: 100%;
}
.new-customer .address-form .in-one-row,
.new-field-style .address-form .in-one-row {
  padding: 0 0 15px 0;
}
.new-customer .address-form .in-one-row .form-row,
.new-field-style .address-form .in-one-row .form-row {
  width: 100%;
  margin: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.new-customer .address-form .in-one-row .form-row.second,
.new-field-style .address-form .in-one-row .form-row.second {
  margin-left: 0;
  padding-top: 10px;
}
.new-customer .btns-new,
.new-field-style .btns-new {
  width: 100%;
}
.new-customer .btns-new button,
.new-customer .btns-new .button,
.new-customer .btns-new .buttonstyle,
.new-field-style .btns-new button,
.new-field-style .btns-new .button,
.new-field-style .btns-new .buttonstyle {
  height: 40px;
  line-height: 40px;
  font-size: 0.8125rem;
}
@media (max-width: 385px) and (min-width: 344px) {
  .new-customer .btns-new .button,
.new-field-style .btns-new .button {
    height: auto;
    line-height: 15px;
    padding: 10px 5px;
  }
}
.new-customer .btns-new button,
.new-field-style .btns-new button {
  width: 100%;
}
.new-customer .btns-new button.cancel-button,
.new-field-style .btns-new button.cancel-button {
  background-color: transparent;
  border: none;
  color: #929292;
  text-decoration: underline;
  font-size: 0.6875rem;
  padding-top: 10px;
}
.new-customer .btns-new button.cancel-button:hover,
.new-field-style .btns-new button.cancel-button:hover {
  color: #929292;
  text-decoration: none;
}

.shipping-address-dialog,
.edit-gifcert-dialog {
  width: auto !important;
  border: none;
  padding: 20px 0;
  background-color: #f1f1f1;
}
.shipping-address-dialog .fieldset-wrapper:first-of-type,
.edit-gifcert-dialog .fieldset-wrapper:first-of-type {
  padding-top: 5px;
}
.shipping-address-dialog .ui-widget-header,
.edit-gifcert-dialog .ui-widget-header {
  position: absolute;
  right: 20px;
}
.shipping-address-dialog .ui-widget-header .ui-dialog-title,
.edit-gifcert-dialog .ui-widget-header .ui-dialog-title {
  display: none;
}
.shipping-address-dialog h2,
.edit-gifcert-dialog h2 {
  text-align: center;
  font-family: GillSansNova-Medium;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: -2px;
}
.shipping-address-dialog h4,
.edit-gifcert-dialog h4 {
  font-family: GillSansNova-Light;
  text-transform: uppercase;
}
.shipping-address-dialog h1, .shipping-address-dialog h4,
.edit-gifcert-dialog h1,
.edit-gifcert-dialog h4 {
  margin-right: 0;
}
.shipping-address-dialog h4.gift-guru-subheading,
.edit-gifcert-dialog h4.gift-guru-subheading {
  max-width: 300px;
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
}
.shipping-address-dialog .pcaautocomplete,
.edit-gifcert-dialog .pcaautocomplete {
  left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .shipping-address-dialog .pcaautocomplete,
.edit-gifcert-dialog .pcaautocomplete {
    left: 15px !important;
  }
}

.password-field-wrapper {
  position: relative;
  margin: 16px 0 0;
}
.password-field-wrapper:has(input:focus, input:not(:placeholder-shown)) .password-show-button {
  opacity: 1;
}
.password-field-wrapper .password-show-button {
  opacity: 0.4;
  position: absolute;
  top: 35px;
  right: 8px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("../images/svg-icons/eye.svg") center no-repeat;
  background-size: cover;
}
.password-field-wrapper .password-show-button.password-shown {
  background: url("../images/svg-icons/eye-crossed.svg") center no-repeat;
}
.password-field-wrapper .password-validation {
  margin: -8px 0 16px;
}
.password-field-wrapper .password-validation .validation-rule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin: 0 0 4px;
  font-size: 14px;
}
.password-field-wrapper .password-validation .validation-rule.valid {
  color: #118f40;
}
.password-field-wrapper .password-validation .validation-rule.valid .validation-icon:before {
  content: "";
  display: inline-block;
  background: url("../images/svg-icons/tick-green.svg") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
}
.password-field-wrapper .password-validation .validation-rule.invalid {
  color: #bc0031;
}
.password-field-wrapper .password-validation .validation-rule.invalid .validation-icon:before {
  content: "";
  display: inline-block;
  background: url("../images/svg-icons/close-red.svg") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
}

.new-customer,
.add-billing-address {
  max-width: 450px;
  margin: 0 auto;
}
.new-customer #page_heading,
.add-billing-address #page_heading {
  padding: 20px 0 0;
}
.new-customer .fieldset-wrapper,
.new-customer fieldset,
.add-billing-address .fieldset-wrapper,
.add-billing-address fieldset {
  width: 450px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper,
.new-customer fieldset,
.add-billing-address .fieldset-wrapper,
.add-billing-address fieldset {
    width: 100%;
  }
}
.new-customer .fieldset-wrapper .form-row,
.new-customer fieldset .form-row,
.add-billing-address .fieldset-wrapper .form-row,
.add-billing-address fieldset .form-row {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
  margin: 0 0 16px;
}
.new-customer .fieldset-wrapper .form-row.error,
.new-customer fieldset .form-row.error,
.add-billing-address .fieldset-wrapper .form-row.error,
.add-billing-address fieldset .form-row.error {
  border: none;
  color: #000000 !important;
}
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:focus, .new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:focus,
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:focus,
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:focus,
.new-customer .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=text]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=email]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=tel]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer fieldset .form-row.error .field-wrapper input[type=password]:focus,
.new-customer fieldset .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:focus,
.add-billing-address .fieldset-wrapper .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=text]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=email]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=tel]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address fieldset .form-row.error .field-wrapper input[type=password]:focus,
.add-billing-address fieldset .form-row.error .field-wrapper input[type=password]:not(:placeholder-shown) {
  border: 2px solid #bc0031;
}
.new-customer .fieldset-wrapper .form-row.error .error-message,
.new-customer fieldset .form-row.error .error-message,
.add-billing-address .fieldset-wrapper .form-row.error .error-message,
.add-billing-address fieldset .form-row.error .error-message {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 5px/16px 16px;
  -ms-flex-order: 1;
      order: 1;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.new-customer fieldset .form-row.addressy .field-wrapper .input-text,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper .input-text,
.add-billing-address fieldset .form-row.addressy .field-wrapper .input-text {
  background: none;
  padding: 8px 8px 12px;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper ::-webkit-input-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper ::-webkit-input-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper :-moz-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper :-moz-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper ::-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper ::-moz-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper ::-moz-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row.addressy .field-wrapper :-ms-input-placeholder,
.add-billing-address fieldset .form-row.addressy .field-wrapper :-ms-input-placeholder {
  font-size: 1rem;
}
.new-customer .fieldset-wrapper .form-row label.visually-hidden,
.new-customer fieldset .form-row label.visually-hidden,
.add-billing-address .fieldset-wrapper .form-row label.visually-hidden,
.add-billing-address fieldset .form-row label.visually-hidden {
  width: 100%;
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
.new-customer .fieldset-wrapper .form-row .label-detail,
.new-customer fieldset .form-row .label-detail,
.add-billing-address .fieldset-wrapper .form-row .label-detail,
.add-billing-address fieldset .form-row .label-detail {
  font-family: GillSansNova-Light;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper,
.new-customer fieldset .form-row .field-wrapper,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper,
.add-billing-address fieldset .form-row .field-wrapper {
  margin-bottom: 0;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password],
.new-customer fieldset .form-row .field-wrapper input[type=text],
.new-customer fieldset .form-row .field-wrapper input[type=number],
.new-customer fieldset .form-row .field-wrapper input[type=email],
.new-customer fieldset .form-row .field-wrapper input[type=tel],
.new-customer fieldset .form-row .field-wrapper input[type=password],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel],
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password],
.add-billing-address fieldset .form-row .field-wrapper input[type=text],
.add-billing-address fieldset .form-row .field-wrapper input[type=number],
.add-billing-address fieldset .form-row .field-wrapper input[type=email],
.add-billing-address fieldset .form-row .field-wrapper input[type=tel],
.add-billing-address fieldset .form-row .field-wrapper input[type=password] {
  font-size: 1rem;
  line-height: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 12px 8px;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text]:focus, .new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password]:focus,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=text]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=number]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=email]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=tel]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.new-customer fieldset .form-row .field-wrapper input[type=password]:focus,
.new-customer fieldset .form-row .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password]:focus,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=text]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=text]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=number]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=number]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=email]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=email]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=tel]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=tel]:not(:placeholder-shown),
.add-billing-address fieldset .form-row .field-wrapper input[type=password]:focus,
.add-billing-address fieldset .form-row .field-wrapper input[type=password]:not(:placeholder-shown) {
  border: 2px solid #000000;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=text].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=number].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=email].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=tel].error,
.new-customer .fieldset-wrapper .form-row .field-wrapper input[type=password].error,
.new-customer fieldset .form-row .field-wrapper input[type=text].error,
.new-customer fieldset .form-row .field-wrapper input[type=number].error,
.new-customer fieldset .form-row .field-wrapper input[type=email].error,
.new-customer fieldset .form-row .field-wrapper input[type=tel].error,
.new-customer fieldset .form-row .field-wrapper input[type=password].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=text].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=number].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=email].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=tel].error,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper input[type=password].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=text].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=number].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=email].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=tel].error,
.add-billing-address fieldset .form-row .field-wrapper input[type=password].error {
  border: 2px solid #bc0031;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-webkit-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper ::-webkit-input-placeholder,
.add-billing-address fieldset .form-row .field-wrapper ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper :-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper :-moz-placeholder,
.add-billing-address fieldset .form-row .field-wrapper :-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.new-customer fieldset .form-row .field-wrapper ::-moz-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper ::-moz-placeholder,
.add-billing-address fieldset .form-row .field-wrapper ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.new-customer fieldset .form-row .field-wrapper :-ms-input-placeholder,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper :-ms-input-placeholder,
.add-billing-address fieldset .form-row .field-wrapper :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: none;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector,
.new-customer fieldset .form-row .field-wrapper .selector,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper .selector,
.add-billing-address fieldset .form-row .field-wrapper .selector {
  padding: 0;
  border: 2px solid #000000;
  background: url("../images/svg-icons/down-arrow-expand.svg") no-repeat calc(100% - 7px) center/16px;
}
.new-customer .fieldset-wrapper .form-row .field-wrapper .selector span,
.new-customer fieldset .form-row .field-wrapper .selector span,
.add-billing-address .fieldset-wrapper .form-row .field-wrapper .selector span,
.add-billing-address fieldset .form-row .field-wrapper .selector span {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  line-height: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 8px 8px 12px;
}
.new-customer .fieldset-wrapper .form-row span.error,
.new-customer fieldset .form-row span.error,
.add-billing-address .fieldset-wrapper .form-row span.error,
.add-billing-address fieldset .form-row span.error {
  background: url("../images/svg-icons/info-red.svg") no-repeat left 5px/16px 16px;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]::-webkit-input-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]:-moz-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]::-moz-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder,
.new-customer fieldset .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder,
.add-billing-address .fieldset-wrapper .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder,
.add-billing-address fieldset .full-address .form-row .field-wrapper input[type=text]:-ms-input-placeholder {
  color: transparent;
}
.new-customer .fieldset-wrapper .complete-address,
.new-customer fieldset .complete-address,
.add-billing-address .fieldset-wrapper .complete-address,
.add-billing-address fieldset .complete-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 2px solid #000000;
  padding: 16px;
  margin-top: 16px;
}
.new-customer .fieldset-wrapper .complete-address .pcadescription,
.new-customer fieldset .complete-address .pcadescription,
.add-billing-address .fieldset-wrapper .complete-address .pcadescription,
.add-billing-address fieldset .complete-address .pcadescription {
  padding: 0;
  font-size: 0.875rem;
  line-height: 24px;
  color: #000000;
}
.new-customer .fieldset-wrapper .complete-address .edit-adressy,
.new-customer fieldset .complete-address .edit-adressy,
.add-billing-address .fieldset-wrapper .complete-address .edit-adressy,
.add-billing-address fieldset .complete-address .edit-adressy {
  border: none;
  padding: 0;
  color: #000000;
  font-size: 0.875rem;
  text-transform: capitalize;
  text-decoration: underline;
}
.new-customer .fieldset-wrapper .enter-manually,
.new-customer fieldset .enter-manually,
.add-billing-address .fieldset-wrapper .enter-manually,
.add-billing-address fieldset .enter-manually {
  font-size: 0.875rem;
  text-align: left;
  text-transform: none;
  color: #000000;
  padding: 0;
  margin: -10px 0 20px;
}
.new-customer .fieldset-wrapper .name-fields-wrapper,
.new-customer fieldset .name-fields-wrapper,
.add-billing-address .fieldset-wrapper .name-fields-wrapper,
.add-billing-address fieldset .name-fields-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .new-customer .fieldset-wrapper .name-fields-wrapper,
.new-customer fieldset .name-fields-wrapper,
.add-billing-address .fieldset-wrapper .name-fields-wrapper,
.add-billing-address fieldset .name-fields-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.new-customer .fieldset-wrapper .selector,
.new-customer fieldset .selector,
.add-billing-address .fieldset-wrapper .selector,
.add-billing-address fieldset .selector {
  background: url("../images/svg-icons/right-arrow-next.svg") no-repeat 100% center/16px;
}
.new-customer .in-one-row,
.add-billing-address .in-one-row {
  padding: 15px 0 0;
}
.new-customer .in-one-row .form-row,
.add-billing-address .in-one-row .form-row {
  font-size: 0.8125rem;
  margin: 0 0 12px;
}

.pca .pcaautocomplete {
  border: 2px solid #000000 !important;
}
.pca .pcaautocomplete .pcalist {
  max-width: 450px;
  max-height: 220px;
  background-color: #ffffff;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar {
  width: 5px;
  background: #f1f1f1;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar-track {
  border-radius: 10px;
}
.pca .pcaautocomplete .pcalist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid #929292;
  background-color: #000000;
}
.pca .pcaautocomplete .pcalist .pcaitem {
  border-bottom: none;
  font-size: 0.8125rem;
  line-height: 22px;
  padding: 5px 0 5px 12px;
}
.pca .pcaautocomplete .pcalist .pcaitem.pcaselected {
  background-color: #F5F5F5;
}

.summary-wrapper.checkout-right {
  float: right;
  width: 250px;
  margin: 20px 0 0;
  position: relative;
  background-color: #ffffff;
}
.summary-wrapper.checkout-right.mobile-sticky-summary.stuckMenu.isStuck {
  z-index: 50;
  margin: 0 -10px 10px;
}
.summary-wrapper.checkout-right.mobile-sticky-summary.stuckMenu.isStuck .summary-title {
  padding: 15px 10px 0;
}
.summary-wrapper.checkout-right.mobile-sticky-summary.stuckMenu.isStuck .summary-body {
  padding: 0 10px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .summary-wrapper.checkout-right {
    width: 220px;
  }
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right {
    width: 450px;
    float: none;
    margin: 15px auto 10px;
    padding: 0 0 3px;
  }
  .summary-wrapper.checkout-right::after {
    content: "";
    position: absolute;
    left: calc(-50vw + 50%);
    bottom: 0;
    width: 100vw;
    height: 10px;
    background: linear-gradient(to bottom, #f1f1f1, rgba(241, 241, 241, 0));
  }
}
@media only screen and (max-width: 767px) {
  .summary-wrapper.checkout-right {
    width: 100%;
  }
}
.summary-wrapper.checkout-right .summary-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right .summary-title {
    margin: 0 0 20px;
  }
}
.summary-wrapper.checkout-right .summary-title h2 {
  font-family: GillSansNova-Book;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.summary-wrapper.checkout-right .summary-title .expand-btn, .summary-wrapper.checkout-right .summary-title .collapse-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .summary-wrapper.checkout-right .summary-title .expand-btn, .summary-wrapper.checkout-right .summary-title .collapse-btn {
    display: none;
  }
}
.summary-wrapper.checkout-right .summary-title .expand-btn.hidden, .summary-wrapper.checkout-right .summary-title .collapse-btn.hidden {
  display: none;
}
.summary-wrapper.checkout-right .summary-title .expand-btn .icon, .summary-wrapper.checkout-right .summary-title .collapse-btn .icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right .summary-body {
    display: none;
  }
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table {
  margin: 0 0 20px 0;
  font-family: GillSansNova-Medium;
  font-size: 0.8125rem;
  text-transform: capitalize;
  border: none;
  color: #000000;
}
@media only screen and (max-width: 1279px) {
  .summary-wrapper.checkout-right #orderTotalsSection .order-totals-table {
    padding: 0;
  }
}
@media only screen and (max-width: 959px) {
  .summary-wrapper.checkout-right #orderTotalsSection .order-totals-table {
    margin: -20px 0 20px 0;
  }
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table td {
  padding: 11px 0 0;
  font-size: 0.875rem;
  text-align: left;
  line-height: 20px;
  white-space: normal;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table td:nth-child(2n+2) {
  float: right;
  padding: 11px 0 0;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .empty-space-bottom {
  height: 11px;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-total td {
  padding: 14px 0 9px;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-total:last-of-type {
  font-size: 0.875rem;
  border-top: 1px solid #000000;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-total:last-of-type td {
  font-weight: 600;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table td:nth-child(2n+2) {
  font-weight: 400;
}
.summary-wrapper.checkout-right #orderTotalsSection .order-totals-table .order-discount .amount {
  text-decoration: none;
  color: #000000;
  text-align: right;
}

#wrapper.pt_customer-service .secondary-navigation {
  margin: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  #wrapper.pt_customer-service .secondary-navigation {
    margin: 0;
  }
}
#wrapper.pt_customer-service .secondary-navigation a,
#wrapper.pt_customer-service .secondary-navigation span {
  color: #757373;
}
#wrapper.pt_customer-service .form-section {
  background: #f1f1f1;
  position: relative;
  padding: 20px;
}
#wrapper.pt_customer-service .form-section.business-areas {
  padding: 20px 20px 0;
}
#wrapper.pt_customer-service .form-section.business-areas .title {
  font-size: 0.75rem;
  text-transform: uppercase;
}
#wrapper.pt_customer-service .form-section .form-section-title {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
#wrapper.pt_customer-service .form-section .form-section-title a {
  text-transform: initial;
  font-family: GillSansNova-Light;
}
#wrapper.pt_customer-service .form-row {
  margin: 0;
}
#wrapper.pt_customer-service .form-row.select {
  float: none;
  width: 100%;
}
#wrapper.pt_customer-service .form-row.hide {
  display: none;
}
#wrapper.pt_customer-service .form-row .required-indicator {
  display: inline;
}
#wrapper.pt_customer-service form#contactUs {
  max-width: 400px;
  margin: 10px auto 91px;
}
@media only screen and (max-width: 767px) {
  #wrapper.pt_customer-service form#contactUs {
    width: 100%;
    margin: 10px auto 57px;
  }
}
#wrapper.pt_customer-service form#contactUs .selector {
  max-width: 260px;
}
#wrapper.pt_customer-service form#contactUs .field-wrapper .input-textarea {
  resize: none;
  height: 80px;
}
#wrapper.pt_customer-service .form-row-button {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #wrapper.pt_customer-service .form-row-button {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#wrapper.pt_customer-service .form-row-button button {
  width: 100%;
  height: 45px;
  margin: 0 0 0 auto;
}
#wrapper.pt_customer-service .form-row-button button[disabled] {
  background-color: #888;
  border: 1px solid #888;
  opacity: 1;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper {
  margin: 13px 0 20px;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper h6 {
  margin: 0 0 15px 0;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper ul {
  list-style: none;
  padding: 0;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper ul li {
  margin-bottom: 10px;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper a:hover {
  color: #000000;
}
#wrapper.pt_customer-service .disable-form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.7;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper {
  display: none;
}
#wrapper.pt_customer-service #subtopic-faqs-wrapper.active {
  display: block;
}
#wrapper.pt_customer-service .toggles-section-title {
  margin: 20px 0 10px;
}
#wrapper.pt_customer-service .contact-us-content-carousel {
  margin: 20px 0 0;
}
#wrapper.pt_customer-service .contact-us-content-carousel .content-tiles-slider-container {
  width: 100%;
}
#wrapper.pt_customer-service .confirmation-message {
  width: 100%;
  text-align: center;
}

#wrapper #primary .toggle-information {
  margin-bottom: 10px;
}
#wrapper #primary .toggle-information .show {
  overflow: auto;
  width: 100%;
  clear: both;
  padding: 2.5% 4% 2.5%;
}
#wrapper #primary .toggle-information .show .content-asset {
  padding: 0 1.5em;
  box-sizing: border-box;
  width: 33%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #wrapper #primary .toggle-information .show .content-asset {
    width: 50%;
    margin-top: 1em;
  }
  #wrapper #primary .toggle-information .show .content-asset:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #primary .toggle-information .show .content-asset {
    float: none;
    width: 100%;
    margin-top: 1em;
  }
}
#wrapper #primary .toggle-information .show .content-asset h4 {
  margin-top: 0;
  line-height: 1em;
}

#wrapper #primary #bottomContent .toggleContent ul, #wrapper #primary #bottomContent .toggleContent li {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
#wrapper #primary #bottomContent .toggleContent li {
  margin: 0 0 15px 0;
}
#wrapper #primary #bottomContent .toggleContent li:last-child {
  margin: 0;
}
#wrapper #primary #bottomContent .toggleContent h4 {
  padding: 0;
  margin: 0 0 10px 0;
}
#wrapper #primary #bottomContent .toggleContent p {
  margin: 0;
}
#wrapper #primary #bottomContent .toggleContent .col-1 {
  float: left;
  margin: 0 5.5% 0 0;
  width: 20%;
}
@media only screen and (max-width: 1279px) {
  #wrapper #primary #bottomContent .toggleContent .col-1 {
    margin: 0 8.5% 0 0;
    width: 28%;
  }
}
@media only screen and (max-width: 959px) {
  #wrapper #primary #bottomContent .toggleContent .col-1 {
    margin: 0 0 4.5% 0;
    width: 100%;
  }
}
#wrapper #primary #bottomContent .toggleContent .col-2 {
  float: left;
  margin: 0 16.5% 0 0;
  width: 10%;
}
@media only screen and (max-width: 1279px) {
  #wrapper #primary #bottomContent .toggleContent .col-2 {
    margin: 0 8.5% 0 0;
    width: 14%;
  }
}
@media only screen and (max-width: 959px) {
  #wrapper #primary #bottomContent .toggleContent .col-2 {
    margin: 0 26.5% 0 0;
    width: 17%;
  }
}
#wrapper #primary #bottomContent .toggleContent .col-3 {
  float: left;
  margin: 0;
  width: 48%;
}
@media only screen and (max-width: 1279px) {
  #wrapper #primary #bottomContent .toggleContent .col-3 {
    width: 41%;
  }
}
@media only screen and (max-width: 959px) {
  #wrapper #primary #bottomContent .toggleContent .col-3 {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #primary #bottomContent .toggleContent .col-3 {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper #primary #bottomContent .toggleContent .col-1, #wrapper #primary #bottomContent .toggleContent .col-2 {
    margin: 0 0 4.5% 0;
    width: 100%;
  }
}
#wrapper #primary #bottomContent .toggleContent .col-2.tab-content-b li, #wrapper #primary #bottomContent .toggleContent .col-3.tab-content-b li {
  margin: 0;
}
#wrapper #primary #bottomContent .toggleContent .col-3.tab-content-b li, #wrapper #primary #bottomContent .toggleContent .col-3.tab-content-b span, #wrapper #primary #bottomContent .toggleContent .col-3.tab-content-b p {
  float: left;
}
#wrapper #primary #bottomContent .toggleContent .col-3.tab-content-b li {
  clear: both;
}
#wrapper #primary #bottomContent .toggleContent .col-3.tab-content-b li span {
  margin-right: 38px;
  width: 30px;
}

.pt_content .secondary-navigation a,
.pt_content .secondary-navigation span {
  color: #757373;
}

#secondary h1 {
  font-size: 1.75em;
  font-weight: 400;
  margin: 0 0 14px;
}

.primary-content dl {
  clear: both;
  overflow: hidden;
}
.primary-content dl dt {
  clear: both;
  float: left;
  margin: 2% 0 0;
  min-width: 15%;
}
.primary-content dl dd {
  float: left;
  margin: 2% 0 0;
  padding: 0 0 0 5%;
}

.col-1 {
  float: left;
  margin: 4px 0;
  width: 48%;
}

.col-2 {
  float: right;
  margin: 4px 0;
  width: 48%;
}

.back {
  display: block;
  margin: 0 0 10px;
}

.js .ui-dialog-content .product-col-1 {
  padding: 13px 1%;
  width: 39%;
}
.js .ui-dialog-content .product-col-1 .product-image {
  max-width: 100%;
}
.js .ui-dialog-content .product-col-2 {
  padding: 20px 0;
  width: 58%;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .btn-all-mobile-wrapper {
  display: block;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-list-title {
  color: #929292;
  font-family: GillSansNova-Light;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list {
  border: 1px solid #000000;
  border-width: 1px 0;
  height: 400px;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .product-set-item {
  border-bottom: 1px solid #d6d6d6;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .product-set-item:last-child {
  border: none;
  padding: 0;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .product-set-image {
  float: left;
  width: 37%;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .product-set-details {
  float: right;
  margin-left: 3%;
  width: 60%;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .product-name {
  font-size: 1em;
  margin: 0;
  text-align: left;
  width: 100%;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .block-add-to-cart {
  display: block;
  clear: both;
  overflow: hidden;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .product-price {
  font-size: 1em;
  margin: 40px 0 0;
  font-family: GillSansNova-Bold;
}
.js .ui-dialog-content .pdp-main .quickView-prod-set .product-set-list .inventory .input-group input {
  width: 153px;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs {
  width: 100%;
  float: left;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs {
  border: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs .ui-tabs-nav li {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
  white-space: normal;
  background: #f1f1f1 url("../images/svg-icons/right-arrow-next.svg") no-repeat calc(100% - 8px) center/16px;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs .ui-tabs-nav li.ui-state-active {
  border: 1px solid #d6d6d6;
  padding-bottom: 0;
  background: #d6d6d6 url(../images/selectArrowActive.png) no-repeat 98% 15px;
  color: #000000;
  background: #d6d6d6 url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 9px) 12px/16px;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs .ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  color: #000000;
  border-bottom: 1px solid #d6d6d6;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
  color: #929292;
  font-size: 15px;
  font-family: GillSansNova-Light;
  padding: 10px 1.5% 6px 1.5%;
  width: 100%;
  height: auto;
  float: left;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs .ui-tabs-panel {
  font-size: 13px;
  background: #ffffff;
  border: none;
  margin-top: 37px;
  font-family: GillSansNova-Medium;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .ui-tabs .ui-tabs-panel li {
  background: none;
  border: none;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3 {
  width: 82%;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3 h3 {
  border-bottom: 1px solid #f1f1f1;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3 li {
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3 li:last-child {
  border: none;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3.grid-1 .col-1,
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3.grid-1 .col-2 {
  padding: 2% 5.5%;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3.grid-1 .col-2 {
  width: 28.5%;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split {
  padding: 0;
}
.js .ui-dialog-content .pdp-main .product-qv-tabs .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li {
  padding: 7% 5.5%;
  width: 50%;
}
.js .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
  width: 100%;
}
.js .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px;
}
.js .zoomPup {
  overflow: hidden;
  background-color: #ffffff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.js .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #ffffff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.js .zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}
.js .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.js .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.js .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.js .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

.quickview-nav .quickview-next {
  float: right;
}

.quickview-dialog {
  height: 600px !important;
}
.quickview-dialog.height-auto {
  height: auto !important;
}
.quickview-dialog .product-review-links {
  float: none;
  margin-bottom: 0;
  overflow: hidden;
}
.quickview-dialog .product-number {
  float: left;
}
.quickview-dialog .tc-addtocart-message {
  float: left;
}
.quickview-dialog .ui-dialog-title {
  display: none;
}
.quickview-dialog h2 {
  font-size: 1.5625rem;
  letter-spacing: 0;
  font-family: GillSansNova-Medium;
}
.quickview-dialog .ui-dialog-content, .quickview-dialog .ui-dialog-titlebar {
  overflow: visible;
  padding: 0px;
}
.quickview-dialog .ui-dialog-content .product-set-content-wrapper, .quickview-dialog .ui-dialog-titlebar .product-set-content-wrapper {
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .quickview-dialog .ui-dialog-content .product-set-content-wrapper, .quickview-dialog .ui-dialog-titlebar .product-set-content-wrapper {
    padding: 0 12.5%;
  }
}
.quickview-dialog .ui-dialog-content .product-set-content-wrapper .product-set-details, .quickview-dialog .ui-dialog-titlebar .product-set-content-wrapper .product-set-details {
  margin-top: 9%;
}
.quickview-dialog .ui-dialog-content .product-set-content-wrapper .product-set-details .promotion, .quickview-dialog .ui-dialog-titlebar .product-set-content-wrapper .product-set-details .promotion {
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .quickview-dialog .ui-dialog-content .product-set-content-wrapper .product-set-details .promotion, .quickview-dialog .ui-dialog-titlebar .product-set-content-wrapper .product-set-details .promotion {
    text-align: center;
  }
}
.quickview-dialog .ui-dialog-content .product-set-content-wrapper .product-set-image, .quickview-dialog .ui-dialog-titlebar .product-set-content-wrapper .product-set-image {
  padding: 10% 9%;
}
.quickview-dialog .pdp-main #page_heading {
  width: 95%;
  padding: 0 0 8px;
}
.quickview-dialog .pdp-main #page_heading h1 {
  font-size: 1.667em;
}
.quickview-dialog .pdp-main #page_heading h3 {
  font-size: 1.167em;
}
.quickview-dialog .pdp-main .product-price {
  font-size: 1.667em;
  line-height: normal;
}
.quickview-dialog .pdp-main .product-thumbnails {
  display: none;
}
.quickview-dialog .pdp-main .product-video {
  display: none;
}
.quickview-dialog .pdp-main .product-primary-image {
  display: none;
}
.quickview-dialog .pdp-main .product-primary-image:first-child {
  display: block;
}
.quickview-dialog .pdp-main .view-details {
  margin: 10px 0 0;
}
.quickview-dialog .pdp-main .review-link {
  cursor: default;
}
.quickview-dialog .pdp-main .inventory .input-group input {
  width: 58.3%;
}
@media only screen and (max-width: 959px) {
  .quickview-dialog .pdp-main .inventory .input-group input {
    width: 57.8%;
  }
}
.quickview-dialog .pdp-main .inventory .input-group .input-group-btn .icon.plus, .quickview-dialog .pdp-main .inventory .input-group .input-group-btn .icon.minus {
  width: 33px;
  height: 31px;
}
.quickview-dialog .pdp-main .inventory .input-group-btn {
  box-sizing: content-box;
}
.quickview-dialog .pdp-main .wishlist-wrapper,
.quickview-dialog .pdp-main .drop-a-hint {
  display: none;
}
.quickview-dialog .pdp-main .product-col-1, .quickview-dialog .pdp-main .product-col-2 {
  margin-top: 3%;
  padding: 0;
  width: 46%;
}
.quickview-dialog .pdp-main .product-col-1 {
  margin-right: 8%;
  position: relative;
}
.quickview-dialog .pdp-main .product-primary-image {
  height: 250px;
}
.quickview-dialog .pdp-main .product-primary-image img {
  max-width: 250px;
}
.quickview-dialog .pdp-main .add-to-cart {
  width: 100%;
}
.quickview-dialog .pdp-main .product-col-2 .product-variations .sleeveOption .col-1 img {
  width: 55px;
}
.quickview-dialog .pdp-main .product-col-2 .product-variations .sleeveOption .col-2 h4 {
  font-size: 0.5625rem;
}

.search-suggestion-wrapper {
  padding: 15px 13px;
  width: 100%;
  min-width: 268px;
  padding: 15px 0;
  right: -10px;
  z-index: 51;
  box-sizing: border-box;
}
.search-suggestion-wrapper .product-suggestion-link, .search-suggestion-wrapper .link-element {
  display: block;
}
@media screen and (min-width: 768px) {
  .search-suggestion-wrapper.full {
    width: 100%;
    box-sizing: border-box;
  }
  .search-suggestion-wrapper .phrase-suggestions {
    width: 200px;
    margin: 0 15px;
    float: left;
    box-sizing: border-box;
  }
  .search-suggestion-wrapper .product-suggestions {
    width: calc(100% - 260px);
    margin: 0 15px;
    float: right;
    box-sizing: border-box;
  }
  .search-suggestion-wrapper a.button {
    width: calc(100% - 30px);
    margin: 0 15px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .search-suggestion-wrapper {
    padding: 15px 10px;
  }
  .search-suggestion-wrapper .phrase-suggestions {
    display: none;
  }
}
.search-suggestion-wrapper .hitgroup {
  margin-bottom: 18px;
  padding-bottom: 18px;
  text-align: left;
}
.search-suggestion-wrapper .hitgroup:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-suggestion-wrapper .hitgroup .header {
  font-size: 0.9375rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  line-height: 15px;
  font-family: GillSansNova-Light;
}
.search-suggestion-wrapper .hitgroup .results-count {
  line-height: 15px;
  margin-bottom: 15px;
  color: #000000;
}
.search-suggestion-wrapper .hitgroup .results-count span {
  text-transform: uppercase;
}
.search-suggestion-wrapper .hitgroup .hit {
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 15px;
  color: #000000;
}
.search-suggestion-wrapper .hitgroup .hit:hover {
  color: #85734f;
}
.search-suggestion-wrapper .hitgroup .parent-category {
  color: #999;
}

.phrase-suggestions {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .phrase-suggestions {
    border-top: none;
  }
}

.product-suggestion {
  cursor: pointer;
  border: 1px solid #ffffff;
  border-top: 1px solid #ccc;
  padding: 0.5em;
}
.product-suggestion:hover {
  background: #f1f1f1;
}
.product-suggestion .product-image {
  float: left;
  text-align: center;
  width: 80px;
}
.product-suggestion .product-image img {
  width: 100%;
}
.product-suggestion .product-details {
  padding-top: 20px;
  margin-left: 100px;
  text-align: left;
}
.product-suggestion .product-details .product-name {
  line-height: 15px;
  color: #000000;
  margin-bottom: 15px;
}
.product-suggestion .product-details .product-price .price {
  color: #000000;
}
.product-suggestion .product-details .product-price .product-link {
  float: right;
}

.search-phrase {
  color: #000000;
  margin: 0 0 0.5rem 0;
  text-align: left;
}
.search-phrase a {
  color: #000000;
}
.search-phrase .results-title {
  text-transform: uppercase;
}
.search-phrase .completed .original {
  text-decoration: underline;
  font-weight: bold;
}
.search-phrase .corrected, .search-phrase .match {
  font-weight: bold;
}

#onetrust-consent-sdk {
  float: none !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk {
  top: auto !important;
  right: auto !important;
  margin: auto !important;
  max-width: unset !important;
  transform: none !important;
  bottom: calc(10px * 2) !important;
  left: 10px !important;
  width: calc(100% - 10px * 2) !important;
  background: #ffffff;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    bottom: 55px !important;
    left: 55px !important;
    width: calc(100% - 55px * 2) !important;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: unset !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 23px 20px;
}
@media screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    padding: 32px 30px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
#onetrust-consent-sdk #onetrust-group-container {
  margin: 0 !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-group-container {
    margin-bottom: 0 !important;
    margin-right: 30px !important;
  }
}
#onetrust-consent-sdk #onetrust-policy {
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-policy {
    gap: 30px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 35px !important;
  }
}
#onetrust-consent-sdk #onetrust-policy .banner-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-policy .banner-header {
    display: block;
    min-width: 191.1699981689px;
    height: 64.9978027344px;
  }
}
#onetrust-consent-sdk #onetrust-policy .banner-header .banner_logo {
  min-width: 191.1699981689px;
  height: 64.9978027344px;
  background-size: 191px;
}
#onetrust-consent-sdk #onetrust-policy-text {
  font-family: "GillSansNova-Medium" !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  vertical-align: middle !important;
  color: #000000 !important;
  margin: 0 !important;
}
#onetrust-consent-sdk #onetrust-policy-text a {
  margin-left: 0 !important;
  font-family: "GillSansNova-Medium" !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #000000 !important;
}
#onetrust-consent-sdk #onetrust-close-btn-container {
  display: none;
}
#onetrust-consent-sdk #onetrust-button-group-parent {
  padding: 0 !important;
}
@media screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-button-group-parent {
    max-width: 330px;
  }
}
#onetrust-consent-sdk #onetrust-button-group {
  width: 100% !important;
}
#onetrust-consent-sdk #onetrust-button-group .banner-actions-container {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
#onetrust-consent-sdk #onetrust-button-group .banner-actions-container button {
  width: 100% !important;
  height: 47px;
  background-color: #000000 !important;
  border-radius: 0;
  font-family: "GillSansNova-Medium" !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #ffffff !important;
  margin: 0 auto !important;
  margin-bottom: 14px !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler {
  font-family: "GillSansNova-Medium" !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #000000 !important;
  padding: 0 !important;
}

.algolia-autocomplete .autocomplete-form,
.autocomplete-modal-detached .autocomplete-form {
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.algolia-autocomplete .autocomplete-form:focus-within,
.autocomplete-modal-detached .autocomplete-form:focus-within {
  border: none;
  box-shadow: none;
  outline: none;
}
@media screen and (min-width: 680px) {
  .algolia-autocomplete .autocomplete-form:focus-within,
.autocomplete-modal-detached .autocomplete-form:focus-within {
    border: 1px solid #000000;
  }
}
.algolia-autocomplete .autocomplete-form .search-input,
.autocomplete-modal-detached .autocomplete-form .search-input {
  opacity: 1;
  color: #000000;
}
.algolia-autocomplete .autocomplete-form .search-input:-ms-input-placeholder,
.autocomplete-modal-detached .autocomplete-form .search-input:-ms-input-placeholder {
  color: #929292;
}
.algolia-autocomplete .autocomplete-form .search-input::placeholder,
.autocomplete-modal-detached .autocomplete-form .search-input::placeholder {
  color: #929292;
}
.algolia-autocomplete .autocomplete-form .search-input:focus:-ms-input-placeholder, .algolia-autocomplete .autocomplete-form .search-input:focus-within:-ms-input-placeholder,
.autocomplete-modal-detached .autocomplete-form .search-input:focus:-ms-input-placeholder,
.autocomplete-modal-detached .autocomplete-form .search-input:focus-within:-ms-input-placeholder {
  color: transparent;
}
.algolia-autocomplete .autocomplete-form .search-input:focus::placeholder, .algolia-autocomplete .autocomplete-form .search-input:focus-within::placeholder,
.autocomplete-modal-detached .autocomplete-form .search-input:focus::placeholder,
.autocomplete-modal-detached .autocomplete-form .search-input:focus-within::placeholder {
  color: transparent;
}
.algolia-autocomplete .autocomplete-form .search-label,
.autocomplete-modal-detached .autocomplete-form .search-label {
  margin: 0;
}
.algolia-autocomplete .autocomplete-form .search-submit-button,
.algolia-autocomplete .autocomplete-form .clear-search-button,
.autocomplete-modal-detached .autocomplete-form .search-submit-button,
.autocomplete-modal-detached .autocomplete-form .clear-search-button {
  line-height: normal;
  border: none;
}
.algolia-autocomplete .autocomplete-form .search-submit-button:hover,
.algolia-autocomplete .autocomplete-form .clear-search-button:hover,
.autocomplete-modal-detached .autocomplete-form .search-submit-button:hover,
.autocomplete-modal-detached .autocomplete-form .clear-search-button:hover {
  background: none;
}
.algolia-autocomplete .autocomplete-form .search-submit-button svg,
.autocomplete-modal-detached .autocomplete-form .search-submit-button svg {
  fill: #000000;
}
.algolia-autocomplete .autocomplete-form .clear-search-button::after,
.autocomplete-modal-detached .autocomplete-form .clear-search-button::after {
  content: "Clear";
  font-size: 0.9375rem;
  color: #000000;
  text-transform: none;
  letter-spacing: normal;
}
.algolia-autocomplete .autocomplete-form .clear-search-button svg,
.autocomplete-modal-detached .autocomplete-form .clear-search-button svg {
  display: none;
}
@media screen and (max-width: 680px) {
  .algolia-autocomplete .autocomplete-form .clear-search-button,
.autocomplete-modal-detached .autocomplete-form .clear-search-button {
    padding-left: 0;
  }
}
.algolia-autocomplete .autocomplete-form .search-submit-button,
.autocomplete-modal-detached .autocomplete-form .search-submit-button {
  padding: 11px;
}
.algolia-autocomplete .aa-SubmitIcon,
.autocomplete-modal-detached .aa-SubmitIcon {
  fill: #000000;
}
.algolia-autocomplete .autocomplete-modal-form,
.autocomplete-modal-detached .autocomplete-modal-form {
  padding: 12px 16px;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .algolia-autocomplete .autocomplete-modal-form,
.autocomplete-modal-detached .autocomplete-modal-form {
    height: 50px;
  }
}
.algolia-autocomplete .autocomplete-modal-form:focus-within,
.autocomplete-modal-detached .autocomplete-modal-form:focus-within {
  border: 1px solid #000000;
}
.algolia-autocomplete .modal-search-button,
.algolia-autocomplete .modal-cancel-button,
.autocomplete-modal-detached .modal-search-button,
.autocomplete-modal-detached .modal-cancel-button {
  color: #000000;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 0;
  border: none;
}
.algolia-autocomplete .modal-search-button:hover, .algolia-autocomplete .modal-search-button:focus,
.algolia-autocomplete .modal-cancel-button:hover,
.algolia-autocomplete .modal-cancel-button:focus,
.autocomplete-modal-detached .modal-search-button:hover,
.autocomplete-modal-detached .modal-search-button:focus,
.autocomplete-modal-detached .modal-cancel-button:hover,
.autocomplete-modal-detached .modal-cancel-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.algolia-autocomplete .modal-cancel-button,
.autocomplete-modal-detached .modal-cancel-button {
  padding: 0;
}
.algolia-autocomplete .modal-cancel-button::before,
.autocomplete-modal-detached .modal-cancel-button::before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  background: url("../images/svg-icons/close-icon.svg") no-repeat 100% 100%;
  background-size: 20px 20px;
  background-position: center top;
}
.algolia-autocomplete .search-button-placeholder,
.autocomplete-modal-detached .search-button-placeholder {
  color: #929292;
  height: 11px;
}

.algolia-autocomplete-panel.search-suggestion-wrapper {
  margin: 0;
  border-radius: 0;
  right: 0;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .header-title {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  margin: 8px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 16px 24px;
  max-height: 600px;
  overflow-y: auto;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel::-webkit-scrollbar {
  width: 4px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel::-webkit-scrollbar-track {
  background-color: #d6d6d6;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel::-webkit-scrollbar-thumb {
  background-color: #252525;
}
@media screen and (max-width: 680px) {
  .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel {
    max-height: none;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .section-wrapper.search-utilities:has(section) {
    width: 280px;
    margin-right: 24px;
  }
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .aa-SourceNoResults {
  padding: 0 16px 16px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .no-results-wrapper {
  line-height: 22px;
  font-size: 0.9375rem;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .no-results-wrapper .no-results-message {
  margin-bottom: 16px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .no-results-wrapper .query {
  font-size: 1rem;
  line-height: 23px;
  margin-bottom: 19px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .no-results-wrapper .suggestions {
  padding-left: 25px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .view-all-btn {
  margin-top: 12px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .view-all-btn .button {
  width: 100%;
  max-width: 335px;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 483px) {
  .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .view-all-btn .button {
    max-width: none;
  }
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item {
  min-height: 35px;
  border-radius: 0;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item:hover, .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item:focus, .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item:focus-within,
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item [aria-selected=true] {
  background-color: #f1f1f1;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item a {
  color: #000000;
  font-size: 15px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .contents-item-truncated, .algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .product-title {
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .product-title {
  max-width: 300px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .item-wrapper {
  -ms-grid-columns: 8fr 1fr;
      grid-template-columns: 8fr 1fr;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .item-wrapper .item-content {
  -ms-grid-columns: 1fr 6fr;
      grid-template-columns: 1fr 6fr;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .item-wrapper .item-content-title {
  text-transform: capitalize;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .autocomplete-item .item-image {
  height: 80px;
  width: 80px;
  border-radius: 0;
  box-shadow: none;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .aa-ItemActionButton svg,
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .aa-ItemIcon svg {
  fill: #000000;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .item-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .item-icon.magnifier {
  background: url("../images/svg-icons/magnifier.svg") no-repeat 100% 100%;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .item-icon.arrow-horizontal {
  background: url("../images/svg-icons/arrow-horizontal.svg") no-repeat 100% 100%;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .item-icon.clock {
  background: url("../images/svg-icons/clock.svg") no-repeat 100% 100%;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel .item-icon.bin {
  background: url("../images/svg-icons/bin.svg") no-repeat 100% 100%;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel [id*=recentSearchesPlugin-list] .aa-ItemContentTitle {
  font-weight: 400;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel [id*=recentSearchesPlugin-list] .aa-ItemContentTitle mark {
  font-weight: 400;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel [id*=recentSearchesPlugin-list] .aa-ItemContentTitle:has(mark) {
  font-weight: 600;
}
.algolia-autocomplete-panel.search-suggestion-wrapper .autocomplete-panel [id*=recentSearchesPlugin-list] .aa-ItemContentTitle:has(mark) mark {
  font-weight: 400;
}

.algolia-results-options {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 15px 0 25px;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .algolia-results-options .algolia-sort {
    display: none;
  }
}
.algolia-results-options .custom-select {
  color: #000000;
  border: 1px solid #000000;
  font-weight: 500;
  font-size: 0.875rem;
  height: 41px;
  padding: 0 15px;
  background: url("../images/svg-icons/white-right-arrow-next-alg.svg") no-repeat 100% center/18px;
}
.algolia-results-options .custom-select:focus {
  background: url("../images/svg-icons/arrow-down.svg") no-repeat 100% center/18px;
}
.algolia-results-options .mobile-refinements-trigger {
  display: none;
  float: left;
  font-family: GillSansNova-Medium;
  font-size: 0.875rem;
  border: 1px solid #000000;
  padding: 11px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .algolia-results-options .mobile-refinements-trigger {
    display: block;
  }
}
.algolia-results-options .mobile-refinements-trigger .right-arrow-next {
  width: 15px;
  height: 15px;
  margin-left: 20px;
}
.algolia-results-options .mobile-refinements-trigger .levels-configuration {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.algolia-results-options .algolia-results-options-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  min-width: 0;
}
.algolia-results-options .algolia-results-options-left .plp-toggle-view {
  padding: 0;
  line-height: 1;
  font-family: GillSansNova-Medium;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 41px;
  vertical-align: middle;
  color: #000000;
  text-decoration: underline;
}
.algolia-results-options .algolia-results-options-right {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.search-result-content {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .search-result-content {
    margin-bottom: 26px;
  }
}
.search-result-content .product-tile {
  max-height: 400px;
}
@media only screen and (max-width: 767px) {
  .search-result-content .product-tile {
    max-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-content .product-tile .product-pricing .add-to-cart {
    display: none;
  }
}
.search-result-content .algolia-load-more {
  margin: 0 auto;
  border: none;
  cursor: auto;
  text-transform: none;
  pointer-events: none;
  height: 100%;
}
.search-result-content .algolia-load-more:hover {
  background: none;
  border: none;
  color: #000000;
}
.search-result-content .algolia-load-more[disabled] {
  opacity: 1;
}
.search-result-content .algolia-load-more[disabled] .load-more-button {
  opacity: 0.3;
}
.search-result-content .algolia-load-more .load-more-button {
  width: 370px;
  background: #000000;
  color: #ffffff;
  pointer-events: auto;
  margin-top: 16px;
}
.search-result-content .algolia-load-more .progress-bar-container {
  width: 100%;
  max-width: 200px;
  height: 3px;
  background-color: #C2C2C2;
  border-radius: 3px;
  overflow: hidden;
  margin: 4px auto 16px;
}
.search-result-content .algolia-load-more .progress-bar {
  height: 100%;
  background-color: #000000;
  border-radius: 3px;
}
.search-result-content .algolia-load-more .products-shown {
  cursor: text;
  font-size: 0.875rem;
  line-height: 18px;
}
.search-result-content .no-results-wrapper {
  font-family: GillSansNova-Medium;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .search-result-content .no-results-wrapper {
    margin: 0 16px;
  }
}
.search-result-content .no-results-wrapper .no-results-message {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.search-result-content .no-results-wrapper .suggestions {
  font-family: GillSansNova-Light;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .pt_product-search-result #page_heading.algolia-heading {
    padding: 16px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .pt_product-search-result #page_heading.algolia-heading .algolia-heading-promotion {
    display: none;
  }
}
.pt_product-search-result .algolia-bottom-slots .search-bottom-slots-wrapper,
.pt_product-search-result .algolia-bottom-slots .no-results-slot-container {
  display: none;
}

#algolia-stats-placeholder .results-number {
  font-family: GillSansNova-Medium;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 41px;
  vertical-align: middle;
}

.preview-container .preview-product-tile {
  min-height: 350px;
  margin-bottom: 25px;
  animation: pulse 1.5s infinite ease-in-out;
}
@media only screen and (max-width: 767px) {
  .preview-container .preview-product-tile {
    height: 350px;
  }
}
.preview-container .preview-product-tile .preview-image-container {
  position: relative;
  margin: 15px;
}
.preview-container .preview-product-tile .preview-image-container img {
  width: 175px;
  height: 175px;
  opacity: 0.3;
}
.preview-container .preview-product-tile .preview-content {
  padding: 0 10px;
  height: 60px;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
.refinements .algolia-refinements .filters-desktop-title {
  display: none;
  font-family: GillSansNova-Bold;
  font-size: 1.375rem;
  line-height: 23px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .refinements .algolia-refinements .filters-desktop-title {
    display: none;
  }
}
.refinements .algolia-refinements #algolia-price-filter-placeholder .rheostat,
.refinements .algolia-refinements #algolia-cocoa-filter-placeholder .rheostat,
.refinements .algolia-refinements #algolia-mobile-price-filter .rheostat,
.refinements .algolia-refinements #algolia-mobile-cocoa-filter .rheostat {
  margin: 20px 16px 35px 14px;
}
.refinements .algolia-refinements #algolia-price-filter-placeholder .rheostat-background,
.refinements .algolia-refinements #algolia-cocoa-filter-placeholder .rheostat-background,
.refinements .algolia-refinements #algolia-mobile-price-filter .rheostat-background,
.refinements .algolia-refinements #algolia-mobile-cocoa-filter .rheostat-background {
  height: 2px;
  background: #d6d6d6;
  border: none;
}
.refinements .algolia-refinements #algolia-price-filter-placeholder .rheostat-progress,
.refinements .algolia-refinements #algolia-cocoa-filter-placeholder .rheostat-progress,
.refinements .algolia-refinements #algolia-mobile-price-filter .rheostat-progress,
.refinements .algolia-refinements #algolia-mobile-cocoa-filter .rheostat-progress {
  height: 3px;
  top: 0;
}
.refinements .algolia-refinements #algolia-price-filter-placeholder .rheostat-handle,
.refinements .algolia-refinements #algolia-cocoa-filter-placeholder .rheostat-handle,
.refinements .algolia-refinements #algolia-mobile-price-filter .rheostat-handle,
.refinements .algolia-refinements #algolia-mobile-cocoa-filter .rheostat-handle {
  height: 13px;
  width: 13px;
  border: 2px solid #000000;
  cursor: auto;
}
.refinements .algolia-refinements #algolia-price-filter-placeholder .rheostat-tooltip,
.refinements .algolia-refinements #algolia-cocoa-filter-placeholder .rheostat-tooltip,
.refinements .algolia-refinements #algolia-mobile-price-filter .rheostat-tooltip,
.refinements .algolia-refinements #algolia-mobile-cocoa-filter .rheostat-tooltip {
  top: 15px;
}
.refinements .algolia-refinements .custom-refinement {
  margin: 8px 0;
}
.refinements .algolia-refinements .clear-filters.button-white {
  border: none;
}
.refinements .algolia-refinements .clear-filters:hover {
  background: none;
}
.refinements .algolia-refinements .clear-filters button {
  border: 1px solid #000000;
  width: 100%;
}
.refinements .algolia-refinements .clear-filters button:hover {
  background: none;
}
.refinements .algolia-refinements .clear-filters button:disabled {
  color: inherit;
}
.refinements .algolia-refinements .refinement-link {
  display: inline-block;
  padding-left: 28px;
  color: #000000;
  background: url("../images/svg-icons/tickbox.svg") 0 0 no-repeat;
  line-height: 24px;
  font-size: 0.875rem;
  font-family: GillSansNova-Medium;
  font-weight: 500;
  position: relative;
}
.refinements .algolia-refinements .refinement-link.checked::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #000000 url("../images/svg-icons/white-tick-check-alg.svg") center no-repeat;
  background-size: 13px 13px;
}
.refinements .algolia-refinements .refinement.active .toggle-refinement .arrow-icon {
  transform: rotate(90deg);
}
.refinements .algolia-refinements .refinement .toggle-refinement .arrow-icon {
  right: 10px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background: url("../images/svg-icons/white-right-arrow-next-alg.svg") no-repeat 100% center/24px;
}
.refinements .algolia-refinements .refinement:not([hidden]) {
  margin: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
}
.refinements .algolia-refinements .refinement:not([hidden]) .toggle-refinement {
  text-transform: none;
  letter-spacing: 0;
  line-height: 23px;
  font-family: GillSansNova-Bold;
  font-size: 1rem;
  margin: 12px 0 12px 8px;
}
.refinements .algolia-refinements .checkbox.hidden,
.refinements .algolia-refinements .input.hidden {
  display: none;
}
@media only screen and (min-width: 768px) {
  .refinements .algolia-refinements .refinement.dietery-filters {
    display: none;
  }
  .refinements .algolia-refinements .refinement.dietery-filters:has(.dietary-filter-wrapper:not([hidden])) {
    display: block;
  }
}
.refinements .algolia-refinements #algolia-clear-refinements-placeholder {
  display: none;
  margin-top: 12px;
}

#algolia-mobile-refinements {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#algolia-mobile-refinements .refinements-panel-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: calc(100% - 16px);
  height: 100%;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #algolia-mobile-refinements .refinements-panel-container .refinement:not([hidden]) {
    display: block;
  }
  #algolia-mobile-refinements .refinements-panel-container .refinement:not([hidden]).dietery-filters {
    display: none;
  }
  #algolia-mobile-refinements .refinements-panel-container .refinement:not([hidden]).dietery-filters:has(.dietary-filter-wrapper:not([hidden])) {
    display: block;
  }
}
#algolia-mobile-refinements .refinements-panel-container .refinement.active .toggle-refinement .arrow-icon {
  transform: rotate(-90deg);
}
#algolia-mobile-refinements .refinements-panel-container .title {
  font-family: GillSansNova-Bold;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 32px;
  margin: 0 0 20px;
}
#algolia-mobile-refinements .refinements-panel-container .close-panel {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 8px;
  width: 20.438px;
  height: 19.861px;
  cursor: pointer;
}
#algolia-mobile-refinements .refinements-panel-container .close-panel .close-icon-fit {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}
#algolia-mobile-refinements .refinements-panel-container .algolia-mobile-sort {
  margin-left: 13px;
}
#algolia-mobile-refinements .refinements-panel-container .algolia-mobile-sort .custom-select-label {
  font-weight: 500;
}
#algolia-mobile-refinements .refinements-panel-container .custom-select-title {
  font-family: GillSansNova-SemiBold;
  font-size: 1rem;
  margin: 0 0 15px 0;
}
#algolia-mobile-refinements .refinements-panel-container .custom-select-label {
  display: block;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 10px;
}
#algolia-mobile-refinements .refinements-panel-container input[type=radio] {
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 2px 0 0;
  cursor: pointer;
}
#algolia-mobile-refinements .refinements-panel-container input[type=radio]:checked {
  background: #000000;
  outline: 2px solid #000000;
  border: 3.5px solid #ffffff;
}
#algolia-mobile-refinements .panel-body {
  overflow-y: auto;
  padding: 16px 16px 0;
  box-sizing: border-box;
}
#algolia-mobile-refinements .panel-footer {
  background-color: #ffffff;
  padding: 17px 21px;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1), inset 0 6px 6px -6px #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
  position: sticky;
  bottom: 0;
}
#algolia-mobile-refinements .panel-footer button {
  height: 48px;
  padding: 1.5px;
  line-height: 1;
  font-size: 12px;
  font-family: GillSansNova-Medium;
  font-weight: 500;
}
#algolia-mobile-refinements .clear-filters {
  -ms-flex: 1;
      flex: 1;
}
#algolia-mobile-refinements .close-button {
  -ms-flex: 1;
      flex: 1;
}

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