@charset "UTF-8";
/* large  is for desktop: 1059px to 850px - some flexible elements */
/* medium is for tablet: 849px to 500px - all flexible elements */
/* small  is for mobile: 599 and lower - all flexible elements */
.js .ui-dialog .form-row, .category-container .middle-content,
.slot-grid-header .middle-content, .category-container .bottom-content,
.slot-grid-header .bottom-content, .category-container .content-carousel,
.slot-grid-header .content-carousel, .search-result-options, .compare-items-panel, .pdp-main .product-col-3, .pdp-main .attribute, .pdp-main .product-tabs, .pdp-main .description-titles, .cart-actions.top, .account-login #primary.primary-content, .loginIntercept .myaccount-aside, .pt_wish-list .wishlist-main .wishlist-row, .search-suggestion-wrapper, .product-suggestion, #main.category-content .shop-menu {
  *zoom: 1; }
  .js .ui-dialog .form-row:before, .category-container .middle-content:before,
  .slot-grid-header .middle-content:before, .category-container .bottom-content:before,
  .slot-grid-header .bottom-content:before, .category-container .content-carousel:before,
  .slot-grid-header .content-carousel:before, .search-result-options:before, .compare-items-panel:before, .pdp-main .product-col-3:before, .pdp-main .attribute:before, .pdp-main .product-tabs:before, .pdp-main .description-titles:before, .cart-actions.top:before, .account-login #primary.primary-content:before, .loginIntercept .myaccount-aside:before, .pt_wish-list .wishlist-main .wishlist-row:before, .search-suggestion-wrapper:before, .product-suggestion:before, #main.category-content .shop-menu:before, .js .ui-dialog .form-row:after, .category-container .middle-content:after,
  .slot-grid-header .middle-content:after, .category-container .bottom-content:after,
  .slot-grid-header .bottom-content:after, .category-container .content-carousel:after,
  .slot-grid-header .content-carousel:after, .search-result-options:after, .compare-items-panel:after, .pdp-main .product-col-3:after, .pdp-main .attribute:after, .pdp-main .product-tabs:after, .pdp-main .description-titles:after, .cart-actions.top:after, .account-login #primary.primary-content:after, .loginIntercept .myaccount-aside:after, .pt_wish-list .wishlist-main .wishlist-row:after, .search-suggestion-wrapper:after, .product-suggestion:after, #main.category-content .shop-menu:after {
    content: " ";
    display: table;
    line-height: 0; }
  .js .ui-dialog .form-row:after, .category-container .middle-content:after,
  .slot-grid-header .middle-content:after, .category-container .bottom-content:after,
  .slot-grid-header .bottom-content:after, .category-container .content-carousel:after,
  .slot-grid-header .content-carousel:after, .search-result-options:after, .compare-items-panel:after, .pdp-main .product-col-3:after, .pdp-main .attribute:after, .pdp-main .product-tabs:after, .pdp-main .description-titles:after, .cart-actions.top:after, .account-login #primary.primary-content:after, .loginIntercept .myaccount-aside:after, .pt_wish-list .wishlist-main .wishlist-row:after, .search-suggestion-wrapper:after, .product-suggestion:after, #main.category-content .shop-menu:after {
    clear: both; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

table {
  width: 100%; }

th {
  text-align: left; }

td {
  padding: 1em;
  vertical-align: top; }

/*! 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:focus {
  outline: 2px solid rgba(59, 153, 252, 0.75);
  outline-offset: 1px; }

button:focus {
  outline: 2px solid rgba(59, 153, 252, 0.75);
  outline-offset: 1px; }

a:active,
a:hover {
  outline: 0; }

button:active,
button: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;
  max-width: 100%; }

/**
 * 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; }

/*Removing IE default close button*/
input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/**
 * 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.
 */
/**
 * 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; }

/* for desktop: 1059px to 850px - some flexible elements */
/* for tablet: 849px to 600px - all flexible elements */
/* for mobile: 599 and lower - all flexible elements */
body {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px; }

p {
  font: 15px;
  line-height: 125%;
  color: #000;
  padding-bottom: 5px; }

a {
  color: #d8d8d8;
  outline: medium none;
  text-decoration: none; }

button.btn.btn-black {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  max-width: none;
  padding: 13px 64px;
  display: inline-block;
  background-color: #000;
  line-height: 1em; }

a.btn.btn-black {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  max-width: 250px;
  padding: 10px 64px;
  display: inline-block;
  background-color: #000;
  line-height: 1em; }
  @media (max-width: 599px) {
    a.btn.btn-black {
      min-width: 125px; } }

a.btn.btn-textlink {
  font-size: 13px;
  letter-spacing: .02rem;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none; }
  a.btn.btn-textlink::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.1em;
    text-rendering: auto;
    padding-left: 5px;
    font-weight: 900;
    content: "\f105";
    /* -webkit-font-smoothing: antialiased; */ }
  a.btn.btn-textlink:hover {
    color: #6e6e6e; }

.btn.btn-brdr-white {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 14px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  max-width: 250px;
  padding: 10px 64.15px;
  display: inline-block;
  background-color: none;
  line-height: 1.86; }
  @media (max-width: 599px) {
    .btn.btn-brdr-white {
      min-width: 125px; } }

.btn.btn-brdr-white:hover {
  background: #ffffff;
  color: #000000; }

a.button-ui {
  display: inline-block;
  padding: 1em 1.3em;
  border: 1px solid #e5e5e5;
  border-radius: .2em;
  color: #d8d8d8;
  text-decoration: none; }

.placeholder {
  height: 400px;
  margin-bottom: 1em;
  line-height: 400px;
  background: #d8d8d8;
  text-align: center;
  font-size: 24px;
  color: #7c7c7c; }

h1 {
  font-family: trade-gothic-next;
  font-size: 42px;
  text-align: center;
  letter-spacing: .02rem;
  margin-bottom: 0;
  text-transform: uppercase; }

h2 {
  font-family: trade-gothic-next;
  font-size: 30px;
  margin: 30px 0 8px;
  text-transform: uppercase; }

h3 {
  font-family: trade-gothic-next; }

h4 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin: 0 0 18px;
  text-transform: uppercase; }

h2.background-strikethrough {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 8px; }

h2.background-strikethrough:before {
  border-top: 2px solid #e5e5e5;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1; }

h2.background-strikethrough span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px; }

.clp-global-footer {
  margin: 0 auto;
  text-align: center; }

.afterpay-learn-more {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal; }

.relative {
  position: relative; }

.clearfix:after, .category-switch:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.visually-hidden {
  border: 0 none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .ie7 .visually-hidden {
    width: 1px !important; }

.menu {
  float: left;
  margin: 0;
  padding: 0; }
  .menu li {
    float: left;
    list-style: none outside none !important; }

.underline {
  text-decoration: underline; }

.btn-loading {
  display: block;
  opacity: 0.0;
  transition: opacity .25s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .btn-loading.btn-black {
    background: #000000;
    letter-spacing: .1rem;
    color: #ffffff; }
  .btn-loading.show {
    opacity: 1.0; }

.icon-loading {
  display: inline-block;
  cursor: default;
  width: 17px;
  height: 17px;
  border: 5px solid #fff;
  border-radius: 100%;
  border-top: 5px solid transparent;
  animation: load-animate infinite linear 1s; }
  .icon-loading.place-order {
    margin-top: 6px; }

.btn-spinner {
  position: relative; }

.spinner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.0;
  transition: opacity .25s ease; }
  .spinner-container .spinner {
    display: block;
    cursor: pointer;
    pointer-events: none;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    animation: load-animate infinite linear .7s; }
  .spinner-container.spinner-black .spinner {
    border: 2px solid #000000;
    border-top: 2px solid transparent; }
  .spinner-container.spinner-white .spinner {
    border: 2px solid #ffffff;
    border-top: 2px solid transparent; }

button.fetching .spinner-text {
  opacity: 0.0; }

button.fetching div.spinner-container {
  opacity: 1.0; }
  button.fetching div.spinner-container .spinner {
    cursor: default; }

button.btn.success {
  background-color: #007E33; }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 599px) {
  .hide-sm {
    display: none; } }

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

@media only screen and (max-width: 849px) {
  .hidden-mobile {
    display: none; } }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-0 {
  margin-bottom: 0 !important; }

.w-100 {
  width: 100% !important; }

.text-capitalize {
  text-transform: capitalize !important; }

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

.text-uppercase {
  text-transform: uppercase !important; }

.text-transform-none {
  text-transform: none !important; }

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

#wrapper {
  background: none repeat scroll 0 0 #fff;
  width: 100%;
  min-width: 310px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    #wrapper {
      width: 100%; } }
  @media only screen and (max-width: 849px) {
    #wrapper {
      width: 100%;
      padding: 0;
      /*padding-top: 48px;*/ } }

#main {
  max-width: 1280px;
  padding: 0 10px;
  clear: both;
  /* margin-left: 210px;
    margin-right: 10px;
	width: 1260px;*/ }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    #main {
      padding: 0 1%;
      position: relative; } }
  @media only screen and (max-width: 599px) {
    #main {
      padding: 0 2%; } }

.max-width,
#main.max-width {
  max-width: none; }

.desktop-width {
  max-width: 1060px;
  margin: auto; }

#main,
#footer,
.inner-wrapper {
  /*max-width: $break-large + 1;*/
  margin: auto;
  padding: 0;
  position: relative; }
  #main.full-width,
  #footer.full-width,
  .inner-wrapper.full-width {
    width: 100%;
    margin: auto;
    max-width: none; }
    #main.full-width #primary,
    #footer.full-width #primary,
    .inner-wrapper.full-width #primary {
      width: 100%;
      max-width: none; }
  #main:not(.full-bleed),
  #footer:not(.full-bleed),
  .inner-wrapper:not(.full-bleed) {
    padding: 0 10px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      #main:not(.full-bleed),
      #footer:not(.full-bleed),
      .inner-wrapper:not(.full-bleed) {
        padding: 0 10px; } }
  #main .full-bleed,
  #footer .full-bleed,
  .inner-wrapper .full-bleed {
    padding: 0; }
  #main .full-width,
  #footer .full-width,
  .inner-wrapper .full-width {
    width: 100%;
    margin: auto;
    max-width: none; }
  #main .constrained-width,
  #footer .constrained-width,
  .inner-wrapper .constrained-width {
    max-width: 1060px;
    margin: auto;
    float: none; }

#footer {
  padding: 0px !important; }

.footer-top {
  padding: 0 10px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.loginIntercept #primary.primary-content {
  width: 904px;
  float: none;
  margin: 0 auto; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .loginIntercept #primary.primary-content {
      width: 100%; } }
  @media only screen and (max-width: 849px) {
    .loginIntercept #primary.primary-content {
      width: 80%;
      padding: 0; } }
  @media only screen and (max-width: 599px) {
    .loginIntercept #primary.primary-content {
      width: 100%;
      padding: 0; } }

.account_section {
  float: right;
  width: 80%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .account_section {
      width: 65%; } }
  @media only screen and (max-width: 849px) {
    .account_section {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .account_section {
      width: 100%; } }

.primary-content {
  padding: 0 0 20px;
  position: relative; }
  @media only screen and (max-width: 599px) {
    .primary-content {
      padding: 0; } }
  @media only screen and (max-width: 849px) {
    .primary-content h1.global_pagetitleh1 {
      margin-top: 15px; } }
  .primary-focus .primary-content {
    border: 0 none;
    float: left;
    margin: 0;
    width: 100%; }
  .full-width .primary-content {
    border: 0 none;
    width: 100%; }
  .page-content .primary-content {
    padding-left: 3%;
    width: 758px; }
  .pt_category .primary-content {
    width: 100%; }
  .pt_account .primary-content,
  .pt_order .primary-content {
    width: 733px;
    padding: 0;
    margin: 0 auto;
    margin-top: 50px; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pt_account .primary-content,
      .pt_order .primary-content {
        width: 100%; } }
    @media only screen and (max-width: 849px) {
      .pt_account .primary-content,
      .pt_order .primary-content {
        margin-top: 145px;
        width: 100%;
        padding: 0 2%;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }
    @media only screen and (max-width: 599px) {
      .pt_account .primary-content,
      .pt_order .primary-content {
        margin-top: 120px; } }
  .pt_wish-list .primary-content {
    width: 100%; }
    @media only screen and (max-width: 849px) {
      .pt_wish-list .primary-content {
        padding: 0 2% 50px;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }
  .pt_customer-service .primary-content {
    width: 100%;
    padding-left: none !important; }
    .pt_customer-service .primary-content ul {
      line-height: 200%; }
  .pt_content .primary-content {
    padding: 0 4%;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pt_order-confirmation .primary-content {
    width: 100%; }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .primary-content {
        width: 80%;
        padding: 2% 10% 0 10%; } }
    @media only screen and (max-width: 599px) {
      .pt_order-confirmation .primary-content {
        width: 94.8%;
        padding: 10px; } }

.filter-sort-holder {
  position: relative;
  z-index: 500;
  overflow: unset; }

.sort-holder {
  position: relative;
  z-index: 500; }

#secondary {
  float: left;
  width: 238px;
  margin-top: 10px;
  position: relative;
  display: none; }
  .pt_product-search-result #secondary.mobile-tablet {
    display: none; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_product-search-result #secondary {
      margin-right: 2%; } }
  @media only screen and (max-width: 849px) {
    .pt_product-search-result #secondary {
      width: 298px;
      margin: 17px 0 0 1%;
      padding: 0 12px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 500;
      background: rgba(255, 255, 255, 0.98);
      border: 1px solid #e5e5e5;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .pt_product-search-result #secondary.mobile-tablet {
        display: block; }
      .pt_product-search-result #secondary.desktop {
        display: none; } }
  @media only screen and (max-width: 599px) {
    .pt_product-search-result #secondary {
      position: relative;
      float: right;
      left: 0;
      right: 0;
      margin-top: 0;
      width: 100%; }
      .pt_product-search-result #secondary.mobile-tablet {
        margin-bottom: 2.4em; } }
  .pt_account #secondary,
  .pt_order #secondary {
    width: 205px;
    margin: 50px 0 0 0; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pt_account #secondary,
      .pt_order #secondary {
        margin-right: 60px; } }
    @media only screen and (max-width: 849px) {
      .pt_account #secondary,
      .pt_order #secondary {
        width: 100%;
        margin: 35px 0 0;
        top: 0;
        left: 0;
        text-align: center; } }
    @media only screen and (max-width: 599px) {
      .pt_account #secondary,
      .pt_order #secondary {
        margin: 0; } }
  @media only screen and (max-width: 849px) {
    .pt_order #secondary {
      position: absolute; } }
  .pt_wish-list #secondary {
    display: none; }
  #secondary nav {
    padding: 0 10px; }
    #secondary nav a {
      margin-left: 15px; }
  #secondary nav.account-nav {
    padding: 0; }
    #secondary nav.account-nav.unregistered .my-account-title {
      opacity: 0.5; }
    #secondary nav.account-nav.unregistered ul {
      opacity: 0.3; }
    #secondary nav.account-nav.unregistered h5 {
      background: none;
      cursor: initial; }
    @media only screen and (max-width: 849px) {
      #secondary nav.account-nav {
        border-bottom: 1px solid #e5e5e5; } }
    @media only screen and (max-width: 599px) {
      #secondary nav.account-nav {
        border-bottom: none; } }
    #secondary nav.account-nav h4 {
      padding-bottom: 10px;
      margin-bottom: 8px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 15px; }
      @media only screen and (max-width: 599px) {
        #secondary nav.account-nav h4 {
          padding: 15px 0;
          margin: 0;
          border: 0;
          text-align: center; } }
      #secondary nav.account-nav h4 span {
        display: inline-block;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 700; }
      #secondary nav.account-nav h4 .account-logout,
      #secondary nav.account-nav h4 .account-login {
        margin-left: 7px;
        text-transform: uppercase; }
        #secondary nav.account-nav h4 .account-logout a,
        #secondary nav.account-nav h4 .account-login a {
          color: #7c7c7c;
          display: inline;
          padding: 0; }
      #secondary nav.account-nav h4 .account-login a {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        color: #000; }
    #secondary nav.account-nav h5 {
      display: none;
      cursor: pointer;
      text-align: left;
      cursor: pointer;
      padding: 15px 0;
      margin: 0;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      background: url(../images/tr/caret-down.png) no-repeat right center;
      font-size: 13px;
      color: #777; }
      #secondary nav.account-nav h5.expanded {
        background-image: url(../images/tr/caret-up.png); }
      @media only screen and (max-width: 599px) {
        #secondary nav.account-nav h5 {
          display: block; } }
    #secondary nav.account-nav ul {
      margin: 0;
      display: block; }
      @media only screen and (max-width: 599px) {
        #secondary nav.account-nav ul {
          display: none; } }
    #secondary nav.account-nav li {
      margin: 0 !important; }
      @media only screen and (max-width: 849px) {
        #secondary nav.account-nav li {
          display: inline-block;
          margin: 0 2% !important; } }
      @media only screen and (max-width: 599px) {
        #secondary nav.account-nav li {
          display: block;
          width: 100%;
          margin: 0 !important;
          background: rgba(255, 255, 255, 0.98);
          border-bottom: 1px solid #e5e5e5; } }
    #secondary nav.account-nav a {
      margin: 0;
      display: block;
      padding: 5px 0;
      font-size: 13px;
      color: #000; }
      #secondary nav.account-nav a.account-payment {
        display: none; }
      @media only screen and (max-width: 849px) {
        #secondary nav.account-nav a {
          padding: 12px 15px; } }
      @media only screen and (max-width: 599px) {
        #secondary nav.account-nav a {
          padding: 15px; } }
  .primary-focus #secondary {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    width: 210px; }
  .pt_order-confirmation #secondary {
    margin: 0;
    width: 280px; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pt_order-confirmation #secondary {
        width: 28%; } }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation #secondary {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5; } }

.clear {
  clear: both; }

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

/*
.ui-dialog .ui-widget-header {
	height: auto !important;
}
*/
.pt_wish-list .ui-dialog .ui-widget-header {
  height: auto; }

.js .ui-dialog {
  background: none repeat scroll 0 0 #fff; }
  .js .ui-dialog.dialog-module-cookie {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100%;
    background: #000;
    box-sizing: border-box; }
    .js .ui-dialog.dialog-module-cookie .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
      color: #fff; }
    .js .ui-dialog.dialog-module-cookie #dialog-container {
      display: inline-block;
      box-sizing: border-box;
      width: 60% !important;
      height: auto !important;
      margin-left: 5%; }
      @media only screen and (max-width: 599px) {
        .js .ui-dialog.dialog-module-cookie #dialog-container {
          width: 95% !important;
          height: auto !important; } }
    .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane {
      box-sizing: border-box;
      width: 30%;
      float: right;
      margin-top: 14px; }
      @media only screen and (max-width: 599px) {
        .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane {
          width: 100% !important;
          margin: 0 0 16px; } }
      .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane .ui-dialog-buttonset {
        width: 100%;
        text-align: right; }
      .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane button {
        background: none;
        color: #fff;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 14.5px;
        line-height: 1.69;
        letter-spacing: 0.02rem;
        margin: 0;
        border: 1px solid #fff; }
        @media only screen and (max-width: 599px) {
          .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane button {
            width: 48%; } }
        .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane button.dialog-primary-button {
          margin-right: 2%; }
        .js .ui-dialog.dialog-module-cookie .ui-dialog-buttonpane button .ui-button-text {
          padding: 0px 16px; }
    .js .ui-dialog.dialog-module-cookie .privacy_policy_message_box {
      text-align: center; }
      .js .ui-dialog.dialog-module-cookie .privacy_policy_message_box h2 {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 1.31;
        letter-spacing: .02rem;
        text-align: center;
        color: #fff !important;
        margin-top: 8px; }
        @media only screen and (max-width: 599px) {
          .js .ui-dialog.dialog-module-cookie .privacy_policy_message_box h2 {
            font-size: 14px;
            line-height: 1.68;
            letter-spacing: 1.4px; } }
      .js .ui-dialog.dialog-module-cookie .privacy_policy_message_box p {
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: 0.4px;
        text-align: center;
        color: #fff;
        margin-bottom: 0px; }
        .js .ui-dialog.dialog-module-cookie .privacy_policy_message_box p a {
          color: #fff;
          text-decoration: underline; }
  .js .ui-dialog #shipping-address-verification h1,
  .js .ui-dialog #billing-address-verification h1 {
    margin: 0; }
  .js .ui-dialog #shipping-address-verification p,
  .js .ui-dialog #billing-address-verification p {
    margin-bottom: 10px; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog #shipping-address-verification p,
      .js .ui-dialog #billing-address-verification p {
        padding: 0 30px; } }
  .js .ui-dialog #shipping-address-verification .header_prompt p,
  .js .ui-dialog #billing-address-verification .header_prompt p {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000; }
  .js .ui-dialog #shipping-address-verification > table > tbody > tr:nth-child(1),
  .js .ui-dialog #billing-address-verification > table > tbody > tr:nth-child(1) {
    border-top: 1px solid #e5e5e5; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog #shipping-address-verification > table > tbody > tr:nth-child(1),
      .js .ui-dialog #billing-address-verification > table > tbody > tr:nth-child(1) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .js .ui-dialog #shipping-address-verification input,
  .js .ui-dialog #billing-address-verification input {
    margin: 0;
    width: 100%; }
  .js .ui-dialog #shipping-address-verification .picklist,
  .js .ui-dialog #billing-address-verification .picklist {
    padding: 0 30px;
    height: 150px;
    overflow: scroll; }
    .js .ui-dialog #shipping-address-verification .picklist tr.pListClickable,
    .js .ui-dialog #billing-address-verification .picklist tr.pListClickable {
      cursor: pointer; }
    .js .ui-dialog #shipping-address-verification .picklist tr td,
    .js .ui-dialog #billing-address-verification .picklist tr td {
      font-size: 14px; }
      .js .ui-dialog #shipping-address-verification .picklist tr td:first-child,
      .js .ui-dialog #billing-address-verification .picklist tr td:first-child {
        padding-bottom: 24px; }
  .js .ui-dialog #shipping-address-verification table .enter_partial fieldset.outer,
  .js .ui-dialog #billing-address-verification table .enter_partial fieldset.outer {
    padding: 15px 30px; }
    .js .ui-dialog #shipping-address-verification table .enter_partial fieldset.outer .qas-submit-change,
    .js .ui-dialog #billing-address-verification table .enter_partial fieldset.outer .qas-submit-change {
      margin-top: 13px; }
    .js .ui-dialog #shipping-address-verification table .enter_partial fieldset.outer td,
    .js .ui-dialog #billing-address-verification table .enter_partial fieldset.outer td {
      width: auto; }
    .js .ui-dialog #shipping-address-verification table .enter_partial fieldset.outer table.multPickList td:first-child,
    .js .ui-dialog #billing-address-verification table .enter_partial fieldset.outer table.multPickList td:first-child {
      width: 30px;
      height: 50px; }
  .js .ui-dialog #shipping-address-verification table .enter_partial .showHide,
  .js .ui-dialog #billing-address-verification table .enter_partial .showHide {
    padding: 0 30px;
    margin: 0;
    font-size: 15px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    cursor: pointer; }
  .js .ui-dialog #shipping-address-verification table .table-header,
  .js .ui-dialog #shipping-address-verification table .prompt,
  .js .ui-dialog #billing-address-verification table .table-header,
  .js .ui-dialog #billing-address-verification table .prompt {
    padding: 15px 30px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e5e5e5; }
  .js .ui-dialog #shipping-address-verification table .th-header,
  .js .ui-dialog #shipping-address-verification table .prompt,
  .js .ui-dialog #billing-address-verification table .th-header,
  .js .ui-dialog #billing-address-verification table .prompt {
    font-size: 14px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
  .js .ui-dialog #shipping-address-verification table .prompt-note,
  .js .ui-dialog #billing-address-verification table .prompt-note {
    font-size: 13px;
    padding: 0 30px; }
  @media only screen and (max-width: 599px) {
    .js .ui-dialog #shipping-address-verification table .table-header,
    .js .ui-dialog #billing-address-verification table .table-header {
      border-top: 1px solid #e5e5e5; } }
  .js .ui-dialog #shipping-address-verification table td,
  .js .ui-dialog #billing-address-verification table td {
    width: 330px;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000; }
    @media only screen and (max-width: 849px) {
      .js .ui-dialog #shipping-address-verification table td,
      .js .ui-dialog #billing-address-verification table td {
        width: 50%; } }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog #shipping-address-verification table td,
      .js .ui-dialog #billing-address-verification table td {
        width: 100%; } }
  .js .ui-dialog #shipping-address-verification table td.first,
  .js .ui-dialog #billing-address-verification table td.first {
    border-right: 1px solid #e5e5e5;
    float: left; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog #shipping-address-verification table td.first,
      .js .ui-dialog #billing-address-verification table td.first {
        float: none;
        border: none;
        -ms-flex: calc(100% / 1);
            flex: calc(100% / 1); } }
  .js .ui-dialog #shipping-address-verification table td.second,
  .js .ui-dialog #billing-address-verification table td.second {
    float: right; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog #shipping-address-verification table td.second,
      .js .ui-dialog #billing-address-verification table td.second {
        float: none;
        -ms-flex: calc(100% / 1);
            flex: calc(100% / 1); } }
  .js .ui-dialog #shipping-address-verification table .newAddressText,
  .js .ui-dialog #billing-address-verification table .newAddressText {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    color: #6e6e6e;
    cursor: pointer; }
  .js .ui-dialog #shipping-address-verification table .oldAddress,
  .js .ui-dialog #billing-address-verification table .oldAddress {
    padding: 0 30px; }
  .js .ui-dialog #shipping-address-verification table .newAddress,
  .js .ui-dialog #billing-address-verification table .newAddress {
    padding: 0 30px; }
    .js .ui-dialog #shipping-address-verification table .newAddress td,
    .js .ui-dialog #billing-address-verification table .newAddress td {
      width: auto; }
      .js .ui-dialog #shipping-address-verification table .newAddress td:nth-of-type(2),
      .js .ui-dialog #billing-address-verification table .newAddress td:nth-of-type(2) {
        padding-bottom: 8px; }
  .js .ui-dialog #shipping-address-verification table button,
  .js .ui-dialog #billing-address-verification table button {
    background: #000;
    width: 100%;
    height: 40px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding: 0px 10px;
    border-radius: 0;
    font-size: 14.5px; }
    .js .ui-dialog #shipping-address-verification table button:hover:not([disabled]),
    .js .ui-dialog #billing-address-verification table button:hover:not([disabled]) {
      background: #6e6e6e; }
    .js .ui-dialog #shipping-address-verification table button.btn-grey,
    .js .ui-dialog #billing-address-verification table button.btn-grey {
      margin-top: 13px; }
  .js .ui-dialog #shipping-address-verification table .note,
  .js .ui-dialog #billing-address-verification table .note {
    margin: 15px 0 8px;
    color: #b2292e;
    font-size: 12px;
    width: 105%; }
  .js .ui-dialog .ui-widget-header {
    height: 10px;
    z-index: 5000; }
  .js .ui-dialog .quick-view-navigation {
    display: none; }
  .js .ui-dialog .ui-icon-closethick {
    /*background-image: url("../images/interface/icon-ui-close.png");
		background-position: left top;
		height: 32px;
		width: 32px;*/ }
  .js .ui-dialog .ui-dialog-titlebar-close {
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 32px;
    margin: 0;
    padding: 0 !important;
    right: 3px;
    top: 7px;
    width: 15px; }
    .js .ui-dialog .ui-dialog-titlebar-close span {
      margin: 0;
      padding: 0; }
  .js .ui-dialog .ui-dialog-titlebar-close:before {
    content: "X";
    font-size: 18px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    color: #000; }
  .js .ui-dialog h1,
  .js .ui-dialog h2,
  .js .ui-dialog .ui-dialog-title {
    font-size: 42px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    margin: 30px 0 8px;
    text-transform: uppercase;
    text-align: center; }
  .js .ui-dialog h4 {
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 18px;
    text-transform: uppercase;
    text-align: center; }
  .js .ui-dialog .ui-dialog-title {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .js .ui-dialog .dialog-required {
    font-weight: 400;
    position: relative;
    text-transform: none; }
  .js .ui-dialog label {
    width: 25%; }
  .js .ui-dialog .form-caption,
  .js .ui-dialog span.error,
  .js .ui-dialog .form-indent,
  .js .ui-dialog .char-count {
    margin-left: 27%; }
  .js .ui-dialog .char-count {
    color: #7c7c7c;
    margin-top: 5px; }
  .js .ui-dialog .form-caption {
    color: #7c7c7c; }
    .js .ui-dialog .form-caption.error {
      color: #b2292e; }
  .js .ui-dialog .form-row-button {
    width: 50%;
    margin-left: 27%; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog .form-row-button {
        width: 70%; } }
  .js .ui-dialog .form-label-text {
    width: 25%; }
    .js .ui-dialog .form-label-text.expires {
      text-transform: uppercase; }
  .js .ui-dialog .password-reset-btn,
  .js .ui-dialog .send-button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 13px 35px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #fff;
    border-radius: 0;
    background: #003049; }
  .js .ui-dialog .apply-button,
  .js .ui-dialog #applyBtn {
    width: 49%;
    border-radius: 0px; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog .apply-button,
      .js .ui-dialog #applyBtn {
        margin-bottom: 5px; } }
  .js .ui-dialog .password-reset-btn {
    margin: 15px 0;
    border: none !important; }
  .js .ui-dialog p.account-modal {
    text-align: center;
    margin-bottom: 20px; }
  .js .ui-dialog .delete-button {
    margin-top: 5px; }
  .js .ui-dialog .cancel-button,
  .js .ui-dialog .button-secondary,
  .js .ui-dialog .delete-button {
    display: inline-block;
    width: 49%;
    border-radius: 0px;
    padding: 11px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog .cancel-button,
      .js .ui-dialog .button-secondary,
      .js .ui-dialog .delete-button {
        margin-bottom: 5px; } }
  .js .ui-dialog .preview-button {
    margin-right: 15px;
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
  .js .ui-dialog .sl-container {
    margin-left: 2%;
    width: 49.5966% !important;
    height: 36px;
    line-height: 36px;
    float: left; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog .sl-container {
        float: left;
        font-size: 16px;
        width: 70% !important; } }
  .js .ui-dialog .field-call-out {
    margin-left: 2%;
    width: 49.5966%;
    height: 36px;
    padding: 0 8px;
    line-height: 36px;
    float: left; }
  .js .ui-dialog input[type="text"],
  .js .ui-dialog input[type="number"],
  .js .ui-dialog input[type="password"],
  .js .ui-dialog input[type="email"],
  .js .ui-dialog input[type="tel"],
  .js .ui-dialog input[type="url"],
  .js .ui-dialog textarea {
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog input[type="text"],
      .js .ui-dialog input[type="number"],
      .js .ui-dialog input[type="password"],
      .js .ui-dialog input[type="email"],
      .js .ui-dialog input[type="tel"],
      .js .ui-dialog input[type="url"],
      .js .ui-dialog textarea {
        width: 70%; } }
  .js .ui-dialog input[type="email"].password-reset-input {
    width: 85%; }
  .js .ui-dialog .password-reset-box {
    width: 70%;
    margin: 0 auto; }
    @media only screen and (max-width: 599px) {
      .js .ui-dialog .password-reset-box {
        width: 90%; } }
    .js .ui-dialog .password-reset-box span.error {
      margin-left: 8%; }
    .js .ui-dialog .password-reset-box label {
      width: auto; }
  .js .ui-dialog .button-reset-hold {
    text-align: center; }
  .js .ui-dialog input[type=number]::-webkit-outer-spin-button,
  .js .ui-dialog input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .js .ui-dialog input[type=number] {
    -moz-appearance: textfield; }

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

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

.ui-tabs .ui-tabs-nav {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  height: 2.45em;
  padding: 0; }
  .ui-tabs .ui-tabs-nav li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #efefef;
    border-color: #eee #eee #fff;
    border-style: solid;
    border-width: 1px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: italic;
    list-style: none outside none !important;
    margin: 0 1em -1px 0; }
    .ui-tabs .ui-tabs-nav li.ui-state-active {
      background: none repeat scroll 0 0 #fff; }
      .ui-tabs .ui-tabs-nav li.ui-state-active a {
        color: #777; }
    .ui-tabs .ui-tabs-nav li a {
      color: #999; }

.ui-tabs .ui-tabs-panel {
  background: none repeat scroll 0 0 #fff;
  border-color: #eee;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1);
  color: #414141;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
/*
.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}
*/
/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
      src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.pdp-main ul.slick-dots {
  position: absolute !important;
  bottom: 10px;
  left: 0px;
  text-align: center; }

button,
.button,
.buttonstyle,
input[type="button"] {
  background: none repeat scroll 0 0 #fff;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 2px; }

.cart-actions button.button-fancy-large {
  background: #000;
  padding: 7px 70px;
  color: #fff;
  font-size: 14px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .cart-actions button.button-fancy-large {
      width: 100%;
      text-align: center;
      padding: 8px 30px; } }
  @media only screen and (max-width: 849px) {
    .cart-actions button.button-fancy-large {
      margin-bottom: 5px; } }

.cart-actions span {
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: relative;
  top: 20px;
  left: 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 849px) {
    .cart-actions span {
      left: 4%; } }
  @media only screen and (max-width: 599px) {
    .cart-actions span {
      left: auto;
      width: auto; } }

.cart-actions span.ORbottom {
  left: 200px; }

button[disabled],
input[disabled] {
  color: #bbb; }

button.add-to-cart {
  background: #000;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  line-height: 1.86;
  color: #fff;
  letter-spacing: normal; }
  @media only screen and (max-width: 849px) {
    button.add-to-cart {
      padding: 10px 15px; } }
  button.add-to-cart span {
    font-size: 18px; }

.button-standard {
  background-color: #003049;
  padding: 0 15px;
  width: 100%;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em; }
  .button-standard[disabled] {
    background-color: #bcbcbc; }
  .button-standard[disabled] span {
    color: #fff; }

.button-middle {
  background-color: #003049;
  padding: 0 15px;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 0; }
  .button-middle.gray {
    background-color: #7c7c7c; }
  .button-middle[disabled] {
    background-color: #bcbcbc; }
  .button-middle[disabled] span {
    color: #fff; }

/*
.button-fancy-small {
	background: url("../images/interface/ui-wht-tran-grad-52.png") repeat-x scroll 0 0 $pacific-blue;
	color: $white !important;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

.button-fancy-medium {
	background: url("../images/interface/ui-wht-tran-grad-52.png") repeat-x scroll 0 0 $pacific-blue;
	color: $white !important;
	font-weight: 400;
	text-transform: uppercase;
}

.button-fancy-large {
	background: url("../images/interface/ui-wht-tran-grad-52.png") repeat-x scroll 0 0 $pacific-blue;
	color: $white !important;
	font-size: 1.75em;
	font-weight: 400;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

*/
.button-fancy-small[disabled],
.button-fancy-medium[disabled],
.button-fancy-large[disabled] {
  background: #bfbfbf !important;
  /* padding: 1.1em 0;
	text-transform: uppercase; */
  width: 100%;
  font-size: 14px;
  color: #fff;
  letter-spacing: .1rem;
  /* opacity: 0.5; */ }
  .button-fancy-small[disabled] span,
  .button-fancy-medium[disabled] span,
  .button-fancy-large[disabled] span {
    font-size: 18px; }

.button-text {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-weight: 400;
  padding: 0; }

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%; }

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

legend {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 13px;
  letter-spacing: .02rem;
  text-transform: uppercase; }
  .ie7 legend {
    width: 94%; }
  legend span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    padding: 0 .5; }
    legend span em {
      color: #333; }

.dialog-required {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  float: right;
  padding: 2px 0; }
  .dialog-required em {
    color: #333; }

label {
  display: block;
  float: left;
  font-size: 13px;
  padding: 0.75em 0 0;
  text-align: right;
  width: 22%; }

.form-label-text {
  display: block;
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.75em 0 0;
  text-align: right;
  width: 22%; }
  .form-label-text span {
    margin-right: 5px; }

.form-row {
  clear: both;
  margin: 0 0 1em; }

.forgotPwd {
  width: 90%;
  text-align: right; }

.form-row-button {
  margin-left: 24.5%;
  width: 62%; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  border: 1px solid #595959;
  margin-left: 2%;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%;
  letter-spacing: .02rem; }

/* Autofill */
input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

input:-moz-autofill {
  -moz-text-fill-color: #000;
  -moz-box-shadow: 0 0 0px 1000px #fff inset; }

input:-o-autofill {
  -o-text-fill-color: #000;
  -o-box-shadow: 0 0 0px 1000px #fff inset; }

input:-khtml-autofill {
  -khtml-text-fill-color: #000;
  -khtml-box-shadow: 0 0 0px 1000px #fff inset; }

input[type="text"].srCouponCode {
  border: none;
  width: 85px;
  padding: 5px 5px 0;
  margin-right: 5px;
  font-size: 13px;
  color: #000; }
  input[type="text"].srCouponCode :-ms-input-placeholder {
    color: #6e6e6e !important; }
  input[type="text"].srCouponCode ::placeholder {
    color: #6e6e6e !important; }

input.srCouponCode:focus {
  outline: 0; }

#cart-table .item-quantity input[type="text"].qty {
  /*border: none;*/
  padding: 5px; }

input.qty:focus {
  outline: 0; }

.decrControl, .incrControl {
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #f0f0f0;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  padding-left: 1px; }

.decrControl {
  margin-right: 10px; }

input[placeholder].srCouponCode::-webkit-input-placeholder {
  color: #000; }

input[placeholder].srCouponCode::-moz-placeholder {
  color: #000; }

input[placeholder].srCouponCode:-ms-input-placeholder {
  color: #000; }

textarea {
  border: 1px solid #e5e5e5;
  margin-left: 2%;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%; }

select {
  text-indent: 0;
  height: 3em;
  border: 1px solid #aaa;
  margin-left: 2%;
  padding: 0.7em 0.3em;
  width: 51.6%;
  -webkit-appearance: none; }

.search-result-options select {
  height: auto; }

input[type="checkbox"], input[type="radio"] {
  margin: 1em 2%; }

.label-inline label {
  display: inline-block;
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  width: 90%; }

.label-inline input {
  float: left;
  margin: 0.8em 2%; }

.label-above label {
  float: none;
  text-align: left;
  width: auto; }

.label-above input, .label-above select, .label-above textarea {
  margin-left: 0;
  box-sizing: border-box; }

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

.label-removed label {
  left: -999em;
  position: absolute; }

.label-hidden label {
  text-align: left;
  text-indent: -999em; }

.form-indent {
  margin-left: 24%; }
  .form-indent .form-caption {
    margin-left: 0; }

.form-caption {
  display: block;
  margin: 1% 0 1% 24%;
  width: auto; }

.error-message {
  color: #b2292e;
  padding: 0.7em 0.5em;
  text-indent: 0;
  clear: both;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.error .input-text {
  border-color: #b2292e !important;
  color: #b2292e !important; }

.form-error {
  margin-bottom: 10px;
  color: #b2292e;
  text-align: left; }

.error {
  /*background-color: $tutu;*/
  border-color: #b2292e;
  color: #b2292e; }

span.error {
  background: none repeat scroll 0 0 transparent;
  display: block;
  margin: 1% 2% 2% 24%; }

div.error {
  background: none repeat scroll 0 0 transparent; }

.error-form, .error-form-orderHistory {
  color: #b2292e;
  margin: 1em 0;
  padding: 0.5em 0;
  letter-spacing: -.02rem;
  font-size: 14px;
  font-weight: 700;
  background-color: #fdecea;
  padding: 14px 16px;
  line-height: 1.5em;
  border-radius: 4px;
  border: 1px solid #f3d0cd; }
  .error-form.error-coupon, .error-form-orderHistory.error-coupon {
    float: left;
    text-transform: none; }

.error-form-orderHistory {
  text-align: center; }

.form-inline form {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left bottom transparent;
  padding: 0 0 2em;
  width: 98%; }

.form-inline .form-row {
  clear: none;
  float: left;
  margin: 5px 2% 0 0;
  width: 28%; }

.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 .form-row-button {
  float: left;
  margin: 30px 0 0;
  width: 10%; }

.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.login-box-content label {
  float: none;
  font-size: 1.1em;
  text-align: left;
  width: auto; }

.login-box-content input[type="text"], .login-box-content input[type="password"] {
  margin-left: 0;
  width: 87%; }

.login-box-content textarea {
  margin-left: 0;
  width: 87%; }

.login-box-content .form-caption, .login-box-content input[type="checkbox"], .login-box-content select {
  margin-left: 0; }

.login-box-content .form-row-button {
  margin-left: 0;
  width: auto; }

.login-box-content .loginIntercept {
  width: 90%;
  text-align: center; }
  .login-box-content .loginIntercept button {
    background: #bcbcbc;
    font-size: 15px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
    padding: 18px 0; }

.loginIntercept .pt_account .login-account button.btn-cta {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 100px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #000;
  background: #c9c9c9;
  border-radius: 2px; }

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

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

.required-indicator {
  color: #00a4e4; }

.form-field-tooltip {
  float: right;
  margin: -36px 0 0;
  width: 21%; }

.with-helper-text {
  margin-top: -59px; }

.char-count {
  display: block;
  margin-left: 24%; }

.label-inline label {
  padding: 0;
  padding-left: 0.25em;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.delivery-options-cart {
  margin-top: 11px; }
  .delivery-options-cart .label-inline label {
    padding: 0;
    padding-left: 0.25em;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #000;
    text-transform: capitalize; }
  .delivery-options-cart .label-inline input[type="radio"]:checked + label {
    font-weight: 900; }
  .delivery-options-cart .item-delivery-options {
    width: auto !important; }
  .delivery-options-cart .is-in-stock {
    display: none; }
  .delivery-options-cart .set-preferred-store {
    display: none; }
  .delivery-options-cart.desktop {
    display: block; }
  .delivery-options-cart.mobile {
    display: none; }
  @media only screen and (max-width: 849px) {
    .delivery-options-cart.desktop {
      display: none; }
    .delivery-options-cart.mobile {
      display: block;
      margin-top: 0; } }

input[type="text"].email {
  text-transform: lowercase; }

.return-row {
  width: 49.5%; }
  @media only screen and (max-width: 849px) {
    .return-row {
      width: 100%;
      margin: 0; }
      .return-row label {
        padding: 0; } }
  .return-row .error {
    margin: 1% 2% 2% 0; }

.loading-button {
  position: relative; }
  @media only screen and (max-width: 849px) {
    .loading-button {
      margin-top: 10px; } }
  .loading-button .return-create-label {
    display: block; }
  .loading-button .return-generating-label {
    display: none;
    margin-left: 22px; }
  .loading-button.loading-button-active::after {
    content: url("../images/loading-circle.svg");
    position: absolute;
    height: 20px;
    width: 20px;
    left: 10px;
    top: 8px;
    -ms-transform: rotate(0);
        transform: rotate(0);
    -ms-transform-origin: center center;
        transform-origin: center center;
    animation: rotate 1.25s linear infinite; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

.item-list {
  margin-bottom: 1em; }
  .item-list tr {
    border-top: 1px solid #dddbdc;
    border-bottom: 1px solid #dddbdc; }
    .item-list tr.cart-row-heading {
      border-top: 0; }
      .item-list tr.cart-row-heading th {
        text-align: center; }
    .item-list tr.last {
      border-top: 1px solid #424242;
      border-bottom: 1px solid #424242; }
    .item-list tr.headings {
      display: none; }
    @media only screen and (max-width: 599px) {
      .item-list tr.rowcoupons {
        height: auto; } }
    .item-list tr.rowcoupons .bonus-item {
      display: block;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal; }
    .item-list tr.rowcoupons .textbutton {
      padding: 25px 0 0 0;
      float: right;
      text-decoration: underline;
      display: block; }
    @media only screen and (max-width: 599px) {
      .item-list tr {
        height: 160px; } }
  .item-list td {
    padding: 30px 20px 20px;
    vertical-align: top; }
    .item-list td .price-unadjusted {
      color: #777;
      display: block;
      margin: 0 0 5px; }
      .item-list td .price-unadjusted span {
        text-decoration: line-through; }
  .item-list td.item-image {
    width: 130px; }
    .item-list td.item-image img {
      width: 130px;
      height: auto; }
  .item-list td.item-details {
    width: auto; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .item-list td.item-details {
        width: 35%;
        padding: 32px 0 0; } }
    @media only screen and (max-width: 849px) {
      .item-list td.item-details {
        width: 30%; } }
    @media only screen and (max-width: 599px) {
      .item-list td.item-details {
        width: 37%; } }
    .item-list td.item-details.coupon {
      padding: 30px 20px 20px 0; }
    .item-list td.item-details .product-item-details {
      width: 76.2%; }
      @media only screen and (max-width: 849px) {
        .item-list td.item-details .product-item-details {
          width: 100%; } }
  .item-list td.item-quantity {
    width: auto;
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 7px !important; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .item-list td.item-quantity {
        padding: 32px 0 0; } }
    @media only screen and (max-width: 849px) {
      .item-list td.item-quantity {
        float: left;
        width: 25%;
        padding: 32px 0 0; } }
    @media only screen and (max-width: 599px) {
      .item-list td.item-quantity {
        float: left;
        width: 50%;
        padding: 20px 0 0 0; } }
    .item-list td.item-quantity .qty-increment select {
      height: 40px;
      width: auto;
      min-width: 40px;
      border: 1px solid #000 !important;
      padding: 0 .5rem;
      margin: 0;
      -webkit-appearance: menulist !important;
      -moz-appearance: menulist;
      text-align-last: center;
      background: none;
      margin-bottom: 10px !important; }
      .item-list td.item-quantity .qty-increment select:focus {
        outline: 2px solid rgba(59, 153, 252, 0.75);
        outline-offset: 1px; }
      .item-list td.item-quantity .qty-increment select:active, .item-list td.item-quantity .qty-increment select:hover {
        outline: 0; }
    .item-list td.item-quantity .qty-increment select::-ms-expand {
      display: block; }
    .item-list td.item-quantity .qty-increment select[disabled] {
      border: 1px solid #bfbfbf !important;
      color: #bfbfbf !important; }
  .item-list td.price-per {
    width: auto;
    padding: 30px 20px 20px 20px; }
  .item-list td.item-price {
    width: auto;
    font-size: 13px;
    text-align: right; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .item-list td.item-price {
        width: 30%;
        padding: 32px 0 0; } }
    @media only screen and (max-width: 849px) {
      .item-list td.item-price {
        float: right; } }
    @media only screen and (max-width: 599px) {
      .item-list td.item-price {
        padding: 32px 6% 0 0;
        /* position: relative; */
        /* top: 0; */
        /* margin-top: -70px; */
        float: none;
        right: 0; } }
    .item-list td.item-price .product-item-price {
      padding-right: 35px; }
      @media only screen and (max-width: 849px) {
        .item-list td.item-price .product-item-price {
          padding-right: 0; } }
    .item-list td.item-price .each {
      font-size: 12px;
      color: #777;
      display: inline-block; }
      .item-list td.item-price .each.mobile-value {
        display: none; }
        @media only screen and (max-width: 599px) {
          .item-list td.item-price .each.mobile-value {
            display: block;
            width: 100%;
            text-align: right; } }
      @media only screen and (max-width: 599px) {
        .item-list td.item-price .each.desktop-value {
          display: none; } }
      .item-list td.item-price .each .price-promotion {
        display: inline; }
    @media only screen and (max-width: 599px) {
      .item-list td.item-price .price-total {
        display: block;
        width: 100%;
        text-align: right; } }

.section-header {
  padding: 1em; }

.item-details .product-list-item .name a {
  color: #000000;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: left; }

.item-details .product-list-item .style-number-and-color-code {
  display: none; }

.item-details .product-list-item .value {
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: #6e6e6e;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px; }

.item-details .product-list-item .product-promo {
  letter-spacing: .02rem; }

.item-details .product-list-item .promo {
  color: #b2292e; }

.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through; }

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.item-dashboard {
  color: #aaa;
  width: 250px; }
  .item-dashboard label {
    display: inline;
    float: none;
    font-weight: 400; }
  .item-dashboard input,
  .item-dashboard .value,
  .item-dashboard .option-toggle-public label {
    color: #333; }
  .item-dashboard input {
    padding: 0.2em;
    width: 2em; }
  .item-dashboard .input-text {
    margin: 0;
    text-align: center; }
  .item-dashboard .input-select {
    margin: 0;
    padding: 8px;
    width: auto;
    height: auto;
    color: #333; }
  .item-dashboard .input-checkbox {
    margin: 0 5px; }
  .item-dashboard .item-option {
    margin: 0 0 0.5em; }
    .item-dashboard .item-option .form-row {
      display: inline; }
  .item-dashboard .option-add-to-cart .label, .item-dashboard .option-add-to-cart label {
    color: #333;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase; }
  .item-dashboard .option-add-to-cart input {
    padding: 0.5em 0;
    width: 50px;
    margin-right: 1em; }
  .item-dashboard .option-quantity-purchased span.exceeded {
    color: #b2292e; }

.cart-left .item-list tr.cart-row-heading {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

.tooltip-click {
  cursor: help; }
  .tooltip-click .tooltip-click-content {
    display: none; }
  .tooltip-click .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none; }

.tooltip {
  cursor: help;
  position: relative; }
  .tooltip .tooltip-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-style: normal;
    left: 100%;
    max-width: 300px;
    min-width: 200px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    text-decoration: none;
    top: 100%;
    visibility: hidden;
    z-index: 10; }
  .tooltip:hover .tooltip-content {
    display: block;
    opacity: 1;
    overflow: visible;
    visibility: visible; }

#tooltip {
  background-color: #fff;
  border: 1px solid #000;
  opacity: 0.95;
  padding: 5px;
  position: absolute;
  z-index: 3000; }
  #tooltip .small {
    width: 300px; }
  #tooltip .medium {
    width: 500px; }
  #tooltip .recommendation-tooltip-header {
    background: none repeat scroll 0 0 #ccc;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px; }
    #tooltip .recommendation-tooltip-header .product-price .price-standard {
      color: #999;
      text-decoration: line-through; }
  #tooltip .recommendation-tooltip-description, #tooltip .recommendation-tooltip-attributes {
    padding: 10px; }

.category-container p,
.slot-grid-header p {
  font-size: 16px;
  color: #000;
  line-height: 150%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 599px) {
    .category-container p,
    .slot-grid-header p {
      margin-bottom: 10px; } }

@media only screen and (max-width: 599px) {
  .category-container br,
  .slot-grid-header br {
    display: none; } }

.category-container h2,
.slot-grid-header h2 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 69px;
  line-height: 69px;
  letter-spacing: .02rem;
  text-transform: uppercase;
  margin: 25px 0 0; }
  @media only screen and (max-width: 599px) {
    .category-container h2,
    .slot-grid-header h2 {
      font-size: 42px;
      line-height: 42px;
      margin: 5px 0 8px 0; } }

.category-container h3,
.slot-grid-header h3 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: .02rem;
  text-transform: uppercase;
  margin: 20px 0 0; }
  @media only screen and (max-width: 599px) {
    .category-container h3,
    .slot-grid-header h3 {
      margin: 15px 0 8px; } }

.category-container .right,
.slot-grid-header .right {
  float: right;
  text-align: right; }
  @media only screen and (max-width: 849px) {
    .category-container .right,
    .slot-grid-header .right {
      margin-right: 9%; } }
  @media only screen and (max-width: 849px) {
    .category-container .right,
    .slot-grid-header .right {
      margin-right: 5%; } }

.category-container img,
.slot-grid-header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

.category-container a.cta,
.slot-grid-header a.cta {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 17px 30px 13px 30px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #000;
  border-radius: 2px;
  background: #fff; }

.category-container .top-content,
.slot-grid-header .top-content {
  margin-bottom: 55px; }
  @media only screen and (max-width: 849px) {
    .category-container .top-content,
    .slot-grid-header .top-content {
      margin: 0 8% 7%; } }
  @media only screen and (max-width: 599px) {
    .category-container .top-content,
    .slot-grid-header .top-content {
      margin: 0 0 56px; } }
  .category-container .top-content .header,
  .slot-grid-header .top-content .header {
    text-align: center;
    margin-bottom: 50px; }
  .category-container .top-content .image-content,
  .slot-grid-header .top-content .image-content {
    text-align: center;
    margin-bottom: 22px; }

.category-container .product-carousel,
.slot-grid-header .product-carousel {
  text-align: center;
  margin-bottom: 55px; }
  @media only screen and (max-width: 849px) {
    .category-container .product-carousel,
    .slot-grid-header .product-carousel {
      margin: 0 4% 5%; } }
  @media only screen and (max-width: 599px) {
    .category-container .product-carousel,
    .slot-grid-header .product-carousel {
      margin: 0 0 50px; } }
  .category-container .product-carousel h3,
  .slot-grid-header .product-carousel h3 {
    margin-bottom: 35px; }
    @media only screen and (max-width: 849px) {
      .category-container .product-carousel h3,
      .slot-grid-header .product-carousel h3 {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 599px) {
      .category-container .product-carousel h3,
      .slot-grid-header .product-carousel h3 {
        margin-bottom: 32px; } }

.category-container .middle-content,
.slot-grid-header .middle-content {
  margin-bottom: 55px; }
  @media only screen and (max-width: 849px) {
    .category-container .middle-content,
    .slot-grid-header .middle-content {
      margin: 0 -1% 7%; } }
  @media only screen and (max-width: 599px) {
    .category-container .middle-content,
    .slot-grid-header .middle-content {
      margin: 0 0 50px; } }
  @media only screen and (max-width: 849px) {
    .category-container .middle-content .desktop-width,
    .slot-grid-header .middle-content .desktop-width {
      margin: 0 9% 5%; } }
  @media only screen and (max-width: 599px) {
    .category-container .middle-content .desktop-width,
    .slot-grid-header .middle-content .desktop-width {
      margin: 0; } }
  @media only screen and (max-width: 849px) {
    .category-container .middle-content .desktop-width .right,
    .slot-grid-header .middle-content .desktop-width .right {
      margin-right: 0; } }

.category-container .bottom-content,
.slot-grid-header .bottom-content {
  margin-bottom: 55px; }
  @media only screen and (max-width: 849px) {
    .category-container .bottom-content,
    .slot-grid-header .bottom-content {
      margin: 0 8% 7%; } }
  @media only screen and (max-width: 599px) {
    .category-container .bottom-content,
    .slot-grid-header .bottom-content {
      margin: 0 0 0; } }
  .category-container .bottom-content > div,
  .slot-grid-header .bottom-content > div {
    width: 49%;
    display: block;
    float: left; }
    .category-container .bottom-content > div.float-right,
    .slot-grid-header .bottom-content > div.float-right {
      float: right; }
    @media only screen and (max-width: 849px) {
      .category-container .bottom-content > div,
      .slot-grid-header .bottom-content > div {
        width: 48.5%; } }
    @media only screen and (max-width: 599px) {
      .category-container .bottom-content > div,
      .slot-grid-header .bottom-content > div {
        width: 100%;
        margin: 0 0 50px; } }
    .category-container .bottom-content > div:nth-of-type(1),
    .slot-grid-header .bottom-content > div:nth-of-type(1) {
      margin-right: 2%; }

.category-container .content-carousel,
.slot-grid-header .content-carousel {
  margin-bottom: 55px; }
  .category-container .content-carousel .right,
  .slot-grid-header .content-carousel .right {
    margin-top: 25px; }
    @media only screen and (max-width: 599px) {
      .category-container .content-carousel .right,
      .slot-grid-header .content-carousel .right {
        margin-top: 7px; } }

.pt_product-search-result .slot-grid-header {
  margin: 0 auto;
  text-align: center; }

.pt_product-search-result .gift-certificate-link {
  color: #b2292e !important;
  text-decoration: none !important;
  font-style: italic !important; }

.pt_content h1 {
  margin-bottom: 25px; }

.cvn-tip .tooltip.fixed.persistent {
  width: 400px;
  height: 300px; }
  .cvn-tip .tooltip.fixed.persistent .content-asset {
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: url(../images/tr/cvn-x.png) no-repeat right 5px white; }
    .cvn-tip .tooltip.fixed.persistent .content-asset h2 {
      margin: 0 0 3px;
      padding: 0;
      color: #000; }
    .cvn-tip .tooltip.fixed.persistent .content-asset p {
      font-size: 13px;
      padding: 0 0 15px;
      margin: 0;
      text-transform: none; }
    .cvn-tip .tooltip.fixed.persistent .content-asset div {
      text-align: center; }
      .cvn-tip .tooltip.fixed.persistent .content-asset div img {
        display: inline; }

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

.product-listing-1x4 {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: 10px 0; }
  .product-listing-1x4 .search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 18%;
    float: left; }

.cart-recommendations .product-listing-1x4_recommendation, .pdp-recommendations .product-listing-1x4_recommendation {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: 0; }
  .cart-recommendations .product-listing-1x4_recommendation ul.search-result-items .grid-tile, .pdp-recommendations .product-listing-1x4_recommendation ul.search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 22%;
    float: left; }
  .cart-recommendations .product-listing-1x4_recommendation img, .pdp-recommendations .product-listing-1x4_recommendation img {
    width: 100%; }
  .cart-recommendations .product-listing-1x4_recommendation .color-callout, .pdp-recommendations .product-listing-1x4_recommendation .color-callout {
    display: none; }
  @media only screen and (max-width: 849px) {
    .cart-recommendations .product-listing-1x4_recommendation ul.search-result-items .grid-tile, .pdp-recommendations .product-listing-1x4_recommendation ul.search-result-items .grid-tile {
      margin: 0 2% 0 4%;
      width: 44%;
      min-height: 400px; } }
  .cart-recommendations .product-listing-1x4_recommendation .search-result-items .grid-tile, .pdp-recommendations .product-listing-1x4_recommendation .search-result-items .grid-tile {
    min-height: initial; }

.account-nav-asset {
  line-height: 1.5em;
  margin: 40px 10px;
  padding: 10px 0; }
  @media only screen and (max-width: 849px) {
    .account-nav-asset {
      margin: 0 10px; } }
  .account-nav-asset h2 {
    border-bottom: 1px solid #bbb;
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .02rem;
    text-transform: uppercase;
    margin: 14px 0 20px; }
  .account-nav-asset .need-assistance,
  .account-nav-asset .shipping-returns {
    background-color: #efefef;
    margin-bottom: 15px;
    padding: 15px;
    width: 214px; }
    @media only screen and (max-width: 849px) {
      .account-nav-asset .need-assistance,
      .account-nav-asset .shipping-returns {
        float: left;
        width: 43%; } }
    @media only screen and (max-width: 599px) {
      .account-nav-asset .need-assistance,
      .account-nav-asset .shipping-returns {
        margin-left: 0;
        width: 94%; } }
    .account-nav-asset .need-assistance p,
    .account-nav-asset .shipping-returns p {
      font-size: 13px; }
  @media only screen and (max-width: 849px) {
    .account-nav-asset .shipping-returns {
      float: right; } }
  @media only screen and (max-width: 599px) {
    .account-nav-asset .shipping-returns {
      float: left; } }

.content-asset p {
  color: #4e4e4e;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: 0.02rem; }
  @media only screen and (max-width: 599px) {
    .content-asset p {
      margin-bottom: 18px; } }

.content-asset ul,
.content-asset ol {
  line-height: 1.86em;
  margin: 1em 0;
  padding: 0 1.5em;
  letter-spacing: .02rem; }

.content-asset address {
  margin: 1em 0; }

.content-asset ul.dash {
  list-style-type: none; }
  .content-asset ul.dash > li {
    list-style: none !important; }
  .content-asset ul.dash > li:before {
    content: "-";
    position: absolute;
    margin-left: -1.1em; }

.content-asset ul li {
  list-style: square outside none !important; }

.content-asset ol li {
  list-style: decimal outside none; }

.content-asset .account-options {
  margin: 0;
  padding: 0; }
  .content-asset .account-options li {
    border-bottom: 1px solid #eee;
    float: left;
    height: 80px;
    list-style: none outside none !important;
    margin: 0 0 0 4%;
    padding: 20px 0 0;
    position: relative;
    width: 46%; }
    .content-asset .account-options li a {
      display: block;
      font-size: 1.5em;
      line-height: 30px;
      padding: 0 0 0 55px; }
    .content-asset .account-options li img {
      left: 0;
      position: absolute;
      top: 10px; }
    .content-asset .account-options li p {
      margin: 0;
      padding-left: 55px; }

.browser-compatibility-alert {
  background: url("../images/interface/icon-alert.png") no-repeat scroll 1em 1em #faeded;
  border: 1px solid;
  color: #b2292e;
  margin: 1em;
  padding: 0.5em 4em; }

.content-asset-women {
  width: auto; }
  @media only screen and (max-width: 849px) {
    .content-asset-women {
      display: none !important; } }
  .content-asset-women .category-asset-wrap-main .category-asset-wrap {
    /* width: 406px;
			height: 300px; */
    position: relative; }
    .content-asset-women .category-asset-wrap-main .category-asset-wrap .asset-pic img {
      /* width: 100%;
					height: 300px; */ }
    .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap {
      width: 50%;
      margin: 0;
      padding: 0;
      text-align: left;
      position: absolute;
      top: 33%;
      right: 5%; }
      .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap p {
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: bold;
        font-style: italic; }
      .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap p:nth-child(1) {
        width: 203px;
        height: 18px;
        font-size: 20px;
        line-height: 1.05;
        letter-spacing: 1px; }
      .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap p:nth-child(2) {
        width: 192px;
        height: 33px;
        font-size: 42px;
        line-height: 1.05;
        letter-spacing: 2.1px;
        margin: 6px 0 0 0; }
      .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap p:nth-child(3) {
        text-align: center;
        margin: 19px 0 0 0; }
        .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap p:nth-child(3) span {
          width: 60px;
          height: 14px;
          font-size: 12px;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.86;
          text-align: left;
          color: #595959;
          text-decoration: underline;
          cursor: pointer; }
          .content-asset-women .category-asset-wrap-main .category-asset-wrap .promo-texts-wrap p:nth-child(3) span:hover {
            color: #fff; }

.content-slot-weekender {
  min-height: 0px;
  margin-bottom: 152px; }
  @media only screen and (max-width: 849px) {
    .content-slot-weekender {
      margin-bottom: 50px; } }
  .content-slot-weekender .content-slot-weekender-main {
    padding-bottom: 152px;
    padding-top: 130px;
    height: 400px;
    position: relative; }
    @media only screen and (max-width: 849px) {
      .content-slot-weekender .content-slot-weekender-main {
        height: 200px;
        padding-bottom: 59px;
        padding-top: 0px; } }
    .content-slot-weekender .content-slot-weekender-main .wrapper {
      background-color: #ddd4cf;
      height: 400px; }
      @media only screen and (max-width: 849px) {
        .content-slot-weekender .content-slot-weekender-main .wrapper {
          height: 0px; } }
      .content-slot-weekender .content-slot-weekender-main .wrapper .asset-pic {
        float: left;
        width: 50%; }
        @media only screen and (max-width: 849px) {
          .content-slot-weekender .content-slot-weekender-main .wrapper .asset-pic {
            width: 100%;
            float: none; } }
        .content-slot-weekender .content-slot-weekender-main .wrapper .asset-pic img {
          width: 100%;
          height: auto; }
          @media only screen and (max-width: 849px) {
            .content-slot-weekender .content-slot-weekender-main .wrapper .asset-pic img {
              width: 100%; } }
      .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap {
        width: 46%;
        margin-top: 127px;
        float: right; }
        @media only screen and (max-width: 849px) {
          .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap {
            width: 95%;
            height: 132px;
            margin-top: -190px;
            margin-right: 20px;
            margin-left: 10px;
            opacity: 0.9;
            background-color: #ffffff; } }
        @media only screen and (max-width: 599px) {
          .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap {
            margin-right: 10px;
            margin-top: -170px; } }
        .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .weekender-Sale {
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          width: 92.6%;
          font-size: 50px;
          font-stretch: normal;
          line-height: 1.2;
          margin-bottom: 0px;
          letter-spacing: .02rem;
          text-align: left;
          color: #000000; }
          @media only screen and (max-width: 849px) {
            .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .weekender-Sale {
              margin: 0 auto;
              height: 16px;
              font-family: trade-gothic-next;
              font-weight: 700;
              font-style: normal;
              font-size: 21px;
              line-height: 2.86;
              letter-spacing: .02rem;
              text-align: center; } }
        .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .discount-text {
          width: 247px;
          padding-left: 20%;
          line-height: 3.33;
          font-size: 15px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 1.8px;
          text-align: left;
          margin-bottom: 0px;
          color: #000000; }
          @media only screen and (max-width: 849px) {
            .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .discount-text {
              width: 154px;
              height: 10px;
              margin-bottom: 16px;
              font-size: 12px;
              line-height: 5;
              margin-left: 21%;
              letter-spacing: 0.6px; } }
          @media only screen and (max-width: 599px) {
            .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .discount-text {
              margin-left: 10%; } }
        .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .shop-now-cta {
          width: 280px;
          height: 40px;
          margin-left: 15%;
          background-color: #000000; }
          @media only screen and (max-width: 849px) {
            .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .shop-now-cta {
              width: 93%;
              margin-left: 4%;
              margin-top: 16px; } }
          .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .shop-now-cta span {
            width: 66px;
            height: 14px;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.88;
            letter-spacing: 0.7px;
            text-align: left;
            color: #ffffff; }
            @media only screen and (max-width: 849px) {
              .content-slot-weekender .content-slot-weekender-main .wrapper .promo-texts-wrap .shop-now-cta span {
                width: 66px;
                height: 14px;
                line-height: 1.88; } }

.content-asset-standout {
  display: inline-block; }
  .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap {
    width: 100%;
    position: relative; }
    .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .asset-pic img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 849px) {
        .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .asset-pic img {
          width: 100%; } }
    .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap {
      position: absolute;
      top: 15%;
      left: 25%; }
      @media only screen and (max-width: 849px) {
        .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap {
          top: 0px; } }
      .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap p:nth-child(1) {
        width: 330px;
        height: 55.5px;
        padding-bottom: 19px;
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 50px;
        font-stretch: normal;
        letter-spacing: .02rem;
        text-align: center;
        color: #000000;
        white-space: nowrap; }
        @media only screen and (max-width: 849px) {
          .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap p:nth-child(1) {
            width: 139px;
            height: 16px;
            font-size: 21px;
            margin-left: 60%;
            line-height: 2.64;
            letter-spacing: 2.1px; } }
        @media only screen and (max-width: 599px) {
          .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap p:nth-child(1) {
            margin-left: 9px; } }
      .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .discount-text {
        width: 262px;
        height: 14px;
        padding-bottom: 28px;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.22;
        letter-spacing: 1.8px;
        text-align: center;
        margin-top: 6%;
        margin-left: 10%;
        text-transform: uppercase;
        white-space: nowrap;
        color: #000000; }
        @media only screen and (max-width: 849px) {
          .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .discount-text {
            display: none; } }
      .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .shop-now-cta {
        margin-left: 13%; }
        @media only screen and (max-width: 849px) {
          .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .shop-now-cta {
            margin-left: 45%; } }
        @media only screen and (max-width: 599px) {
          .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .shop-now-cta {
            margin-left: -10%; } }
        .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .shop-now-cta button {
          background: transparent;
          width: 250px;
          height: 35px;
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.88;
          letter-spacing: 0.7px;
          text-align: center;
          color: #000000; }
          @media only screen and (max-width: 849px) {
            .content-asset-standout .standout-asset-wrap-main .standout-asset-wrap .promo-texts-wrap .shop-now-cta button {
              width: 200px;
              height: 30px; } }

.product-listing-1x4_recommendation .plp-rec {
  display: none; }

.product-listing-1x4_recommendation .pdp-rec {
  display: block !important; }

/*Global style for text-box and dropdown*/
select {
  background-image: url(../images/dropdown-arrow.png);
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  outline: none; }

select::-ms-expand {
  display: none; }

button, input {
  outline: none; }

.global_input {
  height: 40px !important;
  background-color: #ffffff;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  border: solid 1px #e3e3e3;
  padding: 12px;
  line-height: normal;
  color: #000000; }
  .global_input:-ms-input-placeholder {
    color: #6e6e6e; }
  .global_input:placeholder {
    color: #6e6e6e; }
  @media only screen and (max-width: 849px) {
    .global_input {
      font-size: 16px;
      padding: 10px; } }

/*Global style for links*/
.global_links {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #6e6e6e;
  text-decoration: underline; }

/*Global style for content*/
.global_contentp {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #000000; }

/*Global style for Page titles*/
h1, .global_pagetitleh1 {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000; }

/*Global style for Section titles*/
h2, .global_sectiontitleh2 {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000; }
  @media only screen and (max-width: 849px) {
    h2, .global_sectiontitleh2 {
      font-size: 14px; } }

/*Global style for buttons*/
.blackbg_btn {
  background: #000;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }
  .blackbg_btn:disabled {
    background: #bfbfbf !important; }
  .blackbg_btn:hover:not([disabled]) {
    background: #333333; }

.whitebg_btn {
  color: #000;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
  border: 1px solid #000;
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal; }
  .whitebg_btn:hover:not([disabled]) {
    border: 1px solid #6e6e6e !important; }
  .whitebg_btn:disabled {
    color: #bfbfbf !important;
    border: 1px solid #bfbfbf !important;
    background: #fff !important; }

.bluebg_btn {
  background: #223059;
  color: #ffffff;
  letter-spacing: normal;
  text-transform: uppercase;
  border: 1px solid #000000;
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }
  .bluebg_btn:hover:not([disabled]) {
    background: #114e6e; }
  .bluebg_btn:disabled {
    color: #bfbfbf !important;
    border: 1px solid #bfbfbf !important;
    background: #fff !important; }

.redbg_btn {
  background: #b2292e;
  color: #ffffff;
  letter-spacing: normal;
  text-transform: uppercase;
  border: 1px solid #990006;
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }
  .redbg_btn:hover:not([disabled]) {
    background: #990006; }
  .redbg_btn:disabled {
    color: #bfbfbf !important;
    border: 1px solid #bfbfbf !important;
    background: #fff !important; }

/*Global style for Product names*/
.product-name {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal; }

/*Global style for promos*/
.discount-promo {
  font-size: 12px;
  color: #b2292e; }

.text-promo {
  font-size: 9px;
  color: #6e6e6e; }

@media only screen and (max-width: 849px) {
  #hamburger-overlay {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 999 !important;
    display: none; } }

@media only screen and (max-width: 849px) {
  .minicart-overlay {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 999 !important;
    top: 92px !important;
    display: none; } }

@media only screen and (max-width: 599px) {
  .minicart-overlay {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 999 !important;
    top: 92px !important;
    display: none; } }

.header-language {
  left: -1px; }

.header-language img {
  margin-right: 12px !important; }

.header-language:before {
  color: #fff !important;
  display: none; }

#bf_div {
  position: relative;
  bottom: 40px;
  color: white;
  width: 200px;
  min-height: 20px; }
  @media only screen and (max-width: 849px) {
    #bf_div {
      width: 100%;
      position: relative;
      bottom: 0px;
      margin-top: 8px; }
      #bf_div #bf_drop {
        max-width: 107%;
        width: 107%;
        margin-left: -20px;
        margin-top: 37px; }
        #bf_div #bf_drop a {
          color: #000 !important; } }

.flag_dupe_mobile {
  margin-top: 40px;
  margin-left: 10px;
  float: left;
  clear: both;
  width: 100%; }
  @media only screen and (max-width: 849px) {
    .flag_dupe_mobile {
      margin-top: 0px;
      margin-bottom: 10px; } }
  .flag_dupe_mobile .header-language {
    color: #dfdfdf !important; }

#mobile_flag_div {
  color: white;
  top: 6px;
  height: 25px;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding-left: 10px; }

.hpl {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  color: #dfdfdf;
  padding: 8px;
  box-sizing: border-box;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.73;
  background: rgba(0, 0, 255, 0) !important;
  letter-spacing: .02rem;
  height: 40px; }
  @media only screen and (max-width: 849px) {
    .hpl {
      font-size: 12px;
      line-height: 2.17;
      letter-spacing: 0.02rem;
      padding: 1px !important;
      height: 30px; } }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 auto;
  height: auto;
  padding: 16px 0px 0px;
  background: #fff;
  color: #000;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 501;
  /*overflow: hidden;*/ }
  @media only screen and (max-width: 849px) {
    #header {
      height: auto;
      padding: 10px 10px;
      position: -webkit-sticky;
      position: sticky; } }
  @media only screen and (max-width: 849px) {
    #header {
      padding-left: 10px;
      padding-right: 10px; } }
  #header *, #header *:before, #header *:after {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  #header a {
    color: #000; }
    #header a:hover {
      color: #9e9e9e; }
  #header .header_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    max-width: none; }
    #header .header_container #mobile_nav_close {
      display: none; }
    #header .header_container .g-tabs {
      display: none; }
    @media only screen and (max-width: 849px) {
      #header .header_container #mobile_nav_close {
        display: block;
        height: 38px;
        margin-left: 15px; }
        #header .header_container #mobile_nav_close img {
          width: 13px;
          height: 13px; }
      #header .header_container .g-tabs {
        display: block;
        z-index: 1;
        position: relative;
        padding-top: 14px;
        padding-bottom: 14px;
        text-align: center;
        border-bottom: 1px solid #e3e3e3; }
        #header .header_container .g-tabs .tab {
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          padding: 10px 20px;
          display: inline-block;
          font-size: 16px; }
        #header .header_container .g-tabs .tab-mens.mens {
          text-decoration: underline;
          text-decoration-thickness: 3px; }
        #header .header_container .g-tabs .tab-womens.womens {
          text-decoration: underline;
          text-decoration-thickness: 3px; } }
    #header .header_container > div {
      float: none;
      width: 100%;
      clear: both; }
      #header .header_container > div.header_hud {
        position: relative;
        z-index: 1001;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0px 24px 16px 24px; }
        @media only screen and (max-width: 849px) {
          #header .header_container > div.header_hud {
            z-index: 999;
            padding: 0; } }
      #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu {
        float: left;
        display: none;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
        width: auto;
        height: auto;
        margin-right: 0px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        transition: background 0.2s;
        -webkit-transition: background 0.2s;
        padding: 5px 0; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu:focus {
          outline: none; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line {
          position: relative;
          display: block;
          width: 24px;
          height: 1px;
          top: 0;
          background: #000; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line.top {
          margin-top: 5px;
          margin-bottom: 7px;
          transition: transform .3s ease, top .3s ease .3s;
          /*animation: slide-bar 7s ease 0s infinite;*/ }
          #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line.top:before {
            content: "";
            position: absolute;
            width: 24px;
            height: 1px;
            background: #000;
            left: 46px; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line.middle {
          margin-bottom: 7px;
          transition: opacity .3s ease;
          /*animation: slide-bar 7s ease 200ms infinite;*/ }
          #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line.middle:before {
            content: "";
            position: absolute;
            width: 24px;
            height: 1px;
            background: #000;
            left: 46px; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line.bottom {
          transition: transform .3s ease, top .3s ease .3s;
          /*animation: slide-bar 7s ease 500ms infinite;*/ }
          #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu div.burger_line.bottom:before {
            content: "";
            position: absolute;
            width: 24px;
            height: 1px;
            background: #000;
            left: 46px; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu span {
          display: block;
          position: absolute;
          top: 14px;
          left: 2px;
          right: 2px;
          height: 1px;
          background: #000; }
          #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu span:before, #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu span:after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #000;
            content: ""; }
          #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu span:before {
            top: -8px; }
          #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu span:after {
            bottom: -8px; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu.mobile_menu--htx.is-active div.burger_line.top {
          transition: top .3s ease, transform .3s ease .3s;
          top: 8px;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu.mobile_menu--htx.is-active div.burger_line.middle {
          opacity: 0.0; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu.mobile_menu--htx.is-active div.burger_line.bottom {
          transition: top .3s ease, transform .3s ease .3s;
          top: -8px;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx span {
        transition: background 0s 0.2s;
        -webkit-transition: background 0s 0.2s; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx span:before, #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx span:after {
          transition-duration: 0.2s, 0.2s;
          transition-delay: 0.2s, 0s;
          -webkit-transition-duration: 0.2s, 0.2s;
          -webkit-transition-delay: 0.2s, 0s; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx span:before {
          transition-property: top, transform;
          -webkit-transition-property: top, transform; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx span:after {
          transition-property: bottom, transform;
          -webkit-transition-property: bottom, transform; }
      #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx.is-active span {
        background: none; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx.is-active span:before, #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx.is-active span:after {
          transition-delay: 0s, 0.2s;
          -webkit-transition-delay: 0s, 0.2s; }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx.is-active span:before {
          top: 0;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #header .header_container > div:nth-child(1) div:first-of-type .mobile_menu--htx.is-active span:after {
          bottom: 0;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        #header .header_container > div:nth-child(1) div:first-of-type #bf_div {
          display: none; }
        #header .header_container > div:nth-child(1) div:first-of-type #mobile_nav_btn {
          display: block; }
          #header .header_container > div:nth-child(1) div:first-of-type #mobile_nav_btn .burger_search_icon {
            background-image: url("../images/header/icon-burger.svg");
            background-repeat: no-repeat;
            width: 24px;
            height: 24px; } }
      #header .header_container > div:nth-child(1) div.store_locator {
        position: absolute;
        left: 45px;
        padding: 9px 0 5px 0px;
        z-index: 1;
        display: none; }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.store_locator {
            display: block; } }
        #header .header_container > div:nth-child(1) div.store_locator .stores {
          height: 25px;
          width: 25px;
          padding-top: 0px;
          display: none; }
          @media only screen and (max-width: 849px) {
            #header .header_container > div:nth-child(1) div.store_locator .stores {
              display: block; } }
      #header .header_container > div:nth-child(1) div.g-tabs {
        display: block;
        z-index: 1;
        position: absolute;
        left: 10px;
        top: 0px;
        margin-top: 10px; }
        #header .header_container > div:nth-child(1) div.g-tabs .tab {
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          padding: 10px 20px;
          display: inline-block;
          font-size: 16px; }
        #header .header_container > div:nth-child(1) div.g-tabs .tab-mens.mens {
          text-decoration: underline;
          text-decoration-thickness: 3px; }
        #header .header_container > div:nth-child(1) div.g-tabs .tab-womens.womens {
          text-decoration: underline;
          text-decoration-thickness: 3px; }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.g-tabs {
            display: none; } }
      #header .header_container > div:nth-child(1) div.logo {
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1;
        -ms-flex-pack: center;
            justify-content: center; }
        #header .header_container > div:nth-child(1) div.logo a:focus {
          outline-offset: 5px; }
        #header .header_container > div:nth-child(1) div.logo img, #header .header_container > div:nth-child(1) div.logo svg {
          width: auto;
          height: 36px;
          max-width: 200px; }
        #header .header_container > div:nth-child(1) div.logo span {
          display: none; }
        #header .header_container > div:nth-child(1) div.logo .mobile {
          max-width: 150px;
          height: 27px;
          display: none; }
          @media only screen and (max-width: 849px) {
            #header .header_container > div:nth-child(1) div.logo .mobile {
              margin-top: 0px; } }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.logo .mobile {
            display: block; }
          #header .header_container > div:nth-child(1) div.logo .desktop {
            display: none; } }
      #header .header_container > div:nth-child(1) div.top-banner-items {
        font-size: 10px;
        font-weight: 500;
        line-height: 2.6;
        letter-spacing: 0.02rem;
        text-align: center;
        color: #dfdfdf;
        float: left;
        text-transform: uppercase;
        position: absolute;
        top: -43px;
        right: 0px;
        width: 235px; }
        #header .header_container > div:nth-child(1) div.top-banner-items a:focus {
          outline-offset: 5px; }
        #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin {
          /*position: absolute;
							    bottom: 140px;
							    right: 98px;*/
          width: 50%;
          float: left; }
          #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin a {
            color: #dfdfdf; }
          #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin i {
            padding-left: 5px; }
          #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin .head_drop {
            position: absolute;
            right: 72px;
            /* height: 148px; */
            height: auto;
            width: 100%;
            font-size: 11px; }
            #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin .head_drop a {
              color: #000; }
              #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin .head_drop a:hover {
                text-decoration: underline; }
            #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin .head_drop .btn {
              color: #fff;
              font-size: 14.5px; }
          @media only screen and (max-width: 849px) {
            #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-signin {
              display: none; } }
        #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-store {
          /*position:  absolute;
						    	bottom: 15px;
						    	right: -40px;*/
          width: 50%;
          float: left; }
          #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-store a {
            color: #dfdfdf;
            font-size: 10px;
            letter-spacing: 0.02rem; }
          @media only screen and (max-width: 849px) {
            #header .header_container > div:nth-child(1) div.top-banner-items .top-banner-store {
              display: none; } }
      #header .header_container > div:nth-child(1) div.account_items {
        position: relative; }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.account_items {
            padding: 5px 0;
            margin-top: 0px; } }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.account_items {
            right: 0px; } }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.account_items > * {
            margin-left: 15px;
            padding-bottom: 0px;
            position: relative; } }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.account_items #mini-cart {
            float: right; } }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(1) div.account_items .sign_in, #header .header_container > div:nth-child(1) div.account_items .icon_chat {
            display: none; } }
        #header .header_container > div:nth-child(1) div.account_items .sign_in .head_drop {
          right: 0.1%; }
          #header .header_container > div:nth-child(1) div.account_items .sign_in .head_drop:before {
            right: 50%; }
        #header .header_container > div:nth-child(1) div.account_items .mobile-mini-cart-link {
          display: none; }
          #header .header_container > div:nth-child(1) div.account_items .mobile-mini-cart-link .icon_cart_filled {
            height: 20px;
            width: 20px;
            margin-top: 0px;
            padding-top: 0px;
            padding-left: 0;
            text-align: center;
            background-image: url("../images/header/icon-shopping-bag-filled-1.svg");
            background-repeat: no-repeat;
            font-family: trade-gothic-next;
            font-weight: 400;
            font-style: normal;
            font-size: 11px;
            letter-spacing: normal;
            color: #b2292e;
            line-height: 22px; }
            @media only screen and (max-width: 849px) {
              #header .header_container > div:nth-child(1) div.account_items .mobile-mini-cart-link .icon_cart_filled {
                height: 24px;
                width: 24px;
                line-height: 26px; } }
          @media only screen and (max-width: 849px) {
            #header .header_container > div:nth-child(1) div.account_items .mobile-mini-cart-link {
              display: block; } }
          @media only screen and (max-width: 599px) {
            #header .header_container > div:nth-child(1) div.account_items .mobile-mini-cart-link {
              display: block; } }
      #header .header_container > div:nth-child(2) {
        position: relative; }
        #header .header_container > div:nth-child(2) ul.level-1 > li > div > a ~ .expand_btn {
          display: block; }
          @media only screen and (max-width: 849px) {
            #header .header_container > div:nth-child(2) ul.level-1 > li > div > a ~ .expand_btn {
              height: 20px;
              float: right; } }
        @media only screen and (max-width: 849px) {
          #header .header_container > div:nth-child(2) {
            top: 0px;
            position: fixed;
            background: #fff;
            max-height: 100vh;
            min-height: auto;
            width: 320px;
            z-index: 2;
            left: -320px;
            overflow: auto;
            border-top: 1px solid #e3e3e3; }
            #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) {
              float: left;
              width: 100%;
              text-align: left;
              margin-top: 0px;
              font-size: 12px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: 2.83;
              letter-spacing: 0.3px;
              padding: 0 15px 0 20px; }
              #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent).level-1 > li > div > a {
                font-size: 14px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: 2;
                letter-spacing: .02rem; } }
      @media only screen and (max-width: 849px) and (max-width: 849px) {
        #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent).level-1 > li > div > a {
          text-align: left; } }
        @media only screen and (max-width: 849px) {
              #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li {
                float: left;
                width: 100%;
                padding: 0; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li:hover a, #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li:active a {
                  color: #000; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li:last-of-type > div {
                  border-bottom: 0px; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li > div:not(.level-2.on) {
                  float: left;
                  clear: both;
                  width: 100%;
                  border-bottom: 1px solid #E3E2E3;
                  padding: 5px 0; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-2 {
                  position: static;
                  display: none;
                  box-shadow: none; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-2 .expand_btn {
                    display: none; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-2.on {
                    display: block !important;
                    border-bottom: none; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li ul.level-3 {
                  display: none; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-3 {
                  position: static;
                  display: none;
                  box-shadow: none; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-3 .expand_btn {
                    display: none; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-3.on {
                    display: block; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-2 {
                  left: 0%;
                  -ms-transform: none;
                  transform: none; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li div.level-2 a {
                    color: #6e6e6e;
                    font-size: 14px;
                    font-weight: 400;
                    padding-left: 10px;
                    text-transform: none; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li ul.level-3 {
                  margin-bottom: 0px; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li ul.level-3 a {
                    font-size: 14px;
                    line-height: 2.27;
                    letter-spacing: 0.02rem;
                    color: #4e4e4e;
                    font-family: trade-gothic-next;
                    font-weight: 400;
                    font-style: normal;
                    text-transform: capitalize;
                    padding-left: 20px; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .menu-wrapper {
                  float: left;
                  text-align: left;
                  padding: 0px;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-direction: column;
                      flex-direction: column; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .menu-columns {
                  float: left;
                  clear: both;
                  width: 100%;
                  /*padding: 0 10px;*/
                  background-color: #f4f4f4; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .menu-columns:last-of-type > div:last-of-type .subcat-title {
                    border-bottom: 0px; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .subcat-title {
                  float: left;
                  clear: both;
                  width: 100%;
                  margin-bottom: 0px;
                  padding-bottom: 0px;
                  border-style: none;
                  text-transform: capitalize; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .expand_btn {
                  padding: 9px 0px; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li a.half, #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .expand_btn {
                  float: left; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li a.half {
                  width: 70%; }
                #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .expand_btn {
                  width: 25px;
                  cursor: pointer;
                  text-align: right;
                  font-size: 1.5em;
                  background-image: url("../images/common/arrow-close.png");
                  background-repeat: no-repeat;
                  background-size: 20px;
                  opacity: 0.4;
                  margin-top: 5px;
                  padding: 0;
                  background-position: center right;
                  float: right; }
                  #header .header_container > div:nth-child(2) ul:not(.level-2):not(.inner-level-2):not(.level-3):not(.continent) li .expand_btn.on {
                    background-image: url("../images/common/arrow-open.png"); }
            #header .header_container > div:nth-child(2).set {
              transition: all 0.3s linear; }
            #header .header_container > div:nth-child(2).on {
              transition: all 0.3s linear;
              left: 0; } }
    @media only screen and (max-width: 849px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      #header .header_container > div:nth-child(2).on {
        max-height: calc(100vh - 110px) !important; } }
    @media only screen and (max-width: 849px) {
      #header .header_container {
        width: 100%; } }
  #header .user-session.mobile .user-register {
    text-align: center; }
  #header .mobile_nav_item {
    display: none;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px; }
    @media only screen and (max-width: 849px) {
      #header .mobile_nav_item {
        padding: 0px; } }
    #header .mobile_nav_item a {
      /*text-decoration: underline;*/
      color: #dfdfdf !important;
      float: left;
      letter-spacing: 0.3px;
      font-size: 12px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal; }
      @media only screen and (max-width: 849px) {
        #header .mobile_nav_item a {
          font-size: 17px;
          font-weight: 700;
          float: none; } }
    #header .mobile_nav_item:first-of-type {
      background-color: #000; }
      #header .mobile_nav_item:first-of-type .user-session.mobile {
        display: -ms-flexbox;
        display: flex;
        text-align: center; }
        #header .mobile_nav_item:first-of-type .user-session.mobile > div {
          display: block;
          width: 50%;
          padding: 20px;
          background-color: #000; }
        #header .mobile_nav_item:first-of-type .user-session.mobile .last {
          margin-bottom: 0;
          border-left: 1px solid #fff; }
        #header .mobile_nav_item:first-of-type .user-session.mobile span {
          position: relative;
          top: 0; }
    #header .mobile_nav_item:last-of-type {
      background-color: #000; }
      #header .mobile_nav_item:last-of-type .contact-store-links.mobile {
        float: right;
        width: 100%;
        clear: both; }
        #header .mobile_nav_item:last-of-type .contact-store-links.mobile > a {
          display: inline-block;
          /*width:calc(50% - 10px);*/
          padding-left: 10px;
          float: left;
          border-style: none;
          text-align: center; }
          #header .mobile_nav_item:last-of-type .contact-store-links.mobile > a:nth-child(1) {
            /*margin-right: 20px;*/
            color: #fff; }
      #header .mobile_nav_item:last-of-type .help-section.mobile {
        float: left;
        width: 100%;
        clear: both;
        display: none; }
        #header .mobile_nav_item:last-of-type .help-section.mobile > * {
          float: left;
          width: 100%;
          clear: both;
          padding: 10px;
          text-align: center; }
        #header .mobile_nav_item:last-of-type .help-section.mobile h3 {
          text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      #header .mobile_nav_item {
        display: block; } }
  #header .head_drop {
    position: absolute;
    background: #fff;
    margin-top: 15px;
    padding: 10px;
    right: -40px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000; }
    @media screen and (max-width: 1175px) {
      #header .head_drop {
        right: -8px;
        width: calc(100vw - 20px);
        /*min-width:0 !important;*/ } }
    #header .head_drop.mini-cart-content {
      min-width: 323px; }
      @media only screen and (max-width: 599px) {
        #header .head_drop.mini-cart-content {
          max-height: 520px;
          width: 100%;
          min-width: auto;
          bottom: -100%;
          border-radius: 15px 15px 0px 0px;
          transition: 1s; } }
      @media only screen and (max-width: 599px) {
        #header .head_drop.mini-cart-content.animate-cart {
          bottom: 0; } }
    #header .head_drop:before {
      content: '';
      position: absolute;
      top: -5px;
      right: 60px;
      width: 10px;
      height: 10px;
      background: #fff;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 599px) {
        #header .head_drop:before {
          display: none; } }
    #header .head_drop .bg {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #fff; }
    #header .head_drop > * {
      position: relative;
      float: left;
      width: 100%; }
    #header .head_drop .btn {
      margin-top: 10px;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      padding: 12px 15px; }
  #header #mini-cart .head_drop {
    box-shadow: none;
    border: solid 1px #e3e3e3;
    padding-left: 36px;
    padding-right: 35px;
    padding-top: 17px;
    padding-bottom: 21px;
    right: -4px; }
    #header #mini-cart .head_drop:after {
      content: "";
      width: 16px;
      height: 5px;
      background: #b2292e;
      position: absolute;
      top: 0px;
      right: 4px; }
      @media only screen and (max-width: 849px) {
        #header #mini-cart .head_drop:after {
          right: 12%;
          font-size: 0; } }
      @media only screen and (max-width: 599px) {
        #header #mini-cart .head_drop:after {
          right: 13%; } }
    @media only screen and (max-width: 599px) {
      #header #mini-cart .head_drop {
        padding-left: 24px;
        padding-right: 24px;
        right: -39px;
        margin-top: 21px; } }
    @media only screen and (max-width: 849px) {
      #header #mini-cart .head_drop {
        margin-top: 21px; } }
  #header #mini-cart .filled-minicart {
    padding: 10px; }
    @media only screen and (max-width: 599px) {
      #header #mini-cart .filled-minicart {
        padding-left: 26px;
        padding-right: 22px;
        margin-top: 4px; } }
  #header #mini-cart .mini-cart-scroll-wraper {
    max-height: 245px;
    overflow: auto;
    padding-right: 10px; }
    #header #mini-cart .mini-cart-scroll-wraper::-webkit-scrollbar {
      width: 8px; }
    #header #mini-cart .mini-cart-scroll-wraper::-webkit-scrollbar-thumb {
      background-color: #e3e3e3; }
    #header #mini-cart .mini-cart-scroll-wraper::-webkit-scrollbar-track {
      background-color: #f7f7f7; }
    @media only screen and (max-width: 849px) {
      #header #mini-cart .mini-cart-scroll-wraper {
        max-height: 220px; } }
  #header .mini-cart-products {
    float: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin-top: 18px; }
    #header .mini-cart-products .mini-cart-product {
      float: left;
      width: 100%;
      line-height: 1em;
      padding-top: 19px;
      padding-bottom: 15px;
      position: relative;
      border-bottom: 1px solid #efefef; }
      @media only screen and (max-width: 849px) {
        #header .mini-cart-products .mini-cart-product {
          padding-top: 10px;
          padding-bottom: 10px; } }
      #header .mini-cart-products .mini-cart-product .mini-cart-image {
        float: left;
        padding-right: 15px; }
        #header .mini-cart-products .mini-cart-product .mini-cart-image > img {
          height: auto;
          width: 54px;
          max-width: 54px; }
      #header .mini-cart-products .mini-cart-product .style-number-and-color-code, #header .mini-cart-products .mini-cart-product .mini-cart-attributes {
        font-size: 0.8em; }
        #header .mini-cart-products .mini-cart-product .style-number-and-color-code p, #header .mini-cart-products .mini-cart-product .mini-cart-attributes p {
          font-size: 1em;
          line-height: 1em; }
      #header .mini-cart-products .mini-cart-product .mini-cart-attributes {
        height: 38px;
        padding-left: 69px; }
        #header .mini-cart-products .mini-cart-product .mini-cart-attributes p {
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          padding-bottom: 0px;
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 0.02rem;
          text-align: left;
          color: #6e6e6e; }
      #header .mini-cart-products .mini-cart-product .mini-cart-name {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: .02rem;
        text-align: left;
        color: #000;
        padding-bottom: 7px;
        margin-top: -3px; }
        #header .mini-cart-products .mini-cart-product .mini-cart-name a {
          letter-spacing: normal; }
          #header .mini-cart-products .mini-cart-product .mini-cart-name a:hover {
            color: #000; }
      #header .mini-cart-products .mini-cart-product .mini-cart-pricing {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        float: right;
        color: #6e6e6e; }
        #header .mini-cart-products .mini-cart-product .mini-cart-pricing .mini-cart-price {
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 12px;
          line-height: 1.33;
          letter-spacing: 0.02rem;
          color: #6e6e6e; }
        #header .mini-cart-products .mini-cart-product .mini-cart-pricing .price-standard {
          text-decoration: line-through; }
        #header .mini-cart-products .mini-cart-product .mini-cart-pricing .price-sales {
          color: #b2292e; }
        #header .mini-cart-products .mini-cart-product .mini-cart-pricing .each.desktop-bag {
          display: none; }
      #header .mini-cart-products .mini-cart-product .product-availability-list {
        clear: both;
        padding-right: 10px;
        text-align: right; }
  #header .mini-cart-totals {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    letter-spacing: 0.02rem; }
    #header .mini-cart-totals .mini-cart-subtotals {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      margin-top: 12px; }
      #header .mini-cart-totals .mini-cart-subtotals > span:nth-child(2) {
        float: right; }
      #header .mini-cart-totals .mini-cart-subtotals .label {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1.33;
        color: #000; }
    #header .mini-cart-totals > a {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: normal;
      color: #fff;
      float: left;
      width: 100%;
      text-align: center;
      padding: 12px 0;
      margin-top: 10px;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #header .mini-cart-totals .button {
      border-radius: 0px; }
      #header .mini-cart-totals .button:hover {
        background: #333333; }
      @media only screen and (max-width: 599px) {
        #header .mini-cart-totals .button {
          border-radius: 4px; } }
    #header .mini-cart-totals .minicart-promo p {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 1.83;
      letter-spacing: 0.02rem;
      text-align: center;
      color: #b2292e;
      margin: 0px; }
    #header .mini-cart-totals .cart-action-continue {
      width: 100%;
      text-align: center; }
      #header .mini-cart-totals .cart-action-continue .cart-action-continue-shopping {
        float: none !important; }
  #header .mini-cart-content .start-shopping-btn {
    margin-top: 18px;
    width: 252px;
    line-height: 1.86;
    padding: 7px 0;
    text-align: center; }
    @media only screen and (max-width: 849px) {
      #header .mini-cart-content .start-shopping-btn {
        width: 100%; } }
    @media only screen and (max-width: 599px) {
      #header .mini-cart-content .start-shopping-btn {
        width: 100%; } }
  #header .modal {
    position: fixed;
    z-index: 51;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 849px) {
      #header .modal {
        padding-top: 22.7%; } }
    @media only screen and (max-width: 599px) {
      #header .modal {
        padding-top: 22.7%; } }
    #header .modal .minicart-added-to-cart .added-to-cart-header h3 {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.57;
      letter-spacing: normal;
      text-align: center;
      color: #000;
      text-transform: uppercase;
      padding-left: 10px; }
    #header .modal .minicart-added-to-cart .mini-cart-product {
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      margin-top: 13px;
      padding-top: 18px; }
      #header .modal .minicart-added-to-cart .mini-cart-product .mini-cart-name {
        width: 171px;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.33;
        text-align: center;
        color: #000; }
        #header .modal .minicart-added-to-cart .mini-cart-product .mini-cart-name a {
          letter-spacing: normal; }
      #header .modal .minicart-added-to-cart .mini-cart-product .mini-cart-image {
        display: block;
        text-align: center;
        margin-top: 10px; }
        #header .modal .minicart-added-to-cart .mini-cart-product .mini-cart-image img {
          width: auto;
          height: 134px;
          max-height: 134px; }
      #header .modal .minicart-added-to-cart .mini-cart-product .mini-cart-attributes {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 7px; }
        #header .modal .minicart-added-to-cart .mini-cart-product .mini-cart-attributes p {
          font-size: 12px;
          line-height: 1.5;
          letter-spacing: 0.02rem;
          color: #6e6e6e;
          padding-bottom: 0px; }
    #header .modal .minicart-added-to-cart .promo-message {
      padding-top: 14px; }
      #header .modal .minicart-added-to-cart .promo-message p {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: 0.02rem;
        text-align: center;
        color: #b2292e; }
    #header .modal .minicart-added-to-cart .view-cart-link {
      padding-left: 20px; }
      #header .modal .minicart-added-to-cart .view-cart-link a {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: normal;
        width: 252px;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 5px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px; }
      @media only screen and (max-width: 599px) {
        #header .modal .minicart-added-to-cart .view-cart-link {
          padding-left: 2px; } }
    #header .modal .minicart-added-to-cart .cart-action-continue {
      clear: both; }
      #header .modal .minicart-added-to-cart .cart-action-continue .cart-action-continue-shopping {
        width: 100%;
        text-align: center;
        cursor: context-menu;
        float: none; }
        #header .modal .minicart-added-to-cart .cart-action-continue .cart-action-continue-shopping .cart-action-button {
          line-height: 0px;
          text-decoration: underline;
          color: #6e6e6e;
          cursor: pointer;
          line-height: 1.33;
          letter-spacing: 0.02rem; }
  #header #addedToCartModel .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    padding-top: 15px;
    border: 1px solid #888;
    width: 333px;
    height: auto;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 599px) {
      #header #addedToCartModel .modal-content {
        width: 300px;
        height: auto; } }
  #header #addedToCartModel .close {
    float: right;
    margin-top: 1px; }
    #header #addedToCartModel .close img {
      width: 13px;
      height: 13px; }
  #header #addedToCartModel .close:hover,
  #header #addedToCartModel .close:focus {
    text-decoration: none;
    cursor: pointer; }
  @media only screen and (max-width: 599px) {
    #header .empty-minicart .head_drop:after {
      display: none; } }
  @media only screen and (max-width: 849px) {
    #header .empty-minicart .head_drop:after {
      display: none; } }
  @media only screen and (max-width: 599px) {
    #header .empty-minicart .head_drop:before {
      display: none; } }
  @media only screen and (max-width: 849px) {
    #header .empty-minicart .head_drop:before {
      display: none; } }
  @media only screen and (max-width: 849px) {
    #header .empty-minicart .head_drop {
      right: 0px; } }
  @media screen and (max-width: 1175px) {
    #header .empty-minicart .head_drop {
      right: 8px; } }
  #header .mini-cart-content h4 {
    /* height: 15px; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000000; }
  #header .mini-cart-content h3 {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      #header .mini-cart-content h3 {
        font-size: 18px !important;
        text-align: left; } }
    #header .mini-cart-content h3 .mini-cart-close {
      display: none; }
      @media only screen and (max-width: 849px) {
        #header .mini-cart-content h3 .mini-cart-close {
          display: inline-block;
          width: 13px;
          height: 13px;
          background-image: url("../images/common/cross-icon-black.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: relative;
          top: 6px;
          float: right;
          padding: 7px; } }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    #header .mini-cart-content {
      width: 323px; } }
  @media only screen and (max-width: 849px) {
    #header .mini-cart-content {
      width: 94%;
      position: fixed;
      margin: 0 auto;
      right: 0px !important;
      left: 0px !important; } }
  @media only screen and (max-width: 599px) {
    #header .mini-cart-content {
      width: 94%;
      position: fixed;
      margin: 0 auto;
      right: 0px !important;
      left: 0px !important; } }
  #header.mini {
    position: -webkit-sticky;
    position: sticky;
    position: -ms-device-fixed;
    animation: header_on 0.3s ease 0s forwards;
    height: 104px;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 849px) {
      #header.mini {
        height: auto; } }
    #header.mini .header_container .header_hud_right .language-selector-desktop,
    #header.mini .header_container .header_hud_right .icon_search.desktop-search-wraper,
    #header.mini .header_container .header_hud_right .top-banner-signin {
      visibility: hidden; }
    #header.mini .header_container .header_hud_right .account_items {
      top: 58px; }
    #header.mini .header_container .header_hud_right .top-banner-store.deals {
      width: auto;
      top: 58px;
      position: relative; }
      #header.mini .header_container .header_hud_right .top-banner-store.deals span {
        display: none; }
      #header.mini .header_container .header_hud_right .top-banner-store.deals img {
        height: 24px;
        margin-right: 0; }
    #header.mini .header_container .header_hud_left .international-flag {
      visibility: hidden; }
    #header.mini .header_container .header_hud_left .top-banner-store.stic {
      visibility: hidden; }
    #header.mini .header_container .header_hud_left .top-banner-store.deals {
      position: absolute;
      top: 88px;
      margin-left: 50px; }
    #header.mini .header_container > div:nth-child(1) > div.logo {
      position: absolute;
      left: 0%;
      --webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 1;
      top: 40px;
      padding: 10px 0 12px 10px; }
      #header.mini .header_container > div:nth-child(1) > div.logo img {
        max-width: 140px; }
      #header.mini .header_container > div:nth-child(1) > div.logo span {
        display: none; }
      #header.mini .header_container > div:nth-child(1) > div.logo .mobile {
        width: auto;
        height: 38px;
        display: block;
        margin-top: 0px; }
      #header.mini .header_container > div:nth-child(1) > div.logo .desktop {
        display: none; }
    #header.mini .header_container > div:nth-child(1) > div.account_items {
      position: absolute;
      top: 35px;
      width: 71px;
      right: 10px;
      margin-top: 0px;
      padding: 19px 0px 21px;
      -ms-transform: none;
      transform: none;
      z-index: 1; }
      #header.mini .header_container > div:nth-child(1) > div.account_items > * {
        padding-bottom: 0px; }
      #header.mini .header_container > div:nth-child(1) > div.account_items .sign_in, #header.mini .header_container > div:nth-child(1) > div.account_items .icon_chat {
        display: none; }
      #header.mini .header_container > div:nth-child(1) > div.account_items .icon_search {
        cursor: pointer;
        margin-left: 10px; }
        #header.mini .header_container > div:nth-child(1) > div.account_items .icon_search .wrapper .search-box {
          position: relative;
          right: 45px;
          top: -9px; }
        #header.mini .header_container > div:nth-child(1) > div.account_items .icon_search .header-search {
          position: absolute;
          right: 0px; }
        #header.mini .header_container > div:nth-child(1) > div.account_items .icon_search .search-suggestion-wrapper {
          left: -40px; }
      #header.mini .header_container > div:nth-child(1) > div.account_items #mini-cart {
        float: right;
        margin-left: 0px; }
    #header.mini .header_container > div:nth-child(2) ul.level-1 {
      padding: 4px 0 5px;
      margin-top: 16px; }
  @media only screen and (max-width: 849px) {
    #header {
      position: sticky;
      position: -ms-device-fixed;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      height: auto;
      top: 0; }
      #header #search-box {
        position: relative;
        width: 100%;
        left: 0; } }

@keyframes header_on {
  from {
    top: 0px; }
  to {
    top: -35px; } }

@keyframes mobile_in {
  from {
    right: -100%; }
  to {
    right: 0; } }

@keyframes mobile_out {
  from {
    right: 0; }
  to {
    right: -100%; } }

@keyframes slide-bar {
  0% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-46px, 0, 0); } }

#header .header_container ul.level-1 li div > a {
  display: inline;
  text-transform: uppercase;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: .02rem;
  text-align: center;
  color: #000; }
  #header .header_container ul.level-1 li div > a:focus {
    outline-offset: 2px; }
  #header .header_container ul.level-1 li div > a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 6px; }
    @media only screen and (max-width: 849px) {
      #header .header_container ul.level-1 li div > a:hover {
        padding-bottom: 0; } }

.primary-content section h2 {
  text-align: left !important; }

.sprite-footer.icon-delete, .sprite-footer.icon-xclose {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-position: -2px -100px;
  background-image: url("../images/sprites/sprite-footer.png");
  background-repeat: no-repeat; }

@media only screen and (max-width: 849px) {
  #mobile_nav_close .icon-delete {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: #b2292e;
    position: relative;
    top: 12px; } }

.mini-cart-content .coupon-section .coupon-apply button {
  width: 80px; }

.mini-cart-content .cart-coupon-code-activate p {
  padding: 15px; }

.mini-cart-content .cart-coupon-code-fieldset {
  padding: 0 15px; }

.mini-cart-content .coupon-section .coupon-field {
  margin: 0 0 15px; }

.mini-cart-content .coupon-section .coupon-field input[type="text"] {
  margin-top: 0 !important; }

.mini-cart-content .coupon-section .coupon-apply {
  margin: 0 0 15px; }

@media only screen and (max-width: 849px) {
  .mini-cart-content .coupon-section .coupon-apply {
    margin: 0 0 0;
    width: 35%;
    float: right; } }

#mini-cart .order-discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 600; }
  #mini-cart .order-discount .order-discount-label {
    color: #6e6e6e; }

#mini-cart .coupon-applied {
  clear: both;
  padding-top: 0;
  float: left;
  margin-top: -10px; }
  #mini-cart .coupon-applied.err {
    line-height: 1.5;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 10px; }

.promo-progress-bar {
  float: none; }
  .promo-progress-bar__label {
    width: 100%;
    text-align: center; }
    .promo-progress-bar__label span {
      display: block;
      margin-bottom: 5px; }
    .promo-progress-bar__label strong {
      font-family: trade-gothic-next; }
  .promo-progress-bar__progress {
    width: calc(100% - 60px);
    margin: 0 5px; }
  .promo-progress-bar progress[value] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    height: 8px;
    background-color: #eee;
    border-radius: 5px;
    color: #eee;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset; }
  .promo-progress-bar progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 5px; }
  .promo-progress-bar progress[value]::-webkit-progress-value {
    background-image: linear-gradient(to right, #000, #1962d2);
    position: relative;
    border-radius: 5px; }
  .promo-progress-bar progress[value]::-moz-progress-bar {
    border-radius: 5px; }
  .promo-progress-bar progress[value]::-moz-progress-bar-value {
    background-image: linear-gradient(to right, #000, #1962d2);
    position: relative;
    border-radius: 5px; }

.mini-cart-content .promo-progress-bar {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #efefef;
  margin-top: 10px; }

.cart-container .promo-progress-bar {
  margin: 0 20px;
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3; }
  @media only screen and (max-width: 599px) {
    .cart-container .promo-progress-bar {
      margin: 0; } }
  .cart-container .promo-progress-bar__label {
    margin-bottom: 5px; }

.menu-category-links.sign_in {
  display: none; }

.header_container .mobile-search-wraper {
  display: none; }

.header_container .close-icon-mobile {
  display: none; }

.header_container.search-wraper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  height: 70px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  max-width: 100%; }
  @media screen and (min-width: 850px) {
    .header_container.search-wraper {
      display: none; } }
  .header_container.search-wraper .mobile-search-wraper {
    max-width: calc(100% - 50px); }
  .header_container.search-wraper .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    max-width: 24px; }
  .header_container.search-wraper .ss__autocomplete--target[class] {
    top: 47px; }

.find-a-store.menu-category-links {
  display: none; }

@media only screen and (max-width: 849px) {
  .expand_btn_level-3 {
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 1.5em;
    background-image: url("../images/common/arrow-close.png");
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: 0.4;
    margin-top: 2px;
    padding: 0;
    background-position: center right;
    float: right; }
    .expand_btn_level-3.expand-down {
      background-image: url("../images/common/arrow-open.png"); }
  .menu-category.level-1 .menu-category-links.links-expanded > div:first-child {
    border-bottom: none !important; }
  .menu-category.level-1 .menu-category-links.sign_in {
    display: block; }
  .header_container .mobile-slide-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 2px 20px;
    border-bottom: 1px solid #E3E2E3;
    -ms-flex-align: end;
        align-items: flex-end; }
  .header_container .desktop-search-wraper {
    display: none; }
  .header_container .mobile-search-wraper {
    display: block;
    width: 100%;
    position: relative; }
    .header_container .mobile-search-wraper .search-box::after {
      content: url("../images/common/search-icon.png");
      position: relative;
      top: -28px;
      left: 5px;
      display: none; }
    .header_container .mobile-search-wraper .search-box input {
      margin-left: 0;
      width: 100%;
      margin-bottom: 0;
      height: 25px !important;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 25px;
      font-size: 14px;
      color: #6e6e6e; }
      .header_container .mobile-search-wraper .search-box input:focus {
        border-color: #a0a0a0; }
    .header_container .mobile-search-wraper .search-box .close-icon {
      display: none; }
    .header_container .mobile-search-wraper .search-box .close-icon-mobile {
      display: inline-block;
      background-color: #000;
      padding: 9px;
      border-radius: 50%;
      position: absolute;
      right: 5px;
      top: 13px;
      background-image: url("../images/common/cross-icon.png");
      background-repeat: no-repeat;
      background-position: center; }
    .header_container .mobile-search-wraper #search-suggestions {
      position: absolute;
      top: 48px; }
    .header_container .mobile-search-wraper .search-suggestion-wrapper {
      width: 100%;
      top: 0;
      left: 0;
      box-shadow: none;
      border: 0;
      background-color: #e1e1e1;
      z-index: 501; }
      .header_container .mobile-search-wraper .search-suggestion-wrapper .product-suggestions {
        width: inherit;
        float: left; }
        .header_container .mobile-search-wraper .search-suggestion-wrapper .product-suggestions .product-suggestion {
          padding: 5px 15px;
          border: none; }
        .header_container .mobile-search-wraper .search-suggestion-wrapper .product-suggestions .product-link {
          display: -ms-flexbox;
          display: flex; }
        .header_container .mobile-search-wraper .search-suggestion-wrapper .product-suggestions .product-image {
          padding: 0 7px !important; }
        .header_container .mobile-search-wraper .search-suggestion-wrapper .product-suggestions .product-details {
          margin-left: 20px;
          margin-right: 0; }
        .header_container .mobile-search-wraper .search-suggestion-wrapper .product-suggestions a.categorymatch {
          margin-bottom: 10px;
          text-align: center;
          font-size: 16px; }
  .find-a-store.menu-category-links {
    display: block; } }

.menu-category .menu-category-links.parentelement a {
  z-index: 0; }

.menu-category .menu-category-links.parentelement .expand_btn {
  position: absolute;
  width: calc(100% - 35px) !important;
  height: 34px !important;
  margin: 0 !important; }

.header_hud_left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }

.header_hud_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }

.icon_cart {
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding-top: 3px;
  text-align: center;
  background-image: url("../images/header/icon-tr-bag.svg");
  background-repeat: no-repeat; }
  @media only screen and (max-width: 849px) {
    .icon_cart {
      margin-top: 3px; } }

.mini-cart-link {
  display: inline-block; }
  .mini-cart-link .icon_cart_filled {
    height: 20px;
    width: 20px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0;
    text-align: center;
    background-image: url("../images/header/icon-shopping-bag-filled-1.svg");
    background-repeat: no-repeat;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: normal;
    color: #b2292e;
    line-height: 22px; }
  @media only screen and (max-width: 599px) {
    .mini-cart-link {
      display: none; } }
  @media only screen and (max-width: 849px) {
    .mini-cart-link {
      display: none; } }

.icon_search {
  cursor: pointer;
  margin-left: 0; }
  .icon_search .wrapper {
    display: inline;
    float: left; }
    .icon_search .wrapper .btn {
      cursor: pointer;
      padding-top: 0px;
      text-align: center;
      background: none; }

.icon_search .wrapper .search-box {
  position: relative;
  z-index: 999; }

.icon_search .wrapper .search-box .input {
  display: none;
  box-sizing: border-box;
  transition: all 0.8s ease;
  background-color: #f5f5f5;
  border-radius: 12px;
  width: 323px;
  height: 37px !important;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  color: #000;
  border-color: #e3e3e3;
  margin-left: 0; }

.icon_search .wrapper .search-box .close-icon {
  height: 15px;
  width: 15px;
  margin-top: -1px;
  padding-top: 3px;
  text-align: center;
  background-color: transparent;
  background-image: url("../images/sprites/sprite-footer.png");
  background-repeat: no-repeat;
  background-position: -2px -83px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 19px;
  bottom: 20px;
  margin: auto;
  padding: 2px;
  display: none; }

.top-banner-signin {
  margin: 0 20px; }
  @media only screen and (max-width: 849px) {
    .top-banner-signin {
      margin: 0px;
      display: none; } }

.icon_search img.desktop {
  height: 20px; }

.sign_in img.desktop {
  height: 20px; }

.miniSearchbtn,
.mobileSearchbtn {
  display: none; }

#header.mini .miniSearchbtn {
  background: transparent;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 60px;
  right: 100px;
  cursor: pointer; }
  @media only screen and (min-width: 1180px) {
    #header.mini .miniSearchbtn {
      display: block;
      right: 80px; } }
  @media only screen and (min-width: 1280px) {
    #header.mini .miniSearchbtn {
      display: block; } }

#header.stickyMini .mobileSearchbtn {
  height: 20px;
  width: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 859px) {
    #header.stickyMini .mobileSearchbtn {
      display: block; } }

.header_container.search-wraper.stickyM {
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  z-index: 502;
  background: white; }

.top-banner-store {
  margin-left: 24px;
  font-size: 12px; }
  .top-banner-store a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .top-banner-store .icon-store-pin {
    height: 15px;
    width: auto;
    margin-right: 2px; }
  .top-banner-store .today-deal-icon {
    height: 18px;
    margin-right: 2px; }

.header_hud_right .top-banner-store .today-deal-icon {
  height: 22px;
  margin-right: 2px; }

.header_hud_right .top-banner-store.deals {
  margin-left: 0px;
  margin-right: 5px;
  width: 112px; }

.today-deals-mobile,
.top-banner-store.deals {
  /*display: none !important;*/ }
  @media only screen and (max-width: 849px) {
    .today-deals-mobile,
    .top-banner-store.deals {
      display: block !important;
      width: auto !important; }
      .today-deals-mobile span,
      .top-banner-store.deals span {
        display: none !important; }
      .today-deals-mobile .today-deal-icon,
      .top-banner-store.deals .today-deal-icon {
        margin-right: 0px; } }

@media only screen and (max-width: 849px) {
  #header.stickyMini .top-banner-store.deals .today-deal-icon {
    margin-right: 10px; } }

.deals-link {
  cursor: pointer;
  position: relative;
  /* needed for correct placement */ }

/* --- Overlay (Greyed-out Background) --- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Greyed-out effect */
  z-index: 998;
  /* Behind the flyout but above content */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  /* --- Make overlay visible when active --- */ }
  .overlay.show {
    opacity: 1;
    visibility: visible; }

/* --- deals Flyout (Sliding Panel) --- */
.deals-flyout {
  position: fixed;
  top: 0;
  right: -350px;
  /* Initially hidden */
  width: 350px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  /* Above overlay */
  transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 0;
  /* --- Slide-in effect when active --- */ }
  .deals-flyout.active {
    right: 0;
    opacity: 1; }

/* --- Close Button Inside Flyout --- */
.close-btn {
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #333;
  float: right;
  padding: 0px 20px; }
  .close-btn:hover {
    color: red; }

.modal-header {
  padding: 5px 0 0 15px;
  background: #fff;
  border-bottom: none;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .modal-header .modal-title {
    padding: 41px 30px 15px 0;
    font-size: 1.875rem;
    line-height: 34px;
    margin: 0; }

.modal-body {
  position: relative;
  height: calc(100vh - 110px);
  max-height: 100%;
  padding: 7px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

/* Disable scrolling on the main body when flyout is active */
body.no-scroll {
  overflow: hidden; }

#header .sign_in .head_drop {
  margin-top: 15px;
  right: 9px;
  text-align: center;
  width: 235px; }

#header .sign_in .head_drop a {
  margin: 4px 0;
  line-height: 1.5em; }

#header .sign_in .head_drop a:hover {
  text-decoration: underline;
  color: #666666; }

#header .sign_in .head_drop a.btn:hover {
  background: #333333;
  text-decoration: none;
  color: #ffffff; }

.burger-flag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }

.header-search.head-drop {
  position: relative; }

#search-suggestions {
  position: absolute;
  right: 0; }

.burger-flag .flag-container-desktop {
  margin-bottom: 1px; }
  @media only screen and (max-width: 849px) {
    .burger-flag .flag-container-desktop {
      margin-left: 24px; } }

@media only screen and (max-width: 849px) {
  .top-banner-store {
    display: none; } }

@media only screen and (max-width: 849px) {
  .language-selector-desktop {
    display: none; } }

.language-selector-desktop .language-selector {
  padding: 0 15px;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .language-selector-desktop .language-selector__dropdown {
    position: relative;
    font-size: 10px;
    letter-spacing: 0.8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 100px; }
  .language-selector-desktop .language-selector__current-locale {
    position: relative;
    padding-right: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    font-size: 12px; }
    .language-selector-desktop .language-selector__current-locale::after {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      display: block;
      height: 7px;
      margin-top: -5px;
      pointer-events: none;
      position: absolute;
      right: 1px;
      top: 50%;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all 0.15s ease-in-out;
      width: 7px; }
    .language-selector-desktop .language-selector__current-locale.active::after {
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
      margin-top: -1px; }
    .language-selector-desktop .language-selector__current-locale .svg {
      width: 25px;
      height: 25px;
      margin: 0 5px 0 0;
      vertical-align: middle; }
  .language-selector-desktop .language-selector__list {
    position: absolute;
    height: auto;
    top: 30px;
    left: -2px;
    z-index: 100;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
    padding: 0 1px;
    width: calc(100% + 8px); }
    .language-selector-desktop .language-selector__list.hide-language {
      display: none; }
    .language-selector-desktop .language-selector__list li {
      list-style: none;
      padding: 8px 15px;
      position: relative;
      border-bottom: solid 1px #e5e5e5;
      font-size: 12px;
      cursor: pointer; }

@media screen and (min-width: 849px) {
  .language-selector-mobile {
    display: none; } }

.language-selector-mobile .language-selector {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-weight: normal;
  border-bottom: 0; }
  .language-selector-mobile .language-selector__dropdown {
    display: block;
    padding: 6px 0;
    position: relative;
    font-size: 10px;
    letter-spacing: 0.8px; }
  .language-selector-mobile .language-selector__current-locale {
    display: block;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    color: #000 !important;
    padding-right: 18px;
    cursor: pointer;
    font-size: 10px; }
    .language-selector-mobile .language-selector__current-locale span {
      display: block; }
    .language-selector-mobile .language-selector__current-locale::after {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      display: block;
      height: 7px;
      margin-top: -5px;
      pointer-events: none;
      position: absolute;
      right: 8px;
      top: 50%;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all 0.15s ease-in-out;
      width: 7px; }
    .language-selector-mobile .language-selector__current-locale.active::after {
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
      margin-top: -1px; }
    .language-selector-mobile .language-selector__current-locale .svg {
      width: 25px;
      height: 25px;
      margin: 0 5px 0 0;
      vertical-align: middle; }
    .language-selector-mobile .language-selector__current-locale span {
      vertical-align: middle; }
  .language-selector-mobile .language-selector__list {
    border-bottom: solid 1px #E3E2E3;
    position: absolute;
    margin-right: calc(-3px - 100%);
    display: block;
    top: 54px;
    box-shadow: none;
    background: #fff;
    left: 0;
    padding: 0;
    width: 285px; }
    .language-selector-mobile .language-selector__list.hide-language {
      display: none; }
    .language-selector-mobile .language-selector__list li {
      border: 0;
      text-align: left;
      padding: 15px 10px;
      margin-left: 0;
      list-style: none;
      position: relative;
      font-size: 12px;
      cursor: pointer;
      display: inline-block;
      margin: 0;
      width: 49%; }
      .language-selector-mobile .language-selector__list li:first-child {
        border-right: solid 1px #E3E2E3; }
      .language-selector-mobile .language-selector__list li.selected a {
        font-weight: 600; }

.sidenavbar-top {
  padding: 0 15px 0 20px; }
  @media screen and (min-width: 849px) {
    .sidenavbar-top {
      display: none; } }
  @media only screen and (max-width: 849px) {
    .sidenavbar-top.language-selector-open {
      margin-bottom: 42px; } }
  .sidenavbar-top .sidenavbar-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: solid 1px #E3E2E3; }
    .sidenavbar-top .sidenavbar-inner .sidenavbar-mob-col {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 100%;
      border-right: solid 1px #E3E2E3; }
      .sidenavbar-top .sidenavbar-inner .sidenavbar-mob-col:last-child {
        border-right: 0; }
    .sidenavbar-top .sidenavbar-inner .mobile-signIn-item-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      min-height: 60px; }
      .sidenavbar-top .sidenavbar-inner .mobile-signIn-item-inner img {
        width: 20px;
        margin: 0 auto; }
      .sidenavbar-top .sidenavbar-inner .mobile-signIn-item-inner span.register-txt {
        display: block;
        padding-top: 7px;
        text-transform: uppercase;
        font-size: 10px; }
      .sidenavbar-top .sidenavbar-inner .mobile-signIn-item-inner .last {
        display: none; }
      .sidenavbar-top .sidenavbar-inner .mobile-signIn-item-inner .mob-user-icon.d-none {
        display: block !important; }
      .sidenavbar-top .sidenavbar-inner .mobile-signIn-item-inner .register-txt {
        display: none; }
    .sidenavbar-top .sidenavbar-inner .mob-store-locator a {
      min-height: 60px;
      text-align: center; }
      .sidenavbar-top .sidenavbar-inner .mob-store-locator a img {
        width: 20px;
        display: block;
        margin: 0 auto; }
      .sidenavbar-top .sidenavbar-inner .mob-store-locator a span {
        display: block;
        padding-top: 7px;
        font-size: 10px; }
    .sidenavbar-top .sidenavbar-inner .language-selector-mobile .language-selector {
      padding: 6px 0; }
      .sidenavbar-top .sidenavbar-inner .language-selector-mobile .language-selector__dropdown {
        padding: 0; }
      .sidenavbar-top .sidenavbar-inner .language-selector-mobile .language-selector__current-locale .svg {
        margin: 0; }
  .sidenavbar-top .user-account.logout {
    text-transform: uppercase; }
    .sidenavbar-top .user-account.logout span {
      display: block;
      padding-top: 7px;
      font-size: 10px; }
    .sidenavbar-top .user-account.logout .mob-signout-icon {
      display: block !important;
      width: 20px;
      display: block;
      margin: 0 auto; }

.menu-category {
  display: block;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000; }
  @media (min-width: 849px) {
    .menu-category {
      display: -ms-flexbox;
      display: flex; } }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.header-nav-level2-controls {
  display: block;
  cursor: pointer; }

.header-nav-level1-open,
.header-nav-level1-close {
  display: none;
  float: right;
  width: 8px;
  height: 8px; }

.header-nav-level2-open,
.header-nav-level2-close {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.header-nav-level1-open {
  background: url("../images/interface/icon-nav-level1-open.png") no-repeat scroll center center transparent; }

.header-nav-level1-close {
  background: url("../images/interface/icon-nav-level1-close.png") no-repeat scroll center center transparent; }

.header-nav-level2-open {
  background: url("../images/interface/icon-nav-level2-open.png") no-repeat scroll center center transparent; }

.header-nav-level2-close {
  background: url("../images/interface/icon-nav-level2-close.png") no-repeat scroll center center transparent; }

#header.mini ul .level-1 li {
  padding: 0 1.5%; }

#header.mini ul .level-3 li {
  padding: 0px; }

ul.level-1 {
  padding: 0 10px; }
  .ie7 ul.level-1 {
    height: 30px; }
  ul.level-1 > li {
    float: none;
    padding: 0px 0%;
    vertical-align: top; }
    ul.level-1 > li.first a.level-1 {
      padding-left: 0; }
    ul.level-1 > li:hover a.level-1 {
      color: #9e9e9e; }
    ul.level-1 > li div > a {
      border-bottom: 1px solid #fff; }
      ul.level-1 > li div > a:hover {
        border-bottom: 1px solid #b2292e; }
        @media only screen and (max-width: 849px) {
          ul.level-1 > li div > a:hover {
            border-bottom: 1px solid #fff !important; } }
  ul.level-1 > a {
    color: #000;
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    text-align: center;
    color: #000; }

a.level-1:focus + .level-2 {
  display: block; }

div.level-2 {
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /* min-height: 456px; */
  border-top: 1px solid #e3e3e3;
  width: 100%; }
  @media only screen and (max-width: 849px) {
    div.level-2 {
      min-height: 0;
      border-top: none; } }
  div.level-2 .menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin: auto;
    padding: 0px;
    padding-bottom: 36px;
    overflow: hidden;
    max-width: none; }
    @media only screen and (max-width: 849px) {
      div.level-2 .menu-wrapper {
        min-height: 0; } }
  div.level-2 .menu-columns {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-top: 0px; }
    @media only screen and (max-width: 849px) {
      div.level-2 .menu-columns {
        padding-top: 0px; } }
    @media only screen and (min-width: 849px) {
      div.level-2 .menu-columns {
        width: auto; } }
    div.level-2 .menu-columns.last {
      margin-right: 0px; }
    @media only screen and (max-width: 849px) {
      div.level-2 .menu-columns {
        margin-right: 30px; } }
  @media only screen and (min-width: 849px) {
    div.level-2 .menu-columns:nth-child(odd):not(:nth-child(1)) {
      margin: 0; } }
  div.level-2 .menu-columns:nth-child(odd):not(:nth-child(1)) {
    float: left;
    /*margin: 20px 0 0 0;*/ }
    @media only screen and (max-width: 849px) {
      div.level-2 .menu-columns:nth-child(odd):not(:nth-child(1)) {
        margin: 0; } }
  @media only screen and (min-width: 849px) {
    div.level-2 .menu-columns:nth-child(2) {
      -ms-grid-column: 2;
          grid-column: 2;
      -ms-grid-row-span: 2;
      -ms-grid-row: 1;
          grid-row: 1 /span 2; } }
  @media only screen and (min-width: 849px) {
    div.level-2 .menu-columns:nth-child(3) {
      -ms-grid-row: 2; } }
  div.level-2 .menu-columns:nth-child(even):not(:nth-child(2)) {
    float: left;
    margin: 0 0 0 0; }
    @media only screen and (max-width: 849px) {
      div.level-2 .menu-columns:nth-child(even):not(:nth-child(2)) {
        margin: 0; } }
  div.level-2 ul.level-2 {
    float: left;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 849px) {
      div.level-2 ul.level-2.two-col {
        width: auto; } }
    div.level-2 ul.level-2.two-col > li {
      display: block; }
      @media only screen and (min-width: 849px) {
        div.level-2 ul.level-2.two-col > li {
          -ms-flex: calc(100% / 2);
              flex: calc(100% / 2);
          max-width: none;
          min-width: 0;
          padding: 2px 0;
          width: 210px;
          display: inline-block; } }
    div.level-2 ul.level-2.multi-col {
      width: calc(100%); }
      div.level-2 ul.level-2.multi-col > li {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (min-width: 849px) {
          div.level-2 ul.level-2.multi-col > li {
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            width: 160px;
            text-align: left;
            padding: 0;
            padding-right: 16px; } }
        @media only screen and (min-width: 1100px) {
          div.level-2 ul.level-2.multi-col > li {
            width: 200px; } }
    div.level-2 ul.level-2 .menu-columns-left-warp {
      width: 54%;
      float: left;
      padding-left: 16%; }
      @media only screen and (min-width: 849px) {
        div.level-2 ul.level-2 .menu-columns-left-warp {
          display: -ms-grid;
          display: grid; } }
      @media only screen and (max-width: 849px) {
        div.level-2 ul.level-2 .menu-columns-left-warp {
          padding-left: 0;
          width: 100%; } }
    div.level-2 ul.level-2 .menu-columns-left-warp-full {
      /* width: 100%; */ }
      @media only screen and (min-width: 849px) {
        div.level-2 ul.level-2 .menu-columns-left-warp-full {
          width: 54%;
          margin: 0 auto;
          float: none; } }
      div.level-2 ul.level-2 .menu-columns-left-warp-full .menu-columns {
        /* width: 33%; */ }
      div.level-2 ul.level-2 .menu-columns-left-warp-full .menu-columns:nth-child(2n):not(:nth-child(2)), div.level-2 ul.level-2 .menu-columns-left-warp-full .menu-columns:nth-child(odd):not(:first-child) {
        margin: 0; }
    @media only screen and (min-width: 849px) {
      div.level-2 ul.level-2 .menu-columns-left-warp-half .menu-columns:nth-child(n+3) {
        padding-left: 0px; } }
    div.level-2 ul.level-2 li {
      float: none;
      min-width: 130px;
      padding: 10px 10px; }
      div.level-2 ul.level-2 li > a {
        color: #000 !important; }
    div.level-2 ul.level-2 > a {
      padding: 0;
      line-height: 18px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #6e6e6e !important; }
    div.level-2 ul.level-2 .level-3 a {
      line-height: normal; }
    div.level-2 ul.level-2 .subcat-title {
      margin-bottom: 0;
      padding: 0;
      min-width: 240px; }
      div.level-2 ul.level-2 .subcat-title span.expand_btn {
        display: none; }
  div.level-2 .custom {
    float: right;
    text-align: center; }
    div.level-2 .custom img {
      height: auto !important;
      width: auto !important; }
  div.level-2.menu-horizontal ul.level-2 {
    float: none; }
  div.level-2.menu-horizontal li {
    float: left !important;
    height: 100%; }
    div.level-2.menu-horizontal li li {
      border-color: #efefef;
      border-style: solid;
      border-width: 0 1px 0 0;
      float: none !important;
      height: 100%; }
    div.level-2.menu-horizontal li.last li {
      border-width: 0 !important; }
  div.level-2.menu-horizontal .custom {
    clear: both; }

.menu-sub-columns {
  padding-bottom: 20px; }
  .menu-sub-columns:last-child {
    padding-bottom: 0px; }

div.level-3 ul.level-3 {
  padding: 0; }
  div.level-3 ul.level-3 li {
    padding: 0;
    /*margin-bottom: 3px;*/
    width: 100%; }
  div.level-3 ul.level-3 a {
    text-transform: none;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.02rem;
    text-align: left;
    text-transform: capitalize;
    color: #000; }

div.level-2 ul.level-2 > a {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.02rem;
  text-align: left;
  color: #6e6e6e; }

div.level-3 ul.level-3 a {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.02rem;
  text-align: left;
  color: #000; }

/* new mega menu styling */
.menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 {
  display: inline-block;
  text-align: left; }
  @media screen and (min-width: 849px) {
    .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 {
      height: auto; }
      .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2.multi-col {
        height: auto;
        width: auto; } }
  .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 li > a, .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 li .multi-level-categories {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8rem;
    text-align: left;
    color: #000000;
    line-height: 26px;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (min-width: 850px) {
      .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 li > a:hover:not(.multi-level-categories), .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 li .multi-level-categories:hover:not(.multi-level-categories) {
        border-bottom: 1px solid #000000; } }
  .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 li.parentelement .expand_btn_level-3 {
    position: absolute;
    width: calc(100% - 35px) !important;
    height: 34px !important;
    margin: 0 !important;
    left: 20px; }
  .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 > li {
    margin-bottom: 10px;
    padding: 2px 0; }
  .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 li ul.inner-level-2 > li:first-child {
    padding-top: 12px; }
  .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 > li ul.level-3 li {
    padding: 0;
    margin: 5px 0; }
    @media only screen and (max-width: 849px) {
      .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 > li ul.level-3 li {
        margin: 1px 0; } }
    .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 > li ul.level-3 li a {
      font-size: 0.8rem;
      line-height: 26px;
      letter-spacing: 0.02rem;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      text-transform: capitalize;
      color: #4e4e4e; }
      @media (min-width: 850px) {
        .menu-category.level-1 > li div.level-2 > .menu-wrapper ul.level-2 > li ul.level-3 li a:hover {
          border-bottom: 1px solid #000000;
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          color: #000000; } }

.breadcrumb {
  padding-top: 20px;
  margin: auto;
  padding: 0 10px;
  /*

	&.bc-hide {
		@include viewport(medium) {
			display: block;
		}
	}
	*/ }
  .breadcrumb span a {
    text-decoration: underline;
    height: 11px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e !important; }
  .breadcrumb span:last-child a {
    color: #000 !important; }
  .breadcrumb li {
    display: inline;
    list-style: none outside none; }

.paging-current-page {
  left: -999em;
  position: absolute; }

.breadcrumb-element {
  color: #bbb !important; }
  .breadcrumb-element:after {
    content: '/';
    display: inline-block;
    margin-left: 3px; }
  .breadcrumb-element:last-child:after {
    content: ''; }
  @media only screen and (max-width: 849px) {
    .breadcrumb-element {
      display: none; } }

.breadcrumb-refinement {
  font-size: 11px;
  color: #bbb;
  display: none; }
  .breadcrumb-refinement:after {
    content: attr(data-divider);
    font-style: normal; }
  .breadcrumb-refinement:last-of-type:after {
    content: ''; }

.breadcrumb-refinement-value {
  /*display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 5px;*/
  display: none; }

.clear-all-breadcrumbs {
  display: none; }

#main a.breadcrumb-relax {
  color: #000;
  text-decoration: none; }

.breadcrumb-relax {
  background: none;
  color: #b2292e;
  font-style: normal;
  padding: 0 0 0 3px; }

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #bbb;
  font-style: italic;
  padding: 0; }

.primary-content a {
  color: #000;
  text-decoration: none;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: 0.02rem; }
  .primary-content a.image-link {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block; }

.primary-content h1 {
  margin-bottom: 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 599px) {
    .primary-content h1 {
      font-size: 24px;
      line-height: 1.44; } }

.primary-content .edit-link {
  margin-top: 50px; }

.primary-content .remove-link {
  margin-top: 25px; }

.primary-content .edit-link a, .primary-content .remove-link button span {
  text-decoration: underline;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.02rem; }

#secondary h1 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  font-size: 1.75em;
  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%;
  border-right: solid 1px #dddbdc; }

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

.content-header {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  font-size: 1.75em;
  margin: 0 0 14px !important; }
  .content-header span {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400; }

.login-box .section-header {
  border-top: none;
  margin: 0 0 20px;
  padding: 0; }
  @media only screen and (max-width: 849px) {
    .login-box .section-header {
      padding-bottom: 25px;
      margin: 0; } }

@media only screen and (max-width: 849px) {
  .login-box.login-order-track .section-header {
    padding-bottom: 5px; } }

@media only screen and (max-width: 849px) {
  .login-box.login-order-track .content-asset p {
    margin-bottom: 10px; } }

.login-box.login-order-track .section-header {
  /* margin-top:20px; */ }

.section-header {
  padding-top: 25px;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .02rem;
  text-align: center;
  border-top: 1px solid #d8d8d8; }
  .section-header .dialog-required {
    text-transform: initial; }

.section-header-note {
  font-size: 0.9em;
  font-weight: 400;
  position: absolute;
  right: 1em;
  text-transform: none; }

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

.refinements a {
  font-size: 13px;
  letter-spacing: .02rem;
  line-height: 175%;
  color: #000; }

#category-level-1 a.refinement-link {
  background: none repeat scroll 0 0 transparent;
  padding: 0; }

#category-level-1 a.active {
  font-weight: normal;
  text-decoration: underline; }

#category-level-1 li.active {
  position: relative; }
  #category-level-1 li.active:after {
    position: absolute;
    right: 6px;
    top: 3px;
    content: '\2014';
    font-size: 10px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    color: #d8d8d8; }

#category-level-2 a.active {
  color: #000 !important;
  font-weight: normal;
  text-decoration: underline; }

#category-level-2 a.refinement-link {
  color: #7c7c7c;
  margin: 0 0 0 20px;
  padding: 0; }

#category-level-2 li.active {
  color: #000;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic; }

#category-level-3 {
  padding: 5px 0 0; }
  #category-level-3 a.refinement-link {
    font-style: normal;
    margin: 0 0 0 15px;
    padding: 0; }

.refinement:not(.mobile) {
  position: relative;
  float: left;
  /*width: 137px;*/
  /*width: 10.5%;*/
  width: auto;
  padding: 0 15px;
  text-align: center;
  /* border-right: 1px solid $grey-lt13; */
  height: auto;
  margin-top: 23px;
  overflow: auto; }
  .refinement:not(.mobile) li {
    margin-right: 20px;
    text-align: left; }
    .refinement:not(.mobile) li.refinement-gender-gender {
      display: inline-block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; }

.refinement:not(.Color) li:nth-child(n+10) {
  display: none; }

.refinement:not(.Color) .view-more {
  display: none;
  clear: both;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  color: #6e6e6e;
  letter-spacing: 0.3px;
  text-align: left;
  /*padding-left: 16px;	*/
  line-height: 2.75; }
  @media only screen and (max-width: 849px) {
    .refinement:not(.Color) .view-more {
      padding: 0 0 10px;
      height: 33px; } }

.refinement .swatches.active + .show-more-attr {
  display: block; }

.refinement .swatches.active .show-more-attr {
  display: block; }

.apply {
  clear: both;
  text-align: center;
  /*margin-left: 46%;*/
  padding: 15px 0;
  margin: auto; }
  @media only screen and (max-width: 849px) {
    .apply {
      /*margin-left: 30%;*/
      padding: 10px 0; } }
  .apply button[disabled] {
    background: #000 !important;
    color: #fff !important; }

.apply-filters {
  font-family: trade-gothic-next-condensed;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  background: #000;
  width: auto;
  padding: 10px 20px;
  line-height: normal;
  cursor: pointer;
  margin: auto; }
  .apply-filters[disabled] {
    color: #949494; }
  .apply-filters:hover:not([disabled]) {
    background: #6e6e6e !important; }

.view-more.Color {
  display: none; }

.refinement.mobile {
  position: relative;
  border-bottom: 1px solid #e3e3e3; }

.refinement.Category.category-refinement {
  display: block;
  float: none; }
  .refinement.Category.category-refinement h3.cat-tog {
    border-bottom: 1px solid #e3e3e3; }
    @media only screen and (max-width: 849px) {
      .refinement.Category.category-refinement h3.cat-tog {
        display: none; } }
  .refinement.Category.category-refinement ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .refinement.Category.category-refinement ul#category-level-1 > li {
    margin: 4px 0; }
  .refinement.Category.category-refinement ul#category-level-2 > li {
    margin: 4px 0; }
    .refinement.Category.category-refinement ul#category-level-2 > li a.refinement-link {
      margin: 0 0 0 12px; }
  @media only screen and (max-width: 849px) {
    .refinement.Category.category-refinement {
      margin-top: 0;
      padding: 0; }
      .refinement.Category.category-refinement ul#category-level-1 > li {
        padding: 10px 0px;
        border-bottom: 1px solid #ccc;
        margin: 0; }
        .refinement.Category.category-refinement ul#category-level-1 > li a {
          padding-left: 10px; }
      .refinement.Category.category-refinement ul#category-level-2 > li:last-child {
        border: 0; } }

span.refinement-header {
  margin: 30px 0 0;
  border-top: 1px solid #e5e5e5;
  display: none; }
  @media only screen and (max-width: 849px) {
    span.refinement-header {
      display: none; } }
  span.refinement-header a {
    font-size: 16px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .02rem; }

h2.refinement-header {
  display: none;
  font-size: 11px;
  position: relative;
  text-align: left;
  font-weight: normal;
  line-height: 2.36;
  letter-spacing: normal;
  width: 150px;
  height: 40px;
  border: 1px solid #e3e3e3;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 11px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box; }
  h2.refinement-header span.caret {
    display: inline-block;
    float: right;
    width: 12px;
    height: 7px;
    margin: 10px 11px 0 0;
    background: url(../images/tr/caret-down.png) no-repeat right center; }
  h2.refinement-header span.chevron-up {
    display: none; }
  h2.refinement-header.active {
    background-color: #000 !important;
    color: #fff !important;
    border: none;
    margin-top: -45px; }
    h2.refinement-header.active span.chevron-up {
      color: #fff;
      font-size: 18px;
      display: inline-block;
      float: right;
      padding-right: 10px;
      margin-top: -8px; }
    h2.refinement-header.active span.caret {
      display: none; }
  @media only screen and (max-width: 849px) {
    h2.refinement-header {
      display: block;
      position: relative;
      padding: 12px 10px 13px 10px;
      margin: 0 -13px;
      font-size: 13px;
      cursor: pointer; }
      h2.refinement-header span.caret {
        display: inline-block;
        float: right;
        width: 12px;
        height: 7px;
        margin: 5px 8px 0 0;
        background: url(../images/tr/caret-down.png) no-repeat right center; }
      h2.refinement-header.filter-drawer {
        margin-bottom: 0; }
        h2.refinement-header.filter-drawer:after {
          border-bottom: none; }
        h2.refinement-header.filter-drawer span.caret {
          color: white;
          font-size: 11px; }
        h2.refinement-header.filter-drawer .refinement {
          display: block; } }

.refinement-header {
  display: block;
  font-size: 16px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .02rem;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase; }

@media only screen and (max-width: 849px) {
  div.refinement.Category {
    display: none; } }

div.refinement.Category .refinement-top-level {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  text-transform: uppercase; }
  div.refinement.Category .refinement-top-level a {
    font-size: 16px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }

.refinements-desktop-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  top: 20px;
  z-index: 500;
  height: auto;
  /* float: right; */
  background-color: #fff;
  position: relative;
  overflow: auto;
  max-width: 1260px !important;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .refinements-desktop-container .clear-all {
    clear: both;
    text-align: center; }
    .refinements-desktop-container .clear-all a {
      text-decoration: underline;
      height: 12px;
      font-size: 12px;
      color: #6e6e6e;
      letter-spacing: 0.3px;
      line-height: 3.17; }

.refinement h3 {
  margin: 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 10px 0px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .02rem;
  font-size: .85rem; }
  .refinement h3 span {
    font-family: trade-gothic-next;
    font-weight: 700; }
  .ie7 .refinement h3 {
    clear: both; }

.refinement.mobile h3 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.02rem;
  height: 11px;
  color: #6e6e6e;
  display: inline-block;
  padding: 25px 0 24px 0; }

.refinement.mobile .facet-sign {
  display: inline-block;
  margin-top: 0px;
  float: right;
  width: 24px; }
  .refinement.mobile .facet-sign span.facet {
    float: right;
    padding: 15px 0 15px 15px;
    width: 9px;
    height: 9px;
    background: url(../images/interface/plus.png) 100% no-repeat; }
    @media only screen and (max-width: 599px) {
      .refinement.mobile .facet-sign span.facet {
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px; } }
  .refinement.mobile .facet-sign.close-open span.facet {
    background: url(../images/interface/minus.png) 100% no-repeat; }

.refinement.mobile .click-target-filter {
  padding: 0 20px;
  -ms-flex-align: center;
      align-items: center; }

.refinement.mobile ul {
  display: none;
  margin-top: 0px;
  padding: 0 20px; }
  .refinement.mobile ul.active {
    display: -ms-flexbox;
    display: flex; }

.refinement.mobile li:last-child {
  padding-bottom: 10px; }

.refinement .click-target-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.refinement .facet-sign {
  width: 24px;
  display: inline-block; }
  .refinement .facet-sign .icon-plus {
    display: block; }
  .refinement .facet-sign .icon-minus {
    display: none; }
  .refinement .facet-sign.active-open .icon-plus {
    display: none; }
  .refinement .facet-sign.active-open .icon-minus {
    display: block; }

.refinement ul {
  list-style: none outside none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none; }
  .refinement ul.active {
    display: -ms-flexbox;
    display: flex; }

.refinement a {
  letter-spacing: 0.3px;
  color: #000000;
  font-size: 13px; }
  .refinement a[data-attrid="refinementColor"] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.refinement ul#category-level-1 {
  margin-top: 10px; }

.refinement ul.swatches li,
.refinement ul.swatches li,
.refinement ul.swatches li {
  line-height: 2.75;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .refinement ul.swatches li,
    .refinement ul.swatches li,
    .refinement ul.swatches li {
      height: 33px; } }
  .refinement ul.swatches li .sub-refine-value,
  .refinement ul.swatches li .sub-refine-value,
  .refinement ul.swatches li .sub-refine-value {
    display: inline-block; }
    .refinement ul.swatches li .sub-refine-value .click-box,
    .refinement ul.swatches li .sub-refine-value .click-box,
    .refinement ul.swatches li .sub-refine-value .click-box {
      float: left;
      height: 16px;
      width: 16px;
      border: 1px solid #e3e3e3;
      position: relative;
      margin-top: 7px; }
    .refinement ul.swatches li .sub-refine-value a,
    .refinement ul.swatches li .sub-refine-value a,
    .refinement ul.swatches li .sub-refine-value a {
      margin-left: 11px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: .8rem;
      letter-spacing: .02rem;
      max-width: auto !important; }
      @media screen and (min-width: 1150px) {
        .refinement ul.swatches li .sub-refine-value a,
        .refinement ul.swatches li .sub-refine-value a,
        .refinement ul.swatches li .sub-refine-value a {
          max-width: 70px !important;
          display: inline-block; } }
      @media screen and (min-width: 850px) and (max-width: 1150px) {
        .refinement ul.swatches li .sub-refine-value a,
        .refinement ul.swatches li .sub-refine-value a,
        .refinement ul.swatches li .sub-refine-value a {
          max-width: 55px !important;
          display: inline-block; } }
      .refinement ul.swatches li .sub-refine-value a.refinement-gender-btn,
      .refinement ul.swatches li .sub-refine-value a.refinement-gender-btn,
      .refinement ul.swatches li .sub-refine-value a.refinement-gender-btn {
        text-transform: capitalize; }

.refinement ul.swatches li.selected .sub-refine-value .click-box,
.refinement ul.swatches li.selected .sub-refine-value .click-box,
.refinement ul.swatches li.selected .sub-refine-value .click-box {
  border: 1px solid #6e6e6e; }
  .refinement ul.swatches li.selected .sub-refine-value .click-box .inside-box,
  .refinement ul.swatches li.selected .sub-refine-value .click-box .inside-box,
  .refinement ul.swatches li.selected .sub-refine-value .click-box .inside-box {
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    background-color: #000;
    position: absolute; }

.refinement ul.swatches li.selected .sub-refine-value a,
.refinement ul.swatches li.selected .sub-refine-value a,
.refinement ul.swatches li.selected .sub-refine-value a {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }

.refinement.Color li, .refinement.COLOR li, .refinement.COULEUR li {
  float: none;
  padding: 0 0px 15px 0px;
  margin: 0;
  margin-left: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .refinement.Color li .sub-refine-value, .refinement.COLOR li .sub-refine-value, .refinement.COULEUR li .sub-refine-value {
    display: block !important; }
    .refinement.Color li .sub-refine-value a[data-attrid="refinementColor"], .refinement.COLOR li .sub-refine-value a[data-attrid="refinementColor"], .refinement.COULEUR li .sub-refine-value a[data-attrid="refinementColor"] {
      display: -ms-flexbox !important;
      display: flex !important;
      max-width: 100% !important; }
  .refinement.Color li span.checkmark, .refinement.COLOR li span.checkmark, .refinement.COULEUR li span.checkmark {
    display: none; }
  @media only screen and (max-width: 849px) {
    .refinement.Color li, .refinement.COLOR li, .refinement.COULEUR li {
      padding: 0 0px 20px 0px;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  .refinement.Color li span.swatch-color-box, .refinement.COLOR li span.swatch-color-box, .refinement.COULEUR li span.swatch-color-box {
    display: block;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    margin-right: 5px;
    font-size: 6px; }
    .refinement.Color li span.swatch-color-box[data-attrvalue="White"], .refinement.COLOR li span.swatch-color-box[data-attrvalue="White"], .refinement.COULEUR li span.swatch-color-box[data-attrvalue="White"] {
      position: relative; }
      .refinement.Color li span.swatch-color-box[data-attrvalue="White"]:before, .refinement.COLOR li span.swatch-color-box[data-attrvalue="White"]:before, .refinement.COULEUR li span.swatch-color-box[data-attrvalue="White"]:before {
        position: absolute;
        content: '';
        border: 1px solid #000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .refinement.Color li.selected .sub-refine-value span.checkmark, .refinement.COLOR li.selected .sub-refine-value span.checkmark, .refinement.COULEUR li.selected .sub-refine-value span.checkmark {
    color: #fff;
    font-size: 12px;
    margin: 4px 0 0 9px;
    float: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .refinement.Color li.selected .sub-refine-value a#swatch-white span.checkmark, .refinement.COLOR li.selected .sub-refine-value a#swatch-white span.checkmark, .refinement.COULEUR li.selected .sub-refine-value a#swatch-white span.checkmark {
    color: #000;
    font-size: 12px;
    margin: 4px 0 0 9px;
    float: left;
    display: block; }

.refinement.Price li .sub-refine-value-price a {
  margin-left: 9px !important; }
  @media screen and (min-width: 1150px) {
    .refinement.Price li .sub-refine-value-price a {
      max-width: 190px !important; } }
  @media screen and (min-width: 850px) and (max-width: 1150px) {
    .refinement.Price li .sub-refine-value-price a {
      max-width: 115px !important; } }

.refinement ul > li {
  line-height: 2.75;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .refinement ul > li {
      height: 33px; } }
  .refinement ul > li .sub-refine-value, .refinement ul > li .sub-refine-value-price {
    display: inline-block; }
    .refinement ul > li .sub-refine-value .click-box, .refinement ul > li .sub-refine-value-price .click-box {
      float: left;
      height: 16px;
      width: 16px;
      border: 1px solid #e3e3e3;
      position: relative;
      margin-top: 7px; }
    .refinement ul > li .sub-refine-value a, .refinement ul > li .sub-refine-value-price a {
      margin-left: 11px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: .8rem;
      letter-spacing: .02rem;
      color: #4e4e4e; }
      @media screen and (min-width: 1150px) {
        .refinement ul > li .sub-refine-value a, .refinement ul > li .sub-refine-value-price a {
          max-width: 70px;
          display: inline-block; } }
      @media screen and (min-width: 850px) and (max-width: 1150px) {
        .refinement ul > li .sub-refine-value a, .refinement ul > li .sub-refine-value-price a {
          max-width: 47px;
          display: inline-block; } }

.refinement.Price li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.refinement ul > li.selected .sub-refine-value .click-box, .refinement ul > li.selected .sub-refine-value-price .click-box {
  border: 1px solid #6e6e6e; }
  .refinement ul > li.selected .sub-refine-value .click-box .inside-box, .refinement ul > li.selected .sub-refine-value-price .click-box .inside-box {
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    background-color: #000;
    position: absolute; }

.refinement ul > li.selected .sub-refine-value a, .refinement ul > li.selected .sub-refine-value-price a {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }

.refinement .clear-refinement {
  clear: both;
  margin-bottom: 15px; }
  .refinement .clear-refinement a {
    font-size: 11px;
    color: #999;
    text-decoration: underline; }

.refinement .refinement-link {
  background: url("../images/interface/icon-refine-link-check.png") no-repeat scroll left top transparent;
  border: 0 none;
  padding: 0 0 0 1.5em; }

.refinement .selected .refinement-link {
  background-position: left bottom; }

.refinement .refinement-top-level {
  padding: 12px; }

.scrollable {
  /*height: 10em;*/
  overflow: auto; }

.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: 7px 0;
  padding: 0; }
  .nav ul li {
    list-style: none outside none !important;
    margin: 0 0 7px !important; }

.nav .toggle {
  background: url("../images/interface/icon-toggle-arrow.png") no-repeat scroll left 12px transparent;
  border: 0 none;
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin: 10px 0 7px;
  padding: 8px 0 0 15px;
  text-transform: uppercase; }

.nav .expanded {
  background-position: left -96px; }

.nav .toggle span {
  background: none repeat scroll 0 0 transparent; }

.filters-products-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.category-refinement-header {
  text-align: left;
  font-size: 14px;
  letter-spacing: normal;
  padding-bottom: 7px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02rem; }
  @media only screen and (max-width: 849px) {
    .category-refinement-header {
      display: none; } }

.filter-refinement-header {
  text-align: left;
  font-size: 14px;
  letter-spacing: normal;
  margin: 18px 15px 12px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02rem; }

.ss__theme .ss__facets .ss__facet[class] {
  padding: 6px 15px; }
  .ss__theme .ss__facets .ss__facet[class] .ss__list[class] {
    max-height: 130px;
    overflow-y: auto;
    padding-right: 10px; }
    .ss__theme .ss__facets .ss__facet[class] .ss__list[class]::-webkit-scrollbar {
      width: 8px; }
    .ss__theme .ss__facets .ss__facet[class] .ss__list[class]::-webkit-scrollbar-thumb {
      background-color: #e3e3e3; }
    .ss__theme .ss__facets .ss__facet[class] .ss__list[class]::-webkit-scrollbar-track {
      background-color: #f7f7f7; }

#footer {
  clear: both;
  font-size: 13px;
  /* padding: 1% 0.6% 4.8% 4.7%; */
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  /*max-width:1600px;*/
  height: auto;
  position: relative;
  background: #000000;
  /* breadcrumb */
  /* Logo, singup */
  /* email */
  /* socials */
  /* language */ }
  @media only screen and (max-width: 849px) {
    #footer {
      /* padding: 1% 3% 8% 3%; */ } }
  @media only screen and (max-width: 599px) {
    #footer {
      padding: 1% 3% 0%; } }
  #footer .footer-top {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 150px;
    padding-left: 12px;
    padding-right: 12px; }
    @media only screen and (max-width: 849px) {
      #footer .footer-top {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        padding-top: 24px; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-top {
        padding: 0; } }
  #footer .footer-subscription-message a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.025rem;
    text-align: left;
    color: #070808; }
  #footer .menu-footer {
    float: none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase; }
    #footer .menu-footer li {
      display: inline;
      float: none;
      padding: 0 0.5em; }
  #footer a:hover {
    text-decoration: underline;
    cursor: pointer; }
  #footer .footer-breadcrumbs {
    padding-bottom: 15px;
    font-size: 0.85em;
    color: #999; }
    @media only screen and (max-width: 849px) {
      #footer .footer-breadcrumbs {
        padding: 2% 0 5% 0; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-breadcrumbs {
        padding: 2% 0 5% 0; } }
    #footer .footer-breadcrumbs .breadcrumb {
      margin: 0;
      padding: 0;
      font-size: 1em; }
      #footer .footer-breadcrumbs .breadcrumb a,
      #footer .footer-breadcrumbs .breadcrumb span {
        color: #999; }
  #footer .footer-logo-mail {
    width: 33.33%;
    padding: 0;
    float: none;
    box-sizing: border-box;
    display: inline-block;
    display: inline-block;
    padding-right: 5%;
    /* logo */ }
    @media only screen and (max-width: 849px) {
      #footer .footer-logo-mail {
        width: 100%;
        padding: 0;
        box-sizing: border-box; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-logo-mail {
        width: 100%;
        padding: 0 10px;
        margin-top: 60px; } }
    #footer .footer-logo-mail .footer-logo,
    #footer .footer-logo-mail .footer-email-signup-form,
    #footer .footer-logo-mail .footer-socials-wrapper {
      width: 30%; }
    #footer .footer-logo-mail .footer-logo {
      margin-right: 2%; }
      @media only screen and (max-width: 849px) {
        #footer .footer-logo-mail .footer-logo {
          margin-right: 0;
          width: 38%; } }
      @media only screen and (max-width: 599px) {
        #footer .footer-logo-mail .footer-logo {
          margin-right: 0;
          width: 100%;
          text-align: center; }
          #footer .footer-logo-mail .footer-logo .footer-email-signup-form__title {
            font-size: 20px;
            line-height: 18px;
            font-weight: 800;
            margin-bottom: 10px; } }
    #footer .footer-logo-mail .footer-email-signup-form {
      width: 100%;
      color: #ffffff; }
      @media only screen and (max-width: 849px) {
        #footer .footer-logo-mail .footer-email-signup-form {
          float: left;
          width: 100%;
          margin-right: 0; } }
      @media only screen and (max-width: 599px) {
        #footer .footer-logo-mail .footer-email-signup-form {
          width: 100%;
          margin-top: 0; }
          #footer .footer-logo-mail .footer-email-signup-form h3 {
            font-size: 18px;
            line-height: 1.5;
            letter-spacing: normal;
            margin: 0;
            margin-bottom: 18px; } }
      @media only screen and (max-width: 849px) {
        #footer .footer-logo-mail .footer-email-signup-form__title {
          margin-top: 20px; } }
      #footer .footer-logo-mail .footer-email-signup-form__sub-title {
        margin-bottom: 18px;
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.5;
        color: #a0a0a0; }
        #footer .footer-logo-mail .footer-email-signup-form__sub-title span {
          display: block; }
      #footer .footer-logo-mail .footer-email-signup-form .input_wrapper {
        margin-top: 20px; }
        @media only screen and (max-width: 849px) {
          #footer .footer-logo-mail .footer-email-signup-form .input_wrapper {
            width: 50%; } }
        @media only screen and (max-width: 599px) {
          #footer .footer-logo-mail .footer-email-signup-form .input_wrapper {
            width: 100%; } }
        #footer .footer-logo-mail .footer-email-signup-form .input_wrapper input:focus {
          border-color: #444; }
    #footer .footer-logo-mail .footer-form-email-input .radio_wrapper {
      margin: 0;
      width: 100%; }
      #footer .footer-logo-mail .footer-form-email-input .radio_wrapper div {
        margin-right: 18px; }
        #footer .footer-logo-mail .footer-form-email-input .radio_wrapper div input {
          margin: 0 5px 0 0; }
        #footer .footer-logo-mail .footer-form-email-input .radio_wrapper div label {
          font-size: 12px;
          letter-spacing: .03em; }
    #footer .footer-logo-mail .footer-socials-wrapper {
      float: left;
      width: 100%;
      min-width: 225px; }
      @media only screen and (max-width: 849px) {
        #footer .footer-logo-mail .footer-socials-wrapper {
          width: 29%; } }
      @media only screen and (max-width: 599px) {
        #footer .footer-logo-mail .footer-socials-wrapper {
          width: 96%; } }
      #footer .footer-logo-mail .footer-socials-wrapper .footer-socials {
        margin-top: 18px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        @media only screen and (max-width: 599px) {
          #footer .footer-logo-mail .footer-socials-wrapper .footer-socials {
            -ms-flex-pack: start;
                justify-content: flex-start; } }
        #footer .footer-logo-mail .footer-socials-wrapper .footer-socials > a {
          margin-right: 18px; }
          @media only screen and (max-width: 599px) {
            #footer .footer-logo-mail .footer-socials-wrapper .footer-socials > a {
              margin-right: 30px; } }
  #footer .true-religion-app {
    max-width: 250px;
    margin-top: 60px; }
  #footer .footer-email-signup-form span.error {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
  #footer .footer-email-signup-form span.email-privacy-text {
    display: block;
    margin: 8px 0;
    font-size: 11px;
    line-height: 1rem; }
    #footer .footer-email-signup-form span.email-privacy-text a {
      color: #999; }
  #footer .footer-email-signup-form button[disabled] {
    background-color: #bfbfbf !important; }
  #footer .footer-email-signup-form button {
    width: auto;
    height: 100%;
    position: absolute;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    top: 0;
    right: 0;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 13px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 10px;
    box-shadow: none;
    border: 1px solid #767676; }
    @media only screen and (max-width: 599px) {
      #footer .footer-email-signup-form button {
        height: 100%;
        width: 25%;
        margin-left: 5px;
        float: none;
        font-size: 15px;
        position: absolute;
        right: 0; } }
  #footer .footer-email-signup-form .footer-subscription-message {
    margin-top: 4.5%;
    width: 88.5%;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e; }
    #footer .footer-email-signup-form .footer-subscription-message.success {
      color: #288aab; }
    #footer .footer-email-signup-form .footer-subscription-message.error {
      color: #ff0000; }
    @media only screen and (max-width: 599px) {
      #footer .footer-email-signup-form .footer-subscription-message {
        margin-top: 14px; } }
  @media only screen and (max-width: 849px) {
    #footer .footer-socials-wrapper {
      display: none; } }
  @media only screen and (max-width: 599px) {
    #footer .footer-socials-wrapper {
      display: none; } }
  #footer .footer-socials-wrapper.not-large {
    display: none; }
    @media only screen and (max-width: 849px) {
      #footer .footer-socials-wrapper.not-large {
        display: inline-block; }
        #footer .footer-socials-wrapper.not-large h3 {
          margin-bottom: 5%; } }
    @media only screen and (max-width: 849px) and (max-width: 599px) {
      #footer .footer-socials-wrapper.not-large h3 {
        margin-bottom: 18px;
        color: #fff;
        font-weight: 600;
        font-size: 18px; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-socials-wrapper.not-large {
        display: inline-block; } }
  #footer .footer-socials > a {
    fill: #ffffff; }
  #footer .footer-socials .facebook,
  #footer .footer-socials .twitter,
  #footer .footer-socials .pinterest,
  #footer .footer-socials .instagram,
  #footer .footer-socials .youtube,
  #footer .footer-socials .spotify {
    width: 35px;
    height: 35px;
    float: left;
    background-repeat: no-repeat;
    border-radius: 3px;
    transition: background-color 0.3s; }
  #footer .footer-socials .facebook {
    width: 7px;
    height: 17px; }
    #footer .footer-socials .facebook:hover {
      fill: #3b5998; }
    @media only screen and (max-width: 849px) {
      #footer .footer-socials .facebook:hover {
        background-position: -2px -2px !important; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-socials .facebook:hover {
        background-position: -2px -2px !important; } }
  #footer .footer-socials .twitter {
    width: 16px;
    height: 16px;
    margin-top: 2px; }
    #footer .footer-socials .twitter:hover {
      fill: #1DA1F2; }
    @media only screen and (max-width: 849px) {
      #footer .footer-socials .twitter:hover {
        background-position: -12px -2px !important; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-socials .twitter:hover {
        background-position: -12px -2px !important; } }
  #footer .footer-socials .instagram {
    width: 16px;
    height: 16px; }
    #footer .footer-socials .instagram:hover {
      fill: #C13584; }
    @media only screen and (max-width: 849px) {
      #footer .footer-socials .instagram:hover {
        background-position: -31px -2px !important; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-socials .instagram:hover {
        background-position: -31px -2px !important; } }
  #footer .footer-socials .youtube {
    width: 17px;
    height: 17px;
    margin-top: 3px; }
    #footer .footer-socials .youtube:hover {
      fill: #FF0000; }
    @media only screen and (max-width: 849px) {
      #footer .footer-socials .youtube:hover {
        background-position: -51px -2px !important; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-socials .youtube:hover {
        background-position: -51px -2px !important; } }
  #footer .footer-socials .spotify {
    width: 16px;
    height: 16px;
    margin-top: 0px; }
    #footer .footer-socials .spotify:hover {
      fill: #1DB954; }
    @media only screen and (max-width: 849px) {
      #footer .footer-socials .spotify:hover {
        background-position: -70px -2px !important; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-socials .spotify:hover {
        background-position: -70px -2px !important; } }
  #footer .footer-language {
    display: none; }
    #footer .footer-language span {
      margin: 0 3px; }
    #footer .footer-language a {
      font-size: 11px;
      text-decoration: underline; }
  #footer .footer-nav {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 849px) {
      #footer .footer-nav {
        padding-left: 0;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-nav {
        display: none; } }
    #footer .footer-nav .footer-nav-category {
      display: inline-block;
      vertical-align: top;
      width: 33%; }
      @media only screen and (max-width: 1000px) {
        #footer .footer-nav .footer-nav-category {
          width: 30%; } }
      @media only screen and (max-width: 849px) {
        #footer .footer-nav .footer-nav-category {
          display: inline;
          width: 33%; } }
      #footer .footer-nav .footer-nav-category > li {
        width: 33%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.75;
        text-align: left; }
        @media only screen and (max-width: 599px) {
          #footer .footer-nav .footer-nav-category > li {
            display: none; } }
      @media only screen and (max-width: 599px) {
        #footer .footer-nav .footer-nav-category:last-child {
          display: none; } }
      #footer .footer-nav .footer-nav-category .footer-nav-category-list li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px; }
        #footer .footer-nav .footer-nav-category .footer-nav-category-list li:last-child {
          margin-bottom: 0; }
          @media only screen and (max-width: 599px) {
            #footer .footer-nav .footer-nav-category .footer-nav-category-list li:last-child {
              padding-right: 0;
              margin-right: 0; } }
        #footer .footer-nav .footer-nav-category .footer-nav-category-list li a {
          color: #a0a0a0; }
      @media only screen and (max-width: 599px) {
        #footer .footer-nav .footer-nav-category {
          padding: 10x 5px; } }

/* footer store */
.footer-locator {
  position: relative;
  margin-left: 5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  display: inline-block;
  text-decoration: underline; }
  .footer-locator:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 849px) {
    .footer-locator {
      margin-right: 3%; } }
  @media only screen and (max-width: 599px) {
    .footer-locator {
      position: relative;
      padding-top: 0;
      margin-left: 10px;
      height: auto;
      text-decoration: none;
      letter-spacing: normal; } }
  .footer-locator li {
    margin-bottom: 7px; }
    .footer-locator li:last-child {
      margin-bottom: 0; }
  .footer-locator p {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize; }
    .footer-locator p a {
      color: #000;
      text-decoration: none; }

/* footer  us */
@media only screen and (max-width: 849px) {
  .footer-contact {
    min-width: 160px; } }

@media only screen and (max-width: 599px) {
  .footer-contact {
    height: auto;
    width: 40%;
    min-width: 80px;
    margin-right: 2%;
    padding-left: 0px; } }

.footer-contact li {
  margin-bottom: 25px; }
  @media only screen and (max-width: 849px) {
    .footer-contact li {
      margin-bottom: 2%; } }
  .footer-contact li:last-child {
    margin-bottom: 0; }

/* footer bottom part */
.footer-end {
  width: 100%;
  height: 40px;
  background-color: #000000;
  margin-top: 4%;
  font-size: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  border-top: 1px solid #252525; }
  @media only screen and (max-width: 849px) {
    .footer-end {
      margin-top: 6%; } }
  @media only screen and (max-width: 599px) {
    .footer-end {
      width: 100%;
      height: 115px;
      padding: 20px 7px;
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: left;
      -ms-flex-pack: start;
          justify-content: flex-start;
      box-sizing: border-box;
      position: relative; } }
  .footer-end ul {
    overflow: hidden; }
    .footer-end ul li {
      float: left;
      border-right: 1px solid #767676;
      padding-right: 10px;
      margin-right: 10px; }
      .footer-end ul li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
      .footer-end ul li a {
        color: #b0b0b0; }
        @media only screen and (max-width: 599px) {
          .footer-end ul li a {
            color: #ffffff;
            font-size: 10px; } }
      @media only screen and (max-width: 599px) {
        .footer-end ul li {
          padding-right: 5px;
          margin-right: 5px; } }
  .footer-end .footer-copyright {
    padding: 0;
    width: auto;
    line-height: normal;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #a0a0a0; }
    @media only screen and (max-width: 849px) {
      .footer-end .footer-copyright {
        width: 100%;
        padding: 12px 0; } }
    @media only screen and (max-width: 599px) {
      .footer-end .footer-copyright {
        color: #ffffff;
        padding-left: 0;
        padding-top: 0;
        width: 100%;
        font-size: 10px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal; } }

.footer-separator {
  position: relative;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3; }
  @media only screen and (max-width: 599px) {
    .footer-separator {
      margin-bottom: 0px; } }

/* footer helper classes */
h3 {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000; }

.footer-title {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: normal; }
  .footer-title a {
    font: inherit;
    color: #ffffff; }

.margin-bottom-medium {
  margin-bottom: 16px; }
  @media only screen and (max-width: 599px) {
    .margin-bottom-medium {
      margin-bottom: 15%; } }

.margin-bottom-xxsmall {
  height: 11px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  letter-spacing: .02rem;
  text-align: left;
  color: #000; }

.last {
  margin-bottom: 0; }

.copyright {
  color: #999; }

.postscript {
  color: #999;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic; }

.chat {
  display: inline-block;
  width: 50%;
  margin-left: 5px;
  position: relative;
  top: -5px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #070808; }
  @media only screen and (max-width: 599px) {
    .chat {
      margin-left: 10px;
      position: relative;
      left: -1px; } }

#chat {
  width: 52px;
  height: 11px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #070808; }

.footer-terms {
  line-height: normal;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #dfdfdf; }
  @media only screen and (max-width: 599px) {
    .footer-terms {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      white-space: nowrap;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      float: none;
      padding-top: 0;
      margin-bottom: 18px;
      -ms-flex-item-align: baseline;
          align-self: baseline; } }

.footer-emailsignup-form {
  margin-top: 25px; }
  @media only screen and (max-width: 599px) {
    .footer-emailsignup-form {
      margin-top: 15px; } }

@media only screen and (max-width: 599px) {
  #firstchild, #lastchild {
    display: none; } }

.store-image {
  display: inline;
  width: 50%; }
  .store-image img {
    vertical-align: middle; }
  @media only screen and (max-width: 599px) {
    .store-image {
      position: relative;
      left: 0px;
      top: auto; }
      .store-image img {
        vertical-align: baseline; } }

.chat-image {
  display: inline;
  width: 50%; }
  .chat-image img {
    vertical-align: middle; }
  @media only screen and (max-width: 599px) {
    .chat-image {
      position: relative;
      left: 0px;
      top: auto; }
      .chat-image img {
        vertical-align: baseline; } }

.sprite-footer {
  background-image: url("../images/sprites/sprite-footer.png"); }

.icon-chat {
  display: inline-block;
  width: 18px;
  height: 16px; }

.icon-pin {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #a0a0a0; }
  .icon-pin:hover {
    text-decoration: none; }
  @media only screen and (max-width: 599px) {
    .icon-pin {
      fill: #ffffff; } }

.contact-bottom-medium {
  margin-bottom: 25px; }

.footer-contact-mobile-total {
  display: none; }
  @media only screen and (max-width: 599px) {
    .footer-contact-mobile-total {
      display: inline-block;
      width: 22.3%;
      /*height: 10%;*/
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.3px;
      text-align: left;
      color: #070808;
      padding-left: 6%;
      display: inline-block;
      vertical-align: top; } }

.footer-contact-total {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  float: none;
  margin-top: 0;
  padding-left: 0;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 849px) {
    .footer-contact-total {
      margin: 0;
      width: auto;
      padding-left: 0;
      float: none; } }
  @media only screen and (max-width: 599px) {
    .footer-contact-total {
      display: none; } }

@media only screen and (max-width: 599px) {
  .margin-bottom-medium, .contact-bottom-medium {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s; }
    .margin-bottom-medium:hover, .contact-bottom-medium:hover {
      background-color: #ccc; } }

.chat-total {
  margin: 5px 0; }
  .chat-total .chat:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 599px) {
    .chat-total {
      width: 100%;
      padding: 5px 0;
      margin: 10px 0;
      margin-top: 15px; } }

#footer .chat-total a:hover {
  text-decoration: none; }

@media only screen and (max-width: 599px) {
  .store-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding: 0; } }

#footer .store-total > a:hover {
  text-decoration: none; }

@media only screen and (max-width: 599px) {
  .footer-nav-mobile .help-mobile, .footer-nav-mobile .company-mobile, .footer-nav-mobile .footer-contact {
    font-size: 15px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    color: #6e6e6e;
    float: left;
    clear: both;
    border-bottom: 1px solid #767676;
    padding: 28px 10px 28px 10px; }
    .footer-nav-mobile .help-mobile .help-text, .footer-nav-mobile .company-mobile .help-text, .footer-nav-mobile .footer-contact .help-text {
      width: auto;
      float: left;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: normal;
      font-size: 18px; }
    .footer-nav-mobile .help-mobile .icon-click, .footer-nav-mobile .company-mobile .icon-click, .footer-nav-mobile .footer-contact .icon-click {
      float: right;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .footer-nav-mobile .help-mobile .icon-click > span, .footer-nav-mobile .company-mobile .icon-click > span, .footer-nav-mobile .footer-contact .icon-click > span {
        position: absolute;
        right: 27px;
        top: 50%;
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .footer-nav-mobile .help-mobile .expand_btn_mob:after, .footer-nav-mobile .company-mobile .expand_btn_mob:after, .footer-nav-mobile .footer-contact .expand_btn_mob:after {
      content: "";
      width: 19px;
      height: 34px;
      background: url(../images/header/icon-arrow-down-white.svg) no-repeat center;
      display: block; }
    .footer-nav-mobile .help-mobile .expand_btn_mob_on:after, .footer-nav-mobile .company-mobile .expand_btn_mob_on:after, .footer-nav-mobile .footer-contact .expand_btn_mob_on:after {
      content: "";
      width: 19px;
      height: 34px;
      background: url(../images/header/icon-arrow-down-white.svg) no-repeat center;
      display: block;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .footer-nav-mobile .footer-nav-category-list-mobile {
    display: none;
    border-bottom: 1px solid #767676;
    color: #a0a0a0; } }

.footer-top {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.footer-navm {
  display: none; }
  @media only screen and (max-width: 599px) {
    .footer-navm {
      margin-top: 0;
      display: inline-block;
      width: 99%;
      padding-left: 0; } }
  .footer-navm .footer-nav-mobile {
    display: none; }
    @media only screen and (max-width: 599px) {
      .footer-navm .footer-nav-mobile {
        display: inline-block; }
        .footer-navm .footer-nav-mobile:first-child {
          width: 35%;
          height: 227px;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 0.3px;
          text-align: left;
          color: #070808;
          min-width: 100%;
          max-width: 170px;
          height: auto; } }
    @media only screen and (max-width: 599px) {
      .footer-navm .footer-nav-mobile {
        min-width: 100%;
        max-width: 170px;
        height: auto; } }
  .footer-navm .footer-nav-category {
    display: inline-block;
    vertical-align: top; }
    .footer-navm .footer-nav-category:first-child {
      width: 36%;
      height: 227px;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.3px;
      text-align: left;
      color: #070808; }
      @media only screen and (max-width: 849px) {
        .footer-navm .footer-nav-category:first-child {
          width: 45%;
          min-width: 145px;
          margin-right: 7%; } }
      @media only screen and (max-width: 599px) {
        .footer-navm .footer-nav-category:first-child {
          display: none; } }
    .footer-navm .footer-nav-category:last-child {
      width: 30.5%;
      margin-left: 32%;
      font-size: 12px;
      height: 176px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.3px;
      text-align: left;
      color: #070808; }
      @media only screen and (max-width: 849px) {
        .footer-navm .footer-nav-category:last-child {
          width: 25%;
          min-width: 80px;
          margin-right: 8%; } }
      @media only screen and (max-width: 599px) {
        .footer-navm .footer-nav-category:last-child {
          display: none; } }

@media only screen and (max-width: 599px) {
  .footer-nav-category-list-mobile {
    padding-left: 10px;
    font-size: 14px;
    line-height: 3; }
    .footer-nav-category-list-mobile li {
      margin: 12px 0;
      line-height: 2; }
    .footer-nav-category-list-mobile a {
      color: #a0a0a0;
      letter-spacing: normal;
      padding: 8px 0; } }

.footer-nav-row {
  width: 100%;
  display: inline-block; }

.store-chat {
  display: none; }
  @media only screen and (max-width: 599px) {
    .store-chat {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #E3E2E3;
      padding: 10px 0; } }

.contact-us-final {
  border-bottom: 1px solid #9e9e9e; }

@media only screen and (max-width: 599px) {
  .store-chat-big {
    display: none;
    border-top: 1px solid #9e9e9e; } }

#order_btn {
  background: #000;
  text-transform: capitalize;
  height: 40px;
  font-size: 14.5px;
  letter-spacing: 0.02rem;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal; }
  #order_btn:hover:not([disabled]) {
    background: #6e6e6e; }

#upsForm input {
  height: 40px !important; }

.career_btn {
  height: 40px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  font-size: 14.5px; }

.contextchooser-submit {
  height: 40px;
  width: 100px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02rem;
  font-size: 15px; }

.bxc.bx-base.bx-type-nanobar .bx-slab {
  height: auto !important; }

.bxc.bx-base.bx-type-nanobar .bx-align {
  position: static !important; }

.true-religion-app .footer-app {
  margin-top: 0;
  margin-bottom: 18px;
  float: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: flex-start; }
  @media only screen and (max-width: 599px) {
    .true-religion-app .footer-app {
      margin-top: 0; } }
  @media only screen and (max-width: 599px) {
    .true-religion-app .footer-app p {
      margin-bottom: 15px; } }

@media only screen and (max-width: 599px) {
  .true-religion-app {
    clear: both;
    padding-top: 0;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 0;
    width: 100%; }
    .true-religion-app h3 {
      font-size: 20px;
      font-weight: 800;
      line-height: 18px; }
    .true-religion-app p {
      color: #a0a0a0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 12px;
      padding-bottom: 0; }
    .true-religion-app .mobile-apps {
      display: -ms-flexbox;
      display: flex; }
      .true-religion-app .mobile-apps .app-store {
        margin-right: 39px; } }

.new-subscribe {
  font-size: 14px;
  color: green;
  margin-bottom: 5px; }

.contactus-details {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 18px;
  color: #a0a0a0; }
  .contactus-details a {
    color: inherit;
    text-decoration: underline; }
    .contactus-details a#store {
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }

.footer-form-email-input.form-basic {
  background: #000000; }

.footer-end-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  @media only screen and (max-width: 849px) {
    .footer-end-container {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; } }

#footer_email_signup {
  width: 100%;
  margin: 0px 0px;
  padding: 12px 15px;
  background: none;
  border: 1px solid #767676;
  border-radius: 0px;
  font-size: 13px;
  box-sizing: border-box;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 599px) {
    #footer_email_signup {
      padding: 16px 15px;
      height: auto; } }

.footer-form-email-input.form-basic > div {
  margin: 0;
  margin-top: 6px; }

.footer-form-email-input .form-basic input[type="email"], .footer-form-email-input .form-basic input[type="text"] {
  height: 40px; }

.signupOR {
  font-size: 14px;
  margin: 6px auto;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5; }

.contact-us-line {
  line-height: 1.5;
  margin: 18px 0; }

.locator-link {
  font-weight: 700;
  text-decoration: none;
  color: #fff; }

@media only screen and (max-width: 599px) {
  #footer .footer-socials .fb-mobile-icon {
    width: 23px;
    height: 24px; }
  #footer .footer-socials .tiktok-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff; }
  #footer .footer-socials .instagram {
    width: 24px;
    height: 24px; }
  #footer .footer-socials .instagram-icon svg {
    width: 22px;
    height: 24px; }
  #footer .footer-socials .youtube {
    width: 28px;
    height: 20px;
    margin-top: 0; }
  #footer .footer-socials .youtube-icon svg {
    width: 26px;
    height: 23px; }
  #footer .footer-socials .spotify {
    width: 24px;
    height: 24px; }
  #footer .footer-socials .spotify-icon svg {
    width: 22px;
    height: 24px; }
  .form-basic input[type="email"], .form-basic input[type="text"] {
    padding: 16px 15px;
    height: auto;
    margin-right: 11px;
    border: 1px solid #767676; } }

.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; }

.search-result-content .product-tile {
  min-height: auto;
  -ms-flex: calc(100% / 4);
      flex: calc(100% / 4); }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .search-result-content .product-tile {
      min-height: auto;
      -ms-flex: calc(100% / 4);
          flex: calc(100% / 4); } }
  @media only screen and (max-width: 599px) {
    .search-result-content .product-tile {
      min-height: auto;
      -ms-flex: calc(100% / 3);
          flex: calc(100% / 3); } }

.price-sales {
  color: #b2292e; }
  .price-sales.strike-through {
    text-decoration: line-through;
    color: #6e6e6e !important;
    margin-right: 7px; }

.product-tile {
  color: #333;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  position: relative;
  /*height: 533px;*/
  /*.pdp-rec{
		display: none;
		}*/ }
  .product-tile .product-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .02rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 5px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.69);
    color: #fff; }
    @media only screen and (max-width: 849px) {
      .product-tile .product-badge {
        font-size: 9px;
        letter-spacing: 0.02rem;
        margin: 0;
        padding: 1px 3px;
        background: rgba(0, 0, 0, 0.69);
        z-index: 1; } }
  .product-tile .product-badge2 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: normal;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0;
    padding-top: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 11px;
    color: #000; }
    .product-tile .product-badge2[data-badgetext="Trending Now"]:before {
      content: '';
      background: url("../images/product/fire_emoji_clean_v01.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: -10px;
      height: 22px;
      width: 19px; }
    .product-tile .product-badge2[data-badgetext="Best Seller"]:before {
      content: '';
      background: url("../images/product/badge_award_red.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: -10px;
      height: 22px;
      width: 19px; }
    @media only screen and (max-width: 849px) {
      .product-tile .product-badge2 {
        font-size: 9px;
        letter-spacing: normal;
        margin-right: 0px;
        padding-right: 4px; } }
  .product-tile a.afterpay-learn-more {
    display: block;
    width: 100%;
    line-height: 1;
    padding-bottom: 5px; }
  .product-tile .product-promo .promotional-message {
    clear: both;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02rem;
    color: #b2292e; }
  .product-tile .product-image {
    position: relative; }
    .product-tile .product-image img {
      height: auto;
      width: 100%;
      padding-bottom: 0px; }
      @media only screen and (max-width: 599px) {
        .product-tile .product-image img {
          height: 190px !important;
          padding-bottom: 0px; } }
      @media only screen and (max-width: 849px) {
        .product-tile .product-image img {
          height: auto !important;
          padding-bottom: 0px; } }
    .product-tile .product-image .slick-prev,
    .product-tile .product-image .slick-next {
      font-size: 0;
      line-height: 0;
      width: 15px;
      height: 30px;
      position: absolute;
      top: 50%;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent; }
    .product-tile .product-image .slick-prev:before,
    .product-tile .product-image .slick-next:before {
      display: none; }
    .product-tile .product-image:hover .slick-prev:before,
    .product-tile .product-image:hover .slick-next:before {
      display: block; }
      @media only screen and (max-width: 849px) {
        .product-tile .product-image:hover .slick-prev:before,
        .product-tile .product-image:hover .slick-next:before {
          display: none; } }
    .product-tile .product-image .slick-prev {
      width: 15px;
      height: 30px;
      left: 9.7px;
      z-index: 1; }
    .product-tile .product-image .slick-prev:before {
      content: url("../images/left-arrow.png"); }
    .product-tile .product-image .slick-next {
      width: 15px;
      height: 30px;
      right: 10.3px;
      z-index: 1; }
    .product-tile .product-image .slick-next:before {
      content: url("../images/right-arrow.png"); }
  .product-tile .product-name a {
    font-size: 12px;
    width: 95%;
    font-weight: 700;
    /*white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    float: left; }
    @media only screen and (max-width: 849px) {
      .product-tile .product-name a {
        font-size: 12px;
        font-stretch: normal;
        line-height: 1.8;
        text-align: left;
        color: #000000; } }
  .product-tile .product-name h2 {
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    text-transform: uppercase;
    word-spacing: 0.15em; }
  .product-tile .product-name .color-callout {
    margin-bottom: 12px;
    color: #ACACAC; }
  .product-tile .product-name .product-subname {
    font-weight: 700; }
  .product-tile .product-subname:after {
    content: '...'; }
  .product-tile .product-pricing {
    text-align: left;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    float: left;
    letter-spacing: .02rem;
    color: #6e6e6e; }
    @media only screen and (max-width: 849px) {
      .product-tile .product-pricing {
        line-height: 18px; } }
    .product-tile .product-pricing .product-discounted-price .product-sales-price {
      margin-left: 7px;
      color: #b2292e; }
    .product-tile .product-pricing .product-standard-price {
      text-decoration: line-through; }
    .product-tile .product-pricing .price-standard {
      text-decoration: line-through;
      margin-right: 7px; }
    .product-tile .product-pricing .product-price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 12px; }
    .product-tile .product-pricing .price-promo {
      color: #b2292e; }
  .product-tile .product-swatches-all {
    cursor: pointer;
    font-size: 0.9em; }
  .product-tile .product-swatches {
    float: none;
    clear: both; }
    .product-tile .product-swatches ul {
      list-style: none outside none;
      margin: 0;
      overflow: hidden;
      padding: 0;
      text-align: center; }
      .product-tile .product-swatches ul.swatch-toggle {
        background: none repeat scroll 0 0 #fff;
        display: none;
        position: absolute; }
    .product-tile .product-swatches:hover ul.swatch-toggle {
      display: block; }
    .product-tile .product-swatches .swatch-list {
      display: block;
      text-align: left;
      float: none;
      clear: both; }
      @media only screen and (max-width: 599px) {
        .product-tile .product-swatches .swatch-list {
          padding-left: 12px; } }
      .product-tile .product-swatches .swatch-list li {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle; }
        .product-tile .product-swatches .swatch-list li span {
          vertical-align: middle; }
    .product-tile .product-swatches .swatch {
      display: inline-block; }
      .product-tile .product-swatches .swatch .swatch-img {
        border: 1px solid #d8d8d8;
        display: inline-block;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        object-fit: cover; }
      .product-tile .product-swatches .swatch.selected .swatch-img, .product-tile .product-swatches .swatch .swatch-img:hover {
        border-color: #000; }
      .product-tile .product-swatches .swatch.selected:focus {
        outline: 0;
        outline-offset: 0; }
  .product-tile .product-promo {
    font-size: 0.8em;
    margin: 6px 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      .product-tile .product-promo {
        margin-bottom: 0; } }
  .product-tile .product-compare {
    bottom: -5px;
    left: 5px;
    position: absolute;
    width: 40px;
    line-height: 11px; }
    .product-tile .product-compare label {
      float: right;
      font-weight: 400;
      padding: 0;
      width: 50%; }
    .product-tile .product-compare input {
      float: left;
      margin: 0; }
  .product-tile .pr_stars {
    height: auto;
    position: relative;
    left: 8px; }
  .product-tile .prSnippetTitle {
    float: left; }
  .product-tile .prSnippetReadReviews {
    display: none; }
  .product-tile .prSnippetRatingUnclickable {
    float: left; }
  .product-tile .prSnippetNumberOfRatingsText,
  .product-tile .pr-snippet-review-count,
  .product-tile .pr-snippet-read-write,
  .product-tile .pr-snippet-social-bar,
  .product-tile .pr-clear {
    display: none; }
  .product-tile .pr-snippet-stars {
    float: none;
    margin: 0 auto;
    width: 115px; }

.capture-product-id {
  left: -999em;
  position: absolute; }

#recently-viewed-carousel .product-tile .color-callout {
  display: none; }

.yotpo .standalone-bottomline .star-clickable {
  margin-bottom: 5px !important; }

@media only screen and (min-width: 850px) {
  .content-asset.grid_desktop {
    display: none; }
  .content-asset.grid_mobile {
    display: none; } }

@media only screen and (max-width: 849px) {
  .content-asset.grid_desktop {
    display: none; }
  .content-asset.grid_mobile {
    display: none; } }

.search-result-content .product-tile .product-image .pdp-rec {
  margin-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .search-result-content .product-tile .product-image .pdp-rec {
      margin-bottom: 0px; } }
  @media only screen and (max-width: 849px) {
    .search-result-content .product-tile .product-image .pdp-rec {
      margin-bottom: 0px; } }

.product-tile-img-desktop {
  display: block; }
  @media only screen and (max-width: 849px) {
    .product-tile-img-desktop {
      display: none; } }

.product-tile-img-mobile {
  display: none; }
  @media only screen and (max-width: 849px) {
    .product-tile-img-mobile {
      display: block; } }
  .product-tile-img-mobile .swiper-pagination-bullet-active {
    background: #000; }

.pt_product-search-result .primary-content h1 {
  margin-bottom: 14px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000000; }
  @media only screen and (max-width: 849px) {
    .pt_product-search-result .primary-content h1 {
      /*width: 118px;*/
      font-size: 24px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.1;
      text-align: center;
      color: #000000; } }

.pt_product-search-result .primary-content h5 {
  width: 768px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.5em;
  margin: auto;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 54px; }
  @media only screen and (max-width: 599px) {
    .pt_product-search-result .primary-content h5 {
      width: auto;
      margin-bottom: 24px; } }

.pt_product-search-result .primary-content,
.pt_content-search-result .primary-content {
  background: transparent;
  width: 100% !important;
  left: 0px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_product-search-result .primary-content,
    .pt_content-search-result .primary-content {
      width: 100% !important; } }
  @media only screen and (max-width: 849px) {
    .pt_product-search-result .primary-content,
    .pt_content-search-result .primary-content {
      width: 100% !important;
      left: 0px;
      clear: both; } }

.pt_product-search-noresult .primary-content {
  width: 98%;
  padding: 0 1%; }
  .pt_product-search-noresult .primary-content h1 {
    margin-top: 40px; }
  .pt_product-search-noresult .primary-content .section-header {
    border: none; }
    @media only screen and (max-width: 599px) {
      .pt_product-search-noresult .primary-content .section-header {
        margin-bottom: 20px; } }
  .pt_product-search-noresult .primary-content .no-hits-search {
    margin-bottom: 40px; }
    @media only screen and (max-width: 599px) {
      .pt_product-search-noresult .primary-content .no-hits-search {
        margin-bottom: 50px; } }
  .pt_product-search-noresult .primary-content .form-row {
    width: 400px;
    margin: 0 auto; }
    @media only screen and (max-width: 599px) {
      .pt_product-search-noresult .primary-content .form-row {
        width: 280px; } }
    .pt_product-search-noresult .primary-content .form-row input[type="text"] {
      width: 338px;
      padding: 10px .5em; }
      @media only screen and (max-width: 599px) {
        .pt_product-search-noresult .primary-content .form-row input[type="text"] {
          width: 220px;
          border-radius: 0;
          font-size: 13px;
          padding: 8px .5em; } }
    .pt_product-search-noresult .primary-content .form-row button {
      text-transform: capitalize !important;
      background: #000000 !important;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 14.5px;
      font-stretch: normal;
      letter-spacing: 0.02rem;
      display: inline-block;
      width: 40px;
      height: auto;
      padding: 10px 8px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      border: none;
      color: #fff;
      background: #000;
      border-radius: 0; }
      .pt_product-search-noresult .primary-content .form-row button:hover {
        background: #6e6e6e !important; }
      @media only screen and (max-width: 599px) {
        .pt_product-search-noresult .primary-content .form-row button {
          font-size: 13px; } }
      .pt_product-search-noresult .primary-content .form-row button[disabled] {
        background: #bfbfbf !important; }

.pt_product-search-result .primary-content h1.content-header {
  padding-left: 15px; }

.category-main-banner {
  margin: 0 auto;
  text-align: center; }
  .category-main-banner img {
    max-width: 100%; }

.sl-container .sl-options li a {
  display: block;
  padding: 2px 20px 2px 10px;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 2.36;
  letter-spacing: .02rem;
  color: #000000;
  text-decoration: none;
  text-transform: capitalize; }

.pt_product-search-result .sl-container .sl-placeholder-container .sl-placeholder {
  padding-right: 30px !important; }

.sl-container {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e3e3e3;
  width: auto !important;
  min-width: 150px !important;
  float: left;
  height: 40px !important;
  font-size: 13px; }

.filters-products-container select#grid-sort-header {
  width: 185px;
  margin-left: 0; }

.sorting-options-desktop .sl-container {
  min-width: 185px !important; }

.search-results-header {
  display: none;
  text-transform: uppercase;
  margin: 26px 0 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #000000; }
  @media only screen and (max-width: 849px) {
    .search-results-header {
      font-size: 24px; } }
  @media only screen and (max-width: 599px) {
    .search-results-header {
      margin-top: 19px;
      font-size: 18px; } }

.search-results-term {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px; }
  .search-results-term span {
    text-decoration: underline; }

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #b2292e;
  font-style: italic; }

.no-hits-footer {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  margin: 20px 0;
  padding: 20px 0; }

.breadcrumbs-paging {
  display: block;
  margin-top: 0px; }
  @media screen and (min-width: 0px) {
    .breadcrumbs-paging {
      position: relative; } }

.filter-results {
  float: left;
  height: auto;
  width: 100%;
  line-height: 3.17; }
  @media screen and (min-width: 849px) and (max-width: 1059px) {
    .filter-results {
      width: 48%; } }
  @media only screen and (max-width: 849px) {
    .filter-results {
      width: 86%;
      position: relative;
      left: 0;
      margin: 0px 0 0; } }
  .filter-results .pagination .current-page-label {
    display: none; }
  .filter-results .breadcrumb.bc-hide:first-child {
    display: none; }
  .filter-results .breadcrumb.bc-hide.refinements {
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .filter-results .breadcrumb.bc-hide {
    height: auto;
    padding-top: 0px;
    padding-left: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 !important; }
    @media only screen and (max-width: 849px) {
      .filter-results .breadcrumb.bc-hide {
        display: block; } }
    .filter-results .breadcrumb.bc-hide .breadcrumb-refinement-value {
      float: none;
      padding-right: 10px;
      font-size: 12px;
      letter-spacing: 0.3px;
      line-height: normal;
      color: #000;
      text-transform: none;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      margin-bottom: 8px; }
      @media only screen and (max-width: 849px) {
        .filter-results .breadcrumb.bc-hide .breadcrumb-refinement-value {
          margin: 0px 0 0 0;
          padding: 0 22px 0 0;
          line-height: normal;
          vertical-align: bottom;
          letter-spacing: 0.3px;
          height: auto; } }
      .filter-results .breadcrumb.bc-hide .breadcrumb-refinement-value a {
        position: relative;
        top: 2px; }
        .filter-results .breadcrumb.bc-hide .breadcrumb-refinement-value a .remove-refinement-value {
          width: 9px;
          height: 9px;
          background-color: transparent;
          float: right;
          margin: 2px; }
          .filter-results .breadcrumb.bc-hide .breadcrumb-refinement-value a .remove-refinement-value::after {
            display: inline-block;
            content: "\00d7";
            /* This will render the 'X' */
            font-size: 22px;
            position: relative;
            top: -13px; }
    .filter-results .breadcrumb.bc-hide .clear-all-breadcrumbs {
      float: none;
      padding: 0 0 0 10px;
      text-transform: capitalize;
      position: relative;
      line-height: normal;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      top: 0; }
      .filter-results .breadcrumb.bc-hide .clear-all-breadcrumbs a {
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: unset;
        color: #6e6e6e !important;
        text-decoration: underline !important; }
      @media only screen and (max-width: 849px) {
        .filter-results .breadcrumb.bc-hide .clear-all-breadcrumbs {
          margin: 0px 0 -5px 0;
          padding: 0;
          height: auto;
          position: relative;
          top: 10px; }
          .filter-results .breadcrumb.bc-hide .clear-all-breadcrumbs a {
            line-height: normal;
            letter-spacing: 0.3px; } }

.search-result-bookmarks {
  margin: 15px; }
  .search-result-bookmarks .first {
    border-right: 1px solid #999;
    padding-right: 5px; }

.search-result-options {
  margin: 17px 0 19px;
  width: 25%;
  min-width: 320px;
  min-height: 45px; }
  @media only screen and (max-width: 849px) {
    .search-result-options {
      width: 45%;
      min-height: 82px;
      margin: 19px 0 16px;
      float: right;
      min-height: 0; } }
  @media only screen and (max-width: 580px) {
    .search-result-options {
      width: 35%; } }
  @media only screen and (max-width: 599px) {
    .search-result-options {
      width: 100%;
      margin: 0 0 2.4em 0; } }
  @media only screen and (min-width: 850px) {
    .search-result-options {
      padding: 0px 10px;
      box-sizing: border-box;
      margin-top: 0px; } }
  @media only screen and (min-width: 1200px) {
    .search-result-options {
      padding: 0 1%; } }
  .search-result-options .filter-by {
    float: none;
    border: 1px solid #e3e3e3;
    background-color: #fff; }
    .search-result-options .filter-by.fixed-filters {
      position: fixed !important;
      max-height: 85vh;
      overflow-y: auto; }
      .search-result-options .filter-by.fixed-filters::-webkit-scrollbar {
        width: 8px; }
      .search-result-options .filter-by.fixed-filters::-webkit-scrollbar-thumb {
        background-color: #e3e3e3; }
      .search-result-options .filter-by.fixed-filters::-webkit-scrollbar-track {
        background-color: #f7f7f7; }
    .search-result-options .filter-by.hide-category .category-refinement {
      display: none !important; }
  .search-result-options .sort-by {
    min-height: 40px;
    float: right; }
    @media only screen and (max-width: 849px) {
      .search-result-options .sort-by {
        min-height: 0;
        float: none; } }

.search-result-content-container {
  position: relative; }
  .search-result-content-container .sticky-refinements {
    background-color: #fff;
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100; }

.search-result-options select {
  position: absolute;
  left: -9999999999px; }

.sort-by label[for="grid-sort-header"] {
  display: none; }

.items-per-page label {
  display: none; }

.items-per-page select {
  margin: 0;
  padding: 0;
  width: 100%;
  font-style: normal;
  text-transform: uppercase;
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  outline: none; }

.items-per-page button {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  color: #000;
  font-size: 0.9em;
  padding: 0.3em;
  width: auto; }

.pagination {
  float: right;
  margin: 0 20px 0 0; }
  @media only screen and (max-width: 849px) {
    .pagination {
      margin: 0; } }
  .pagination .results-hits {
    height: 20px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    font-stretch: normal;
    line-height: 1.91;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e;
    float: left;
    padding: 10px 0 0; }
    @media only screen and (max-width: 849px) {
      .pagination .results-hits {
        padding: 0px 0 0; } }
  .pagination ul {
    float: right;
    margin: 0;
    padding: 0; }
  .pagination li {
    display: block;
    float: left;
    list-style: none outside none;
    padding: 0.5em; }
    .pagination li.first-last a {
      background-color: #00a4e4;
      color: #fff;
      font-size: 0.9em;
      padding: 0 2px; }

.search-result-content {
  margin: 0;
  padding: 0;
  /* ul {
		width:100%;
		display: table;
        table-layout: fixed;
	} */
  /* &:nth-of-type(3n) {
			 margin-right:0px;
		} */
  /* li {
		display: table-cell;
		padding:9px;
		list-style: none outside none;
	} */ }
  @media screen and (min-width: 0px) {
    .search-result-content {
      margin-top: 0px; } }
  @media screen and (min-width: 850px) {
    .search-result-content {
      margin-top: 0px; } }
  .search-result-content ul {
    margin: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .search-result-content ul li {
      display: inline-block;
      vertical-align: top; }
    @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
      .search-result-content ul {
        margin: -12px; } }
  .search-result-content ul .grid-tile {
    margin: 15px;
    margin-bottom: 49px; }
    @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
      .search-result-content ul .grid-tile {
        margin: 12px;
        margin-bottom: 46px; } }
  @media only screen and (max-width: 1059px) {
    .search-result-content ul {
      margin: -12px; }
    .search-result-content ul .grid-tile {
      margin: 12px;
      margin-bottom: 55px; } }
  @media only screen and (max-width: 849px) {
    .search-result-content ul {
      margin: 0px; }
    .search-result-content ul .grid-tile {
      margin: 2%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 599px) {
    .search-result-content ul {
      margin: -2%;
      margin-bottom: 5px; }
    .search-result-content ul .grid-tile {
      margin: 2%;
      margin-bottom: 20px; } }
  .search-result-content .grid-tile {
    float: left;
    min-width: 30.8%;
    max-width: 30.8%;
    list-style: none outside none;
    /*min-height:450px;*/ }
    @media screen and (min-width: 1150px) and (max-width: 1223px) {
      .search-result-content .grid-tile {
        min-width: 30.7%;
        max-width: 30.7%; } }
    @media screen and (min-width: 849px) and (max-width: 860px) {
      .search-result-content .grid-tile {
        min-width: 30.3%;
        max-width: 30.3%; } }
    @media screen and (min-width: 861px) and (max-width: 981px) {
      .search-result-content .grid-tile {
        min-width: 30.5%;
        max-width: 30.5%; } }
    .search-result-content .grid-tile:nth-of-type(3n) {
      /* margin-right: 0; */ }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .search-result-content .grid-tile {
        height: auto; } }
    @media only screen and (max-width: 849px) {
      .search-result-content .grid-tile {
        min-width: 46%;
        max-width: 46%;
        height: auto;
        /*&:nth-of-type(2n) {
				margin-right: 0;
				//float: right;
			}

			&:nth-of-type(2n+1) {
				clear: both !important;
				margin-right: 2%;
			}

			&.new-row {
				clear: none;
				margin-left: 0;
				padding-left: 0;
			}*/ } }
  .search-result-content .invisible {
    display: none; }

.search-result-content {
  clear: both; }

.search-promo {
  padding: 20px; }

#results-content {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  padding-top: 30px; }

.folder-content-list {
  margin: 0;
  overflow: hidden;
  padding: 0 20px; }
  .folder-content-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2% 2% 2% 0;
    width: 48%; }
  .folder-content-list .content-title {
    display: block; }

.no-results {
  padding: 20px; }

.toggle-grid {
  background: url("../images/interface/icon-toggle-grid.png") no-repeat scroll left top transparent;
  cursor: pointer;
  display: none;
  float: left;
  height: 11px;
  margin: 2px 10px 0 0;
  text-indent: -999em;
  width: 24px; }

.wide-tiles .search-result-items .grid-tile {
  width: 91%; }

.wide-tiles .product-tile {
  height: 166px !important; }
  .wide-tiles .product-tile .product-image {
    float: left;
    width: 40%; }
  .wide-tiles .product-tile .product-name,
  .wide-tiles .product-tile .product-pricing,
  .wide-tiles .product-tile .product-promo,
  .wide-tiles .product-tile .pr_stars,
  .wide-tiles .product-tile .product-swatches {
    float: left;
    text-align: left;
    width: 55%;
    margin-bottom: 5px; }
  .wide-tiles .product-tile .product-name {
    margin-top: 0px; }
  .wide-tiles .product-tile .pr-snippet-stars {
    margin: 0; }
  .wide-tiles .product-tile .pr_stars {
    left: -5px; }
  .wide-tiles .product-tile .product-compare {
    left: 40.5%;
    width: 32px;
    bottom: 5px;
    line-height: 12px; }
  .wide-tiles .product-tile .product-swatches {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    margin-top: 5px; }
    .wide-tiles .product-tile .product-swatches li {
      float: left; }

#main .breadcrumb {
  padding-top: 10px;
  clear: both;
  height: 26px;
  margin: 0 10.6%;
  width: 100%;
  box-sizing: border-box; }
  #main .breadcrumb .breadcrumb-element:after {
    color: #6e6e6e !important; }
  #main .breadcrumb .breadcrumb-element a {
    width: 107px;
    height: 11px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e !important;
    text-transform: capitalize; }
  #main .breadcrumb .breadcrumb-element:last-child a {
    color: #000; }

#btn-top {
  position: fixed;
  right: 0px;
  bottom: 70px;
  margin: 0 10px;
  display: none;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 5000;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0.2 ease-out;
  -moz-opacity: 0.2 ease-out;
  -o-opacity: 0.2 ease-out;
  opacity: 0.2 ease-out;
  cursor: pointer; }
  @media only screen and (max-width: 599px) {
    #btn-top {
      padding: 0; } }

.js-offset #btn-top {
  display: block;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .js-offset #btn-top span.arrow {
    display: block; }
  @media only screen and (max-width: 599px) {
    .js-offset #btn-top span.arrow {
      display: block; }
    .js-offset #btn-top span.text {
      display: none; } }

.no-hits.product-carousel {
  position: relative;
  margin: 0 0 60px; }
  .no-hits.product-carousel h3 {
    font-size: 42px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    line-height: 42px;
    letter-spacing: .02rem;
    text-transform: uppercase;
    margin: 20px 0 10px;
    text-align: center; }
  .no-hits.product-carousel .slide {
    list-style: none;
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 599px) {
      .no-hits.product-carousel .slide {
        margin: 0 5px; } }
    .no-hits.product-carousel .slide img {
      display: block;
      width: 100% !important;
      height: auto; }

.carousel-controls {
  position: relative; }
  .carousel-controls .control {
    cursor: pointer;
    position: relative; }
  .carousel-controls .next {
    float: right;
    padding: 15px 15px 15px 0;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .carousel-controls .next {
        padding-right: 4px; } }
    .carousel-controls .next div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        .carousel-controls .next div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .carousel-controls .prev {
    float: left;
    padding: 15px 0 15px 17px;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .carousel-controls .prev {
        padding-left: 4px; } }
    .carousel-controls .prev div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      @media only screen and (max-width: 849px) {
        .carousel-controls .prev div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .carousel-controls .next-prod {
    display: none;
    float: right;
    padding: 15px 15px 15px 0;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .carousel-controls .next-prod {
        padding-right: 4px; } }
    .carousel-controls .next-prod div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        .carousel-controls .next-prod div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .carousel-controls .prev-prod {
    display: none;
    float: left;
    padding: 15px 0 15px 17px;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .carousel-controls .prev-prod {
        padding-left: 4px; } }
    .carousel-controls .prev-prod div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      @media only screen and (max-width: 849px) {
        .carousel-controls .prev-prod div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }

.pt_product-search-result .mobile-only {
  display: none; }

@media only screen and (max-width: 849px) {
  .pt_product-search-result .mobile-only {
    display: block; }
    .pt_product-search-result .mobile-only .sticky-mobile-filter {
      position: fixed;
      top: 55px;
      width: inherit;
      background-color: #fff;
      z-index: 100; }
  .pt_product-search-result .desktop-only {
    display: none; } }

@media only screen and (max-width: 599px) {
  .pt_product-search-result .mobile-only {
    display: block; }
  .pt_product-search-result .desktop-only {
    display: none; } }

.pt_product-search-result .refine-sort {
  padding: 15px 0px 0px;
  padding-top: 0px;
  box-sizing: border-box;
  position: relative;
  width: 96%;
  margin: 0 auto; }
  @media screen and (min-width: 0px) {
    .pt_product-search-result .refine-sort .breadcrumbs-paging {
      display: -ms-flexbox;
      display: flex;
      margin: 5px 0;
      white-space: nowrap; } }

.pt_product-search-result .refine-sort-category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pt_product-search-result .refine-sort-tabs {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.pt_product-search-result .refine-category-tab {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%; }
  @media only screen and (max-width: 849px) {
    .pt_product-search-result .refine-category-tab {
      margin-left: 5px;
      display: none; } }
  .pt_product-search-result .refine-category-tab .sort-category-tab {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    width: auto;
    padding: 0;
    border: 0;
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 99; }
    .pt_product-search-result .refine-category-tab .sort-category-tab.active {
      background: #000;
      color: #fff; }
  .pt_product-search-result .refine-category-tab .refinement-tab-header {
    padding: 0 11px;
    font-size: 12px;
    letter-spacing: 1.1px;
    line-height: normal;
    margin-top: 0px;
    text-transform: uppercase;
    white-space: nowrap; }

.pt_product-search-result .sort-tab {
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  width: auto;
  padding: 0;
  border: 0;
  background: none repeat scroll 0 0 #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  white-space: nowrap;
  z-index: 99; }
  .pt_product-search-result .sort-tab:last-child.active span.caret {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/tr/caret-up.png) no-repeat right center;
    float: right;
    margin: 15px 11px 0 0; }
  .pt_product-search-result .sort-tab .refinme-header {
    display: inline-block;
    padding: 0 11px;
    font-size: 12px;
    letter-spacing: 1.1px;
    font-weight: 600; }
  .pt_product-search-result .sort-tab .refinme-header-sort {
    width: auto;
    text-align: left; }
    @media only screen and (max-width: 400px) {
      .pt_product-search-result .sort-tab .refinme-header-sort div {
        font-size: 9px; } }
  .pt_product-search-result .sort-tab span.caret {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/tr/caret-down.png) no-repeat right center;
    float: right;
    margin: 15px 11px 0 0; }
  .pt_product-search-result .sort-tab span.chevron-up {
    display: none; }
  .pt_product-search-result .sort-tab.active {
    z-index: 500;
    color: #fff;
    background-color: #000;
    border: none; }
    .pt_product-search-result .sort-tab.active span.caret {
      display: none; }
    .pt_product-search-result .sort-tab.active span.chevron-up {
      color: #fff;
      font-size: 18px;
      display: inline-block;
      float: right;
      padding-right: 10px;
      margin-top: -2px; }

.pt_product-search-result .refinements-container {
  padding: 0 8px; }
  .pt_product-search-result .refinements-container .clear-all {
    text-align: center;
    border-bottom: 1px solid #e3e3e3; }
    .pt_product-search-result .refinements-container .clear-all a {
      font-size: 12px;
      letter-spacing: 0.3px;
      color: #6e6e6e;
      line-height: 2.7;
      text-decoration: underline;
      /*margin-right: 60px;*/ }

.pt_product-search-result .refine-sort-content {
  display: none;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e3e3e3;
  position: relative;
  clear: both;
  z-index: 500;
  /*width: 93.8%;*/
  box-sizing: border-box; }
  .pt_product-search-result .refine-sort-content.active {
    display: block;
    /*margin: 0 3.1%;	*/ }

.pt_product-search-result .sort-select-mobile {
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  white-space: nowrap; }

.pt_product-search-result #sort-select-mobile ul {
  display: inline-block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: nowrap;
  animation: scroll-x-peak .75s ease-in-out .5s 1; }

.pt_product-search-result #sort-select-mobile li {
  display: inline-block;
  padding: 20px 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }
  .pt_product-search-result #sort-select-mobile li.selected, .pt_product-search-result #sort-select-mobile li.active {
    font-weight: 600;
    text-decoration: underline; }

.pt_product-search-result .search-result-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1%;
  padding-left: 0; }

.pt_product-search-result .refinement-gender {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  margin-top: 0; }
  .pt_product-search-result .refinement-gender-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .pt_product-search-result .refinement-gender-gender {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1rem; }
    .pt_product-search-result .refinement-gender-gender:last-child {
      margin-bottom: 0; }
  .pt_product-search-result .refinement-gender a.selected {
    background-color: #fff !important;
    border-color: #e3e3e3 !important;
    color: #000 !important; }

.pt_product-search-result .refinement-gender-swatches {
  width: 100%;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  overflow-x: auto; }
  @media only screen and (max-width: 849px) {
    .pt_product-search-result .refinement-gender-swatches {
      width: auto; }
      .pt_product-search-result .refinement-gender-swatches li {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media only screen and (max-width: 849px) {
  .pt_product-search-result .refinement-gender.desktop-only {
    display: none; }
  .pt_product-search-result .refinement-gender {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .pt_product-search-result .refinement-gender .refinement-gender-swatches {
    -ms-flex-pack: justify;
        justify-content: space-between;
    overflow-x: auto; }
    .pt_product-search-result .refinement-gender .refinement-gender-swatches .refinement-gender-gender {
      margin-right: 0.5rem; } }

@keyframes scroll-x-peak {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(-30px); }
  to {
    transform: translateX(0); } }

.afterpay-installments li {
  display: inline-block;
  width: 24%;
  text-align: center; }

p.afterpay-redirect-msg {
  padding: 10px 0; }

.qv-back-to-product {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  margin-left: 20px; }

.return-to-qv {
  margin-top: 15px;
  display: block;
  cursor: pointer; }

.loadMore {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 2.53;
  letter-spacing: 0.02rem;
  color: #000000; }
  .loadMore .loadMorebtn, .loadMore .loadMorebtnPrev {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 5px;
    border: solid 1px #000000;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase; }
    @media only screen and (max-width: 599px) {
      .loadMore .loadMorebtn, .loadMore .loadMorebtnPrev {
        width: 200px;
        margin-top: 5px; } }

.infinity-view-count {
  letter-spacing: .02rem; }

@media screen and (max-width: 849px) {
  .category-desktop {
    display: none; }
  .category-mobile {
    display: block;
    clear: both; } }

@media screen and (min-width: 850px) {
  .category-desktop {
    display: block;
    clear: both; }
  .category-mobile {
    display: none; } }

.category-pagination {
  margin: 5% auto 0;
  text-align: center; }
  .category-pagination select {
    font-size: 11px;
    font-weight: 500;
    line-height: 2.36;
    letter-spacing: 1.1px;
    color: #000000;
    padding: 0 12px;
    width: 55px;
    background: url(../images/tr/caret-down.png) no-repeat right 8px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    outline: none;
    margin-left: 2px;
    border-radius: 3px; }
  .category-pagination select::-ms-expand {
    display: none; }
  .category-pagination select::-ms-value {
    background: none;
    color: #000000; }
  .category-pagination select:-moz-focusring {
    background: none;
    color: #000000;
    border: none; }
  .category-pagination .view {
    font-size: 11px;
    font-weight: 500;
    line-height: 2.36;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000; }
  .category-pagination a.pagination_back_button, .category-pagination a.pagination_next_button {
    padding: 0 24px;
    border-radius: 0;
    text-decoration: none;
    line-height: 2.6;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    letter-spacing: .1rem; }
    @media only screen and (max-width: 599px) {
      .category-pagination a.pagination_back_button, .category-pagination a.pagination_next_button {
        padding: 0 12px !important; } }
  .category-pagination a.pagination_back_button {
    float: left; }
  .category-pagination a.pagination_next_button {
    float: right; }

@media only screen and (max-width: 599px) {
  .pt_product-search-result #main {
    padding: 0; }
  .pt_product-search-result .primary-content h1, .pt_product-search-result .primary-content h5 {
    padding-left: 10px;
    padding-right: 10px; }
  .pt_product-search-result .primary-content .refine-sort-tabs {
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #e5e5e5; }
    .pt_product-search-result .primary-content .refine-sort-tabs .sort-tab {
      position: relative; }
      .pt_product-search-result .primary-content .refine-sort-tabs .sort-tab:first-child {
        float: left; }
      .pt_product-search-result .primary-content .refine-sort-tabs .sort-tab:last-child {
        float: right;
        left: auto; }
  .search-result-content ul {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .search-result-content ul .grid-tile {
      margin: 0;
      margin-bottom: 40px;
      max-width: 49%;
      min-width: 49%; }
      .search-result-content ul .grid-tile.odd-true {
        margin-right: 1%;
        float: left; }
      .search-result-content ul .grid-tile.odd-false {
        float: right; }
  .product-tile .product-image img {
    padding-bottom: 0px; }
  .product-tile .product-pricing, .product-tile .product-promo, .product-tile .product-name a {
    padding-left: 12px; } }

.product-promo-wrapper .promotional-message-inner span.black {
  color: #000;
  background: #fff;
  font-size: 12px;
  padding-left: 10px; }

.product-promo-wrapper.upto-promo {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  text-transform: initial;
  margin-bottom: 5px; }
  .product-promo-wrapper.upto-promo .promotional-message-inner {
    text-align: left; }
    .product-promo-wrapper.upto-promo .promotional-message-inner .black {
      padding-left: 0;
      background: transparent; }

@media only screen and (max-width: 849px) {
  .pt_product-search-result .primary-content .refine-sort-tabs {
    border: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 50%;
    margin-right: 5px; }
    .pt_product-search-result .primary-content .refine-sort-tabs .sort-tab {
      white-space: nowrap;
      width: 100%; }
  .language-selector-mobile.sidenavbar-mob-col.plp-wrapper {
    width: 50%;
    border: 1px solid #e5e5e5; }
    .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector {
      border: 0;
      padding: 0; }
      .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown {
        padding: 0; }
        .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__current-locale {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          padding-top: 7px;
          padding-bottom: 7px;
          -ms-flex-pack: center;
              justify-content: center;
          font-size: 12px;
          height: 26px; }
          .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__current-locale::after {
            right: 0;
            left: 73%; }
          .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__current-locale.active + .language-selector__list {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-pack: center;
                justify-content: center; }
        .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__list {
          border: 1px solid #e5e5e5;
          top: 40px;
          margin-right: initial;
          padding: 0;
          width: auto;
          z-index: 2;
          right: 0; }
          .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__list li {
            border: 0;
            text-align: center;
            padding: 0;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            width: 50%;
            -ms-flex-pack: center;
                justify-content: center; }
            .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__list li:first-child {
              border-bottom: 0;
              border-right: 1px solid #e5e5e5; }
            .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__list li a {
              padding: 15px 10px;
              width: 100%; }
  .refine-sort-category-container .refine-sort-tabs,
  .refine-sort-category-container .plp-wrapper {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .refine-sort-category-container:not(:has(.plp-wrapper)) .refine-sort-tabs {
    width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1; } }

@media only screen and (max-width: 599px) {
  .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__current-locale.active + .language-selector__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__list li {
    width: auto; }
    .language-selector-mobile.sidenavbar-mob-col.plp-wrapper .language-selector .language-selector__dropdown .language-selector__list li:first-child {
      border-bottom: 1px solid #e5e5e5;
      border-right: 0; } }

@media screen and (min-width: 0px) {
  .pt_product-search-result .primary-content .breadcrumbs-paging {
    padding-left: 10px;
    padding-right: 10px; } }

.wrapper_loading {
  background: rgba(255, 255, 255, 0.75);
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 502;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.wrapper_btn {
  position: relative;
  display: none; }

.loading_circle {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin: auto;
  font-size: 4px;
  position: absolute;
  z-index: 1;
  text-indent: -9999em;
  border-top: solid #00263e;
  border-right: solid #00263e;
  border-bottom: solid #00263e;
  border-left: solid #b2292e;
  border-width: 4px;
  transform: translateZ(0);
  animation: load8 .75s infinite linear;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.infinite-scroll-loading .wrapper_btn {
  display: block;
  top: 15px; }

@keyframes load8 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 849px) {
  .search-result-content-container .sorting-options-desktop {
    display: none; } }

@media only screen and (max-width: 849px) {
  .search-result-content-container .pagination {
    display: none; } }

.refine-category-content {
  display: none;
  background: #fff;
  border: 1px solid #e3e3e3;
  position: relative;
  clear: both;
  z-index: 500;
  box-sizing: border-box; }
  .refine-category-content.active {
    display: block; }

.infinite-scroll .pagination ul,
.infinite-scroll .pagination .current-page-label {
  display: none; }

.infinite-scroll .items-per-page {
  display: none; }

.infinite-scroll .search-result-content .infinite-scroll-loading {
  position: absolute;
  bottom: 0px;
  text-align: center;
  /* background: url("../images/infinite-loading-indicator.gif") center no-repeat; */
  height: 40px;
  width: 100%; }
  .infinite-scroll .search-result-content .infinite-scroll-loading.prev {
    bottom: 0px;
    top: auto;
    background-color: #fff;
    padding: 10px; }

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

.infinite-scroll .search-result-content .loader {
  display: none; }

.infinite-scroll .search-result-content .infinite-scroll-loading .loader {
  display: block;
  /*
	svg path, svg rect {
		fill: #000000;
	}
	*/ }

.compare-items {
  clear: both;
  margin: 3.5em 2em 0;
  overflow: hidden;
  padding: 0 1em 1em; }
  .compare-items h2 {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-transform: uppercase; }

.compare-items-panel {
  float: left; }

.compare-item {
  background-color: #eee;
  float: left;
  height: 55px;
  margin-right: 13px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 55px; }
  .compare-item .compare-item-remove {
    background-color: #00a4e4;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .compare-item.active .compare-item-remove {
    display: block; }
  .compare-item .compare-item-number {
    color: #ccc;
    font-size: 3em;
    margin-top: 6px; }

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.compare-buttons {
  float: left;
  padding: 0.7em 0 0; }

.compare-print {
  float: right;
  margin: 0 0 10px; }

.category-switch {
  margin-bottom: 2em; }
  .category-switch label {
    float: left;
    margin: 0;
    width: 45%; }
    @media (min-width: 410px) {
      .category-switch label {
        width: 11em; } }
  .category-switch select {
    float: left;
    margin: 0;
    width: 55%; }
    @media (min-width: 410px) {
      .category-switch select {
        margin-left: 1em;
        width: 15em; } }

#compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  #compare-table a:hover {
    text-decoration: underline; }
  #compare-table .attribute-row {
    border-bottom: 1px solid #ccc; }
    #compare-table .attribute-row:first-of-type {
      border-top: 1px solid #ccc; }
    #compare-table .attribute-row:last-of-type {
      border-bottom: none; }
    #compare-table .attribute-row:nth-child(2n) {
      background-color: #efefef; }
  #compare-table .product-attribute {
    border-right: 1px solid #ccc; }
  #compare-table .action {
    display: block;
    padding: 0.2em 0; }
  #compare-table .value,
  #compare-table .product {
    border-left: 1px solid #ccc; }
  #compare-table .product {
    font-weight: normal;
    text-align: center; }
  #compare-table .value .value-item:after {
    content: ', '; }
  #compare-table .value .value-item:last-child:after {
    content: ''; }
  #compare-table .product-tile .swatch-list {
    display: inline-block; }
  #compare-table .product-image {
    height: auto; }
    #compare-table .product-image img {
      height: auto; }
  #compare-table .section-header {
    font-size: 0.9em;
    padding: 1em;
    text-transform: none; }
  #compare-table .selectcategory label {
    display: block;
    font-size: 0.9em;
    margin: 1em 0;
    text-transform: none; }
  #compare-table .selectcategory select {
    margin: 0;
    width: 100px; }
  #compare-table .comparelists {
    padding: 0; }
  #compare-table .compare-lists label,
  #compare-table .compare-lists select {
    float: none;
    text-align: left;
    width: 100%; }

.pr-snippet-wrapper {
  background: none repeat scroll 0 0 transparent;
  border: 0 none; }

.pr-snippet-stars {
  border: 0 none; }

.pr-snippet-review-count {
  display: none; }

.pr-snippet-read-write {
  border: 0 none;
  clear: none;
  float: left;
  font-size: 1.1em;
  margin: 0;
  padding: 4px 0; }
  .pr-snippet-read-write p {
    display: none; }
  .pr-snippet-read-write a.pr-snippet-link {
    color: #00a4e4; }

.review-image {
  float: left;
  margin: 0 20px; }

.product-name {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }

.discount-promo {
  font-size: 12px;
  color: #b2292e; }

.text-promo {
  font-size: 9px;
  color: #6e6e6e; }

#quickviewpdp #product-set-list h1.product-name {
  padding: 0 !important; }

#quickviewpdp .product-set-list .ps-col-2 .block-add-to-cart {
  height: auto; }

#quickviewpdp .product-set-list .ps-col-2 .divider {
  margin-top: 26px !important;
  margin-bottom: 17px; }

#quickviewpdp .Productset-name {
  width: 26%;
  margin-right: 10.6%;
  margin-bottom: 14px;
  padding: 22px 35px 0 34px;
  float: right; }

@media only screen and (max-width: 599px) {
  .pt_product-details .primary-content {
    width: 70%;
    margin: 0 auto !important;
    float: none !important; } }

@media only screen and (max-width: 480px) {
  .pt_product-details .primary-content {
    width: 100%; } }

@media only screen and (max-width: 599px) {
  .pt_product-details #main {
    padding: 0px; } }

.pt_product-details #main .breadcrumb {
  margin-bottom: 35px;
  height: auto; }

#product-nav-container {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px; }
  #product-nav-container div {
    float: left;
    text-align: center;
    width: 77px; }
  #product-nav-container img {
    max-height: 100%;
    max-width: 80%; }
  #product-nav-container span {
    display: block;
    height: 65px; }
  #product-nav-container .divided span {
    border-right: 1px solid #eee;
    padding-right: 5px; }

#update-imagery {
  display: none; }

.pdp-main {
  margin-top: 15px; }
  .pdp-main ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    .pdp-main ul.size {
      clear: both;
      /*margin-top: 7px;*/ }
      @media only screen and (max-width: 849px) {
        .pdp-main ul.size {
          text-align: left; } }
      @media only screen and (max-width: 599px) {
        .pdp-main ul.size {
          margin-top: 0; } }
    .pdp-main ul.fittoggle-wrapper li .inner-wrapper {
      margin-top: 20px; }
    @media only screen and (max-width: 599px) {
      .pdp-main ul.fittoggle-wrapper {
        margin-top: 10px; }
        .pdp-main ul.fittoggle-wrapper .container-size {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: start;
              align-items: flex-start; }
        .pdp-main ul.fittoggle-wrapper li .inner-wrapper {
          margin-top: 0; } }
  .pdp-main label {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto; }
  .pdp-main .product-col-1 {
    float: left;
    width: 74%; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .product-col-1 {
        width: 64%; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-col-1 {
        width: 60%; } }
    @media only screen and (max-width: 710px) {
      .pdp-main .product-col-1 {
        width: 53%; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-col-1 {
        width: 99%; } }
  .pdp-main .mobileSize {
    display: none; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .mobileSize {
        display: none; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .mobileSize {
        display: block;
        padding: 0 10px; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .mobileSize {
        display: block;
        width: 100%; } }
  .pdp-main .standardSize {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .standardSize {
        display: block; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .standardSize {
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .standardSize {
        display: block;
        margin: 0px; } }
  .pdp-main .product-primary-image {
    max-width: 100%;
    position: relative;
    text-align: center; }
  .pdp-main .product-afterpay-message.pdp-afterpay-message {
    text-align: center; }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-afterpay-message.pdp-afterpay-message {
        text-align: left; } }

.product-image-container {
  position: relative; }
  .product-image-container .caroufredsel-pagination {
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center; }
    .product-image-container .caroufredsel-pagination a {
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px;
      background: #d8d8d8;
      text-decoration: none;
      text-indent: -999px;
      overflow: hidden;
      width: 8px;
      height: 8px; }
      .product-image-container .caroufredsel-pagination a.selected {
        background: #000000; }

.primary-image {
  max-width: 100%; }

.product-thumbnails {
  clear: both;
  display: inline-block;
  padding: 0px 0.5em;
  margin-top: 20px; }
  .product-thumbnails .thumb {
    border: 2px solid #fff;
    float: left;
    margin: 0 8px 0 0;
    padding: 0 0 0;
    width: 56px; }
    .product-thumbnails .thumb.selected {
      border-color: #000; }
  .product-thumbnails .productthumbnail {
    border: 1px solid transparent;
    cursor: pointer;
    max-width: 54px;
    display: block; }
  .product-thumbnails h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    margin: .83em 0; }

.pdp-main {
  /*.size li:not(.size-chart-link) {
		margin: 0;
		text-align: center;

		a {
			@include size-swatch();

			&:hover {
				@include size-swatch-hover-active();
			}
		}

		&.selected a {
			@include size-swatch-hover-active();
		}
	}*/ }
  .pdp-main .product-col-2 {
    float: right;
    margin-right: 4%;
    width: 29%; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .product-col-2 {
        width: 258px;
        border-top: none; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-col-2 {
        width: 258px;
        border-top: none; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-col-2 {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: none; } }
  .pdp-main .product-col-3 {
    clear: right;
    padding: 0;
    line-height: 150%;
    overflow: hidden;
    float: right;
    width: 258px; }
    .pdp-main .product-col-3 .product-tabs {
      margin-top: 0px; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .product-col-3 {
        width: 258px;
        margin-right: 2%; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-col-3 {
        width: 258px;
        margin-right: 1%; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-col-3 {
        width: 100%;
        padding: 0 10px;
        margin: 0; } }
  .pdp-main #fit-left-container {
    width: 100%; }
  .pdp-main #update-images {
    display: none; }
  .pdp-main .desktop-hide {
    display: none; }
    @media only screen and (max-width: 599px) {
      .pdp-main .desktop-hide {
        display: block; } }
  .pdp-main form .input-select {
    width: auto; }
  .pdp-main .product-name {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-style: normal; }
  .pdp-main h1.product-name {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-align: left; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main h1.product-name {
        width: 90%; } }
  .pdp-main .product-number {
    color: #7c7c7c;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .pdp-main .product-price {
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 1em; }
    .pdp-main .product-price .price-standard {
      text-decoration: line-through;
      font-size: 16px; }
    .pdp-main .product-price .price-sales {
      color: #b2292e;
      margin-left: 7px; }
      @media only screen and (max-width: 599px) {
        .pdp-main .product-price .price-sales {
          margin-left: 0; } }
      .pdp-main .product-price .price-sales.strike-through {
        text-decoration: line-through;
        margin-left: 7px;
        font-size: 16px; }
    .pdp-main .product-price .price-now {
      color: #b2292e; }
      .pdp-main .product-price .price-now.strike-through {
        text-decoration: line-through; }
    .pdp-main .product-price .price-promo {
      color: #b2292e;
      margin-top: 5px; }
      @media only screen and (max-width: 849px) {
        .pdp-main .product-price .price-promo {
          display: inline-block;
          margin-left: 5px; } }
  .pdp-main .promo-callout {
    text-align: center; }
    @media only screen and (max-width: 849px) {
      .pdp-main .promo-callout {
        text-align: left; } }
    .pdp-main .promo-callout.first {
      padding-top: 10px; }
  .pdp-main .product-price .price-tiered {
    color: #b2292e;
    font-size: 0.6em;
    line-height: 1.5em; }
  .pdp-main .product-review-links {
    overflow: hidden; }
    .pdp-main .product-review-links li {
      margin-right: 1em; }
  .pdp-main .attribute {
    margin: 0 0 1em;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 0.1em; }
    @media only screen and (max-width: 849px) {
      .pdp-main .attribute {
        margin: 0;
        padding: 0px 0px 9px 0px; } }
    .pdp-main .attribute a.out-of-stock {
      cursor: pointer; }
    .pdp-main .attribute h3, .pdp-main .attribute .label {
      clear: both;
      float: left;
      font-size: 13px;
      margin: 0 0 10px;
      padding: 0;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase; }
      .pdp-main .attribute h3.second, .pdp-main .attribute .label.second {
        font-size: 11px;
        text-transform: none; }
      .pdp-main .attribute h3.giftcard, .pdp-main .attribute .label.giftcard {
        width: 100%;
        margin: 0; }
    .pdp-main .attribute .container-size {
      position: relative;
      text-align: center; }
      .pdp-main .attribute .container-size .tfc-fitrec-product {
        display: inline-block;
        vertical-align: middle;
        margin-top: 15px; }
      .pdp-main .attribute .container-size li.size-chart-link {
        position: absolute;
        top: 0;
        right: 0; }
        .pdp-main .attribute .container-size li.size-chart-link a {
          text-decoration: underline; }
    .pdp-main .attribute .colorswatch {
      position: relative; }
      @media only screen and (max-width: 849px) {
        .pdp-main .attribute .colorswatch {
          margin-top: 6px; } }
      .pdp-main .attribute .colorswatch .swatchescontainer {
        clear: both;
        width: 100%; }
      .pdp-main .attribute .colorswatch ul {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: -6px; }
        @media only screen and (max-width: 849px) {
          .pdp-main .attribute .colorswatch ul {
            text-align: left; } }
      .pdp-main .attribute .colorswatch .color-price {
        margin: 8px 10px 8px 0; }
        .pdp-main .attribute .colorswatch .color-price span.black {
          padding-left: 5px;
          color: #000; }
      .pdp-main .attribute .colorswatch + .carousel-controls .controls {
        top: -22px; }
      .pdp-main .attribute .colorswatch + .carousel-controls .next,
      .pdp-main .attribute .colorswatch + .carousel-controls .prev {
        padding: 0; }
    .pdp-main .attribute .carousel-controls {
      display: none; }
      .pdp-main .attribute .carousel-controls .controls {
        position: absolute;
        top: -22px;
        padding: 0;
        cursor: pointer; }
      .pdp-main .attribute .carousel-controls .next {
        right: 5px;
        width: 8px;
        height: 8px;
        border: 2px solid black;
        border-left: transparent;
        border-top: transparent;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        margin-right: -15px; }
        @media only screen and (max-width: 849px) {
          .pdp-main .attribute .carousel-controls .next {
            width: 4px;
            height: 4px;
            border-width: 1px; } }
      .pdp-main .attribute .carousel-controls .prev {
        left: 5px;
        width: 8px;
        height: 8px;
        border: 2px solid black;
        border-left: transparent;
        border-top: transparent;
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        margin-left: -15px; }
        @media only screen and (max-width: 849px) {
          .pdp-main .attribute .carousel-controls .prev {
            width: 4px;
            height: 4px;
            border-width: 1px; } }
    .pdp-main .attribute .selected-value {
      display: none;
      border: 0 none;
      color: #000;
      font: 13px "Lato", helvetica, sans-serif;
      text-transform: capitalize; }
      .pdp-main .attribute .selected-value.color {
        display: block;
        position: relative;
        margin-right: 0;
        text-align: right;
        width: auto !important; }
    .pdp-main .attribute .size-chart-link {
      clear: both;
      float: none; }
      .pdp-main .attribute .size-chart-link a {
        border-color: #fff !important;
        padding: 0;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.02rem;
        text-align: center;
        color: #000000; }
  .pdp-main .swatches li {
    float: none;
    display: inline-block;
    border: 1px solid #d8d8d8; }
    .pdp-main .swatches li:hover a,
    .pdp-main .swatches li.selected a {
      border: 1px solid #000; }
    .pdp-main .swatches li.unselectable a {
      margin: auto;
      width: 30px;
      color: #000;
      cursor: pointer;
      opacity: 0.5;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      background-color: transparent;
      background-image: repeating-linear-gradient(145deg, transparent 0%, transparent 48%, #000 54%, transparent 52%, transparent 100%); }
    .pdp-main .swatches li.unselectable:hover {
      border-color: #eee; }
      .pdp-main .swatches li.unselectable:hover a {
        border-color: #eee; }
    .pdp-main .swatches li a {
      display: block;
      padding: .07em .05em 0 0;
      border: 0px solid #d8d8d8;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 2.17;
      letter-spacing: 0.02rem;
      border: 1px solid #ffffff; }
  .pdp-main .swatches.fittoggle {
    margin-top: 20px; }
    @media only screen and (max-width: 599px) {
      .pdp-main .swatches.fittoggle {
        margin-top: 0; } }
    .pdp-main .swatches.fittoggle li {
      margin-right: 5px; }
      .pdp-main .swatches.fittoggle li.unselectable a {
        width: auto;
        cursor: default;
        background-image: repeating-linear-gradient(159deg, transparent, transparent 48%, #000 52%, transparent 0, transparent); }
      .pdp-main .swatches.fittoggle li a {
        padding: .07em 0.85em 0 0.85em; }
  .pdp-main .Color li {
    position: relative;
    border: 1px solid transparent;
    margin: 0px;
    margin-bottom: 25px;
    width: auto !important; }
    .pdp-main .Color li.first {
      margin-bottom: 25px; }
    .pdp-main .Color li.last {
      margin-bottom: 5px; }
    .pdp-main .Color li.selected {
      border-color: #000; }
    .pdp-main .Color li.selected.swatch_color_cir {
      border-radius: 50%;
      padding: 5px; }
    .pdp-main .Color li.swatch_color_cir {
      border-radius: 50%;
      padding: 5px; }
    .pdp-main .Color li .swatch-color {
      display: none;
      white-space: nowrap;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -ms-transform: translate(-50%);
          transform: translate(-50%); }
      @media only screen and (max-width: 849px) {
        .pdp-main .Color li .swatch-color {
          left: 0px;
          -ms-transform: none;
              transform: none; } }
    .pdp-main .Color li .emptyswatch-color {
      display: none; }
    .pdp-main .Color li .selected-color {
      display: inline-block;
      letter-spacing: .02rem; }
    .pdp-main .Color li:hover a, .pdp-main .Color li.selected a {
      border-color: #fff; }
    .pdp-main .Color li.unselectable a {
      width: auto; }
    .pdp-main .Color li a {
      border: 0px solid #fff !important;
      line-height: 0;
      margin: 0;
      padding: 0; }
      .pdp-main .Color li a .pdpset-swatch {
        width: 20px; }
      .pdp-main .Color li a img {
        width: auto;
        height: 61px; }
      .pdp-main .Color li a:focus {
        outline: 0;
        outline-offset: 0; }
    .pdp-main .Color li .swatch_color_cir {
      display: inline-block;
      width: 46px;
      height: 46px;
      overflow: hidden;
      border-radius: 50%; }
      .pdp-main .Color li .swatch_color_cir span {
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center center;
        background-repeat: no-repeat; }
  .pdp-main .size ul {
    text-align: center; }
    .pdp-main .size ul li {
      position: relative;
      height: 0;
      width: 35px;
      display: inline-table;
      float: none !important;
      margin-right: auto !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
  .pdp-main .size {
    text-align: center; }
    .pdp-main .size li {
      position: relative;
      height: 0;
      width: 35px;
      display: inline-table;
      float: none !important;
      margin-left: 0;
      margin-right: 6px;
      margin-bottom: 6px;
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
  .pdp-main .giftcardprice li {
    margin: 15px 15px 0 0;
    text-align: center; }
    .pdp-main .giftcardprice li:nth-of-type(4n) {
      margin-right: 0; }
      @media only screen and (max-width: 599px) {
        .pdp-main .giftcardprice li:nth-of-type(4n) {
          margin-right: 15px; } }
    .pdp-main .giftcardprice li a {
      display: block;
      height: 29px;
      line-height: 29px;
      width: 42px;
      padding: 2px 0;
      font-size: 15px;
      text-indent: -1.5px;
      letter-spacing: -1px;
      text-align: center;
      border: 1px solid #e5e5e5;
      padding: 2px; }
      .pdp-main .giftcardprice li a:hover {
        display: block;
        height: 29px;
        line-height: 29px;
        width: 42px;
        padding: 1px;
        font-size: 15px;
        text-indent: -1.5px;
        letter-spacing: -1px;
        text-align: center;
        border: 2px solid #000; }
    .pdp-main .giftcardprice li.selected a {
      display: block;
      height: 29px;
      line-height: 29px;
      width: 42px;
      padding: 1px;
      font-size: 15px;
      text-indent: -1.5px;
      letter-spacing: -1px;
      text-align: center;
      border: 2px solid #000; }
  .pdp-main .product-main-attributes .attribute {
    padding: 0.2em 0; }
  .pdp-main .product-main-attributes .label {
    padding: 0; }
  .pdp-main .product-add-to-cart {
    clear: both;
    margin: 22px 0 10px;
    overflow: hidden; }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-add-to-cart {
        margin-top: 0px; } }

@media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
  .product-afterpay-message.not-eligible {
    width: 100%; } }

@media only screen and (max-width: 849px) {
  .product-afterpay-message.not-eligible {
    width: 100%; } }

@media only screen and (max-width: 599px) {
  .product-afterpay-message.not-eligible {
    width: 100%; } }

.product-afterpay-message.not-eligible .product-not-eligible-for-afterpay-left {
  float: left;
  width: auto; }
  .product-afterpay-message.not-eligible .product-not-eligible-for-afterpay-left a {
    cursor: pointer;
    line-height: 0.5;
    letter-spacing: 0; }
  .product-afterpay-message.not-eligible .product-not-eligible-for-afterpay-left span {
    text-transform: uppercase;
    text-align: left;
    padding: 4px 0 2px 2px;
    display: block;
    font-size: 11px; }
    @media only screen and (max-width: 849px) {
      .product-afterpay-message.not-eligible .product-not-eligible-for-afterpay-left span {
        padding: 4px 0 2px 0px;
        display: inline-block; } }

.product-afterpay-message.not-eligible .product-afterpay-message-right {
  float: right;
  width: 42%;
  text-align: left; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-afterpay-message.not-eligible .product-afterpay-message-right {
      width: 44%; } }
  @media only screen and (max-width: 849px) {
    .product-afterpay-message.not-eligible .product-afterpay-message-right {
      width: 100%; } }
  .product-afterpay-message.not-eligible .product-afterpay-message-right span {
    line-height: 14px;
    display: block;
    color: #000;
    font-size: 12px;
    letter-spacing: 0; }

.product-afterpay-message.not-eligible .afterpay-image {
  width: 100px;
  height: 22px; }

.product-afterpay-message .afterpay-link {
  cursor: pointer; }

.product-afterpay-message .afterpay-image {
  margin: 0;
  height: auto;
  vertical-align: middle;
  width: 106px;
  clear: both; }

.product-afterpay-message span .afterpay-image, .product-afterpay-message span .klarna-image {
  margin: 3px 0;
  width: auto;
  height: 22px; }

.product-afterpay-message span span {
  color: #6e6e6e;
  margin: 0 3px 3px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: .02rem;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 12px;
  vertical-align: middle; }
  @media only screen and (max-width: 849px) {
    .product-afterpay-message span span.mxl-sm-0 {
      margin-left: 0; } }

.product-afterpay-message.cart-afterpay-message span .afterpay-image, .product-afterpay-message.cart-afterpay-message span .klarna-image {
  height: 25px; }

.pt_product-search-result .product-afterpay-message .afterpay-image {
  display: block;
  margin: 0; }

#QuickViewDialog .after-pay-form .afterpay-image {
  display: inline-block;
  height: 18px; }

#QuickViewDialog .product-afterpay-message .afterpay-link {
  margin-top: 5px; }

.product-set .product-add-to-cart {
  display: block; }

.pdp-main .product-add-to-cart .inventory {
  float: left;
  width: 15%; }
  .pdp-main .product-add-to-cart .inventory label {
    float: none; }
  .pdp-main .product-add-to-cart .inventory input {
    margin: 0.7em 0;
    width: 56px; }

.pdp-main .product-add-to-cart .product-price {
  display: none;
  float: left;
  font-size: 2.4em;
  margin: 0;
  text-align: right;
  width: 47%; }

.pdp-main .product-add-to-cart .availability {
  position: relative;
  clear: both;
  float: left;
  padding: 20px 0 20px 70px; }
  .pdp-main .product-add-to-cart .availability .label {
    position: absolute;
    left: 0px; }

.availability .availability-msg {
  display: inline;
  position: relative;
  top: 20px; }
  .availability .availability-msg p {
    margin-top: 0px;
    display: inline;
    width: 45px;
    height: 9px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #000; }

.availability .in-stock-msg {
  color: black; }

.availability .not-available-msg {
  color: #b2292e !important; }

.availability .preorder-msg {
  color: blue; }

.availability .backorder-msg {
  color: #019328; }

.availability .in-stock-date-msg {
  color: red; }

#zoomDialog {
  display: block;
  position: absolute;
  text-align: center;
  height: 100vh;
  background-color: transparent;
  z-index: 1003;
  top: 101px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    #zoomDialog {
      top: 0; } }
  @media only screen and (max-width: 849px) {
    #zoomDialog {
      top: 0;
      width: 98%;
      margin: 0 1% 0; } }
  @media only screen and (max-width: 599px) {
    #zoomDialog {
      top: 0;
      width: 98%;
      margin: 0 1% 0; } }
  #zoomDialog #zoomInner {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    background: white;
    padding-top: 4px;
    max-width: 1126px; }
  #zoomDialog .product-thumbnails {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 0; }
    @media only screen and (max-width: 849px) {
      #zoomDialog .product-thumbnails {
        display: none; } }
    @media only screen and (max-width: 599px) {
      #zoomDialog .product-thumbnails {
        display: none; } }
    #zoomDialog .product-thumbnails .pagination {
      margin-right: 0; }
    #zoomDialog .product-thumbnails .thumb {
      display: inline-block; }
  #zoomDialog #zoomedImg {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media only screen and (max-width: 599px) {
      #zoomDialog #zoomedImg {
        margin-left: -15%; } }
  #zoomDialog #closeZoom {
    float: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 3em;
    font-weight: 100;
    color: #aaa;
    font-family: sans-serif;
    padding: 15px; }

.pdp-main .product-actions {
  *zoom: 1;
  clear: both;
  overflow: hidden;
  padding: 0 0 .5em; }
  .pdp-main .product-actions:before, .pdp-main .product-actions:after {
    content: " ";
    display: table;
    line-height: 0; }
  .pdp-main .product-actions:after {
    clear: both; }
  .pdp-main .product-actions ul.menu {
    width: 100%; }
  .pdp-main .product-actions li {
    margin: 0 4% 10px 0;
    width: 100%;
    font-size: 13px; }
    .pdp-main .product-actions li a.button-ui {
      padding: 0 10px;
      display: inline-block;
      width: 100%;
      height: 45px;
      line-height: 45px;
      text-align: center;
      text-transform: none;
      text-decoration: underline;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .pdp-main .product-actions li a.button-ui .fav-icon-sel img {
        width: 13px;
        padding-right: 5px;
        vertical-align: text-bottom; }
      .pdp-main .product-actions li a.button-ui.disabled {
        opacity: .4;
        cursor: default; }
  .pdp-main .product-actions .social-actions {
    float: right; }
    .pdp-main .product-actions .social-actions li {
      margin: 0 0.2em; }
  .pdp-main .product-actions .addthis_toolbox {
    float: right; }
  .pdp-main .product-actions a.btn-gc-checkbalance {
    display: block;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 16px 30px 14px 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #000;
    border-radius: 2px;
    background: #fff;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pdp-main .product-actions a.terms-link {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline; }

.pdp-main .recommendations {
  clear: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px; }
  .pdp-main .recommendations .recommendations_title {
    width: 100%;
    margin: 20px 0 2px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: normal;
    text-align: left; }
  @media only screen and (max-width: 849px) {
    .pdp-main .recommendations {
      width: 100%; } }
  .pdp-main .recommendations h2 {
    margin: 0;
    font-weight: 400; }
  .pdp-main .recommendations .moreoptions {
    text-align: center;
    margin-bottom: 8px; }
  .pdp-main .recommendations li {
    float: left;
    width: 51px; }
    .pdp-main .recommendations li.swatch_color_cir {
      width: 41px; }
  .pdp-main .recommendations .product-tile {
    margin-top: 5px; }
  .pdp-main .recommendations .product-image {
    height: auto;
    width: 46px;
    margin-bottom: -9px;
    display: block;
    margin-left: 2px; }
    .pdp-main .recommendations .product-image img {
      padding-bottom: 0px; }
    .pdp-main .recommendations .product-image .swatch_color_cir {
      display: inline-block;
      width: 36px;
      height: 36px;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid #555555;
      box-sizing: border-box; }
      .pdp-main .recommendations .product-image .swatch_color_cir span {
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center center;
        background-repeat: no-repeat; }
  .pdp-main .recommendations .product-name {
    font-size: 1em;
    width: 100%; }
    .pdp-main .recommendations .product-name a {
      font-size: 9.7px;
      text-transform: uppercase;
      padding-left: 5px;
      width: 73px;
      line-height: normal; }
  .pdp-main .recommendations .product-price {
    font-size: 1em; }
  .pdp-main .recommendations .jcarousel-clip {
    margin: auto; }
  .pdp-main .recommendations .jcarousel-prev {
    background: url("../images/interface/icon-jcarousel-horiz-arrow-left.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 17px;
    left: 0;
    position: absolute;
    top: 20%;
    width: 9px; }
  .pdp-main .recommendations .jcarousel-next {
    background: url("../images/interface/icon-jcarousel-horiz-arrow-right.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 0;
    top: 20%;
    width: 9px; }
  .pdp-main .recommendations .jcarousel-prev-disabled, .pdp-main .recommendations .jcarousel-next-disabled {
    background: none repeat scroll 0 0 transparent; }
  .pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
    display: block !important; }

.js .pdp-main .recommendations .product-tile .recommendation-tooltip {
  display: none !important; }

#QuickViewDialog .pdp-main #carousel li img {
  width: 448px !important;
  height: auto;
  margin: 0 auto; }

#QuickViewDialog .pdp-main .recommendations .product-image img {
  padding-bottom: 5px; }

#carousel li iframe {
  width: 83% !important;
  height: 600px;
  margin: 10% 0 0 12%; }

.pdp-main .caroufredsel_wrapper {
  position: relative;
  margin: 26px 6px 0 !important; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .caroufredsel_wrapper {
      margin: 26px -5px 0 !important; } }

.pdp-main #carousel {
  overflow: hidden;
  height: 485px;
  cursor: initial; }
  .pdp-main #carousel li {
    list-style: none;
    float: left;
    margin: 0 14px 0 0;
    position: relative; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main #carousel li {
        margin-right: 10px; } }
    .pdp-main #carousel li img {
      display: block;
      width: 378px !important;
      height: auto;
      margin: 0 auto; }
      .pdp-main #carousel li img.no-image {
        margin: 0 auto; }
        @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
          .pdp-main #carousel li img.no-image {
            max-width: 400px; } }
      @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
        .pdp-main #carousel li img {
          width: 100% !important; } }
      .pdp-main #carousel li img.zoomImg {
        position: relative; }
    .pdp-main #carousel li .zoomBtn {
      z-index: 3;
      padding: 2px 4px;
      font-size: 20px;
      color: #9AA3A8;
      position: absolute;
      top: 0px;
      right: 0px;
      font-family: sans-serif;
      font-weight: 100; }
      .pdp-main #carousel li .zoomBtn:hover {
        cursor: pointer;
        color: #000; }
        .pdp-main #carousel li .zoomBtn:hover:before {
          border-color: transparent #ffffff transparent transparent; }
      .pdp-main #carousel li .zoomBtn:before {
        z-index: -1;
        content: ' ';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 38px 38px 0;
        border-color: transparent #f8f8f8 transparent transparent;
        position: absolute;
        top: 0px;
        right: 0px; }

.pdp-main .advance {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  display: none; }

.pdp-main .visible-controls .advance {
  display: block; }

.pdp-main .carousel-next {
  right: 30px;
  width: 16px;
  height: 16px;
  border: 2px solid black;
  border-left: transparent;
  border-top: transparent;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  z-index: 99; }
  @media only screen and (max-width: 849px) {
    .pdp-main .carousel-next {
      width: 12px;
      height: 12px;
      border-width: 1px; } }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .carousel-next {
      right: 27px; } }
  @media only screen and (max-width: 775px) {
    .pdp-main .carousel-next {
      display: none; } }

.pdp-main .carousel-prev {
  left: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid black;
  border-left: transparent;
  border-top: transparent;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  z-index: 99; }
  @media only screen and (max-width: 849px) {
    .pdp-main .carousel-prev {
      width: 12px;
      height: 12px;
      border-width: 1px; } }
  @media only screen and (max-width: 775px) {
    .pdp-main .carousel-prev {
      display: none; } }

.pdp-main .recommendations .recommendation-tooltip {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 100; }

.pdp-main .promotion {
  background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
  clear: both;
  margin: 1em 0;
  padding: 4%; }
  .pdp-main .promotion .promotion-title {
    color: #999;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    vertical-align: top;
    width: 20%; }
  .pdp-main .promotion .promotion-callout {
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    width: 77%; }

.pdp-main .product-tabs {
  border: 0 none;
  margin: 25px 0 0; }
  .pdp-main .product-tabs .print-page {
    display: none; }

#QuickViewDialog {
  height: auto !important; }
  #QuickViewDialog.ui-dialog-content {
    padding: 0 0 30px 0;
    /* padding:0;
		margin-top: -25px; */ }
  #QuickViewDialog .product-primary-image {
    margin-left: 5%; }
  #QuickViewDialog #carousel li {
    margin: 0; }
  #QuickViewDialog .pdp-main #carousel {
    height: 100% !important; }
  #QuickViewDialog .pdp-main .advance {
    top: 50%;
    margin-top: -5px; }
  #QuickViewDialog .pdp-main .caroufredsel_wrapper {
    margin: 7px 0 0 0 !important;
    height: 100% !important; }
  #QuickViewDialog .pdp-main .carousel-prev {
    border: 0;
    left: 15px;
    left: 0;
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -51px -40px;
    width: 14px;
    height: 27px;
    display: inline-block;
    -ms-transform: none;
        transform: none; }
  #QuickViewDialog .pdp-main .carousel-next {
    border: 0;
    right: 0;
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -67px -40px;
    width: 14px;
    height: 27px;
    display: inline-block;
    -ms-transform: none;
        transform: none; }
  #QuickViewDialog .pdp-main .product-col-1 {
    top: 0px;
    padding-left: 1.5%;
    padding: 0; }
    #QuickViewDialog .pdp-main .product-col-1 .product-thumbnails {
      display: none; }
  #QuickViewDialog .pdp-main .promo-callout {
    padding: 5px 0 0 0; }
  #QuickViewDialog .pdp-main .ps-col-2 {
    top: 0px;
    padding: 0;
    width: 30%;
    margin-right: 10.6%; }
    #QuickViewDialog .pdp-main .ps-col-2 .pickup-store {
      width: 100%;
      height: 40px;
      border: solid 1px #6e6e6e; }
      #QuickViewDialog .pdp-main .ps-col-2 .pickup-store .pickup-button {
        text-transform: capitalize;
        text-align: center;
        display: inline-block;
        width: 100%;
        letter-spacing: 0.4px;
        text-align: center;
        color: #000;
        padding-top: 13px;
        font-size: 15px; }
    #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-price {
      /*margin-top: 1em;*/
      padding: 10px 0 0 0;
      margin-bottom: 0px;
      text-align: center;
      margin: 0;
      height: auto !important;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      letter-spacing: 0.02rem;
      color: #6e6e6e; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-price .price-sales {
        margin-top: 5px; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-price .price-promo {
        margin-top: 5px; }
    #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute {
      border-style: none;
      margin: 0;
      padding: 5px;
      position: relative; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .selected-value:not(.color) {
        display: none !important; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .carousel-controls .controls {
        top: -31px; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .colorswatch .caroufredsel_wrapper {
        padding-top: 10px !important; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .colorswatch ul {
        display: table;
        width: auto !important;
        margin: 0 auto !important; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size .tfc-fitrec-product {
        display: none; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size ul {
        text-align: center;
        margin-top: 17px; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size li:not(.size-chart-link) {
        display: inline-table;
        float: none !important;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        margin-left: 0px !important; }
        #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size li:not(.size-chart-link) a {
          border: none;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 12px;
          letter-spacing: 0.02rem;
          text-align: center;
          color: #000;
          height: 30px;
          line-height: 2.5;
          padding: 0 !important;
          width: 30px;
          width: 100%;
          margin: 0 7px 0 0; }
        #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size li:not(.size-chart-link).unselectable a {
          color: #bcbcbc;
          width: 20px;
          width: 100%; }
        #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size li:not(.size-chart-link).selected a {
          border-bottom: 1px solid #000;
          color: #ffffff; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size .fittoggle {
        margin-top: 20px; }
        #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .container-size .fittoggle li.selected a {
          border: 1px solid #000;
          color: #000000; }
      #QuickViewDialog .pdp-main .ps-col-2 #product-content .product-variations .attribute .selected-value.color {
        top: -26px !important;
        /*left:  40%; */
        width: 100% !important;
        margin: 19px 0 0 0;
        font-size: 12px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        line-height: 2.17;
        letter-spacing: 0.02rem;
        text-align: center;
        color: #000; }
    #QuickViewDialog .pdp-main .ps-col-2 .afterpay {
      width: 100%;
      height: auto;
      font-size: 12px;
      letter-spacing: 0.3px;
      margin: 1px 0 0 0;
      color: #6e6e6e;
      text-align: center; }
    #QuickViewDialog .pdp-main .ps-col-2 .quant-cart-wrap {
      width: 100%;
      display: inline-block;
      height: auto;
      margin-top: 0; }
      #QuickViewDialog .pdp-main .ps-col-2 .quant-cart-wrap .quantity {
        width: 12.7%;
        display: inline-block;
        box-sizing: border-box;
        height: 40px;
        vertical-align: bottom;
        /* select::-ms-expand {
            			display: none;
     				} */ }
        #QuickViewDialog .pdp-main .ps-col-2 .quant-cart-wrap .quantity select {
          /*height: 3em;*/
          border: 1px solid #000 !important;
          padding: 0 !important;
          width: 100%;
          -webkit-appearance: menulist !important;
          -moz-appearance: menulist;
          height: 40px;
          margin-left: 0px !important;
          text-align: center;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          background: none; }
        #QuickViewDialog .pdp-main .ps-col-2 .quant-cart-wrap .quantity select::-ms-expand {
          display: block; }
        #QuickViewDialog .pdp-main .ps-col-2 .quant-cart-wrap .quantity select option {
          min-height: 0;
          min-width: 0; }
    #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart {
      margin-top: 22px; }
      #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart button.add-to-cart {
        background: #000;
        padding: 10px 15px;
        width: 85%;
        color: #fff;
        text-transform: none;
        float: right;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: 0.02rem;
        border-radius: 0;
        margin: 0; }
        #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart button.add-to-cart span {
          display: none; }
        #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart button.add-to-cart:hover {
          background-color: #6e6e6e; }
      #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart button.button-fancy-large[disabled] {
        background-color: #bfbfbf;
        text-transform: uppercase; }
      #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart .quant-cart-disabled-wrap {
        margin-top: 0;
        padding-top: 32px; }
        #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart .quant-cart-disabled-wrap button {
          padding-top: 10px;
          padding-bottom: 10px;
          line-height: 1.86;
          width: 85%;
          float: right;
          margin: 0; }
      #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart .pick-up-in-store-wrap {
        margin-top: 0;
        padding-top: 10px; }
        #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart .pick-up-in-store-wrap button {
          border: 1px solid #000;
          color: #000;
          background-color: #fff;
          width: 100%;
          text-transform: uppercase;
          float: right;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 14px;
          line-height: 1.69;
          letter-spacing: 0.02rem;
          border-radius: 0;
          margin: 0; }
          #QuickViewDialog .pdp-main .ps-col-2 .product-add-to-cart .pick-up-in-store-wrap button.button-fancy-large[disabled] {
            border: 1px solid #6e6e6e;
            color: #6e6e6e;
            background-color: #fff;
            padding-top: 7px;
            padding-bottom: 7px; }
    #QuickViewDialog .pdp-main .ps-col-2 .divider {
      width: 100%;
      height: 1px;
      background-color: #e3e3e3;
      margin-top: 64px; }
    #QuickViewDialog .pdp-main .ps-col-2 .view-full-products {
      width: 100%;
      text-align: center;
      margin-top: 17px; }
      #QuickViewDialog .pdp-main .ps-col-2 .view-full-products a {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: .02rem;
        text-align: left;
        color: #666666; }
    #QuickViewDialog .pdp-main .ps-col-2 .product-actions {
      padding-bottom: 0; }
      #QuickViewDialog .pdp-main .ps-col-2 .product-actions ul.menu {
        width: 100%; }
      #QuickViewDialog .pdp-main .ps-col-2 .product-actions .favourites {
        text-align: center; }
        #QuickViewDialog .pdp-main .ps-col-2 .product-actions .favourites img {
          width: 13px;
          height: 15px;
          position: relative;
          top: 2px; }
        #QuickViewDialog .pdp-main .ps-col-2 .product-actions .favourites a {
          text-decoration: underline;
          padding: 17px 0 35px 9px;
          border: none;
          font-size: 12px;
          letter-spacing: 0.3px;
          color: #6e6e6e;
          font-weight: normal; }
    #QuickViewDialog .pdp-main .ps-col-2 .product-number {
      display: none; }
    #QuickViewDialog .pdp-main .ps-col-2 .availability-block {
      padding: 22px 0; }
    #QuickViewDialog .pdp-main .ps-col-2 .availability {
      width: 100%;
      text-align: center; }
      #QuickViewDialog .pdp-main .ps-col-2 .availability .availability-msg p {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.02rem;
        color: #000000;
        font-size: 12px;
        padding: 0; }
      #QuickViewDialog .pdp-main .ps-col-2 .availability .label {
        display: none; }
    #QuickViewDialog .pdp-main .ps-col-2 .caroufredsel_wrapper .Color li {
      margin: 6px 7px 10px; }
    #QuickViewDialog .pdp-main .ps-col-2 .caroufredsel_wrapper .container-size {
      margin-top: 30px; }
    #QuickViewDialog .pdp-main .ps-col-2 .Color li {
      border: 1px solid transparent;
      margin: 0;
      margin-bottom: 25px;
      width: auto !important; }
      #QuickViewDialog .pdp-main .ps-col-2 .Color li.last {
        margin-bottom: 5px; }
      #QuickViewDialog .pdp-main .ps-col-2 .Color li.selected {
        border-color: #6e6e6e; }
      #QuickViewDialog .pdp-main .ps-col-2 .Color li:hover a, #QuickViewDialog .pdp-main .ps-col-2 .Color li.selected a {
        border-color: #fff !important; }
      #QuickViewDialog .pdp-main .ps-col-2 .Color li a {
        border: 2px solid white !important;
        margin: 0;
        padding: 0;
        width: auto;
        line-height: 0; }
        #QuickViewDialog .pdp-main .ps-col-2 .Color li a:focus {
          outline: 0;
          outline-offset: 0; }
  #QuickViewDialog .pdp-main .product-col-3, #QuickViewDialog .pdp-main .product-col-4 .product-col-5, #QuickViewDialog .pdp-main .product-col-6, #QuickViewDialog .pdp-main .lastVisited {
    display: none; }

.tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-basic-button.tfc-svg-layout {
  height: 18px !important; }

.tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-basic-button.tfc-svg-layout .tfc-logo {
  width: 16px !important;
  height: 16px !important;
  top: 0px !important; }

.print-page {
  cursor: pointer; }

.pdp-main .product-tabs .print-page {
  float: right; }

.list-table-header .print-page {
  font-size: 13.2px;
  float: right; }

.pt_gift-registry .list-table-header .print-page {
  margin-top: -0.5em; }

.pdp-main .product-tabs .tab-content {
  float: left;
  min-height: 100px;
  margin-right: 5%;
  font-size: 15px;
  line-height: 1.5em; }
  .pdp-main .product-tabs .tab-content span {
    display: inline-block;
    vertical-align: top; }
  .pdp-main .product-tabs .tab-content span.descBlock1 {
    width: 30%;
    padding-right: 90px; }
  .pdp-main .product-tabs .tab-content span.descBlock2, .pdp-main .product-tabs .tab-content span.descBlock3 {
    width: 25%; }
  @media only screen and (max-width: 599px) {
    .pdp-main .product-tabs .tab-content {
      width: 100%;
      margin-right: 0; }
      .pdp-main .product-tabs .tab-content span.descBlock1, .pdp-main .product-tabs .tab-content span.descBlock2, .pdp-main .product-tabs .tab-content span.descBlock3 {
        width: 100%; } }
  .pdp-main .product-tabs .tab-content#tab1 div {
    width: 32%;
    float: left;
    /*margin-right: 2%;*/ }
    .pdp-main .product-tabs .tab-content#tab1 div:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-tabs .tab-content#tab1 div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em; } }
  .pdp-main .product-tabs .tab-content#tab2 {
    width: 100%; }
    .pdp-main .product-tabs .tab-content#tab2 span {
      display: inline-block;
      width: 40%;
      margin-right: 25px; }
  .pdp-main .product-tabs .tab-content ul {
    list-style-type: disc;
    margin-left: 1.3em;
    /*float: left;*/
    width: 92%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-tabs .tab-content ul {
        margin-left: 5%;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }
  .pdp-main .product-tabs .tab-content ol {
    list-style-type: decimal;
    margin-left: 1.3em;
    padding: 0px; }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-tabs .tab-content ol {
        margin-left: 5%;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }

.pdp-main .description-titles {
  margin-bottom: 12px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }
  .pdp-main .description-titles h3 {
    display: inline-block;
    margin-right: 25px; }
  .pdp-main .description-titles a.product-reviews-link {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-decoration: underline; }

.pdp-main .pdp-giftcard.product-carousel {
  position: relative;
  margin-top: 50px; }
  .pdp-main .pdp-giftcard.product-carousel h3 {
    font-size: 42px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    line-height: 42px;
    letter-spacing: .02rem;
    text-transform: uppercase;
    margin: 20px 0 0;
    text-align: center; }
  .pdp-main .pdp-giftcard.product-carousel .slide {
    list-style: none;
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 599px) {
      .pdp-main .pdp-giftcard.product-carousel .slide {
        margin: 0 5px; } }
    .pdp-main .pdp-giftcard.product-carousel .slide img {
      display: block;
      width: 100% !important;
      height: auto; }

.pdp-main .carousel-controls {
  position: relative; }
  .pdp-main .carousel-controls .control {
    cursor: pointer;
    position: relative; }
  .pdp-main .carousel-controls .next {
    float: right;
    padding: 15px 15px 15px 0;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .pdp-main .carousel-controls .next {
        padding-right: 4px; } }
    .pdp-main .carousel-controls .next div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        .pdp-main .carousel-controls .next div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .pdp-main .carousel-controls .prev {
    float: left;
    padding: 15px 0 15px 17px;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .pdp-main .carousel-controls .prev {
        padding-left: 4px; } }
    .pdp-main .carousel-controls .prev div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      @media only screen and (max-width: 849px) {
        .pdp-main .carousel-controls .prev div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .pdp-main .carousel-controls .next-prod {
    display: none;
    float: right;
    padding: 15px 15px 15px 0;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .pdp-main .carousel-controls .next-prod {
        padding-right: 0; } }
    .pdp-main .carousel-controls .next-prod div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        .pdp-main .carousel-controls .next-prod div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .pdp-main .carousel-controls .prev-prod {
    display: none;
    float: left;
    padding: 15px 0 15px 17px;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .pdp-main .carousel-controls .prev-prod {
        padding-left: 0; } }
    .pdp-main .carousel-controls .prev-prod div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      @media only screen and (max-width: 849px) {
        .pdp-main .carousel-controls .prev-prod div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }

.pdp-main .product-set-list {
  border-top: 1px solid #e3e3e3;
  margin: 0; }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-set-list {
      margin: 0; } }
  .pdp-main .product-set-list .product-set-item {
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    margin: 1em 0;
    overflow: hidden;
    padding: 1em 0 0; }
    .pdp-main .product-set-list .product-set-item .price-promo {
      color: #b2292e !important; }
      @media only screen and (max-width: 1059px) {
        .pdp-main .product-set-list .product-set-item .price-promo {
          margin-top: 0 !important; } }
  .pdp-main .product-set-list .product-set-image {
    float: left;
    width: 22%; }
  .pdp-main .product-set-list .product-set-details {
    float: left;
    width: 78%; }
  .pdp-main .product-set-list .attribute h3, .pdp-main .product-set-list .attribute .label {
    width: 25%; }
  .pdp-main .product-set-list .product-name {
    float: none;
    font-size: 1.3em;
    margin: 0;
    width: auto; }
  .pdp-main .product-set-list .promotion-title {
    font-size: 1.2em; }
  .pdp-main .product-set-list .block-add-to-cart {
    background: none repeat scroll 0 0 #efefef;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0; }
    .pdp-main .product-set-list .block-add-to-cart .inventory {
      float: left;
      margin-left: 22%;
      width: 20%; }
    .pdp-main .product-set-list .block-add-to-cart label {
      padding: 0.7em 0;
      text-align: left;
      width: 40%; }
    .pdp-main .product-set-list .block-add-to-cart .input-text {
      width: 35px; }
    .pdp-main .product-set-list .block-add-to-cart .product-price {
      float: left;
      font-size: 1.6em;
      margin: 0;
      padding: 6px 0 0;
      text-align: right;
      width: 35%; }
    .pdp-main .product-set-list .block-add-to-cart button {
      float: right;
      font-size: 0.9em;
      margin: 3px 5px 0 0;
      padding-left: 1em;
      padding-right: 1em; }

.pdp-main .product-set .product-add-to-cart .product-price {
  width: 54%; }

button.add-to-cart[disabled] {
  opacity: 0.5; }

button.add-all-to-cart {
  display: none; }
  button.add-all-to-cart[disabled] {
    opacity: 0.5; }

.js button.add-all-to-cart {
  display: inherit; }

.last-visited {
  width: 535px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 599px) {
    .last-visited {
      width: 275px; } }
  .last-visited h2 {
    margin-bottom: 35px !important; }
  .last-visited li {
    width: 110px;
    margin: 0 10px 30px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 599px) {
      .last-visited li {
        width: 260px; } }
    .last-visited li .product-tile img {
      width: 100%; }
  .last-visited .carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    cursor: pointer; }
  .last-visited .next {
    display: none;
    float: right;
    padding: 15px;
    z-index: 99; }
    .last-visited .next div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        .last-visited .next div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .last-visited .prev {
    display: none;
    float: left;
    padding: 15px;
    z-index: 99; }
    .last-visited .prev div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      @media only screen and (max-width: 849px) {
        .last-visited .prev div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }

.pdp-main .product-col-1 {
  width: 70%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .product-col-1 {
      width: 68%; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .product-col-1 {
      width: 100%;
      margin-top: 50%; }
      .pdp-main .product-col-1 .product-thumbnails {
        display: none; } }

@media only screen and (max-width: 599px) {
  .pdp-main .ps-col-2 {
    width: 100%; }
    .pdp-main .ps-col-2 .formobile {
      padding-top: 0;
      width: 100%;
      height: 125px;
      float: none;
      position: absolute;
      top: 17px;
      display: none; } }

.pdp-main .ps-col-2 .formobile {
  display: block; }

.pdp-main .ps-col-2 .product-number {
  height: 38px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000; }
  .pdp-main .ps-col-2 .product-number span {
    font-weight: 900; }
  @media only screen and (max-width: 599px) {
    .pdp-main .ps-col-2 .product-number {
      text-align: center;
      width: 100%; } }

.pdp-main .ps-col-2 .product-price .salesprice {
  height: 16px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 3.22;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 30px; }

.pdp-main .ps-col-2 .afterpay {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 24px; }

.pdp-main .ps-col-2 .product-add-to-cart > div {
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.64;
  letter-spacing: 1.4px;
  text-align: center;
  color: #000; }

.pdp-main .ps-col-2 .product-add-to-cart .product-price {
  display: block;
  width: 100%;
  height: 50px; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 .product-add-to-cart .product-price {
      padding: 0; } }
  .pdp-main .ps-col-2 .product-add-to-cart .product-price .salesprice {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-stretch: normal;
    line-height: 3.22;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #6e6e6e;
    height: 55px;
    margin-bottom: 0; }

.pdp-main .ps-col-2 .product-add-to-cart .afterpay {
  width: 100%;
  height: 45px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 30px;
  color: #6e6e6e; }

.pdp-main .ps-col-2 .product-add-to-cart button.add-all-to-cart {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000;
  color: #fff;
  text-transform: none;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 14.5px;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.02rem;
  text-align: center; }

.pdp-main .ps-col-2 .product-add-to-cart .oos-sizes-message {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: .02rem;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  color: #b2292e; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 .product-add-to-cart .oos-sizes-message {
      font-size: 14px; } }

.pdp-main .ps-col-2 .product-add-to-cart .select-size-message {
  display: none;
  border-color: #b2292e;
  border-style: solid;
  border-width: 1px;
  padding: 6px 20px; }

@media only screen and (max-width: 599px) {
  .pdp-main .ps-col-2 #product-set-list {
    border-style: none; } }

.pdp-main .ps-col-2 #product-set-list .product-set-details {
  width: 100%;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center; }
  .pdp-main .ps-col-2 #product-set-list .product-set-details .size-chart-link {
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    width: auto; }
    .pdp-main .ps-col-2 #product-set-list .product-set-details .size-chart-link a {
      text-decoration: underline;
      vertical-align: super;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.02rem;
      text-align: center;
      color: #6e6e6e; }
    @media only screen and (max-width: 1024px) {
      .pdp-main .ps-col-2 #product-set-list .product-set-details .size-chart-link {
        width: 31%; } }
  .pdp-main .ps-col-2 #product-set-list .product-set-details .product-name .main-Item-name {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: .02rem;
    text-align: center;
    color: #000;
    font-weight: 500; }
  .pdp-main .ps-col-2 #product-set-list .product-set-details .product-name .Item-sub-name {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000;
    font-weight: 500; }
  .pdp-main .ps-col-2 #product-set-list .product-set-details .product-name .product-description {
    font-weight: 500;
    display: block;
    text-align: center; }
    .pdp-main .ps-col-2 #product-set-list .product-set-details .product-name .product-description p, .pdp-main .ps-col-2 #product-set-list .product-set-details .product-name .product-description ul {
      font-size: 12px;
      padding-top: 5%; }

.pdp-main .ps-col-2 #product-set-list .product-price {
  width: 100%;
  height: auto;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 #product-set-list .product-price {
      font-size: 16px; } }
  .pdp-main .ps-col-2 #product-set-list .product-price .price-standard {
    padding-right: 0;
    border-right: none; }
  .pdp-main .ps-col-2 #product-set-list .product-price .price-sales {
    border-right: none;
    padding: 0; }

.pdp-main .ps-col-2 #product-set-list .product-set-image {
  margin: 0 auto;
  float: none;
  width: 30%;
  text-align: center; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .ps-col-2 #product-set-list .product-set-image {
      margin-left: 81px;
      width: 31%; } }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 #product-set-list .product-set-image {
      width: 40%;
      margin-left: 58px; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .ps-col-2 #product-set-list .product-set-image {
      margin-left: 0;
      float: none;
      width: 100%; } }
  .pdp-main .ps-col-2 #product-set-list .product-set-image img {
    width: 100px;
    height: 134px; }
    @media only screen and (max-width: 599px) {
      .pdp-main .ps-col-2 #product-set-list .product-set-image img {
        width: 100.1px;
        height: 134px;
        margin-left: auto;
        margin-right: auto;
        display: block; } }

.pdp-main .ps-col-2 #product-set-list .product-variations {
  margin-top: 20px; }
  .pdp-main .ps-col-2 #product-set-list .product-variations .caroufredsel_wrapper {
    margin: 40px 6px 0 !important; }
  .pdp-main .ps-col-2 #product-set-list .product-variations .label {
    display: none !important; }
  .pdp-main .ps-col-2 #product-set-list .product-variations .color {
    -ms-flex-align: center;
        align-items: center;
    display: inline-block;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 #product-set-list .product-variations .color {
        text-align: left;
        line-height: normal;
        font-size: 12px; } }
    .pdp-main .ps-col-2 #product-set-list .product-variations .color .selected-value {
      clear: both;
      white-space: nowrap;
      display: -ms-flexbox;
      display: flex;
      width: 100% !important;
      float: none !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: 2.17;
      letter-spacing: 0.02rem;
      text-align: center;
      color: #000;
      top: -30px !important; }
    .pdp-main .ps-col-2 #product-set-list .product-variations .color .Color {
      display: table;
      margin: 20px auto 0;
      width: auto; }
  .pdp-main .ps-col-2 #product-set-list .product-variations .attribute {
    border-style: none;
    padding-bottom: 0; }
    .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size li:not(.size-chart-link) {
      padding-top: 0;
      margin-left: 6px;
      width: 30px;
      height: 9px; }
      @media only screen and (max-width: 599px) {
        .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size li:not(.size-chart-link) {
          margin-left: 5px; } }
      .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size li:not(.size-chart-link) a {
        border-style: none;
        font-size: 12px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal; }
        .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size li:not(.size-chart-link) a:hover {
          border-style: none;
          font-size: 12px;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal; }
      .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size li:not(.size-chart-link).selected a {
        border-style: none;
        line-height: 2.17;
        border-bottom: 1px solid #000;
        font-size: 12px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal; }
    .pdp-main .ps-col-2 #product-set-list .product-variations .attribute h3 {
      display: none; }
    .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size-chart-link {
      text-decoration: underline;
      vertical-align: sub;
      margin-top: 20px;
      display: inline-block;
      width: 28%;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      text-align: center;
      color: #6e6e6e; }
      @media only screen and (max-width: 1024px) {
        .pdp-main .ps-col-2 #product-set-list .product-variations .attribute .size-chart-link {
          width: 31%; } }

.pdp-main .ps-col-2 #product-set-list .tfc-fitrec-product {
  /*margin-top: -36px;
    						float: right;
   							margin-right: 30px;*/
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px; }
  .pdp-main .ps-col-2 #product-set-list .tfc-fitrec-product .tfc-cfg-widget .tfc-fitrec-result .tfc-cfg-basic-button .tfc-svg-layout {
    width: auto;
    float: none;
    top: 0; }
  @media only screen and (max-width: 1024px) {
    .pdp-main .ps-col-2 #product-set-list .tfc-fitrec-product {
      /* float: right; */ } }
  .pdp-main .ps-col-2 #product-set-list .tfc-fitrec-product span {
    color: #6e6e6e; }

.pdp-main .ps-col-2 .block-add-to-cart {
  background: none; }
  .pdp-main .ps-col-2 .block-add-to-cart .availability {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 90%;
    height: 16px; }
  .pdp-main .ps-col-2 .block-add-to-cart .input-text {
    width: 50px;
    height: 54px;
    text-align: center;
    text-align-last: center;
    border: 1px solid #000;
    margin: 0;
    padding: 5px; }
  .pdp-main .ps-col-2 .block-add-to-cart button {
    margin: 0;
    height: 56px;
    width: 80%;
    background: #000;
    text-transform: none;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 14.5px;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 .block-add-to-cart button {
        float: right;
        width: 76%; } }
  .pdp-main .ps-col-2 .block-add-to-cart .favourites {
    text-align: center; }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 .block-add-to-cart .favourites {
        float: none;
        clear: both; } }
    .pdp-main .ps-col-2 .block-add-to-cart .favourites img {
      width: 13px;
      height: 15px;
      position: relative;
      top: 2px; }
    .pdp-main .ps-col-2 .block-add-to-cart .favourites a {
      text-decoration: underline;
      padding-left: 9px;
      height: 12px;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      text-align: left;
      color: #6e6e6e; }
  .pdp-main .ps-col-2 .block-add-to-cart a {
    border-style: none; }
  .pdp-main .ps-col-2 .block-add-to-cart .inventory {
    margin-top: 0px;
    float: left;
    margin-left: 0;
    width: 20%; }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 .block-add-to-cart .inventory {
        position: relative;
        top: 0px; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .ps-col-2 .block-add-to-cart .inventory {
        margin: 0px !important;
        width: 20% !important;
        top: 0; } }
    .pdp-main .ps-col-2 .block-add-to-cart .inventory .quantity {
      float: left; }
      .pdp-main .ps-col-2 .block-add-to-cart .inventory .quantity label {
        display: none; }

.pdp-main .ps-col-3 {
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both; }
  @media only screen and (min-width: 1059px) {
    .pdp-main .ps-col-3 {
      padding-top: 151px;
      padding-bottom: 150px;
      width: 95%; } }
  .pdp-main .ps-col-3 .recprogress {
    display: none; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .ps-col-3 .recprogress {
        margin-top: 19px !important; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .ps-col-3 {
      margin-bottom: 10px;
      margin-top: 65px;
      padding: 0 !important; } }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .ps-col-3 {
      padding-bottom: 0;
      padding-top: 150px; } }
  .pdp-main .ps-col-3 .color-callout {
    display: none; }
  .pdp-main .ps-col-3 .slick-active {
    opacity: 1 !important; }
  .pdp-main .ps-col-3 .recprogress {
    display: none; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-3 .recprogress {
      margin-top: 19px;
      margin-bottom: 54px;
      display: block; } }

#main .breadcrumb {
  padding-left: 12px;
  margin: 0;
  margin-bottom: 15px; }
  @media only screen and (max-width: 849px) {
    #main .breadcrumb {
      display: block; } }
  @media only screen and (max-width: 849px) {
    #main .breadcrumb {
      display: none; } }
  #main .breadcrumb a {
    text-decoration: none; }
  #main .breadcrumb .breadcrumb-element {
    text-transform: Capitalize;
    font-size: 11px; }
    #main .breadcrumb .breadcrumb-element:nth-child(1) {
      /*display:  none;*/ }
    #main .breadcrumb .breadcrumb-element:after {
      content: "/";
      display: inline-block;
      margin-left: 3px;
      width: 10px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 11px;
      font-stretch: normal;
      color: #6e6e6e !important; }
    #main .breadcrumb .breadcrumb-element:last-child:after {
      content: ""; }
  #main .breadcrumb span:last-child {
    color: #000 !important; }

.primary-content .zoom-section {
  clear: both;
  margin-top: 20px;
  width: 100%;
  display: inline-block; }
  @media only screen and (max-width: 849px) {
    .primary-content .zoom-section {
      display: none; } }
  @media only screen and (max-width: 599px) {
    .primary-content .zoom-section {
      display: none; } }
  .primary-content .zoom-section #vertCarousel.vert.bottom.disabled, .primary-content .zoom-section #vertCarousel .vert.bottom.disabled {
    position: absolute;
    bottom: -38px; }
  .primary-content .zoom-section #vertCarousel .thumbelina_main {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .primary-content .zoom-section #vertCarousel ul li a {
    width: 93px !important; }
    .primary-content .zoom-section #vertCarousel ul li a img.zoom-tiny-image {
      width: 100px !important;
      opacity: 0.3; }
  .primary-content .zoom-section #vertCarousel ul li .fa-play-style {
    margin-left: -62%;
    margin-top: 50%;
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    background: #ff0000;
    padding: 4px 10px;
    border-radius: 6px;
    pointer-events: none; }
  .primary-content .zoom-section #vertCarousel ul li img.video-link-disp {
    opacity: 0.3;
    cursor: pointer; }
    .primary-content .zoom-section #vertCarousel ul li img.video-link-disp.active {
      opacity: 1 !important; }
    .primary-content .zoom-section #vertCarousel ul li img.video-link-disp.inactive {
      opacity: 0.3 !important; }
  .primary-content .zoom-section #vertCarousel ul li a.active img {
    opacity: 1 !important; }
  .primary-content .zoom-section #vertCarousel ul li a.inactive img {
    opacity: 0.3 !important; }
  .primary-content .zoom-section #vertCarousel ul li:nth-child(1) a img {
    opacity: 1; }

.pdp-main .product-badge {
  text-align: center;
  padding-bottom: 0px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #b2292e;
  letter-spacing: normal; }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-badge {
      text-align: left;
      font-size: 14px; } }

.pdp-main .product-tile .product-badge {
  font-size: 12px;
  text-align: left; }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-tile .product-badge {
      margin-top: 10px;
      margin-bottom: -5px; } }

.pdp-main .product-tile .product-name {
  margin-bottom: 0px; }

.pdp-main .product-listing-1x4_recommendation .product-badge {
  color: #ffffff;
  padding: 3px 5px;
  margin: 0px;
  font-size: 10px; }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-listing-1x4_recommendation .product-badge {
      padding: 1px 3px; } }

.pdp-main .pdp-col-1 .zoom-section {
  clear: both;
  margin-top: 0px;
  width: 100%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .pdp-col-1 .zoom-section {
      width: auto; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .pdp-col-1 .zoom-section {
      display: none; } }
  .pdp-main .pdp-col-1 .zoom-section .zoom-desc {
    float: left;
    margin-left: 10px;
    width: 10%;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0px;
    width: 93px;
    height: 594px;
    margin-bottom: 40px; }
    .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but {
      line-height: 17px;
      width: 20%;
      right: 0;
      left: 0;
      margin: auto;
      display: inline-block;
      cursor: pointer;
      color: #888;
      text-align: center;
      vertical-align: middle;
      font-size: 14px;
      font-weight: bold;
      font-family: monospace; }
      .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but.up {
        margin: 0 0 5px 0; }
      .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but.down {
        margin: 5px 0 0 0; }
      .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but.thumbelina-but.disabled, .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but .thumbelina-but.disabled:hover {
        opacity: 0.25;
        cursor: default;
        box-shadow: none; }
      .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but:hover {
        color: #fff; }
    .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but.vert.bottom, .pdp-main .pdp-col-1 .zoom-section .zoom-desc .thumbelina-but.vert.bottom.disabled {
      position: absolute;
      bottom: 0; }
    .pdp-main .pdp-col-1 .zoom-section .zoom-desc ul li a .zoom-tiny-image {
      margin: 0px;
      width: 100px; }

.pdp-main .pdp-col-1 .zoom-small-image {
  float: left;
  margin-bottom: 20px;
  padding-left: 44px;
  width: 76.2%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .pdp-col-1 .zoom-small-image {
      width: 70%; } }
  .pdp-main .pdp-col-1 .zoom-small-image #wrap {
    top: 0px;
    z-index: 99 !important;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .pdp-main .pdp-col-1 .zoom-small-image #wrap {
        /* position: absolute !important;
					    	left: 25%; */ } }
    .pdp-main .pdp-col-1 .zoom-small-image #wrap a {
      width: 100%; }
      .pdp-main .pdp-col-1 .zoom-small-image #wrap a img {
        width: 100%; }
    .pdp-main .pdp-col-1 .zoom-small-image #wrap .mousetrap {
      width: 100% !important; }
    .pdp-main .pdp-col-1 .zoom-small-image #wrap #cloud-zoom-big {
      /* position: absolute;
						    left: 518px !important;
						    top: -4px;
						    width: 400px !important;
						    height: 550px; */ }

.pdp-main .pdp-col-1 .zoom-video-block {
  width: 80%;
  float: left;
  padding-left: 5%;
  display: none; }
  .pdp-main .pdp-col-1 .zoom-video-block iframe {
    width: 99%;
    height: 440px; }

.pdp-main .pdp-col-1 .pdpset {
  margin-top: 20px !important; }

@media only screen and (max-width: 599px) {
  .primary-content #vertCarousel {
    display: none; } }

.primary-content #vertCarousel.vert.bottom.disabled, .primary-content #vertCarousel .vert.bottom.disabled {
  position: absolute;
  bottom: -38px; }

.primary-content #vertCarousel ul li a {
  width: 93px !important; }
  .primary-content #vertCarousel ul li a img.zoom-tiny-image {
    width: 93px !important; }

.pdp-main .pdp-col-1 .zoom-section-mobile {
  display: none; }
  @media only screen and (max-width: 849px) {
    .pdp-main .pdp-col-1 .zoom-section-mobile {
      width: 100%;
      margin: 0 auto;
      display: block;
      margin-top: 0px;
      margin-bottom: 15px; } }
  .pdp-main .pdp-col-1 .zoom-section-mobile .slick-slide img {
    width: 100% !important; }
  .pdp-main .pdp-col-1 .zoom-section-mobile iframe {
    width: 100%;
    height: 440px; }

.pdp-main .pdp-col-4 {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 12px; }
  @media only screen and (min-width: 1059px) {
    .pdp-main .pdp-col-4 .zoom-section-mobile-rec {
      display: none; } }

.pdp-main ul.thumbelina {
  position: relative !important; }

.pdp-main .car-block-category-wrap {
  width: 100%;
  display: inline-block; }

.pdp-main .cont-asset-car-wrap {
  width: 100%;
  display: inline-block;
  padding: 164px 0 0 0; }
  @media only screen and (max-width: 599px) {
    .pdp-main .cont-asset-car-wrap {
      padding: 57px 0 0 0; } }
  .pdp-main .cont-asset-car-wrap .cont-asset-block {
    width: 30%;
    display: inline-block;
    height: auto;
    vertical-align: top; }
    @media only screen and (max-width: 599px) {
      .pdp-main .cont-asset-car-wrap .cont-asset-block {
        width: 100%;
        display: none; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .cont-asset-car-wrap .cont-asset-block {
        width: 100%;
        display: none; } }
    .pdp-main .cont-asset-car-wrap .cont-asset-block .cont-asset-block-top img {
      width: 100%; }
    .pdp-main .cont-asset-car-wrap .cont-asset-block .cont-asset-block-btm img {
      width: calc(100% - 114px);
      float: right;
      padding-top: 15px; }
  .pdp-main .cont-asset-car-wrap .car-block.desktop {
    display: inline-block; }
    .pdp-main .cont-asset-car-wrap .car-block.desktop iframe {
      margin-top: 20%;
      width: 100%;
      height: 600px; }
    @media only screen and (max-width: 849px) {
      .pdp-main .cont-asset-car-wrap .car-block.desktop {
        display: none; } }
  .pdp-main .cont-asset-car-wrap .car-block.mobile {
    display: none; }
    @media only screen and (max-width: 849px) {
      .pdp-main .cont-asset-car-wrap .car-block.mobile {
        display: block; } }
    .pdp-main .cont-asset-car-wrap .car-block.mobile iframe {
      margin-top: 20%;
      width: 100%;
      height: 600px; }
      @media only screen and (max-width: 599px) {
        .pdp-main .cont-asset-car-wrap .car-block.mobile iframe {
          height: 350px; } }
  .pdp-main .cont-asset-car-wrap .car-block.desktop {
    width: 69%;
    height: initial; }

.pdp-main .pdp-col-1 .cont-asset-car-wrap {
  width: 80%;
  float: right; }
  .pdp-main .pdp-col-1 .cont-asset-car-wrap .cont-asset-block {
    width: 100%;
    display: inline-block;
    height: auto;
    vertical-align: top;
    margin: 0 auto; }
    .pdp-main .pdp-col-1 .cont-asset-car-wrap .cont-asset-block img {
      height: 855px;
      width: 642px;
      display: block;
      margin: 0 auto; }
  .pdp-main .pdp-col-1 .cont-asset-car-wrap .car-block {
    width: 20%; }

.pdp-main ul {
  position: relative !important; }

.thumbelina-but.vert.top {
  position: absolute;
  margin: auto;
  top: -15px; }
  .thumbelina-but.vert.top .fa {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .thumbelina-but.vert.top .fa:before {
      content: url("../images/dropdown-arrow.png"); }

.thumbelina-but.vert.bottom {
  position: absolute;
  bottom: -26px !important; }
  .thumbelina-but.vert.bottom .fa:before {
    content: url("../images/dropdown-arrow.png"); }

.cont-asset-car-wrap .slider, .car-block-category-wrap .slider, .you-may-love-wrap .slider, .you-may-love-wrap-mobile .slider {
  width: 74%;
  margin: 0 auto; }

@media only screen and (max-width: 849px) {
  .cont-asset-car-wrap .car-block.mobile .slider, .car-block-category-wrap .car-block.mobile .slider, .you-may-love-wrap .car-block.mobile .slider, .you-may-love-wrap-mobile .car-block.mobile .slider {
    width: 100%; } }

.cont-asset-car-wrap .pdp-col-1 .slider, .car-block-category-wrap .pdp-col-1 .slider, .you-may-love-wrap .pdp-col-1 .slider, .you-may-love-wrap-mobile .pdp-col-1 .slider {
  width: 30%;
  margin: 0; }
  @media only screen and (max-width: 599px) {
    .cont-asset-car-wrap .pdp-col-1 .slider, .car-block-category-wrap .pdp-col-1 .slider, .you-may-love-wrap .pdp-col-1 .slider, .you-may-love-wrap-mobile .pdp-col-1 .slider {
      width: 100%; } }

.cont-asset-car-wrap .slick-slide, .car-block-category-wrap .slick-slide, .you-may-love-wrap .slick-slide, .you-may-love-wrap-mobile .slick-slide {
  margin: 0px 20px; }

.cont-asset-car-wrap .slick-slide img, .car-block-category-wrap .slick-slide img, .you-may-love-wrap .slick-slide img, .you-may-love-wrap-mobile .slick-slide img {
  width: 100%; }

.cont-asset-car-wrap .slick-prev:before,
.cont-asset-car-wrap .slick-next:before, .car-block-category-wrap .slick-prev:before,
.car-block-category-wrap .slick-next:before, .you-may-love-wrap .slick-prev:before,
.you-may-love-wrap .slick-next:before, .you-may-love-wrap-mobile .slick-prev:before,
.you-may-love-wrap-mobile .slick-next:before {
  color: black; }

.cont-asset-car-wrap .slick-slide, .car-block-category-wrap .slick-slide, .you-may-love-wrap .slick-slide, .you-may-love-wrap-mobile .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1.0; }

.cont-asset-car-wrap .slick-active, .car-block-category-wrap .slick-active, .you-may-love-wrap .slick-active, .you-may-love-wrap-mobile .slick-active {
  opacity: 1.0; }

.cont-asset-car-wrap .slick-current, .car-block-category-wrap .slick-current, .you-may-love-wrap .slick-current, .you-may-love-wrap-mobile .slick-current {
  opacity: 1; }

.cont-asset-car-wrap .slick-prev, .car-block-category-wrap .slick-prev, .you-may-love-wrap .slick-prev, .you-may-love-wrap-mobile .slick-prev {
  top: 38%; }
  @media only screen and (max-width: 599px) {
    .cont-asset-car-wrap .slick-prev, .car-block-category-wrap .slick-prev, .you-may-love-wrap .slick-prev, .you-may-love-wrap-mobile .slick-prev {
      display: inline-block !important;
      z-index: 1;
      left: 0px; } }
  .cont-asset-car-wrap .slick-prev:before, .car-block-category-wrap .slick-prev:before, .you-may-love-wrap .slick-prev:before, .you-may-love-wrap-mobile .slick-prev:before {
    content: " ";
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-position: -51px -69px;
    width: 14px;
    height: 27px;
    display: inline-block; }

.cont-asset-car-wrap .slick-next, .car-block-category-wrap .slick-next, .you-may-love-wrap .slick-next, .you-may-love-wrap-mobile .slick-next {
  top: 38%; }
  @media only screen and (max-width: 599px) {
    .cont-asset-car-wrap .slick-next, .car-block-category-wrap .slick-next, .you-may-love-wrap .slick-next, .you-may-love-wrap-mobile .slick-next {
      display: inline-block !important;
      z-index: 1;
      right: 0px; } }
  .cont-asset-car-wrap .slick-next:before, .car-block-category-wrap .slick-next:before, .you-may-love-wrap .slick-next:before, .you-may-love-wrap-mobile .slick-next:before {
    content: " ";
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-position: -67px -69px;
    width: 14px;
    height: 27px;
    display: inline-block; }

.cont-asset-car-wrap .slick-dots li button {
  width: 5px; }

.cont-asset-car-wrap .slick-dots li button:before {
  font-size: 30px; }

.cont-asset-car-wrap .slick-next:before, .cont-asset-car-wrap .slick-prev:before {
  display: none; }

.car-block .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.car-block .fa-play-circle, .car-block .fa-pause-circle {
  margin: 0 0 0 1px;
  vertical-align: text-bottom; }

.car-block .fa-play-circle:before {
  font-size: 12px;
  padding: 0 0 0 9px; }

.car-block .fa-pause-circle:before {
  font-size: 12px;
  padding: 0 0 0 9px; }

.car-block-category-wrap .style-look-txt {
  /* width: 192px; */
  margin: 152px 0 89px 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #000; }
  @media only screen and (max-width: 599px) {
    .car-block-category-wrap .style-look-txt {
      margin: 52px 0 41px 0; } }

.car-block-category-wrap .car-block-category {
  width: 33%;
  display: inline-block; }
  .car-block-category-wrap .car-block-category.hidden {
    display: none; }
  .car-block-category-wrap .car-block-category .product-tile {
    height: auto !important; }
    .car-block-category-wrap .car-block-category .product-tile #quickviewbutton {
      bottom: 38px; }
  @media only screen and (max-width: 599px) {
    .car-block-category-wrap .car-block-category {
      width: 100%;
      display: inline-block; } }
  @media only screen and (max-width: 849px) {
    .car-block-category-wrap .car-block-category {
      width: 100%;
      display: inline-block; } }
  .car-block-category-wrap .car-block-category .slick-prev {
    top: 50%;
    display: block !important; }
    .car-block-category-wrap .car-block-category .slick-prev:before {
      content: " ";
      background-image: url(../images/sprites/sprite-footer.png);
      background-repeat: no-repeat;
      background-position: -51px -69px;
      width: 14px;
      height: 27px;
      display: inline-block; }
  .car-block-category-wrap .car-block-category .slick-next {
    top: 50%;
    display: block !important; }
    .car-block-category-wrap .car-block-category .slick-next:before {
      content: " ";
      background-image: url(../images/sprites/sprite-footer.png);
      background-repeat: no-repeat;
      background-position: -67px -69px;
      width: 14px;
      height: 27px;
      display: inline-block; }
  .car-block-category-wrap .car-block-category .slick-slide img {
    /*width: 100% !important;*/ }
  .car-block-category-wrap .car-block-category .slick-dots {
    display: none; }
  .car-block-category-wrap .car-block-category .cat-img-desc {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: .01rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 30px 0 0 0;
    margin-bottom: 140px; }
    @media only screen and (max-width: 599px) {
      .car-block-category-wrap .car-block-category .cat-img-desc {
        padding: 25px 0 0 0;
        margin-bottom: 55px; } }

.pdp-promo-wrap {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 849px) {
    .pdp-promo-wrap {
      padding: 0;
      height: 357px;
      background-size: 100% 250px;
      /*margin: 0 0 58px;*/ } }
  .pdp-promo-wrap .promo-text-block {
    margin: 281px 0 0 14.6%;
    display: inline-block;
    text-align: center; }
    @media only screen and (max-width: 849px) {
      .pdp-promo-wrap .promo-text-block {
        margin: 16px 0 58px;
        display: inline-block;
        position: absolute;
        bottom: -50px;
        width: 100%; } }
    .pdp-promo-wrap .promo-text-block h3 {
      height: 50px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 50px;
      font-stretch: normal;
      line-height: 0.74;
      letter-spacing: .02rem;
      text-align: center;
      color: #000; }
      @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .pdp-promo-wrap .promo-text-block h3 {
          display: inline-block; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .pdp-promo-wrap .promo-text-block h3 {
          display: inline-block; } }
      @media only screen and (max-width: 849px) {
        .pdp-promo-wrap .promo-text-block h3 {
          font-size: 21px;
          height: 20px;
          letter-spacing: 2.1px; } }
    .pdp-promo-wrap .promo-text-block h6 {
      height: 45px;
      font-size: 18px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1.8px;
      text-align: center;
      color: #000; }
      @media only screen and (max-width: 849px) {
        .pdp-promo-wrap .promo-text-block h6 {
          height: 23px;
          font-size: 12px;
          letter-spacing: 1.4px; } }
    .pdp-promo-wrap .promo-text-block button {
      width: 250px;
      height: 35px;
      border: 1px solid #000;
      background: transparent;
      margin: 0 auto;
      line-height: 2.5;
      text-align: center;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.7px;
      color: #000000; }
      @media only screen and (max-width: 849px) {
        .pdp-promo-wrap .promo-text-block button {
          font-size: 14.5px;
          width: 300px;
          height: 40px;
          line-height: 2.5; } }
      .pdp-promo-wrap .promo-text-block button:hover {
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer; }

/* Weekender sale Promo on checkout */
.checkout-promo-container {
  width: 100%;
  display: inline-block; }
  .checkout-promo-container .weekender-sale-promo {
    width: 100%;
    height: 400px;
    background-image: none;
    background: #ddd4cf;
    position: unset;
    margin: 143px auto 148px auto; }
    @media only screen and (max-width: 849px) {
      .checkout-promo-container .weekender-sale-promo {
        height: 200px;
        position: relative;
        margin: 57px auto 59px; } }
    .checkout-promo-container .weekender-sale-promo .promo-pic-block {
      width: 50%;
      float: left;
      height: 100%; }
      .checkout-promo-container .weekender-sale-promo .promo-pic-block img {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 849px) {
        .checkout-promo-container .weekender-sale-promo .promo-pic-block {
          width: 100%; } }
    .checkout-promo-container .weekender-sale-promo .promo-text-section {
      width: 50%;
      float: left;
      text-align: center; }
      @media only screen and (max-width: 849px) {
        .checkout-promo-container .weekender-sale-promo .promo-text-section {
          right: 48.6%; } }
      @media only screen and (max-width: 599px) {
        .checkout-promo-container .weekender-sale-promo .promo-text-section {
          width: calc(100% - 20px);
          float: left;
          text-align: center;
          position: absolute;
          top: 60%;
          right: 47.2%;
          margin: auto 10px auto 10px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
        .checkout-promo-container .weekender-sale-promo .promo-text-section {
          right: 46.6%; } }
      .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block {
        margin: 127px auto auto auto;
        display: inline-block;
        text-align: center; }
        @media only screen and (max-width: 849px) {
          .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block {
            display: inline-block;
            text-align: center;
            background: #fff;
            opacity: .9;
            padding-top: 0;
            bottom: 34px;
            right: 10px;
            width: calc(100% - 20px); } }
        @media only screen and (max-width: 599px) {
          .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block {
            display: inline-block;
            text-align: center;
            background: #fff;
            opacity: 0.9;
            padding-top: 0;
            bottom: -47px;
            right: unset;
            width: 100%; } }
        .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block h3 {
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          line-height: 1.2;
          letter-spacing: .02rem;
          text-align: center; }
          @media only screen and (max-width: 849px) {
            .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block h3 {
              line-height: 2.86;
              letter-spacing: 2.1px; } }
        .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block h6 {
          height: auto;
          letter-spacing: 1.8px;
          margin: 21px 0 31px 0; }
          @media only screen and (max-width: 849px) {
            .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block h6 {
              margin: 0 0 -10px;
              line-height: 5;
              letter-spacing: 0.6px; } }
        .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block a button {
          color: #fff;
          border-radius: 0;
          width: 280px;
          height: 40px; }
          .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block a button:hover {
            border: none;
            outline: none; }
          @media only screen and (max-width: 849px) {
            .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block a button {
              width: 280px;
              font-size: 13px; } }
        @media only screen and (max-width: 849px) {
          .checkout-promo-container .weekender-sale-promo .promo-text-section .promo-text-block a {
            width: 100%; } }

/* Weekender sale Promo on checkout end */
.pdp-main .product-col-1 {
  width: 66%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .product-col-1 {
      width: 64%; } }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-col-1 {
      width: 60%; } }
  @media only screen and (max-width: 710px) {
    .pdp-main .product-col-1 {
      width: 53%; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .product-col-1 {
      width: 100%;
      margin-top: 50%; }
      .pdp-main .product-col-1 .product-thumbnails {
        display: none; } }

@media only screen and (max-width: 849px) {
  .pdp-main .ps-col-2 {
    width: 100%;
    top: 0; } }

.pdp-main .ps-col-2 .product-number {
  height: 38px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: .02rem;
  text-align: center;
  color: #000; }
  .pdp-main .ps-col-2 .product-number span {
    font-size: 18px; }
  .pdp-main .ps-col-2 .product-number > div {
    font-size: 18px; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 .product-number {
      height: auto; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .ps-col-2 .product-number {
      text-align: center;
      width: 100%; } }

.pdp-main .ps-col-2 .product-price .salesprice {
  height: 16px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 3.22;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 30px; }

.pdp-main .ps-col-2 .afterpay {
  width: 100%;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 12px; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 .afterpay {
      display: none; } }

.pdp-main .ps-col-2 .product-add-to-cart .pdp-collapse-sec-wrap ul li #custService {
  border-bottom: none; }

.pdp-main .ps-col-2 .product-add-to-cart .pdp-collapse-sec-wrap {
  font-size: 12px;
  font-weight: normal !important;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #6e6e6e; }

.pdp-main .ps-col-2 .product-add-to-cart > div {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  line-height: 2.64;
  letter-spacing: .02rem;
  text-align: center;
  color: #000; }

.pdp-main .ps-col-2 .product-add-to-cart .product-price {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 .product-add-to-cart .product-price {
      padding: 0; } }
  .pdp-main .ps-col-2 .product-add-to-cart .product-price .salesprice {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #6e6e6e;
    height: 55px;
    margin-bottom: 0; }

.pdp-main .ps-col-2 .product-add-to-cart .afterpay {
  width: 100%;
  height: auto;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 30px;
  color: #6e6e6e; }

.pdp-main .ps-col-2 .product-add-to-cart button.add-all-to-cart {
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff; }

@media only screen and (max-width: 599px) {
  .pdp-main .ps-col-2 #product-content {
    border-style: none; } }

.pdp-main .ps-col-2 #product-content .product-set-details {
  width: 100%;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center; }
  .pdp-main .ps-col-2 #product-content .product-set-details .product-name {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000; }
    .pdp-main .ps-col-2 #product-content .product-set-details .product-name a {
      font-weight: 900; }
      .pdp-main .ps-col-2 #product-content .product-set-details .product-name a > div {
        font-weight: 500; }

.pdp-main .ps-col-2 #product-content .product-price {
  width: 100%;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e; }
  .pdp-main .ps-col-2 #product-content .product-price .price-standard {
    padding-right: 0; }

.pdp-main .ps-col-2 #product-content .product-set-image {
  margin-top: 34px;
  margin-left: 112px;
  float: none; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .ps-col-2 #product-content .product-set-image {
      width: 31%; } }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 #product-content .product-set-image {
      width: 40%;
      margin-left: 58px; } }
  @media only screen and (max-width: 599px) {
    .pdp-main .ps-col-2 #product-content .product-set-image {
      margin-left: 0;
      float: none;
      width: 100%; } }
  .pdp-main .ps-col-2 #product-content .product-set-image img {
    width: 100px;
    height: 134px; }
    @media only screen and (max-width: 599px) {
      .pdp-main .ps-col-2 #product-content .product-set-image img {
        width: 100.1px;
        height: 134px;
        margin-left: auto;
        margin-right: auto;
        display: block; } }

.pdp-main .ps-col-2 #product-content .product-variations .color {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: none; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 #product-content .product-variations .color {
      position: relative;
      text-align: left;
      line-height: normal;
      font-size: 12px;
      margin-top: 2px;
      color: #424242; } }

.pdp-main .ps-col-2 #product-content .product-variations .attribute {
  border-style: none; }
  .pdp-main .ps-col-2 #product-content .product-variations .attribute:last-of-type {
    margin: 0 0 0px; }
  .pdp-main .ps-col-2 #product-content .product-variations .attribute .size li:not(.size-chart-link).selected a {
    border-style: none;
    border-bottom: 1px solid #000;
    background: #000000;
    color: #ffffff; }
  .pdp-main .ps-col-2 #product-content .product-variations .attribute h3 {
    display: none; }
  .pdp-main .ps-col-2 #product-content .product-variations .attribute .size-chart-link {
    vertical-align: middle;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    color: #6e6e6e; }
    @media only screen and (max-width: 1024px) {
      .pdp-main .ps-col-2 #product-content .product-variations .attribute .size-chart-link {
        width: auto; } }
  .pdp-main .ps-col-2 #product-content .product-variations .attribute .size-chart-link-mx {
    text-decoration: underline;
    vertical-align: sub;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center; }
    .pdp-main .ps-col-2 #product-content .product-variations .attribute .size-chart-link-mx a {
      color: #6e6e6e; }
    @media only screen and (max-width: 1024px) {
      .pdp-main .ps-col-2 #product-content .product-variations .attribute .size-chart-link-mx {
        width: 50%; } }

.pdp-main .ps-col-2 #product-content .tfc-fitrec-product {
  /* float: right;
					    margin-top: -50px;
					    width: 50%; */ }
  .pdp-main .ps-col-2 #product-content .tfc-fitrec-product button {
    margin-left: 3px;
    margin-right: 3px; }

.pdp-main .ps-col-2 #product-content .tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-basic-button {
  background: #fff;
  border-color: #fff; }

.pdp-main .ps-col-2 .block-add-to-cart {
  background: none;
  height: 180px; }
  .pdp-main .ps-col-2 .block-add-to-cart .inventory {
    margin-top: 0px; }
  .pdp-main .ps-col-2 .block-add-to-cart .availability {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 90%; }
  .pdp-main .ps-col-2 .block-add-to-cart .input-text {
    width: 40px;
    height: 40px;
    background: none !important;
    font-size: 12px !important;
    text-align: center;
    border: 1px solid #000 !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist;
    padding: .7em .3em !important; }
  .pdp-main .ps-col-2 .block-add-to-cart .input-text::-ms-expand {
    display: block; }
  .pdp-main .ps-col-2 .block-add-to-cart button {
    display: inline-block;
    margin-left: 9px;
    width: 84%;
    float: left;
    height: 40px;
    background: #000; }
    @media only screen and (min-width: 1150px) and (max-width: 1216px) {
      .pdp-main .ps-col-2 .block-add-to-cart button {
        width: 83%;
        margin-left: 5px; } }
    @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
      .pdp-main .ps-col-2 .block-add-to-cart button {
        margin-left: 5px;
        width: 82%; } }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 .block-add-to-cart button {
        /* width: 84%;
    					margin-left: 50px; */ } }
    @media only screen and (max-width: 599px) {
      .pdp-main .ps-col-2 .block-add-to-cart button {
        width: 83%;
        margin-left: 8px; } }
  .pdp-main .ps-col-2 .block-add-to-cart button.add-to-cart[disabled] {
    padding-top: 2%; }
  .pdp-main .ps-col-2 .block-add-to-cart .favourites {
    text-align: center;
    margin-top: 10px;
    display: inline-table;
    width: 100%; }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 .block-add-to-cart .favourites {
        float: none;
        clear: both; } }
    .pdp-main .ps-col-2 .block-add-to-cart .favourites img {
      width: 13px;
      height: 15px;
      position: relative;
      top: 2px; }
    .pdp-main .ps-col-2 .block-add-to-cart .favourites a {
      text-decoration: underline;
      padding-left: 9px; }
  .pdp-main .ps-col-2 .block-add-to-cart a {
    border-style: none; }
  .pdp-main .ps-col-2 .block-add-to-cart .inventory {
    margin-top: 0px;
    display: inline-block;
    margin-left: 0;
    width: 40px !important; }
    @media only screen and (max-width: 849px) {
      .pdp-main .ps-col-2 .block-add-to-cart .inventory {
        position: relative;
        top: 0px; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .ps-col-2 .block-add-to-cart .inventory {
        margin: 0px !important;
        width: 40px !important;
        top: 0; } }
    .pdp-main .ps-col-2 .block-add-to-cart .inventory .quantity {
      float: left; }
      .pdp-main .ps-col-2 .block-add-to-cart .inventory .quantity label {
        display: none; }

.pdp-main .product-content .attribute .selected-value.color {
  width: 100% !important;
  position: absolute;
  white-space: nowrap;
  /*right: 10px;*/
  float: none;
  clear: both;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 3.65;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #000;
  visibility: visible !important;
  padding: 0px !important;
  margin: 0px;
  visibility: visible !important; }

.pdp-main .product-content .attribute .colorswatch .product-variations .color {
  display: none; }

.pdp-main .product-content .attribute .standardSize h1.product-name {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 1.8px;
  text-align: center;
  color: #000; }

.pdp-main h1.product-name, .pdp-main .desktop-hide {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000; }

.pdp-main .product-number span {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: .02rem;
  text-align: center;
  color: #000; }

.pdp-main .product-number > div {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000; }

.pdp-main button.add-to-cart {
  margin: 35px 0 0 0; }

button.add-to-cart {
  margin: 35px 0 0 0; }

.pdp-main .ps-col-2 #product-content .product-variations .swatch-titles .color {
  visibility: hidden; }

.pdp-main .attribute .label {
  display: inline-block;
  display: block;
  margin-top: 10px;
  color: #444444;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.02rem;
  text-transform: none; }
  .pdp-main .attribute .label.select-size-guide {
    display: inline-block;
    float: right;
    clear: none; }
    .pdp-main .attribute .label.select-size-guide a {
      font-size: 12px;
      letter-spacing: .02em;
      text-transform: none;
      line-height: 1; }
      .pdp-main .attribute .label.select-size-guide a:hover {
        text-decoration: underline; }
    .pdp-main .attribute .label.select-size-guide.size-chart-link {
      width: auto;
      margin-top: 10px;
      text-decoration: none; }

.tfc-cfg-widget.tfc-fitrec-result {
  display: inline-block; }

.tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-basic-button.tfc-svg-layout {
  color: #6e6e6e;
  height: 30px;
  /* padding-left: 26px; */
  width: auto;
  white-space: nowrap;
  float: right;
  position: relative; }

.tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-basic-button.tfc-svg-layout .tfc-logo {
  width: 14px;
  height: 14px;
  left: 15px;
  top: 6px; }

.tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-basic-button.tfc-svg-layout .tfc-valign {
  color: #6e6e6e !important; }

.pdp-main .attribute .container-size li.size-chart-link {
  position: relative;
  top: -42px;
  left: -40px; }
  @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
    .pdp-main .attribute .container-size li.size-chart-link {
      left: -80px; } }

.error-msg {
  color: #b2292e; }
  .error-msg.errorquantity_basket {
    float: left;
    width: 100%;
    margin-top: 2px;
    display: none; }
  .error-msg.errorquantity_basketlines {
    float: left;
    width: 100%;
    margin-top: 2px;
    display: none; }

.quant-cart-wrap {
  width: 100%;
  display: inline-block;
  padding-top: 15px; }
  @media only screen and (max-width: 849px) {
    .quant-cart-wrap {
      padding-top: 0; } }
  .quant-cart-wrap .errorquantity {
    display: none;
    float: left;
    color: #b2292e;
    margin-top: 2px; }
  .quant-cart-wrap .quantity {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    vertical-align: bottom;
    float: left; }
    .quant-cart-wrap .quantity select {
      border: 1px solid #000 !important;
      padding: 0 !important;
      width: 100%;
      min-width: 40px;
      font-size: 12px !important;
      -webkit-appearance: menulist !important;
      -moz-appearance: menulist;
      height: 46px !important;
      margin-left: 0px !important;
      text-align-last: center;
      background: none; }
    .quant-cart-wrap .quantity select::-ms-expand {
      display: block; }
    @media only screen and (max-width: 849px) {
      .quant-cart-wrap .quantity {
        width: 16%; } }
  .quant-cart-wrap button.add-to-cart {
    margin: 0;
    width: 84%;
    float: left;
    margin-left: 9px;
    display: inline-block;
    box-sizing: border-box; }
    .quant-cart-wrap button.add-to-cart:hover {
      background: #3f3f3f; }
    @media only screen and (min-width: 1150px) and (max-width: 1216px) {
      .quant-cart-wrap button.add-to-cart {
        width: 83%;
        margin-left: 5px; } }
    @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
      .quant-cart-wrap button.add-to-cart {
        width: 82%;
        margin-left: 5px; } }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .quant-cart-wrap button.add-to-cart {
        float: right;
        width: 82%;
        margin-left: 5px; } }
    @media only screen and (max-width: 849px) {
      .quant-cart-wrap button.add-to-cart {
        width: 82%;
        margin-left: 2%; } }
    @media only screen and (max-width: 599px) {
      .quant-cart-wrap button.add-to-cart {
        width: 82% !important;
        margin-left: 2%; } }

.product-add-to-cart .slct-size-txt {
  height: 12px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #b2292e; }

.product-add-to-cart .instock-txt {
  display: none;
  height: auto;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #000; }
  @media only screen and (max-width: 849px) {
    .product-add-to-cart .instock-txt {
      display: none; } }

.quant-cart-disabled-wrap {
  padding-top: 15px; }
  @media only screen and (max-width: 849px) {
    .quant-cart-disabled-wrap {
      padding-top: 15px; } }
  .quant-cart-disabled-wrap .quantity {
    height: 48px; }
    @media only screen and (max-width: 849px) {
      .quant-cart-disabled-wrap .quantity {
        width: 16%; }
        .quant-cart-disabled-wrap .quantity select {
          width: 100%; } }
  .quant-cart-disabled-wrap button, .quant-cart-disabled-wrap .button-fancy-large[disabled] {
    width: 84%;
    background: #000000 !important;
    color: #ffffff;
    margin-left: 9px;
    float: left;
    display: inline-block;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.86;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top; }
    @media only screen and (min-width: 1150px) and (max-width: 1216px) {
      .quant-cart-disabled-wrap button, .quant-cart-disabled-wrap .button-fancy-large[disabled] {
        width: 83%;
        margin-left: 5px; } }
    @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
      .quant-cart-disabled-wrap button, .quant-cart-disabled-wrap .button-fancy-large[disabled] {
        width: 82%;
        margin-left: 5px; } }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .quant-cart-disabled-wrap button, .quant-cart-disabled-wrap .button-fancy-large[disabled] {
        margin-left: 5px;
        width: 82%;
        float: right; } }
    @media only screen and (max-width: 849px) {
      .quant-cart-disabled-wrap button, .quant-cart-disabled-wrap .button-fancy-large[disabled] {
        width: 82%;
        margin-left: 2%; } }

.loyalty-text {
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #1962d2 !important;
  font-size: 13px !important; }
  @media only screen and (max-width: 849px) {
    .loyalty-text {
      margin-bottom: 10px; } }
  .loyalty-text .strong-text {
    color: #1962d2 !important;
    font-weight: bold; }
  .loyalty-text.esterik-text {
    font-style: italic !important;
    margin-top: 4px;
    font-size: 11px !important; }
  .loyalty-text .horseshoe-icon {
    margin-right: 8px;
    position: relative;
    top: 3px; }
    .loyalty-text .horseshoe-icon img {
      width: 20px;
      max-width: 20px; }

.product-promo.pdp-product-promo {
  font-size: .8em;
  margin: 6px 0;
  text-transform: uppercase; }
  .product-promo.pdp-product-promo .promotional-message {
    clear: both;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02rem;
    color: #b2292e; }
    .product-promo.pdp-product-promo .promotional-message:nth-child(2) {
      display: none; }

.product-promo-wrapper.pdp-product-promo-wrapper {
  text-align: center;
  padding-top: 10px; }
  @media screen and (max-width: 849px) {
    .product-promo-wrapper.pdp-product-promo-wrapper {
      text-align: left; } }
  .product-promo-wrapper.pdp-product-promo-wrapper .promotional-message-inner span.black {
    padding-left: 0;
    font-size: 15px; }

.pdp-main .ps-col-2 #product-content .product-price {
  padding-bottom: 0px; }
  @media only screen and (max-width: 849px) {
    .pdp-main .ps-col-2 #product-content .product-price {
      text-align: left; } }

.progressingbar {
  display: block;
  width: 100%;
  height: 4px;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: #e1e1e1;
  background-image: linear-gradient(to right, #b7b7b7, #b7b7b7);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out; }
  @media only screen and (max-width: 849px) {
    .progressingbar {
      width: auto;
      margin: 0 10px;
      display: none; } }

@media only screen and (max-width: 849px) {
  .pdp-main .product-col-1 {
    display: block;
    width: 100%; }
  .pdp-main .product-col-2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 23px; } }

@media only screen and (max-width: 599px) {
  .pdp-main .product-col-2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box; } }

@media only screen and (max-width: 599px) {
  .pdp-main .product-col-1 {
    width: 100%;
    margin-top: 0px; } }

@media only screen and (max-width: 849px) {
  .pdp-main .for-mob-part {
    margin-top: 0px !important; } }

/*@include viewport(large) {
	.pdp-main .for-mob-part {
	  	margin-top: 15% !important;
	  }
}*/
.pdp-main .product-number {
  text-align: center; }

.pdp-main .product-price {
  text-align: center;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #4e4e4e;
  padding-bottom: 0px;
  margin: 0; }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-price {
      font-size: 17px;
      line-height: 1;
      margin-top: 5px;
      text-align: left; } }

@media only screen and (max-width: 1059px) {
  .pdp-main .mobileSize .afterpay {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: 0.3px;
    text-align: center;
    color: #6e6e6e;
    margin-bottom: .5em;
    margin-top: 7px; } }

@media only screen and (max-device-width: 1059px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1059px), only screen and (max-width: 1059px) {
  .pdp-main h1.product-name, .desktop-hide {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 849px) {
  .pdp-main h1.product-name, .desktop-hide {
    text-align: left; }
  .pdp-main .desktop-hide.mobile-hide {
    display: none; } }

#product-content .product-actions .fav-text-sel {
  width: 100%;
  text-align: center;
  display: inline-block; }
  #product-content .product-actions .fav-text-sel a {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 46px;
    height: 46px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #6e6e6e; }
    #product-content .product-actions .fav-text-sel a .fav-icon-sel {
      width: 13px;
      text-align: right;
      display: inline-block; }
      #product-content .product-actions .fav-text-sel a .fav-icon-sel img {
        width: 13px;
        height: 15px;
        padding-right: 10px; }
    #product-content .product-actions .fav-text-sel a .add-fav-txt {
      width: 95px;
      padding-left: 10px;
      color: #6e6e6e;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: normal;
      text-decoration: none; }
    #product-content .product-actions .fav-text-sel a:hover {
      background: #cccccc; }
      #product-content .product-actions .fav-text-sel a:hover .fav-icon-sel .fa-heart {
        color: #b2292e; }
      #product-content .product-actions .fav-text-sel a:hover .add-fav-txt {
        color: #000000; }

#product-content .product-actions .fav-text {
  width: 100%;
  text-align: center;
  display: inline-block; }
  #product-content .product-actions .fav-text a {
    width: 100%;
    border: none;
    display: inline-block;
    text-align: center;
    text-transform: none; }
    #product-content .product-actions .fav-text a .fav-icon {
      width: 7%;
      text-align: right;
      display: inline-block; }
      #product-content .product-actions .fav-text a .fav-icon img {
        width: 13px;
        height: 15px;
        padding-right: 10px; }

.pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec {
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  color: #6e6e6e;
  float: left;
  clear: both;
  padding: 4px 0px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  position: relative; }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec .product-det-text {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    /* line-height: 3.04; */
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: pointer;
    padding: 15px 0px;
    width: 100%;
    height: 100%;
    display: inline-block; }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec .product-det-text {
        font-size: 14px;
        text-align: left; } }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec .pdp-icon-click {
    float: none;
    width: 9px;
    margin-right: 2px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    cursor: pointer; }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec .pdp_expand_btn:after {
    content: "+"; }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec .pdp_expand_btn_on:after {
    content: "-"; }

.pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-sec.btm-border {
  border-bottom: none; }

.pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-cust {
  border-bottom: none; }

.pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec customer-service {
  border-bottom: none !important; }

.pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-block {
  display: none;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px; }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-block ul {
    width: 95%;
    list-style-type: disc;
    clear: both;
    text-align: left;
    letter-spacing: .02rem;
    font-size: 14px; }
    .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-block ul li {
      margin-left: 18px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #6e6e6e; }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-block p {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 2.0em;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e;
    margin-bottom: 0; }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-block p {
        text-align: left;
        font-size: 14px; } }
  .pdp-main .product-col-2 .pdp-collapse-sec-wrap .pdp-collapse-sec .product-det-block a {
    letter-spacing: .02rem; }

.pdp-main .product-col-2 .pdp-collapse-sec-wrap ul li:first-child .product-det-block, .pdp-main .product-col-2 .pdp-collapse-sec-wrap ul li:last-child .product-det-block {
  display: block; }

.pdp-main .size-chart-link a {
  color: #333333;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }
  .pdp-main .size-chart-link a:hover {
    color: #000000;
    text-decoration: underline; }

.cloud-zoom-lens {
  border: 4px solid #888;
  margin: -4px;
  background-color: #fff;
  cursor: move; }

.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px; }

.cloud-zoom-big {
  border: 4px solid #ccc;
  overflow: hidden; }

.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000; }

.ps-col-3 {
  width: 100%;
  float: none;
  clear: both;
  margin: 0 auto; }
  @media only screen and (min-width: 1059px) {
    .ps-col-3 {
      padding-top: 151px;
      padding-bottom: 150px;
      width: 95%; } }
  .ps-col-3 .color-callout {
    display: none; }
  .ps-col-3 .slick-active {
    opacity: 1 !important; }
  .ps-col-3 .recprogress {
    display: none; }
  @media only screen and (max-width: 849px) {
    .ps-col-3 .recprogress {
      margin-bottom: 54px;
      margin-top: 19px;
      display: block !important; } }

@media only screen and (max-width: 849px) {
  .you-may-love-wrap {
    display: block; } }

@media only screen and (max-width: 599px) {
  .you-may-love-wrap {
    display: block; } }

.you-may-love-wrap .you-may-love-txt {
  /* width: 192px; */
  height: 100px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  line-height: 5.89;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #000; }

.you-may-love-wrap .you-may-love-block .slider {
  width: 100%; }

.you-may-love-wrap .you-may-love-block .regular .slick-prev {
  top: 30%; }
  @media only screen and (max-width: 849px) {
    .you-may-love-wrap .you-may-love-block .regular .slick-prev {
      display: none; } }
  .you-may-love-wrap .you-may-love-block .regular .slick-prev:before {
    content: " ";
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-position: -51px -69px;
    width: 14px;
    height: 27px;
    display: inline-block; }

.you-may-love-wrap .you-may-love-block .regular .slick-next {
  top: 30%; }
  @media only screen and (max-width: 849px) {
    .you-may-love-wrap .you-may-love-block .regular .slick-next {
      display: none; } }
  .you-may-love-wrap .you-may-love-block .regular .slick-next:before {
    content: " ";
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-position: -67px -69px;
    width: 14px;
    height: 27px;
    display: inline-block; }

.you-may-love-wrap .you-may-love-block .regular .product-cat, .you-may-love-wrap .you-may-love-block .regular .product-price {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000000; }

.you-may-love-wrap .you-may-love-block .regular .product-cat {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }

.you-may-love-wrap .you-may-love-block .regular .product-name {
  font-size: 12px !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000000;
  font-weight: 500;
  /*&:first-line {
						font-weight: 900 !important;
				  }			*/ }
  .you-may-love-wrap .you-may-love-block .regular .product-name a {
    font-weight: inherit; }

.you-may-love-wrap .you-may-love-block .regular .product-price {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  color: #6e6e6e;
  font-size: 9px; }

.you-may-love-wrap .you-may-love-block .regular .slick-active {
  opacity: 1; }

.you-may-love-wrap .you-may-love-txt {
  height: 100px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  line-height: 5.89;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #000; }
  @media only screen and (max-width: 849px) {
    .you-may-love-wrap .you-may-love-txt {
      font-size: 22px;
      line-height: 1.5em;
      letter-spacing: .02rem; } }

.you-may-love-wrap .you-may-love-block .slider {
  width: 100%; }

.you-may-love-wrap .you-may-love-block .regular .slick-prev {
  top: 30%; }
  .you-may-love-wrap .you-may-love-block .regular .slick-prev:before {
    content: " ";
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-position: -51px -69px;
    width: 14px;
    height: 27px;
    display: inline-block; }

.you-may-love-wrap .you-may-love-block .regular .slick-next {
  top: 30%; }
  .you-may-love-wrap .you-may-love-block .regular .slick-next:before {
    content: " ";
    background-image: url(../images/sprites/sprite-footer.png);
    background-repeat: no-repeat;
    background-position: -67px -69px;
    width: 14px;
    height: 27px;
    display: inline-block; }

.you-may-love-wrap .you-may-love-block .regular .product-cat, .you-may-love-wrap .you-may-love-block .regular .product-price {
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  text-align: left;
  color: #000000; }

.you-may-love-wrap .you-may-love-block .regular .product-cat {
  font-weight: 900; }

.you-may-love-wrap .you-may-love-block .regular .product-name {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000000;
  /*&:first-line {
						font-weight: 900 !important;
				  }		*/ }
  .you-may-love-wrap .you-may-love-block .regular .product-name a {
    font-weight: inherit; }

.you-may-love-wrap .you-may-love-block .regular .product-price {
  font-weight: 500;
  color: #6e6e6e;
  font-size: 9px; }

.you-may-love-wrap .you-may-love-block .regular .slick-active {
  opacity: 1; }

.ps-col-3 .you-may-love-wrap .you-may-love-txt {
  text-align: center;
  height: 14px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: .02rem;
  text-align: center;
  color: #000000;
  padding-bottom: 50px;
  text-transform: uppercase; }

.pdp-main {
  margin-top: -6px; }
  @media only screen and (max-width: 849px) {
    .pdp-main {
      margin-top: 0px; } }
  .pdp-main .primary-content #you-may-love-block {
    height: auto;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .02rem;
    text-align: left;
    color: #000; }
    .pdp-main .primary-content #you-may-love-block a {
      font-weight: inherit; }
    .pdp-main .primary-content #you-may-love-block .product-name {
      display: inline-block; }
  .pdp-main .primary-content .product-price {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    text-align: left; }

@media only screen and (max-width: 849px) {
  #you-may-love-block .you-may-love .slick-next:before, #you-may-love-block .you-may-love .slick-prev:before {
    display: none; } }

@media only screen and (max-width: 599px) {
  #you-may-love-block .you-may-love .slick-next:before, #you-may-love-block .you-may-love .slick-prev:before {
    display: none; } }

#you-may-love-block a {
  height: auto;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000; }
  @media only screen and (max-width: 849px) {
    #you-may-love-block a {
      font-size: 11px;
      line-height: 1.8;
      letter-spacing: 0.05rem; } }

#you-may-love-block .product-pricing {
  text-align: left; }
  #you-may-love-block .product-pricing .product-price {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02rem;
    line-height: normal;
    margin: 0;
    color: #6e6e6e;
    text-align: left;
    height: auto !important;
    padding-bottom: 0 !important; }

#you-may-love-block .product-tile {
  height: auto !important; }

#you-may-love-block .product-tile .product-promo {
  font-size: .8em;
  margin: 6px 0;
  text-transform: uppercase;
  text-align: left;
  min-height: auto; }

#you-may-love-block .product-tile .product-name h2 {
  text-align: left; }

#you-may-love-block .product-tile .product-image img {
  height: auto; }

#you-may-love-block .product-tile .product-pricing {
  position: static;
  font-size: 12px;
  top: 0; }

.car-block .play-circle, .car-block .play-verticle {
  background: url(../images/play_pause.jpg) repeat;
  position: absolute;
  top: 11px;
  width: 20px;
  height: 20px;
  left: 10px;
  background-position: 0 0px; }

.car-block .pause-circle, .car-block .pause-verticle {
  background: url(../images/play_pause.jpg) repeat;
  position: absolute;
  top: 11px;
  width: 20px;
  height: 20px;
  left: 10px;
  background-position: 0 20px; }

.afterpay span:nth-child(1) {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 0.3px;
  color: #6e6e6e; }

.afterpay span:nth-child(2) span:nth-child(1) img {
  width: 73px;
  vertical-align: middle; }

.afterpay span:nth-child(2) span:nth-child(2) img {
  width: 12px;
  vertical-align: middle; }

.pick-up-in-store-wrap {
  padding-top: 10px; }
  .pick-up-in-store-wrap button.pick-up-in-store {
    width: 100%;
    background: #6e6e6e;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000;
    margin-top: 0;
    padding: 0 15px; }

#pdpMain .Productset-name {
  width: 26%;
  margin-top: 8px;
  margin-right: 4%;
  margin-bottom: 32px;
  float: right; }
  @media only screen and (max-width: 849px) {
    #pdpMain .Productset-name {
      float: none;
      width: 100%; } }
  #pdpMain .Productset-name .formobile .afterpay {
    text-align: center !important; }
  #pdpMain .Productset-name .formobile .product-name {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400; }
    @media only screen and (max-width: 849px) {
      #pdpMain .Productset-name .formobile .product-name {
        font-size: 14px;
        line-height: normal; } }
  @media only screen and (max-width: 849px) {
    #pdpMain .Productset-name .formobile .product-number > div {
      font-size: 14px !important; } }

#pdpMain .plp-rec {
  display: none; }

#pdpMain .pdp-rec {
  display: block !important; }

@media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
  .pdp-main .ps-col-2 .product-set-image {
    margin: 0 auto !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex; } }

#tif-sizes-message {
  display: none; }

.product-set-item .product-set-details .size li.unselectable a {
  pointer-events: none !important;
  cursor: default;
  border-bottom: none !important; }

/* Styles for einstein recommender on pdp */
.pdp-main .product-listing.product-listing-1x4_recommendation.einstein {
  display: block;
  margin-bottom: 80px;
  clear: both; }
  @media only screen and (max-width: 849px) {
    .pdp-main .product-listing.product-listing-1x4_recommendation.einstein {
      margin-bottom: 50px; } }
  .pdp-main .product-listing.product-listing-1x4_recommendation.einstein > h2 {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
    color: #000;
    text-align: center; }
  .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul {
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px; }
    @media only screen and (max-width: 849px) {
      .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul {
        display: block;
        margin-left: 25px; } }
    @media only screen and (max-width: 599px) {
      .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul {
        display: block;
        margin-left: auto; } }
    .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul li.grid-tile {
      margin: 0 16px; }
      @media only screen and (max-width: 849px) {
        .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul li.grid-tile {
          margin: 0; } }
      @media only screen and (max-width: 849px) {
        .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul li.grid-tile .product-name > h2 {
          margin-top: 10px; } }
      .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul li.grid-tile .product-name > h2 a.name-link {
        font-size: 12px;
        line-height: 1.75;
        letter-spacing: normal; }
      .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul li.grid-tile .product-tile .product-image img {
        padding-bottom: 0; }
      .pdp-main .product-listing.product-listing-1x4_recommendation.einstein ul li.grid-tile .product-tile .product-pricing .product-price {
        margin-top: 7px; }

.pdp-main .swatches.Color li.emptyswatch.unselectable {
  background-image: repeating-linear-gradient(125deg, transparent, transparent 46%, #333 50%, transparent 0, transparent);
  border: none; }
  .pdp-main .swatches.Color li.emptyswatch.unselectable:hover, .pdp-main .swatches.Color li.emptyswatch.unselectable:active {
    border: none; }

#custService .chat-total {
  float: none;
  width: 100%;
  display: inline-block; }

#custService .chat-total:hover {
  cursor: pointer; }

@media only screen and (max-width: 599px) {
  .pdp-main .ps-col-2 .product-add-to-cart .pdp-collapse-sec-wrap ul li #custService {
    padding-bottom: 20px;
    display: block; }
  #custService .store-chat-big {
    display: block; } }
  @media only screen and (max-width: 599px) and (max-width: 599px) {
    #custService .store-chat-big {
      border-top: none; } }

#dialog-container .contact h1 {
  color: #ffffff !important;
  margin: 10px 0 5px; }

.zoom-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 501;
  overflow: scroll; }
  .zoom-container .zoomedImg {
    max-width: none;
    width: auto;
    position: relative;
    z-index: 1; }
  .zoom-container .zoom-close {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    padding: 25px 20px;
    border-radius: 50%;
    z-index: 9; }
    .zoom-container .zoom-close svg {
      fill: white;
      background: black;
      width: 20px;
      height: 20px;
      padding: 20px;
      border-radius: 50%; }

.color-titlePrice-container.product-variations .swatches-color, .color-titlePrice-container.product-variations .swatches-size {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e3e3e3;
  padding-top: 0; }
  @media only screen and (max-width: 849px) {
    .color-titlePrice-container.product-variations .swatches-color, .color-titlePrice-container.product-variations .swatches-size {
      width: 100%;
      margin: 0px; } }

.color-titlePrice-container.product-variations .swatches-color .attribute {
  overflow: visible; }

@media only screen and (max-width: 849px) {
  .color-titlePrice-container.product-variations {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .color-titlePrice-container.product-variations #tif-sizes-message {
      font-size: 12px !important;
      color: #000;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal; } }

.pt_product-details .global_wrapper {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 501; }
  .pt_product-details .global_wrapper .global_modal {
    display: none;
    max-width: 480px;
    border-radius: 7px;
    background: #fff;
    display: block;
    margin: 0;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    position: relative;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.25); }

.modal_oos, .pt_product-details .modal_oos {
  display: none;
  max-width: 480px;
  border-radius: 7px;
  background: #fff;
  margin: 0;
  width: 400px;
  padding: 20px;
  top: 50%;
  left: 50%;
  position: fixed;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  z-index: 1003; }
  @media only screen and (max-width: 599px) {
    .modal_oos, .pt_product-details .modal_oos {
      width: 90%;
      box-sizing: border-box; } }

.modal_oos .oos_styleNo {
  color: #666; }

.modal_oos .oos_name {
  text-transform: uppercase;
  font-size: 22px;
  color: #111;
  font-weight: 700;
  letter-spacing: normal;
  margin: 15px 0 5px 0; }

.modal_oos .oos_size {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  letter-spacing: normal; }

.modal_oos .oos_color {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize; }

.modal_oos .oos_helpText {
  letter-spacing: .01em;
  line-height: 1.25em;
  font-size: 16px;
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
  padding: 20px 0; }

.modal_oos .oos_disclaimer {
  margin: 10px; }

.modal_oos .form_oos input[type=text], .modal_oos .form_oos input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: .01em; }
  .modal_oos .form_oos input[type=text]:focus, .modal_oos .form_oos input[type=email]:focus {
    outline: -webkit-focus-ring-color auto 1px; }

.modal_oos .form_oos button {
  width: 100%;
  display: block; }

.modal_oos span.error {
  margin: 0 auto;
  text-align: center; }

.modal_oos .modal_oos_close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  padding: 15px; }

.js .ui-dialog .modal_oos span.error {
  margin: 0 auto; }

.input_wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0px; }

.input_wrapper input {
  width: 100%;
  margin: 0px 0px;
  padding: 1.2em 1em;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 13px;
  box-sizing: border-box;
  transition: all 0.2s ease-out; }

.input_wrapper label {
  width: auto;
  color: #777777;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1.2em;
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.0;
  transition: all 0.2s ease-out;
  letter-spacing: .01em; }

.input_wrapper.show_floating_label label {
  opacity: 1.0;
  margin-top: 13px; }

.input_wrapper.show_floating_label input {
  padding-top: 1.7em;
  padding-bottom: 0.7em; }

svg.close_x .line_x {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px; }

.product-inseam-text {
  font-size: 12px;
  display: block;
  padding: .07em .05em 0 0;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  line-height: 1.86;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  width: 135px;
  margin-bottom: 15px;
  margin-left: 27px; }
  @media screen and (max-width: 849px) {
    .product-inseam-text {
      margin-left: 0 !important; } }

.giftcert-general-error h3 {
  margin: 10px;
  font-size: .875rem;
  background: #d16666;
  padding: 12px;
  color: #fff; }

.flow-shipping-window {
  letter-spacing: .02rem; }

.klarna-pdp-osm {
  margin: 10px 0;
  position: relative; }
  .klarna-pdp-osm marquee, .klarna-pdp-osm .marquee-effect {
    color: #b2292e;
    font-weight: bold;
    font-family: trade-gothic-next;
    font-size: 14px;
    padding: 5px 0;
    cursor: pointer; }
    .klarna-pdp-osm marquee img, .klarna-pdp-osm .marquee-effect img {
      margin-bottom: -4px; }
    .klarna-pdp-osm marquee .klrana-learn-more,
    .klarna-pdp-osm marquee .klrana-learn-more2, .klarna-pdp-osm .marquee-effect .klrana-learn-more,
    .klarna-pdp-osm .marquee-effect .klrana-learn-more2 {
      font-weight: bold;
      font-family: trade-gothic-next;
      font-size: 14px;
      color: #b2292e;
      text-decoration: underline; }

.klrana-promo-popup {
  width: 100% !important;
  max-width: 700px; }
  @media only screen and (max-width: 849px) {
    .klrana-promo-popup {
      width: 95% !important;
      max-width: inherit; } }
  .klrana-promo-popup .klarna-promo-detail {
    font-size: 14px;
    padding: 15px 0;
    font-style: italic;
    line-height: 24px; }

#Add-product-success-msg {
  position: relative; }
  @media only screen and (max-width: 849px) {
    #Add-product-success-msg {
      padding-bottom: 5px; } }
  #Add-product-success-msg h3 {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
    width: 200px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0 auto; }

.size-chart #dialog-container .contact h1 {
  font-size: 25px;
  margin: 0;
  padding: 10px 0; }

.size-chart #dialog-container .contact .customer-service-header h1 {
  color: #000 !important;
  margin: 10px 0 20px; }

.size-chart #dialog-container .lines td {
  padding: 3px;
  font-size: 12px; }
  @media only screen and (max-width: 599px) {
    .size-chart #dialog-container .lines td {
      font-size: 15px; } }

.js .ui-dialog.size-chart #dialog-container {
  height: 650px !important;
  overflow-y: scroll !important; }
  @media only screen and (max-width: 599px) {
    .js .ui-dialog.size-chart #dialog-container {
      height: 485px !important;
      max-width: 375px;
      max-height: 485px; } }

.yotpo .write-review .yotpo-submit {
  float: none !important; }

.yotpo .write-review .yotpo-close {
  margin-top: 15px !important;
  margin-left: 15px !important; }

@media only screen and (max-width: 599px) {
  .product-add-to-cart .atc-sticky {
    border-top: 2px solid #f7f7f7;
    display: block;
    position: fixed;
    bottom: 0;
    width: 95%;
    left: 0;
    right: 0;
    padding: 26px 10px 25px;
    background: #fff;
    z-index: 100; } }

@media (max-width: 380px) {
  .product-add-to-cart .atc-sticky {
    padding: 22px 10px 22px; } }

@media only screen and (max-width: 599px) {
  .product-add-to-cart .atc-sticky #add-to-cart {
    width: 100% !important; } }

@media only screen and (max-width: 599px) {
  .sizes-container .swatches-size.atc-sticky {
    border-top: 1px solid #000000;
    display: block;
    position: fixed !important;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #fff;
    z-index: 100; } }

@media (max-width: 380px) {
  .sizes-container .swatches-size.atc-sticky {
    padding: 8px 10px 4px; } }

.product-engagement-badge {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%; }
  @media only screen and (max-width: 599px) {
    .product-engagement-badge {
      position: relative;
      top: 400px;
      height: 0; } }
  .product-engagement-badge__content {
    display: inline-block;
    font-weight: 600;
    width: 97%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5); }
  .product-engagement-badge__icon {
    max-width: 20px;
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    right: 5px;
    top: -1.5px; }

.select-bonus-btn,
.no-bonus-btn {
  float: left;
  margin: 0 5px 0 0; }

.buttonbar {
  margin: 11px 0;
  overflow: hidden;
  width: 336px; }

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #eee;
  clear: both; }

.bonus-product-list .product-name {
  float: none;
  margin: 1em 0; }

.bonus-product-list .product-add-to-cart button {
  float: left;
  margin-top: 22px;
  margin-left: 2%; }

.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit; }

.bonus-product-list-footer {
  clear: both; }
  .bonus-product-list-footer button {
    float: right;
    margin-top: -2%; }

.send-to-friend-product {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 22%;
  overflow: hidden;
  padding: 20px 0; }
  .send-to-friend-product .product-image {
    float: left;
    width: 36%; }
    .send-to-friend-product .product-image img {
      max-width: 80%; }
  .send-to-friend-product .product-description {
    float: left;
    width: 63%; }
    .send-to-friend-product .product-description h2 {
      margin-right: 0; }
    .send-to-friend-product .product-description .value {
      font-weight: bold; }
    .send-to-friend-product .product-description h2 {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: italic;
      font-size: 1.2em; }
    .send-to-friend-product .product-description dt {
      clear: both;
      float: left;
      margin: 10px 0 0 0;
      width: 100px; }
    .send-to-friend-product .product-description dd {
      float: left;
      margin: 10px 0 0 0;
      width: 200px; }

#send-to-friend-main .send-to-friend-sender-label {
  padding-top: 0; }

#send-to-friend-main .send-to-friend-sender {
  margin-left: 2%;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%; }

#send-to-friend-dialog .send-to-friend-login-message {
  padding: 2em 0em 2em; }

.sizinginformation {
  border: 0 none;
  padding: 10px; }
  .sizinginformation th {
    background: none repeat scroll 0 0 #efefef; }
  .sizinginformation td, .sizinginformation th {
    border-bottom: 1px solid #efefef;
    padding: 10px; }
  .sizinginformation td {
    border-left: 1px solid #efefef; }
  .sizinginformation .ui-tabs-nav {
    height: 33px; }
  .sizinginformation .sizing-charts {
    border: 0 none; }
  .sizinginformation .tips-list {
    padding: 0 !important; }
    .sizinginformation .tips-list li {
      list-style: none outside none !important; }

#cart-table .header-total-price {
  text-align: right; }

#cart-table .item-quantity input {
  margin: 0;
  padding: 0.7em 0.2em;
  text-indent: 0;
  width: 1.6em; }

#cart-table .item-user-actions {
  width: 100px;
  text-decoration: underline; }
  #cart-table .item-user-actions a, #cart-table .item-user-actions button {
    display: block;
    font-size: 0.9em; }

#cart-table .price-promotion .price-sales {
  color: #b2292e; }

#cart-table .price-promotion .price-standard {
  margin: 0 1em 0 0;
  text-decoration: line-through; }

#cart-table .item-total {
  font-weight: 700;
  text-align: right;
  word-wrap: break-word; }
  #cart-table .item-total .promo-adjustment {
    width: 120px; }

#cart-table .price-unadjusted {
  color: #000;
  display: block;
  margin: 0 0.6em 5px 0; }
  #cart-table .price-unadjusted span {
    text-decoration: line-through; }

#cart-table .price-adjusted-total {
  color: #777;
  display: inline-block;
  margin: 5px 0 0; }
  #cart-table .price-adjusted-total span {
    color: #b2292e; }

#cart-table .gift-cert-delivery {
  color: #b2292e;
  font-size: 11px; }

#cart-table .product-item-price .price-sales {
  color: #b2292e; }

.cart-promo {
  background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
  color: #333;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  margin: 0.3em 0;
  padding: 1em; }
  .cart-promo .bonus-item-actions {
    font-size: 1em !important;
    text-align: right;
    vertical-align: middle; }
  .cart-promo .tooltip-gift {
    position: relative;
    padding: 0 0 6px 1px; }
    .cart-promo .tooltip-gift .tooltip-giftlabel {
      position: relative;
      top: 2px;
      left: 1px; }
    .cart-promo .tooltip-gift .tooltip-content {
      display: none;
      position: absolute;
      right: -91px;
      top: 21px;
      width: 200px;
      background-color: #fff;
      box-shadow: 0 0 12.6px 2.4px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 849px) {
        .cart-promo .tooltip-gift .tooltip-content {
          right: -77px; } }
      @media only screen and (max-width: 599px) {
        .cart-promo .tooltip-gift .tooltip-content {
          top: 20px;
          right: -29px; } }
      .cart-promo .tooltip-gift .tooltip-content:before {
        content: "";
        position: absolute;
        top: -5px;
        right: 90px;
        width: 10px;
        height: 10px;
        background: #fff;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        @media only screen and (max-width: 849px) {
          .cart-promo .tooltip-gift .tooltip-content:before {
            right: 76px; } }
        @media only screen and (max-width: 599px) {
          .cart-promo .tooltip-gift .tooltip-content:before {
            right: 28px; } }
      .cart-promo .tooltip-gift .tooltip-content .content-asset {
        text-align: center;
        padding: 2px 5px;
        margin: 0px !important; }
    .cart-promo .tooltip-gift:hover .tooltip-content {
      display: block; }

.cart-footer {
  margin: 0 20px 0 19px;
  overflow: hidden; }
  @media only screen and (max-width: 849px) {
    .cart-footer {
      margin: 0; } }

/* Coupon Code */
.cart-coupon-code {
  border: 1px solid #e3e3e3;
  display: inline-block;
  margin-top: 20px;
  width: 100%; }
  @media only screen and (max-width: 849px) {
    .cart-coupon-code {
      width: 100%; } }
  .cart-coupon-code label {
    float: none;
    width: auto;
    padding: 0.5em 0 0;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase; }
  .cart-coupon-code input[type="text"].srCouponCode {
    height: 40px;
    padding: 1em;
    width: 64.3%;
    margin-left: 0;
    margin-top: 0;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    box-sizing: border-box;
    text-align: left;
    color: #6e6e6e; }
    .cart-coupon-code input[type="text"].srCouponCode:-ms-input-placeholder {
      color: #6e6e6e; }
    .cart-coupon-code input[type="text"].srCouponCode::placeholder {
      color: #6e6e6e; }
  .cart-coupon-code .add-coupon {
    height: 40px;
    border: 1px solid #000000;
    background-color: #fff;
    width: 31%;
    margin-left: 0;
    float: right; }
  .cart-coupon-code .coupon-applied {
    padding: 8px 0 0 0;
    line-height: 1.67; }
    .cart-coupon-code .coupon-applied.err {
      color: #b2292e !important; }
    .cart-coupon-code .coupon-applied .prompt {
      color: #000;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: .02rem;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal; }
      .cart-coupon-code .coupon-applied .prompt .coupon-remove {
        color: #6e6e6e;
        text-decoration: underline;
        cursor: pointer;
        outline: none;
        display: block;
        padding-left: 0px; }
        .cart-coupon-code .coupon-applied .prompt .coupon-remove.coupon-error {
          background: #b2292e;
          color: #ffffff;
          text-transform: uppercase;
          text-align: center;
          padding: 5px 10px;
          margin-top: 5px;
          text-decoration: none; }
          .cart-coupon-code .coupon-applied .prompt .coupon-remove.coupon-error:hover {
            background: #c34044; }
      .cart-coupon-code .coupon-applied .prompt .promo-coupon-style {
        display: inline-block;
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal; }
        .cart-coupon-code .coupon-applied .prompt .promo-coupon-style.error {
          color: #bc0b2c; }
        @media screen and (min-width: 850px) {
          .cart-coupon-code .coupon-applied .prompt .promo-coupon-style.desktop-only {
            display: block; }
          .cart-coupon-code .coupon-applied .prompt .promo-coupon-style.mobile-only {
            display: none; } }
        @media only screen and (max-width: 849px) {
          .cart-coupon-code .coupon-applied .prompt .promo-coupon-style.desktop-only {
            display: none; }
          .cart-coupon-code .coupon-applied .prompt .promo-coupon-style.mobile-only {
            display: block; } }
  .cart-coupon-code .error {
    padding-top: 3px; }
  .cart-coupon-code .input-text {
    margin: 2px 10px 0 0;
    width: 55%; }

.cart-coupon-code-fieldset {
  display: none;
  padding: 0 20px 20px 21px; }
  .cart-coupon-code-fieldset.coupon-section .coupon-field {
    width: 60%;
    margin-right: auto; }
  @media only screen and (max-width: 849px) {
    .cart-coupon-code-fieldset {
      padding: 0 12px 20px 12px; } }

.cart-coupon-code-activate {
  display: block; }
  @media only screen and (max-width: 599px) {
    .cart-coupon-code-activate {
      width: 100%; } }
  .cart-coupon-code-activate p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    padding: 18px 15px 17px 21px; }
    .cart-coupon-code-activate p .cart-coupon-click {
      float: right; }
    @media only screen and (max-width: 849px) {
      .cart-coupon-code-activate p {
        padding: 16px 8px 16px 12px; } }
    .cart-coupon-code-activate p.coupon_expand_btn .icon-toggle {
      padding: 15px 10px;
      background: url(../images/interface/plus.png) center no-repeat; }
    .cart-coupon-code-activate p.coupon_expand_btn_on .icon-toggle {
      padding-right: 20px;
      background: url(../images/interface/minus.png) center no-repeat; }

.borderfree-on-cart {
  margin: 0 0 14px 0;
  cursor: pointer;
  padding: 0;
  clear: both;
  white-space: nowrap; }
  .borderfree-on-cart .contextchooser-link {
    text-decoration: underline;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #6e6e6e; }
  @media only screen and (max-width: 849px) {
    .borderfree-on-cart {
      text-align: center; } }

/* Coupon Code End */
.cart-order-totals {
  float: left;
  width: 100%;
  margin-top: 8px; }
  .cart-order-totals button {
    float: right; }
  .cart-order-totals button#update-cart {
    display: none; }

.order-totals-table th {
  display: none; }

.order-totals-table td {
  padding: 5px 0;
  text-align: left;
  word-break: break-all; }
  .order-totals-table td + td {
    word-break: normal; }
  .order-totals-table td:last-child {
    text-align: right; }

.order-totals-table .order-total {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  line-height: 2.64;
  letter-spacing: .02rem;
  text-align: left;
  color: #000;
  border-top: 1px solid #e3e3e3;
  text-transform: uppercase; }

.order-totals-item {
  width: 60%; }

.order-totals-value {
  width: 40%; }

.order-totals-table tr:not(:last-child) td:nth-child(even) {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.02rem;
  text-align: right; }

.order-totals-table tr:not(:last-child) td:nth-child(odd) {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.02rem;
  text-align: left;
  color: #000;
  width: 50%; }

.order-totals-table tr:last-child td {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  line-height: 2.64;
  letter-spacing: normal;
  color: #000; }

.order-subtotal {
  font-weight: 700;
  /*td:nth-child(2) { font-size: 15px; }*/ }
  .order-subtotal td:first-child {
    width: 100%; }
  .order-subtotal td.subtotal-price {
    min-width: 130px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .order-subtotal td:first-child {
      width: 84%; } }
  @media only screen and (max-width: 849px) {
    .order-subtotal td:first-child {
      width: 84%; } }
  @media only screen and (max-width: 599px) {
    .order-subtotal td:first-child {
      width: 81%; } }

.order-totals-table td.tax-disclaimer {
  font-size: 11px;
  padding-left: 5px;
  color: #777; }

#secondary .order-totals-table .order-shipping a {
  display: none; }

.cart-action-checkout {
  float: right;
  margin-right: 200px; }

.cart-actions.top .cart-action-checkout {
  float: left;
  margin-right: 0;
  width: 100%; }
  @media only screen and (max-width: 849px) {
    .cart-actions.top .cart-action-checkout {
      width: 100%;
      float: none; } }

.cart-actions.bottom {
  margin-top: 40px; }

.paypaltop .paypalcheckout button {
  width: 100% !important;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 14px 40px 8px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #dedede;
  color: #000;
  border-radius: 2px;
  background: #fff; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .paypaltop .paypalcheckout button {
      display: inline-block;
      width: auto;
      height: auto;
      padding: 17px 20px 10px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid #dedede;
      color: #000;
      border-radius: 2px;
      background: #fff; } }
  @media only screen and (max-width: 849px) {
    .paypaltop .paypalcheckout button {
      width: 100% !important; } }
  @media only screen and (max-width: 599px) {
    .paypaltop .paypalcheckout button {
      position: relative;
      left: auto;
      width: 100%;
      display: block;
      margin-top: 0px; } }

.cart-actions.top.bottom {
  display: none; }
  @media only screen and (max-width: 599px) {
    .cart-actions.top.bottom {
      display: none; } }

.payBtnSection {
  maargin-botoom: 10px; }
  @media only screen and (max-width: 849px) {
    .payBtnSection {
      width: 100%;
      margin-bottom: 0; } }

.cart-action-continue-shopping {
  float: right; }
  .cart-action-continue-shopping button.button-text {
    line-height: 50px;
    padding-right: 1em; }

.continue-shopping {
  float: left; }
  .continue-shopping .button-text {
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e; }
  @media only screen and (max-width: 849px) {
    .continue-shopping {
      float: none;
      text-align: center;
      margin-bottom: 55px; } }

.promo-adjustment {
  color: #b2292e;
  display: inline-block; }

ul.product-availability-list {
  margin: 0;
  padding: 0; }
  ul.product-availability-list li {
    list-style: none outside none;
    margin: 3px 0; }
  ul.product-availability-list .on-order, ul.product-availability-list .not-available {
    color: #b2292e;
    font-size: 0.9em; }
  ul.product-availability-list .notavailable {
    color: #b2292e; }

.product-soon {
  color: #b2292e; }

.account-welcome .welcome-message {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2em; }

.account-welcome .not-user {
  margin: 10px 0; }

.last-visited {
  text-align: center; }
  .last-visited .product-name {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal; }
  .last-visited h2 {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .last-visited .jcarousel-clip {
    margin: 0 auto;
    overflow: hidden;
    width: 531px; }
  .last-visited .jcarousel-item {
    width: 167px;
    margin: 0 5px; }
  .last-visited .jcarousel-next {
    background: url("../images/interface/icon-jcarousel-horiz-arrow-right.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px; }
  .last-visited .jcarousel-prev {
    background: url("../images/interface/icon-jcarousel-horiz-arrow-left.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 10px; }
  .last-visited .jcarousel-prev-disabled, .last-visited .jcarousel-next-disabled {
    background-image: none; }

#password-reset {
  white-space: nowrap;
  color: #6e6e6e;
  font-size: 12px; }

.cart-actions.top {
  margin-bottom: 20px;
  width: 89.3%;
  margin: 0 auto; }
  @media only screen and (max-width: 849px) {
    .cart-actions.top {
      width: 100%; } }

.cart-actions.top.mobile {
  display: none; }
  @media only screen and (max-width: 849px) {
    .cart-actions.top.mobile {
      display: block;
      margin-top: 15px; } }

.cart-or {
  float: left;
  left: 35px;
  top: 16px;
  left: 34px; }
  @media only screen and (max-width: 599px) {
    .cart-or {
      display: block;
      float: none;
      text-align: center; } }

.paypaltop {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 7px; }
  @media only screen and (max-width: 849px) {
    .paypaltop {
      width: 100%;
      padding-top: 0px;
      padding-bottom: 0px; } }

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

.cart-actions span.paypal-checkout {
  top: -8px;
  left: 0;
  margin-right: 6px;
  display: inline-block;
  text-transform: none;
  width: 88px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e; }

.cart-paypal-img {
  display: inline-block; }

.pt_cart .breadcrumb.bc-hide {
  display: none; }

.pt_cart .content-asset {
  /*background: $grey-lt4;*/
  margin: 20px 20px 0 19px;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #e3e3e3;
  width: auto;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .pt_cart .content-asset:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 849px) {
    .pt_cart .content-asset {
      margin-bottom: 0; }
      .pt_cart .content-asset:first-child {
        margin-bottom: 15px; } }
  .pt_cart .content-asset h2 {
    margin: 0 0 25px; }
  .pt_cart .content-asset img {
    display: block;
    margin-bottom: 18px; }
  .pt_cart .content-asset h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: normal;
    color: #221f1c;
    margin-bottom: 0; }
  .pt_cart .content-asset a {
    font-size: 12px !important; }
  .pt_cart .content-asset p {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #070808;
    margin-top: 5px; }
    @media only screen and (max-width: 849px) {
      .pt_cart .content-asset p {
        margin-bottom: 10px; } }

.pt_cart #cart-items-form .cart-order-totals .product-afterpay-message {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%; }
  .pt_cart #cart-items-form .cart-order-totals .product-afterpay-message.noteligible {
    display: inline-block; }

.pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-left {
  float: left;
  width: auto; }
  .pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-left .afterpay-logo-with-text {
    width: 100px;
    height: 22px; }
  .pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-left span {
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 2px 2px;
    display: block;
    font-size: 11px;
    line-height: 1;
    margin: 0; }

.pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-right {
  float: right;
  width: 42%; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-right {
      width: 45%; } }
  .pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-right span {
    line-height: 14px; }

.pt_cart #cart-items-form .cart-order-totals .cart-not-eligible-for-afterpay-bottom {
  display: none; }

.free-shipping h3 {
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: .02rem;
  color: #221f1c;
  text-transform: uppercase; }

button.add-coupon {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  text-transform: Capitalize;
  font-size: 14.5px;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.02rem;
  color: #000000; }
  button.add-coupon span {
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase; }

.cart-row .item-links {
  display: none; }

.cart-row .item-details {
  width: 252px;
  position: relative;
  padding-bottom: 15px; }
  .cart-row .item-details .edit-remove-links {
    position: relative;
    bottom: 0px;
    height: 15px;
    display: inline-block; }
    .cart-row .item-details .edit-remove-links .edit-link, .cart-row .item-details .edit-remove-links .remove-link, .cart-row .item-details .edit-remove-links .edit-link-spacer {
      display: inline-block; }
    .cart-row .item-details .edit-remove-links .edit-link {
      margin-right: 4px; }
      .cart-row .item-details .edit-remove-links .edit-link a {
        font-size: 12px !important;
        text-align: left;
        color: #000;
        cursor: pointer;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: 0.3px; }
    .cart-row .item-details .edit-remove-links .remove-link {
      margin-left: 10px; }
  .cart-row .item-details .product-list-item p {
    padding-bottom: 0; }

.primary-content .cart-left .edit-remove-links.mobile-links {
  display: none; }
  @media only screen and (max-width: 849px) {
    .primary-content .cart-left .edit-remove-links.mobile-links {
      display: block; } }
  .primary-content .cart-left .edit-remove-links.mobile-links .edit-link {
    margin-top: 14px !important;
    margin-right: 10px !important;
    float: left; }
    .primary-content .cart-left .edit-remove-links.mobile-links .edit-link a {
      line-height: 1.67;
      text-align: left;
      color: #6e6e6e; }
  .primary-content .cart-left .edit-remove-links.mobile-links .remove-link {
    margin-top: 14px !important;
    float: left; }
    .primary-content .cart-left .edit-remove-links.mobile-links .remove-link span {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 13px;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #6e6e6e; }

.primary-content .cart-left .edit-remove-links.desktop-links {
  display: inline-block; }
  @media only screen and (max-width: 849px) {
    .primary-content .cart-left .edit-remove-links.desktop-links {
      display: none; } }
  .primary-content .cart-left .edit-remove-links.desktop-links .edit-link {
    margin-top: 0px !important; }
    @media only screen and (max-width: 849px) {
      .primary-content .cart-left .edit-remove-links.desktop-links .edit-link {
        margin-top: 10px !important; } }
    .primary-content .cart-left .edit-remove-links.desktop-links .edit-link a {
      line-height: 1.67;
      text-align: left;
      color: #6e6e6e; }
  .primary-content .cart-left .edit-remove-links.desktop-links .remove-link {
    margin-top: 0px !important; }
    .primary-content .cart-left .edit-remove-links.desktop-links .remove-link span {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #6e6e6e; }

@media only screen and (max-width: 599px) {
  .primary-content .cart-left #cart-table.item-list {
    border-collapse: collapse;
    border-spacing: 0; } }

.primary-content .cart-left #cart-table.item-list th {
  text-transform: uppercase;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 3px 0 4px 4px; }
  .primary-content .cart-left #cart-table.item-list th.cart-price-heading {
    display: none; }
  .primary-content .cart-left #cart-table.item-list th.cart-qty-heading {
    padding-left: 0;
    text-align: left !important; }
  .primary-content .cart-left #cart-table.item-list th.cart-total-price-heading {
    width: 14%;
    padding-right: 0;
    padding-left: 1%;
    text-align: left !important; }
  .primary-content .cart-left #cart-table.item-list th.item-info table tr {
    border: 0; }
    .primary-content .cart-left #cart-table.item-list th.item-info table tr th {
      text-align: center; }
      .primary-content .cart-left #cart-table.item-list th.item-info table tr th.product-item-details {
        width: 57%; }

.primary-content .cart-left #cart-table.item-list td {
  vertical-align: top;
  margin: 0 20px;
  padding: 15px 0; }
  .primary-content .cart-left #cart-table.item-list td.item-info {
    width: auto;
    padding: 25px 0 20px 19px; }
    @media only screen and (max-width: 849px) {
      .primary-content .cart-left #cart-table.item-list td.item-info {
        width: 70% !important;
        padding: 24px 0 20px 13px; } }
    @media only screen and (max-width: 599px) {
      .primary-content .cart-left #cart-table.item-list td.item-info {
        width: 53% !important; } }
    .primary-content .cart-left #cart-table.item-list td.item-info table tr {
      border: 0; }
      .primary-content .cart-left #cart-table.item-list td.item-info table tr td {
        padding: 0; }
        .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-details {
          width: 55.7%;
          margin: 0;
          padding: 0; }
          @media only screen and (max-width: 849px) {
            .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-details {
              width: 100%; } }
        .primary-content .cart-left #cart-table.item-list td.item-info table tr td.price-per {
          width: 89px;
          text-align: center;
          display: none; }
        .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price {
          width: 13%;
          text-align: center;
          margin: 0; }
          .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price {
            padding: 0; }
            .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-standard-total, .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-sales-total, .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-total {
              font-family: trade-gothic-next;
              font-weight: 400;
              font-style: normal;
              font-size: 12px;
              font-stretch: normal;
              line-height: 1.67;
              letter-spacing: 0.02rem;
              text-align: left;
              color: #000;
              display: block; }
            .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-standard-total {
              text-decoration: line-through;
              display: block; }
              @media only screen and (max-width: 849px) {
                .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-standard-total {
                  display: inline-block;
                  margin-right: 0; } }
            .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-sales-total {
              color: #b2292e !important;
              display: block;
              margin-left: 0; }
              @media only screen and (max-width: 849px) {
                .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price span.price-sales-total {
                  margin-left: 5px;
                  display: inline-block; } }
        @media only screen and (max-width: 849px) {
          .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-quantity {
            margin-left: 0px; } }
  .primary-content .cart-left #cart-table.item-list td.price-per .individual-price .price-sales {
    color: #b2292e;
    display: block; }
    @media only screen and (max-width: 849px) {
      .primary-content .cart-left #cart-table.item-list td.price-per .individual-price .price-sales {
        display: inline; } }
  .primary-content .cart-left #cart-table.item-list td.price-per .individual-price .price-standard {
    text-decoration: line-through;
    display: block; }
    @media only screen and (max-width: 849px) {
      .primary-content .cart-left #cart-table.item-list td.price-per .individual-price .price-standard {
        display: inline;
        margin-right: .4rem; } }

@media only screen and (max-width: 849px) {
  .primary-content .cart-left #cart-table.item-list td {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    margin: 0; }
    .primary-content .cart-left #cart-table.item-list td.item-image {
      width: 130px !important;
      padding: 30px 0 20px;
      box-sizing: border-box; }
    .primary-content .cart-left #cart-table.item-list td.item-info {
      width: auto; }
      .primary-content .cart-left #cart-table.item-list td.item-info table tr {
        border: 0; }
        .primary-content .cart-left #cart-table.item-list td.item-info table tr td {
          padding: 0;
          width: 100%; }
          .primary-content .cart-left #cart-table.item-list td.item-info table tr td.price-per, .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-quantity, .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price {
            width: 100%;
            text-align: left; }
          .primary-content .cart-left #cart-table.item-list td.item-info table tr td .promo {
            padding-top: 10px; }
          .primary-content .cart-left #cart-table.item-list td.item-info table tr td.price-per, .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-quantity, .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price {
            padding-top: 10px;
            width: 100% !important;
            margin-left: 0 !important; }
          .primary-content .cart-left #cart-table.item-list td.item-info table tr td.item-price .product-item-price .price-total {
            text-align: left; }
    .primary-content .cart-left #cart-table.item-list td.item-image {
      min-height: initial; }
      .primary-content .cart-left #cart-table.item-list td.item-image .edit-remove-links.mobile-links div {
        float: left;
        display: inline;
        margin-top: 10px; }
        .primary-content .cart-left #cart-table.item-list td.item-image .edit-remove-links.mobile-links div.edit-link {
          margin-top: 4px; }
        .primary-content .cart-left #cart-table.item-list td.item-image .edit-remove-links.mobile-links div.edit-link-spacer {
          display: none; } }

@media only screen and (max-width: 599px) {
  .primary-content .cart-left #cart-table.item-list .item-image {
    padding: 0 !important; }
    .primary-content .cart-left #cart-table.item-list .item-image img {
      padding: 30px 0 32px;
      box-sizing: border-box; } }

.primary-content .cart-left .cart-footer .cart-coupon-code .coupon-applied {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.3px;
  text-align: left;
  color: #6e6e6e; }

.primary-content .cart-left .cart-footer .promo-discount-totals {
  color: #710005;
  font-size: 15px; }

.primary-content .hidden-cart-labels-desktop {
  display: none; }

.plp-rec {
  display: none; }

.you-may-love-wrap .product-tile .pdp-rec {
  display: block !important; }

@media only screen and (max-width: 849px) {
  .cart-right {
    margin-bottom: 0 !important; } }

.cart-recommendations {
  clear: both;
  padding-top: 100px; }
  @media only screen and (max-width: 849px) {
    .cart-recommendations {
      padding-top: 58px; } }
  .cart-recommendations .ps-col-3 {
    padding-bottom: 147px;
    padding-top: 0; }
    @media only screen and (max-width: 849px) {
      .cart-recommendations .ps-col-3 {
        padding-bottom: 60px;
        padding-top: 0; } }
  @media only screen and (max-width: 849px) {
    .cart-recommendations .recprogress {
      margin-top: 10%;
      margin-bottom: 0; } }

.cart-empty {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #6e6e6e;
  padding: 21px 0 49px 0; }
  @media only screen and (max-width: 849px) {
    .cart-empty {
      padding: 3px 0 33px; } }

.emptyCartLinks {
  margin-top: 0;
  /* margin-bottom: 149px; */
  text-align: center; }
  @media only screen and (max-width: 599px) {
    .emptyCartLinks {
      /* margin: 0 0 60px 0;	*/ } }
  .emptyCartLinks .anchor_button1 {
    margin-right: 17px; }
  .emptyCartLinks a .homeMain_button1, .emptyCartLinks a .homeMain_button2 {
    background-color: #000000;
    width: 250px;
    height: 40px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    border-radius: 0; }
    @media only screen and (max-width: 599px) {
      .emptyCartLinks a .homeMain_button1, .emptyCartLinks a .homeMain_button2 {
        margin-right: 0 !important;
        width: 300px; } }
  @media only screen and (max-width: 599px) {
    .emptyCartLinks a .homeMain_button2 {
      margin-top: 10px; } }

.shopping-bag {
  margin-top: 48px; }
  @media only screen and (max-width: 849px) {
    .shopping-bag {
      margin-top: 20px; } }

.line-above-coupon {
  display: none; }
  @media only screen and (max-width: 849px) {
    .line-above-coupon {
      display: block;
      width: 100%;
      background-color: #e3e3e3;
      height: 1px;
      margin-top: 8px; } }

.item-status {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px; }

.cart-actions .dw-apple-pay-button, .cart-actions .dw-apple-pay-button:hover {
  width: 100%;
  padding: 13px 30px;
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border-radius: 0; }

.applepay-help,
.applepay-help-dialog-mask {
  display: none; }

.applepay-help-dialog-mask {
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  text-align: center;
  z-index: 1000; }

.applepay-help .applepay-help-content {
  text-align: left;
  top: 33%;
  width: 300px;
  display: inline-block;
  position: relative;
  background: #fff; }
  .applepay-help .applepay-help-content .content-asset {
    margin-bottom: 20px;
    height: auto !important;
    /*overrides a height 20px applied by scripting in tablet view*/ }

.applepayerror.desktop {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .applepayerror.desktop {
      display: block; } }

.applepayerror.mobile {
  display: block; }
  @media only screen and (min-width: 1025px) {
    .applepayerror.mobile {
      display: none; } }

.close-button {
  height: 10px;
  width: 10px;
  background: url(../images/interface/icon-nav-close.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px; }

@media only screen and (max-width: 849px) {
  .applepay-help {
    text-align: center; }
  .applepay-help .applepay-help-content .content-asset {
    margin-bottom: 0; } }

.pt_cart .cart-right .content-asset {
  border-bottom: 1px solid #e3e3e3; }

.pt_cart .content-asset {
  border-bottom: none; }

.pt_cart .cart-right .content-asset:last-child {
  border-bottom: none; }

#estimate-delivery-change {
  display: block;
  color: #000;
  font-weight: bold;
  margin: 5px 0;
  line-height: 22px;
  font-size: 12px;
  position: relative;
  padding-left: 25px; }
  #estimate-delivery-change b {
    font-size: 13px; }
  #estimate-delivery-change::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/calendar-shipping-delivery.svg") no-repeat;
    position: absolute;
    left: 0; }
  #estimate-delivery-change.shipping-page {
    margin-top: 10px; }

.delivery-popup {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 10px; }
  @media screen and (max-width: 530px) {
    .delivery-popup {
      display: -ms-flexbox;
      display: flex; } }
  .delivery-popup .estimate-delivery-popup {
    float: left; }

.delivery-message-tooltip-div {
  cursor: pointer;
  position: relative;
  left: 14px;
  top: 0; }
  @media screen and (max-width: 530px) {
    .delivery-message-tooltip-div {
      left: 5px;
      top: 13px; } }
  .delivery-message-tooltip-div .delivery-date-tooltip {
    display: inline-block; }
  .delivery-message-tooltip-div .deliver-message-tooltip {
    cursor: auto;
    display: none;
    position: absolute;
    bottom: 21px;
    right: -71px;
    width: 200px;
    padding: 14px;
    background-color: #fff;
    box-shadow: 0 0 12.6px 2.4px rgba(0, 0, 0, 0.1); }
    .delivery-message-tooltip-div .deliver-message-tooltip p {
      line-height: 20px;
      font-size: 12px;
      margin: 0; }
    @media screen and (max-width: 530px) {
      .delivery-message-tooltip-div .deliver-message-tooltip {
        right: 10px; } }

/* Mobile Redesign */
#qty-increase-mobile {
  display: none; }

@media only screen and (max-width: 599px) {
  #cart-items-form .quants {
    display: none; }
  #cart-items-form .cart-left #cart-table.item-list .item-quantity {
    position: unset; }
  #cart-items-form .cart-left #cart-table.item-list .item-info tr {
    position: relative; }
  #cart-items-form .cart-left #cart-table.item-list .item-info.item-mobile-info .item-price {
    width: 70% !important;
    position: absolute;
    bottom: 0;
    left: 0; }
    #cart-items-form .cart-left #cart-table.item-list .item-info.item-mobile-info .item-price span {
      font-size: 16.14px;
      line-height: 20.33px;
      font-weight: 400; } }
    @media only screen and (max-width: 599px) and (max-width: 350px) {
      #cart-items-form .cart-left #cart-table.item-list .item-info.item-mobile-info .item-price span {
        font-size: 11px; } }

@media only screen and (max-width: 599px) {
  #cart-items-form .cart-left #cart-table.item-list td.item-info {
    padding: 0 0 20px 17px;
    width: calc(100% - 130px) !important;
    box-sizing: border-box;
    margin-top: 30px; }
  #cart-items-form .item-details .product-list-item .product-name {
    font-size: 12.7px;
    font-weight: 700;
    line-height: 12.36px;
    padding-right: 50px;
    display: inline-block; }
  #cart-items-form .item-details .product-list-item .value {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.12px;
    margin-bottom: 3px; }
  #cart-items-form .item-details .product-list-item .product-promo .promotional-message p {
    margin-bottom: 3px; }
    #cart-items-form .item-details .product-list-item .product-promo .promotional-message p span {
      font-size: 14px !important; }
  #cart-items-form .item-details .item-price .product-item-price .price-standard,
  #cart-items-form .item-details .item-price .product-item-price .price-sales {
    font-weight: 400;
    font-size: 16.14px;
    line-height: 20.33; }
  #cart-items-form .edit-remove-links.mobile-links .edit-link {
    text-indent: -10000px;
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 20px !important; }
    #cart-items-form .edit-remove-links.mobile-links .edit-link a {
      line-height: 0;
      display: block; }
    #cart-items-form .edit-remove-links.mobile-links .edit-link a:after {
      content: '';
      width: 12px;
      height: 15px !important;
      display: block;
      background: url("../images/edit-icon.svg") no-repeat; }
  #cart-items-form .edit-remove-links.mobile-links .remove-link {
    margin-top: 0 !important; }
    #cart-items-form .edit-remove-links.mobile-links .remove-link .button-text {
      text-indent: -10000px;
      position: relative; }
      #cart-items-form .edit-remove-links.mobile-links .remove-link .button-text :after {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        background: url("../images/remove-icon.svg") no-repeat;
        position: absolute;
        top: 0; }
      #cart-items-form .edit-remove-links.mobile-links .remove-link .button-text span {
        display: block;
        list-style: none; }
  #cart-items-form .on-mobile-add-remove {
    position: absolute;
    right: 12px;
    top: 0; }
  #cart-items-form #qty-increase-mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F2f2f2;
    display: inline-block;
    border-radius: 12.5px;
    min-width: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 3px 5px; }
    #cart-items-form #qty-increase-mobile input[type="number"] {
      border: none;
      text-align: center;
      background-color: transparent;
      font-size: 10px;
      font-weight: 700;
      line-height: 12.58px;
      padding: 0 4px !important; }
    #cart-items-form #qty-increase-mobile button {
      background-color: transparent;
      padding: 0 2px;
      font-size: 16px; } }

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

/* Firefox */
#qty-increase-mobile input[type=number] {
  -moz-appearance: textfield; }

@supports (-webkit-touch-callout: none) { {
    /* CSS specific to iOS devices */ }
  @media only screen and (max-width: 599px) {
    .cart-row .item-price {
      padding-left: 15px;
      left: 15px !important; } }
  @media only screen and (max-width: 599px) {
    #cart-items-form .cart-left #cart-table.item-list .item-info.item-mobile-info .item-price {
      bottom: 10px; }
    #cart-items-form #qty-increase-mobile {
      bottom: 10px; } } }

.remove-product-dialog.ui-dialog .ui-dialog-buttonpane {
  padding: 0 20px 10px;
  text-align: center; }

.remove-product-dialog.ui-dialog .ui-dialog-buttonset {
  float: none !important; }

@media only screen and (min-width: 849px) {
  .cart-content-scroll {
    max-height: 527px;
    overflow-y: auto;
    padding-right: 10px; }
    .cart-content-scroll::-webkit-scrollbar {
      width: 8px; }
    .cart-content-scroll::-webkit-scrollbar-thumb {
      background-color: #e4e4e4; }
    .cart-content-scroll::-webkit-scrollbar-track {
      background-color: #f7f7f7; } }

@media only screen and (min-width: 849px) {
  .sticky-cart-header {
    background-color: #f7f7f7;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1; } }

.active-accordion {
  cursor: pointer; }

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

.checkout-container .float-left {
  float: left;
  width: 48%;
  margin-right: 3.4%;
  margin-top: 9px;
  margin-bottom: 9px; }
  @media only screen and (max-width: 849px) {
    .checkout-container .float-left {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .checkout-container .float-left {
      width: 100%;
      margin-right: 0;
      margin-top: 8px; } }

.checkout-container .float-right {
  float: left !important;
  width: 48%;
  clear: none;
  margin-top: 9px;
  margin-bottom: 9px; }
  @media only screen and (max-width: 849px) {
    .checkout-container .float-right {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .checkout-container .float-right {
      width: 100%; } }

@media only screen and (max-width: 599px) {
  .checkout-container .shipping-col fieldset .float-left {
    width: 48%;
    margin-right: 2%;
    margin-top: 6px;
    min-height: 34px;
    margin-bottom: 6; }
    .checkout-container .shipping-col fieldset .float-left.shipping-address1 {
      width: 100%; } }

@media only screen and (max-width: 599px) {
  .checkout-container .shipping-col fieldset .float-right {
    width: 48%;
    margin-left: 2%;
    margin-top: 6px;
    margin-bottom: 6;
    min-height: 34px; }
    .checkout-container .shipping-col fieldset .float-right.shipping-address2 {
      width: 100%;
      margin-left: 0; } }

.checkout-billing .afterpay-alter-cart {
  color: #b2292e; }

.payment-image img {
  height: 31px; }

.payment-image-klarna img {
  height: auto;
  max-width: 97px; }

.accordion-shipping .border-black {
  border-color: black; }

.accordion-shipping .show-circle {
  display: block !important; }

.accordion-shipping .button-standard {
  background-color: #000;
  text-transform: none;
  border-radius: unset; }

.accordion-shipping .button-standard[disabled] span {
  color: #fff; }

.accordion-shipping .button-standard[disabled] {
  background-color: #bcbcbc; }

.accordion-shipping .shipping-submit {
  width: 48% !important;
  margin-top: 31px;
  margin-bottom: 18px;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px; }
  @media only screen and (max-width: 599px) {
    .accordion-shipping .shipping-submit {
      margin-top: 15px; } }
  .accordion-shipping .shipping-submit span {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    position: relative; }
  @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
    .accordion-shipping .shipping-submit {
      width: 49% !important;
      margin: 32px 0 0 0; } }
  @media only screen and (max-width: 599px) {
    .accordion-shipping .shipping-submit {
      width: 100% !important; } }

.accordion-billing {
  /*.form-caption{
		display:none;
	}*/ }
  .accordion-billing .error-message {
    color: #b2292e; }
  .accordion-billing .like-shipping-col {
    display: none; }
  .accordion-billing .require-electronic-billing .click-box {
    margin-top: 0px;
    margin-right: 14px; }
  .accordion-billing .show-block {
    display: block !important; }
  .accordion-billing .border-black {
    border-color: black !important; }
  .accordion-billing .select-address .form-row {
    margin-bottom: 4px !important; }
  .accordion-billing .phone-number-tooltip {
    cursor: pointer; }
  .accordion-billing .billing-phone .phone-tooltip {
    display: none;
    cursor: auto;
    position: absolute;
    bottom: 21px;
    right: -71px;
    width: 127px;
    padding: 14px;
    background-color: #fff;
    box-shadow: 0 0 12.6px 2.4px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 849px) {
      .accordion-billing .billing-phone .phone-tooltip {
        right: -18px; } }
    @media only screen and (max-width: 599px) {
      .accordion-billing .billing-phone .phone-tooltip {
        right: -17px; } }
    .accordion-billing .billing-phone .phone-tooltip:before {
      content: "";
      position: absolute;
      bottom: -5px;
      right: 72px;
      width: 10px;
      height: 10px;
      background: #fff;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      @media only screen and (max-width: 849px) {
        .accordion-billing .billing-phone .phone-tooltip:before {
          right: 20px; } }
      @media only screen and (max-width: 599px) {
        .accordion-billing .billing-phone .phone-tooltip:before {
          right: 19px; } }
  .accordion-billing .card-images {
    width: auto;
    display: inline-block; }
    @media only screen and (max-width: 849px) {
      .accordion-billing .card-images {
        width: auto;
        display: inherit; } }
    .accordion-billing .card-images img {
      margin-right: 16px; }
  .accordion-billing .checked-class {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
  .accordion-billing .same-as-shipping-details {
    margin-top: 4px; }
    .accordion-billing .same-as-shipping-details p {
      margin-left: 2px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 1.67;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #000;
      padding-bottom: 0; }
  .accordion-billing .cvn {
    width: 27%; }
    @media only screen and (max-width: 849px) {
      .accordion-billing .cvn {
        width: 47%;
        float: left;
        margin-top: 0; } }
    .accordion-billing .cvn .form-caption {
      display: block; }
  .accordion-billing .billing-submit {
    width: 48% !important;
    margin-top: 37px;
    margin-bottom: 27px; }
    @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
      .accordion-billing .billing-submit {
        width: 100% !important; } }
    .accordion-billing .billing-submit .button-standard {
      background-color: #000;
      text-transform: none;
      border-radius: unset;
      height: auto;
      padding-top: 7px;
      padding-bottom: 7px; }
      .accordion-billing .billing-submit .button-standard span {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: normal;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff; }
    .accordion-billing .billing-submit button-standard[disabled] span {
      color: #fff; }
  .accordion-billing .show-circle {
    display: block !important; }
  .accordion-billing .click-box {
    cursor: pointer;
    float: left;
    height: 18px;
    width: 18px;
    border: 1px solid #e3e3e3;
    position: relative;
    margin-top: 7px; }
    @media only screen and (max-width: 849px) {
      .accordion-billing .click-box {
        margin-top: 13px; } }
    .accordion-billing .click-box .inside-box {
      display: none;
      top: 3px;
      left: 3px;
      height: 12px;
      width: 12px;
      background-color: #000;
      position: absolute; }
  .accordion-billing .save-this-card {
    clear: both;
    position: relative;
    bottom: 10px; }
    @media only screen and (max-width: 849px) {
      .accordion-billing .save-this-card {
        bottom: 0;
        top: 8px; } }
    .accordion-billing .save-this-card .label-inline label {
      margin-top: 1px;
      padding-left: 15px; }
      @media only screen and (max-width: 849px) {
        .accordion-billing .save-this-card .label-inline label {
          margin-top: 8px; } }
    .accordion-billing .save-this-card .form-row {
      clear: none;
      width: auto; }
    .accordion-billing .save-this-card input[type=checkbox] {
      display: none; }
    .accordion-billing .save-this-card span {
      font-size: 12px;
      text-align: left;
      color: #000;
      text-transform: capitalize;
      line-height: 2.75; }
  .accordion-billing .billing-phone {
    position: relative;
    display: inline-block; }
    .accordion-billing .billing-phone .phone-field span.error {
      top: 40px;
      left: 0; }
    .accordion-billing .billing-phone span {
      float: left;
      position: absolute;
      top: 13px;
      right: 16px; }
      @media only screen and (max-width: 1149px), only screen and (max-device-width: 1149px), only screen and (max-device-width: 1149px) and (-webkit-min-device-pixel-ratio: 2) {
        .accordion-billing .billing-phone span {
          float: right;
          top: 12px;
          right: 18px;
          bottom: 27px; } }
  .accordion-billing .cvv-data {
    clear: none;
    width: 47.1% !important;
    float: left; }
    @media only screen and (max-width: 1024px) and (min-width: 850px) {
      .accordion-billing .cvv-data {
        width: 46.1% !important; } }
    @media only screen and (max-width: 849px) {
      .accordion-billing .cvv-data {
        width: calc(50% - 3%) !important; } }
    .accordion-billing .cvv-data .form-caption {
      display: block; }
  .accordion-billing .phone-field .form-caption {
    display: none; }
  .accordion-billing .payment-method-options .outer-circle {
    margin-top: 5px; }
  .accordion-billing .payment-method-options .input-radio {
    display: none; }

.outer-circle {
  cursor: pointer;
  float: left;
  height: 18px;
  width: 18px;
  border: 1px solid #e3e3e3;
  position: relative;
  border-radius: 50%;
  margin-right: 13px; }
  .outer-circle .inner-circle {
    display: none;
    top: 3px;
    left: 3px;
    height: 12px;
    width: 12px;
    background-color: #000;
    position: absolute;
    border-radius: 50%; }
  .outer-circle.radio-disabled {
    cursor: default; }

.payment-method .clearfix:after, .payment-method .category-switch:after {
  clear: none; }

.payment-method .form-indent {
  margin-left: 0px; }

.payment-method .label-inline label {
  text-transform: Capitalize; }

.cvv-data-right {
  margin-left: 18px; }
  @media only screen and (max-width: 849px) {
    .cvv-data-right {
      margin-left: 5.9%; } }

.accordion-billing .billing-subcol {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-top: -8px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 849px) {
    .accordion-billing .billing-subcol {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 849px) {
    .accordion-billing .billing-subcol {
      padding-top: 17px; } }
  @media only screen and (max-width: 599px) {
    .accordion-billing .billing-subcol {
      padding-top: 17px;
      float: left;
      width: 100%;
      clear: both;
      margin: 0 0 15px 0; } }

@media only screen and (max-width: 849px) {
  #wrapper.pt_checkout {
    padding-top: 0; } }

.promo-billing {
  margin-top: 53px !important; }

.billing-payment {
  margin-top: 30px !important; }

.promo-gift-toggle {
  display: none; }
  .promo-gift-toggle span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000; }
  .promo-gift-toggle .gift-certificate-check-balance span {
    color: #6e6e6e;
    letter-spacing: 0.3px; }
  .promo-gift-toggle button, .promo-gift-toggle button span {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 0.02rem;
    color: #000; }

.checkout-header-main h1 {
  margin-top: 55px;
  margin-bottom: 56px; }
  @media only screen and (max-width: 849px) {
    .checkout-header-main h1 {
      margin-top: 13px;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 599px) {
    .checkout-header-main h1 {
      margin-top: 13px;
      margin-bottom: 24px; } }

.checkout-welcomeback {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: left;
  color: #000;
  text-transform: uppercase; }

.account-logout a {
  font-size: 12px;
  line-height: 3.12;
  letter-spacing: .02rem;
  text-align: left;
  color: #6e6e6e;
  text-decoration: underline; }

.checkout-signin .checkout-have-account {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px; }

.checkout-signin-separator {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  margin-top: 17px;
  display: none; }
  @media only screen and (max-width: 849px) {
    .checkout-signin-separator {
      display: block;
      margin-top: 10px; } }

.checkout-signin-page {
  /*Checkin page Signin page*/ }
  .checkout-signin-page .checkout-login-now {
    font-size: 12px;
    line-height: 3.08;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000; }
    .checkout-signin-page .checkout-login-now .checkout-signin-link {
      color: #6e6e6e;
      text-decoration: underline;
      cursor: pointer; }
  .checkout-signin-page fieldset .forgotPwd {
    margin-top: 6px;
    margin-left: 51.5%;
    width: auto;
    display: inline-block;
    text-align: left; }
    .checkout-signin-page fieldset .forgotPwd a {
      text-decoration: underline;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.3px; }
    @media only screen and (max-width: 849px) {
      .checkout-signin-page fieldset .forgotPwd {
        margin-left: 0px;
        margin-top: 9px; } }
    @media only screen and (max-width: 599px) {
      .checkout-signin-page fieldset .forgotPwd {
        margin-left: 0px;
        margin-top: 9px; } }
  @media only screen and (max-width: 849px) {
    .checkout-signin-page fieldset .gdpr-login-notice {
      margin-bottom: 0px !important;
      margin-top: 9px; } }
  @media only screen and (max-width: 599px) {
    .checkout-signin-page fieldset .gdpr-login-notice {
      margin-bottom: 0px !important;
      margin-top: 9px; } }
  .checkout-signin-page fieldset .label-inline label {
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: Capitalize; }
  .checkout-signin-page fieldset .form-row {
    margin-bottom: 0; }
  .checkout-signin-page fieldset .chekout-signin-button {
    width: 48%;
    margin-top: 15px;
    font-size: 14px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .02rem;
    color: #fff;
    border-radius: 0;
    font-stretch: normal;
    line-height: 1.69;
    height: 40px; }
    @media only screen and (max-width: 849px) {
      .checkout-signin-page fieldset .chekout-signin-button {
        width: 100%; } }
    @media only screen and (max-width: 599px) {
      .checkout-signin-page fieldset .chekout-signin-button {
        width: 100%; } }
  @media only screen and (max-width: 849px) {
    .checkout-signin-page fieldset {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .checkout-signin-page fieldset {
      width: 100%; } }

.checkout-signin-show {
  display: none; }
  .checkout-signin-show h6 {
    line-height: 3.08;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000; }
  .checkout-signin-show form {
    padding: 0px;
    margin-top: -3px; }
  .checkout-signin-show .checkout-signin-form {
    width: 100%; }
    .checkout-signin-show .checkout-signin-form input[type="email"], .checkout-signin-show .checkout-signin-form input[type="password"] {
      display: inline-block; }
    .checkout-signin-show .checkout-signin-form input[type="email"] {
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      margin-left: 0; }
    .checkout-signin-show .checkout-signin-form input .form-row {
      float: left;
      width: 48%;
      clear: none;
      margin-bottom: 0px; }
      @media only screen and (max-width: 849px) {
        .checkout-signin-show .checkout-signin-form input .form-row {
          width: 100%; } }
      @media only screen and (max-width: 599px) {
        .checkout-signin-show .checkout-signin-form input .form-row {
          width: 100%; } }
      .checkout-signin-show .checkout-signin-form input .form-row span.error {
        margin-bottom: 1%; }

.pt_checkout {
  /* form elements */
  /*form {
		padding: 16px 12px;
	}*/
  /* custom checkbox and radio button */
  /* button */ }
  .pt_checkout object[type="application/x-shockwave-flash"] {
    position: absolute;
    opacity: 0; }
  @media only screen and (max-width: 849px) {
    .pt_checkout {
      padding: 16px 0px; } }
  .pt_checkout legend {
    width: 100%;
    padding: 14px 0 5px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    text-transform: capitalize; }
    @media only screen and (max-width: 849px) {
      .pt_checkout legend {
        padding: 0px 0 5px; } }
  .pt_checkout label {
    float: none;
    width: 85%;
    /*	padding: 0.5em 0 0; */
    text-align: left;
    font-weight: normal; }
  .pt_checkout .shipping-checkbox {
    clear: both; }
    .pt_checkout .shipping-checkbox .form-indent label, .pt_checkout .shipping-checkbox .float-right label {
      font-size: 12px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.75;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #000;
      text-transform: none; }
      @media only screen and (max-width: 849px) {
        .pt_checkout .shipping-checkbox .form-indent label, .pt_checkout .shipping-checkbox .float-right label {
          line-height: 2.75; } }
    @media only screen and (max-width: 849px) {
      .pt_checkout .shipping-checkbox .address-wrap {
        margin-top: 12px; } }
    .pt_checkout .shipping-checkbox .click-box {
      float: left;
      height: 16px;
      width: 16px;
      position: relative;
      margin-top: 7px;
      border: 1px solid #e3e3e3; }
    .pt_checkout .shipping-checkbox input[type=checkbox] {
      display: none !important; }
    @media only screen and (max-width: 599px) {
      .pt_checkout .shipping-checkbox .email-wrap-desktop[class] {
        display: none !important; } }
    .pt_checkout .shipping-checkbox .email-wrap-mobile {
      display: none; }
      @media only screen and (max-width: 599px) {
        .pt_checkout .shipping-checkbox .email-wrap-mobile {
          display: block; } }
  .pt_checkout .shipping-checkbox .selected .click-box {
    float: left;
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: 7px;
    border: 1px solid #6e6e6e; }
    .pt_checkout .shipping-checkbox .selected .click-box .inside-box {
      top: 3px;
      left: 3px;
      height: 10px;
      width: 10px;
      background-color: #000;
      position: absolute; }
  .pt_checkout .shipping-checkbox .selected .form-indent label, .pt_checkout .shipping-checkbox .selected .float-right label {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
  .pt_checkout .shipping-checkbox .email-wrap .email-list, .pt_checkout .shipping-checkbox .email-wrap .phone-list, .pt_checkout .shipping-checkbox .phone-wrap .email-list, .pt_checkout .shipping-checkbox .phone-wrap .phone-list {
    height: 0;
    margin: 0; }
    .pt_checkout .shipping-checkbox .email-wrap .email-list label, .pt_checkout .shipping-checkbox .email-wrap .phone-list label, .pt_checkout .shipping-checkbox .phone-wrap .email-list label, .pt_checkout .shipping-checkbox .phone-wrap .phone-list label {
      padding-top: 0; }
      .pt_checkout .shipping-checkbox .email-wrap .email-list label span, .pt_checkout .shipping-checkbox .email-wrap .phone-list label span, .pt_checkout .shipping-checkbox .phone-wrap .email-list label span, .pt_checkout .shipping-checkbox .phone-wrap .phone-list label span {
        position: relative;
        left: 29px;
        top: -19px; }
        @media only screen and (max-width: 849px) {
          .pt_checkout .shipping-checkbox .email-wrap .email-list label span, .pt_checkout .shipping-checkbox .email-wrap .phone-list label span, .pt_checkout .shipping-checkbox .phone-wrap .email-list label span, .pt_checkout .shipping-checkbox .phone-wrap .phone-list label span {
            position: relative;
            left: 27px;
            top: -26px;
            width: 100%;
            display: inline-block;
            white-space: nowrap; } }
  .pt_checkout .shipping-checkbox .email-wrap .checkout-shipping-privacy label, .pt_checkout .shipping-checkbox .email-wrap .checkout-sms-privacy label, .pt_checkout .shipping-checkbox .phone-wrap .checkout-shipping-privacy label, .pt_checkout .shipping-checkbox .phone-wrap .checkout-sms-privacy label {
    padding: 0 0 0 32px;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.02rem;
    color: #000; }
    @media only screen and (max-width: 849px) {
      .pt_checkout .shipping-checkbox .email-wrap .checkout-shipping-privacy label, .pt_checkout .shipping-checkbox .email-wrap .checkout-sms-privacy label, .pt_checkout .shipping-checkbox .phone-wrap .checkout-shipping-privacy label, .pt_checkout .shipping-checkbox .phone-wrap .checkout-sms-privacy label {
        width: 63%;
        padding-left: 31px;
        line-height: 1.67; } }
    .pt_checkout .shipping-checkbox .email-wrap .checkout-shipping-privacy label a, .pt_checkout .shipping-checkbox .email-wrap .checkout-sms-privacy label a, .pt_checkout .shipping-checkbox .phone-wrap .checkout-shipping-privacy label a, .pt_checkout .shipping-checkbox .phone-wrap .checkout-sms-privacy label a {
      font-size: 12px;
      line-height: 1.67;
      float: none;
      margin: 0;
      padding: 0;
      color: #6e6e6e;
      text-decoration: underline; }
      @media only screen and (max-width: 849px) {
        .pt_checkout .shipping-checkbox .email-wrap .checkout-shipping-privacy label a, .pt_checkout .shipping-checkbox .email-wrap .checkout-sms-privacy label a, .pt_checkout .shipping-checkbox .phone-wrap .checkout-shipping-privacy label a, .pt_checkout .shipping-checkbox .phone-wrap .checkout-sms-privacy label a {
          line-height: 1.67; } }
  .pt_checkout .shipping-checkbox .billing-wrap {
    margin-top: 19px; }
    .pt_checkout .shipping-checkbox .billing-wrap .billing-address {
      margin: 0; }
      @media only screen and (max-width: 849px) {
        .pt_checkout .shipping-checkbox .billing-wrap .billing-address {
          display: inline;
          width: calc(100% - 30px);
          padding-left: 9px; } }
      .pt_checkout .shipping-checkbox .billing-wrap .billing-address label span {
        position: relative;
        left: 29px;
        top: -19px; }
        @media only screen and (max-width: 849px) {
          .pt_checkout .shipping-checkbox .billing-wrap .billing-address label span {
            left: 0px;
            top: 0px; } }
  .pt_checkout .shipping-checkbox .address-wrap .address-checkbox {
    display: inline-block;
    width: 75%;
    margin-left: 8px; }
    @media only screen and (max-width: 849px) {
      .pt_checkout .shipping-checkbox .address-wrap .address-checkbox {
        margin-left: 5px; } }
    .pt_checkout .shipping-checkbox .address-wrap .address-checkbox label span {
      margin-left: 4px;
      position: relative;
      top: 6px; }
      @media only screen and (max-width: 849px) {
        .pt_checkout .shipping-checkbox .address-wrap .address-checkbox label span {
          position: unset; } }
  .pt_checkout .label-bold {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
  .pt_checkout .label-uppercase {
    text-transform: uppercase; }
  .pt_checkout input[type="text"],
  .pt_checkout input[type="number"],
  .pt_checkout input[type="password"],
  .pt_checkout input[type="tel"] {
    width: 100%;
    padding: 1em 0.5em;
    box-sizing: border-box;
    border-color: #a5a5a5;
    margin-left: 0;
    text-transform: none;
    letter-spacing: 0.02rem; }
    @media only screen and (max-width: 599px) {
      .pt_checkout input[type="text"],
      .pt_checkout input[type="number"],
      .pt_checkout input[type="password"],
      .pt_checkout input[type="tel"] {
        border-radius: 5px;
        border-color: #B3B3B3;
        height: 34px !important; } }
    .pt_checkout input[type="text"]:focus,
    .pt_checkout input[type="number"]:focus,
    .pt_checkout input[type="password"]:focus,
    .pt_checkout input[type="tel"]:focus {
      outline: 2px solid rgba(59, 153, 252, 0.75);
      outline-offset: 1px; }
  .pt_checkout input[type="radio"],
  .pt_checkout input[type="checkbox"] {
    margin: 7px 10px 0 0; }
  .pt_checkout select {
    width: 100%;
    height: 40px;
    padding: 0 .5em;
    margin: 0; }
    @media only screen and (max-width: 849px) {
      .pt_checkout select {
        padding: 6px 10px 6px 10px !important; } }
    @media only screen and (max-width: 599px) {
      .pt_checkout select {
        height: 34px !important;
        border-radius: 5px; } }
  .pt_checkout select::-ms-expand {
    display: none; }
  .pt_checkout h3 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #000;
    text-transform: uppercase; }
    .pt_checkout h3.gc-promo {
      cursor: pointer;
      position: relative; }
      .pt_checkout h3.gc-promo:after {
        content: '\2014';
        font-size: .8em;
        position: absolute;
        right: 0;
        top: 0; }
  .pt_checkout .summary-edit {
    display: inline-block;
    width: 100%;
    padding: 0.8em 0;
    text-align: center;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02rem;
    color: #b8b8b8;
    border: 1px solid #e5e5e5;
    border-radius: .2em; }
  .pt_checkout .show-promo-gift {
    margin: 5px 0 20px;
    width: 100%;
    font-size: 12px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-align: left;
    font-style: normal;
    font-stretch: normal; }
    .pt_checkout .show-promo-gift .click-box {
      margin: 0; }
    .pt_checkout .show-promo-gift .inside-box {
      display: none; }
    .pt_checkout .show-promo-gift .fake-checkbox-label {
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: 0.3px;
      padding-left: 14px; }
  .pt_checkout #primary > .error-form {
    display: none; }
  .pt_checkout #addressSelectGoButton,
  .pt_checkout #payment-select-go {
    display: none; }
  .pt_checkout .form-row {
    /*margin-left: 0;*/ }
    .pt_checkout .form-row.is-gift {
      display: none; }
    .pt_checkout .form-row.balanceMessage {
      text-align: center;
      font-weight: 600; }
      .pt_checkout .form-row.balanceMessage span.remove {
        font-weight: 400;
        cursor: pointer; }
  .pt_checkout .form-caption,
  .pt_checkout span.error {
    margin-left: 0;
    margin: 1% 1% 0%;
    letter-spacing: .02rem; }
  .pt_checkout .error-message {
    width: 100%;
    margin: 0;
    padding: 0.2em 0;
    border: none;
    clear: both; }
  .pt_checkout .dialog-required {
    display: none; }
  .pt_checkout .form-field-tooltip {
    text-transform: uppercase;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: italic; }
    .pt_checkout .form-field-tooltip a {
      color: #003041;
      text-decoration: underline; }
  .pt_checkout .name-fields .form-row label {
    display: none; }
  .pt_checkout .icheckbox,
  .pt_checkout .iradio {
    position: relative;
    float: left;
    margin: 5px 10px 0 0;
    display: none; }
  .pt_checkout .form-row-button {
    width: 100%;
    margin-left: 0px; }
  .pt_checkout input[type=number]::-webkit-outer-spin-button,
  .pt_checkout input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .pt_checkout input[type=number] {
    -moz-appearance: textfield; }

/* .pt_checkout End */
#header.mini.header-checkout .header_container > div:first-child > div.logo {
  position: relative !important;
  left: initial !important;
  width: 50px !important;
  margin: 0 auto !important;
  float: none !important; }

.header-checkout {
  text-align: center;
  height: 90px !important;
  border-bottom: 1px solid #e3e3e3; }

.checkout-progress-indicator {
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  /* small viewport biggin */
  /* small viewport end */ }
  .checkout-progress-indicator div {
    width: 33.333333%;
    display: block;
    float: left; }
    .checkout-progress-indicator div.inactive span {
      background-color: #d8d8d8; }
    .checkout-progress-indicator div.inactive p {
      color: #d8d8d8; }
  .checkout-progress-indicator span {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 0 auto 15px;
    vertical-align: top;
    line-height: 35px;
    font-size: 1.45em;
    color: #fff;
    background-color: #003049; }
  .checkout-progress-indicator p {
    font-size: 3em;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    color: #003049;
    text-transform: uppercase; }
  .checkout-progress-indicator a {
    color: #fff; }
  @media only screen and (max-width: 599px) {
    .checkout-progress-indicator {
      padding: 15px 0; }
      .checkout-progress-indicator span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.2em; }
      .checkout-progress-indicator p {
        font-size: 4vw; } }

/* Mini summary */
.mini-shipment,
.mini-billing {
  padding: 16px 12px;
  background-color: #fff;
  outline: 1px solid #d7d7d7;
  font-size: 1.1em; }
  .mini-shipment .mini-summary-button,
  .mini-billing .mini-summary-button {
    margin-top: 16%; }
  .mini-shipment .grey-separator,
  .mini-billing .grey-separator {
    margin: 1.5em 0; }
  .mini-shipment h3,
  .mini-billing h3 {
    padding-bottom: 12px;
    display: block !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 1.4px !important; }
  .mini-shipment .estimatedate,
  .mini-billing .estimatedate {
    margin-top: 0.7em;
    font-size: 12px; }
  .mini-shipment p,
  .mini-billing p {
    margin-bottom: 0.2em; }

.mini-billing .summary-edit {
  margin-top: 15px; }

.mini-billing .uppercase {
  text-transform: uppercase; }

.mini-billing .applied {
  text-transform: uppercase;
  margin-bottom: 15px; }

/* Mini summary end*/
.shipping-col,
.billing-col,
.review-col {
  width: 100%; }
  .shipping-col.inactive,
  .billing-col.inactive,
  .review-col.inactive {
    position: relative; }
  .shipping-col.bg-none,
  .billing-col.bg-none,
  .review-col.bg-none {
    background-color: #fff; }
  .shipping-col.mini-summary,
  .billing-col.mini-summary,
  .review-col.mini-summary {
    background-color: #fff; }
  .shipping-col .blocked,
  .billing-col .blocked,
  .review-col .blocked {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5; }

.shipping-col .state-field .sl-container .sl-options,
.billing-col .state-field .sl-container .sl-options {
  width: 200%;
  max-width: 250px; }

/* Shipping column */
.shipping-col .top-legend {
  padding-top: 0; }

.shipping-col .country {
  display: block; }

.shipping-col .state-field {
  width: 48%;
  float: left;
  clear: none; }

.shipping-col .postal-field {
  width: 48%;
  clear: none; }

.shipping-col .postal-field.float-left {
  float: left; }

.shipping-col .mothods-br {
  display: none; }

.shipping-col .form-field-tooltip {
  display: none; }

.like-shipping-col {
  min-height: 25px;
  margin-top: 20px;
  /*.form-row.country-field {
		display: none;
	}*/ }

/* Shipping column End*/
/* Billing column*/
.billing-col {
  margin: 0 2%; }
  .billing-col .state-field {
    width: 53%;
    float: left;
    clear: none; }
  .billing-col .postal-field {
    width: 41%;
    float: right;
    clear: none; }
  .billing-col .postal-field.float-left {
    float: left; }
  .billing-col .phone-field .form-caption {
    display: none; }
  .billing-col .form-label-text {
    width: 100%;
    text-align: left;
    float: none;
    font-size: 13px; }
  .billing-col .form-row.month,
  .billing-col .form-row.year {
    width: 45%; }
    .billing-col .form-row.month select,
    .billing-col .form-row.year select {
      width: 100%; }
  .billing-col .form-row.year {
    float: right; }
  .billing-col .cvn input {
    width: 50%; }
  .billing-col .payment-method-options {
    display: none; }
  .billing-col .billing-address {
    padding-top: 10px; }
  .billing-col .billing-email {
    margin-bottom: 0; }
  .billing-col .black-separator {
    margin: 6px 0 24px 0; }
  .billing-col .fake-checkbox-electronic-billing-toggle {
    display: none; }
    .billing-col .fake-checkbox-electronic-billing-toggle.displayed {
      display: block; }
  .billing-col .cart-coupon .callout {
    color: #999;
    margin-top: 0.2em; }
  .billing-col .expir {
    color: #999; }
  .billing-col .billing-submit {
    margin: 0; }

/* Billing column End */
/* Review column */
.review-col {
  /* Total */
  /* Bag details */
  /* Item table */
  /* Item table End */
  /* Coupon */
  /* Submit button */
  /* Content Assests */ }
  .review-col .review-inner {
    padding: 16px 12px;
    font-size: 1.1em;
    outline: 1px solid #d7d7d7; }
  .review-col .order-summary-footer {
    margin-top: 12%; }
    .review-col .order-summary-footer .order-subtotal {
      font-weight: normal; }
      .review-col .order-summary-footer .order-subtotal .subtotal-label {
        padding-left: 0;
        font: inherit; }
      .review-col .order-summary-footer .order-subtotal .subtotal-price {
        font: inherit; }
    .review-col .order-summary-footer .order-total {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: inherit;
      text-transform: uppercase; }
  .review-col .cart-details {
    margin: 7% 0; }
    .review-col .cart-details h3 {
      display: inline; }
    .review-col .cart-details a {
      float: right;
      color: #000;
      text-decoration: underline; }
  .review-col .item-list {
    margin: 7% 0 3%; }
    .review-col .item-list .item-image img {
      max-width: 100%; }
    .review-col .item-list .item-name a {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      color: #000;
      text-transform: uppercase; }
    .review-col .item-list .item-options {
      margin-top: 8px;
      font-size: 11px; }
  .review-col #cart-table .item-total {
    margin: 2% 0;
    font-size: 0.95em;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-align: left; }
    .review-col #cart-table .item-total .each.desktop-mobile-summary {
      font-size: 12px;
      color: #777; }
      @media only screen and (max-width: 849px) {
        .review-col #cart-table .item-total .each.desktop-mobile-summary {
          display: none; } }
      @media only screen and (max-width: 599px) {
        .review-col #cart-table .item-total .each.desktop-mobile-summary {
          display: inline; } }
      .review-col #cart-table .item-total .each.desktop-mobile-summary .price-promotion {
        display: inline; }
    .review-col #cart-table .item-total .each.tablet-summary {
      font-size: 12px;
      color: #777;
      display: none; }
      @media only screen and (max-width: 849px) {
        .review-col #cart-table .item-total .each.tablet-summary {
          display: inline; } }
      @media only screen and (max-width: 599px) {
        .review-col #cart-table .item-total .each.tablet-summary {
          display: none; } }
    .review-col #cart-table .item-total .price-standard-total {
      text-decoration: line-through; }
    .review-col #cart-table .item-total .price-sales-total {
      color: #b2292e; }
  .review-col .item-image {
    width: 25%;
    float: left; }
  .review-col .item-name,
  .review-col .item-options,
  .review-col .item-total {
    width: 70%;
    float: right; }
  .review-col .coupon {
    position: relative; }
    .review-col .coupon .item-edit-details {
      display: none; }
    .review-col .coupon .coupon-applied {
      position: absolute;
      top: 0;
      right: 0;
      text-transform: uppercase; }
  .review-col .submit-order {
    padding: 0; }
    .review-col .submit-order .form-row {
      margin-bottom: 0; }
    .review-col .submit-order.bottom {
      margin-top: 4.5%; }
    .review-col .submit-order button {
      margin-left: 0; }
      .review-col .submit-order button[disabled] {
        color: #fff; }
  .review-col .content-asset-table td {
    width: 100%;
    display: block; }
  .review-col .content-asset {
    margin-top: 1px; }
    .review-col .content-asset > div {
      padding: 8% 6% 6%; }
    .review-col .content-asset .need-help {
      padding: 20px 30px 0px 30px; }
      .review-col .content-asset .need-help ul {
        padding: 0;
        margin: 5% 0 0 0; }
      .review-col .content-asset .need-help ul li {
        list-style: none !important; }
      .review-col .content-asset .need-help h3 {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.86;
        letter-spacing: normal;
        color: #221f1c; }
        .review-col .content-asset .need-help h3 a {
          color: #000;
          text-decoration: underline; }
      .review-col .content-asset .need-help p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: 0.02rem;
        text-align: left;
        color: #070808; }
      .review-col .content-asset .need-help span.gainsboro-seperator {
        display: inline-block;
        margin-top: 30px;
        height: 1px;
        background-color: #e3e3e3;
        width: 100%; }
    .review-col .content-asset .free-shipping {
      padding: 30px 30px 27px 30px; }
      .review-col .content-asset .free-shipping h3 {
        margin-bottom: 5px;
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: normal;
        color: #221f1c; }
        .review-col .content-asset .free-shipping h3 a {
          color: #000;
          text-decoration: underline; }
      .review-col .content-asset .free-shipping p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: 0.3px;
        text-align: left;
        color: #070808; }

/* Review column End */
/* Separators */
hr {
  margin: 10px 0 5px 0;
  border-color: black;
  border-width: 1px 0 0; }

.grey-separator {
  height: 1px;
  margin: 10px 0 10px 0;
  background-color: #e4e4e4; }

.dark-grey-separator {
  height: 1px;
  margin: 10px 0 10px 0;
  background-color: #6f6f6f; }
  .dark-grey-separator.promo-gift {
    margin-top: -2px; }

.black-separator {
  height: 1px;
  margin: 10px 0 10px 0;
  background-color: #000; }

/* Separators end*/
#shipping-method-list label {
  text-transform: none; }

#shipping-method-list .form-caption {
  margin-left: 30px; }

#shipping-method-list .tooltip {
  display: none; }

#shipping-method-list .shipping-methods-wrap {
  padding: 5px 0;
  border-radius: 5px; }
  @media only screen and (max-width: 599px) {
    #shipping-method-list .shipping-methods-wrap {
      margin-bottom: 10px;
      border: 1px solid #B3B3B3; } }
  @media only screen and (max-width: 599px) {
    #shipping-method-list .shipping-methods-wrap .form-row {
      border-bottom: 1px solid #B3B3B3;
      padding-left: 10px; } }
  #shipping-method-list .shipping-methods-wrap .form-row:last-child {
    border-bottom: none; }

.shipping-method {
  margin-top: 22px; }
  .shipping-method label {
    display: inline;
    float: none !important;
    padding-right: 5px !important; }
  .shipping-method .shipping-description {
    display: inline; }

/* Same as shipping checkbox */
.same-new-shipping {
  margin-top: 8px; }
  .same-new-shipping .fake-checkbox {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    border: 1px solid #a5a5a5;
    background-color: #003049;
    vertical-align: middle;
    cursor: pointer; }
    .same-new-shipping .fake-checkbox.checked {
      background-image: url("../images/interface/icon-fake-checkout.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .same-new-shipping .fake-checkbox-label {
    /*cursor: pointer;*/ }
  .same-new-shipping span {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000000;
    text-transform: Capitalize; }

.require-electronic-billing {
  margin-top: 20px; }
  .require-electronic-billing .fake-checkbox-electronic-billing {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    border: 1px solid #a5a5a5;
    background-color: #003049;
    vertical-align: middle;
    cursor: pointer; }
    .require-electronic-billing .fake-checkbox-electronic-billing.checked {
      background-image: url("../images/interface/icon-fake-checkout.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .require-electronic-billing span {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.3px;
    color: #000;
    text-transform: capitalize; }

.redemption span {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal; }

.redemption .success {
  margin-top: 18px; }
  .redemption .success.err {
    color: #b2292e; }
  .redemption .success a.remove {
    text-decoration: underline;
    cursor: pointer;
    outline: none;
    float: none !important;
    margin-left: 10px; }
  .redemption .success .no-underline {
    color: #999; }

.redemption .left {
  text-align: left;
  float: left; }

.redemption .right {
  text-align: left;
  float: none; }

.redemption .giftcert-error {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  padding: 8px 0 0 0; }
  .redemption .giftcert-error.ajax-error {
    padding: 8px 0 0 0;
    color: #b2292e;
    margin-bottom: 30px; }

.redemption .balance-remainder {
  padding: 8px 0 0 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  color: #b2292e; }

.redemption span.error {
  margin-left: 0; }

.gift-certificate {
  margin-top: 1px; }
  .gift-certificate .gift-certificate-number {
    display: inline-block;
    margin-bottom: -0.25em;
    width: 35%; }
    @media only screen and (max-width: 1059px) {
      .gift-certificate .gift-certificate-number {
        width: 52.9%; } }
    .gift-certificate .gift-certificate-number input {
      margin-top: 18px; }
      @media only screen and (max-width: 1059px) {
        .gift-certificate .gift-certificate-number input {
          font-size: 12px !important;
          padding: .5em !important; } }
    .gift-certificate .gift-certificate-number input:-ms-input-placeholder {
      font-size: 12px; }
    .gift-certificate .gift-certificate-number input::placeholder {
      font-size: 12px; }
    .gift-certificate .gift-certificate-number label {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .gift-certificate .gift-certificate-pin {
    display: inline-block;
    width: 9%;
    margin: 0 25px 0 -3px; }
    @media only screen and (max-width: 1059px) {
      .gift-certificate .gift-certificate-pin {
        width: 14%;
        margin: 0 8px 0 -3px; } }
    .gift-certificate .gift-certificate-pin label {
      display: none; }
    .gift-certificate .gift-certificate-pin .form-caption {
      display: none; }
    .gift-certificate .gift-certificate-pin input {
      border-left: none !important;
      padding: 1.05em !important; }
      @media only screen and (max-width: 1059px) {
        .gift-certificate .gift-certificate-pin input {
          padding: .5em !important;
          font-size: 12px !important; } }
    .gift-certificate .gift-certificate-pin input:-ms-input-placeholder {
      font-size: 12px; }
    .gift-certificate .gift-certificate-pin input::placeholder {
      font-size: 12px; }
  .gift-certificate .gift-certificate-check-balance {
    margin: -5px 0 10px 0; }
    .gift-certificate .gift-certificate-check-balance a {
      line-height: 1 !important;
      cursor: pointer;
      float: none !important;
      text-decoration: underline; }
  .gift-certificate .balance {
    color: #003049;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: center; }
  .gift-certificate .gift-certificate-apply {
    display: inline-block;
    margin-bottom: 0; }
    @media only screen and (max-width: 1059px) {
      .gift-certificate .gift-certificate-apply {
        width: 29%; } }
    .gift-certificate .gift-certificate-apply button {
      border-radius: 0;
      padding: 0;
      width: 100px;
      height: 40px; }
      @media only screen and (max-width: 1059px) {
        .gift-certificate .gift-certificate-apply button {
          width: 90px; } }
  .gift-certificate .dark-grey-separator {
    margin-top: 1.9em; }
  .gift-certificate .captcha-container {
    display: inline-block; }
  .gift-certificate .gc-error {
    color: #b2292e; }

/* Gift Certificate End*/
/* Coupon Code */
.coupon-section .coupon-field {
  float: left;
  width: 44%;
  margin-right: 28px; }
  @media only screen and (max-width: 1059px) {
    .coupon-section .coupon-field {
      width: 67%;
      margin-right: 11px; } }
  .coupon-section .coupon-field input[type="text"] {
    height: 40px;
    width: 100%;
    margin-top: 15px;
    font-size: 12px; }
    @media only screen and (max-width: 1059px) {
      .coupon-section .coupon-field input[type="text"] {
        font-size: 16px !important;
        padding: .5em !important; } }
    .coupon-section .coupon-field input[type="text"]:-ms-input-placeholder {
      font-size: 12px !important; }
    .coupon-section .coupon-field input[type="text"]::placeholder {
      font-size: 12px !important; }
  .coupon-section .coupon-field .srCouponCode {
    border: 1px solid #a5a5a5; }
    @media screen and (max-width: 767px) {
      .coupon-section .coupon-field .srCouponCode {
        margin-top: 20px !important; } }
  .coupon-section .coupon-field input[type="text"]:-ms-input-placeholder {
    color: #6e6e6e !important;
    font-size: 16px; }
  .coupon-section .coupon-field input[type="text"]::placeholder {
    color: #6e6e6e !important;
    font-size: 16px; }
  .coupon-section .coupon-field .form-caption {
    display: none; }

.coupon-section .coupon-apply {
  float: left;
  width: 40%;
  clear: none;
  margin-top: 15px; }
  @media only screen and (max-width: 1059px) {
    .coupon-section .coupon-apply {
      width: 29%; } }
  .coupon-section .coupon-apply button {
    width: 100px;
    height: 40px;
    padding: 0;
    border-radius: 0; }
    @media only screen and (max-width: 1059px) {
      .coupon-section .coupon-apply button {
        width: 90px; } }
    .coupon-section .coupon-apply button.fetching span {
      opacity: 0.0; }
    .coupon-section .coupon-apply button.fetching div.spinner-container {
      opacity: 1.0; }

.coupon-section .coupon-applied {
  width: 90%;
  padding: 8px 0 0 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 1;
  letter-spacing: normal; }
  @media only screen and (max-width: 1059px) {
    .coupon-section .coupon-applied {
      width: 90%; } }
  .coupon-section .coupon-applied .prompt {
    color: #02ac52;
    text-transform: uppercase; }
  .coupon-section .coupon-applied.err {
    color: #b2292e; }
  .coupon-section .coupon-applied .coupon-remove a {
    color: #6e6e6e !important;
    margin: 0 !important;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
    line-height: 1.67 !important;
    float: none !important; }
  .coupon-section .coupon-applied span, .coupon-section .coupon-applied div {
    padding: 0;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: .3px; }
  .coupon-section .coupon-applied span.coupon-remove {
    display: block; }
  .coupon-section .coupon-applied span.promo-coupon-style {
    display: inline-block;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
    .coupon-section .coupon-applied span.promo-coupon-style.error {
      color: #bc0b2c; }

.coupon-section .coupon-error {
  padding: 8px 0 0 0;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  margin-top: 7px; }

.coupon-section .form-row.error {
  padding-top: 3px; }

/* Coupon Code End*/
.payment-method-options .form-row {
  clear: none;
  float: left; }
  .payment-method-options .form-row.form-row-klarna {
    width: auto;
    float: left;
    margin: 0; }
    .payment-method-options .form-row.form-row-klarna label {
      padding: 0; }

.payment-method-options label {
  width: auto; }

.payment-method {
  clear: both;
  display: none; }
  .payment-method .afterpay-installments {
    width: 94%;
    margin: 0 auto;
    padding-top: 10px; }
    .payment-method .afterpay-installments li {
      width: 21%; }
    .payment-method .afterpay-installments img.afterpay-pies {
      max-width: 60px;
      margin: 5px 0 10px; }
  .payment-method .afterpay_wrapper {
    width: 82%;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #e9edee;
    box-shadow: -3px 1px 2px 0px rgba(0, 0, 0, 0.03); }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .payment-method .afterpay_wrapper {
        width: 100%; } }
    @media only screen and (max-width: 849px) {
      .payment-method .afterpay_wrapper {
        width: 100%; } }
    .payment-method .afterpay_wrapper p.afterpay-redirect-msg {
      color: #6e6e6e;
      width: 76%;
      margin: 0 auto;
      padding: 0;
      line-height: 1.5;
      font-style: normal;
      font-stretch: normal;
      font-size: 12px; }
    .payment-method .afterpay_wrapper .product-afterpay-message span span {
      margin: 0; }
    .payment-method .afterpay_wrapper .installment-week {
      font-size: 12px; }
      @media only screen and (max-width: 599px) {
        .payment-method .afterpay_wrapper .installment-week {
          max-width: 60px;
          margin: 0 auto; } }

.payment-method-expanded {
  display: block; }
  .payment-method-expanded .form-row select {
    letter-spacing: 0.3px; }
    .payment-method-expanded .form-row select:focus {
      outline: 2px solid rgba(59, 153, 252, 0.75);
      outline-offset: 1px; }

.cvn-tip {
  width: 45%;
  float: right;
  margin-top: -52px; }

.cvn-tip-error {
  float: left;
  margin: -78px 0 0 40%;
  width: auto; }

.month,
.year,
.day {
  clear: none;
  float: left;
  margin: 0 0 2% 2%; }

.month select,
.year select,
.day select {
  margin: 0;
  width: auto; }

.month .form-caption {
  margin-left: 0; }

.bml-terms-and-conditions {
  border: 1px solid #aaa;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em; }

.bml-table-col-1 {
  width: 25%; }

.checkout-mini-cart {
  background: none repeat scroll 0 0 #efefef;
  max-height: 330px;
  overflow: auto; }

.checkout-order-totals {
  background: none repeat scroll 0 0 #efefef;
  padding: 0.5em 1em; }
  .checkout-order-totals .order-totals-table {
    width: 90%; }
    .checkout-order-totals .order-totals-table td {
      padding: 5px 0 0; }
    .checkout-order-totals .order-totals-table .order-total td {
      font-size: 0.9em;
      padding: 10px 0 0 5px; }

.place-order-totals {
  clear: both; }
  .place-order-totals .order-totals-table {
    float: right; }

.order-component-block {
  margin: 20px 0; }
  .order-component-block .section-header a {
    float: right;
    font-weight: normal; }
  .order-component-block .details {
    background: none repeat scroll 0 0 #eee;
    color: #aaa;
    padding: 0.5em 1em; }

.order-summary-footer {
  position: relative; }
  .order-summary-footer h2 {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    font-style: italic;
    font-weight: normal; }

.summary-help {
  float: right;
  font-size: 0.8em;
  margin: 1em 0; }

.submit-order {
  clear: both;
  display: block;
  text-align: right; }
  .submit-order .back-to-cart {
    font-size: 1.5em; }
    .submit-order .back-to-cart:hover {
      text-decoration: underline; }
  .submit-order button {
    margin-left: 1.5em; }

@media only screen and (max-width: 849px) {
  .checkout-header {
    padding: 14px 0 21px 0; } }

.checkout-header h1 {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-top: 59px; }
  @media only screen and (max-width: 849px) {
    .checkout-header h1 {
      font-size: 24px;
      line-height: 1.3;
      margin-top: 0;
      padding: 0 50px 0 50px; } }

.checkout-header.checkout-declined h1 {
  color: #990000; }

.checkout-header .received-order-message {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #4e4e4e;
  margin: 16px 0 60px 0;
  padding: 0; }
  @media only screen and (max-width: 849px) {
    .checkout-header .received-order-message {
      font-size: 15px;
      margin: 15px 0 0 0;
      padding: 0 39px 0 39px; } }

.pt_order-confirmation .order-shipment-table {
  margin: 0 0 20px; }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border-right: 1px solid #eee;
    min-width: 200px; }

.pt_order-confirmation #primary h2 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  font-size: 2em; }

.pt_order-confirmation #primary > .error-form {
  display: none; }

.pt_order-confirmation .print-page {
  float: right; }

.pt_order-confirmation .login-box {
  padding: 0;
  margin-bottom: 15px;
  background: #f8f8f8;
  color: #fff; }
  @media only screen and (max-width: 849px) {
    .pt_order-confirmation .login-box {
      width: 80%;
      margin: 21px 10% 0 10%;
      float: left;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 599px) {
    .pt_order-confirmation .login-box {
      width: 100%;
      margin: 21px 0 0 0; } }
  .pt_order-confirmation .login-box .section-header {
    text-align: left;
    font-size: 34px;
    margin-bottom: 6px; }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .login-box .section-header {
        padding-bottom: 0;
        margin-bottom: 0; } }
  .pt_order-confirmation .login-box .login-box-content {
    padding: 35px 40px 30px 40px;
    color: #000; }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .login-box .login-box-content {
        padding: 20px 10px 20px 10px; } }
    .pt_order-confirmation .login-box .login-box-content span.error {
      margin-left: 0; }
  .pt_order-confirmation .login-box p {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 6px;
    color: #000;
    text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .login-box p {
        text-align: center;
        padding-bottom: 14px; } }
  .pt_order-confirmation .login-box p.sub {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000;
    text-transform: none; }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .login-box p.sub {
        padding: 0 20px;
        text-align: center;
        padding-bottom: 19px; } }
  .pt_order-confirmation .login-box .form-row {
    margin-bottom: 8px;
    margin-right: 8px;
    width: 25.4%;
    display: inline-block;
    vertical-align: top; }
    .pt_order-confirmation .login-box .form-row label {
      display: none; }
    .pt_order-confirmation .login-box .form-row .form-caption {
      display: block; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .pt_order-confirmation .login-box .form-row {
        width: 23%; } }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .login-box .form-row {
        margin-bottom: 20px;
        width: 100%;
        float: left;
        clear: none; } }
  .pt_order-confirmation .login-box input[type="text"], .pt_order-confirmation .login-box input[type="password"], .pt_order-confirmation .login-box input[type="email"] {
    width: 100%;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000;
    border: solid 1px #e3e3e3;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pt_order-confirmation .login-box button {
    display: inline-block;
    width: 20.92%;
    height: 40px;
    background-color: #000;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14.5px;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 849px) {
      .pt_order-confirmation .login-box button {
        width: 100%; } }
    .pt_order-confirmation .login-box button span {
      font-weight: 700; }

@media only screen and (max-width: 849px) {
  .pt_order-confirmation .checkout-right {
    width: 100%;
    float: left;
    background: #eee; } }

@media only screen and (max-width: 599px) {
  .pt_order-confirmation .checkout-right {
    width: 100%;
    background: transparent; } }

.pt_order-confirmation .checkout-right .content-asset {
  margin-bottom: 10px;
  padding: 35px 30px;
  background: #eee;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 849px) {
    .pt_order-confirmation .checkout-right .content-asset {
      margin-bottom: 0; } }
  @media only screen and (max-width: 849px) {
    .pt_order-confirmation .checkout-right .content-asset:nth-of-type(1) {
      border-bottom: 15px solid #fff; } }
  @media only screen and (max-width: 599px) {
    .pt_order-confirmation .checkout-right .content-asset:nth-of-type(1) {
      border-bottom: none; } }
  @media only screen and (max-width: 599px) {
    .pt_order-confirmation .checkout-right .content-asset {
      margin-bottom: 10px; } }
  .pt_order-confirmation .checkout-right .content-asset h2 {
    margin: 0 0 25px; }
  .pt_order-confirmation .checkout-right .content-asset img {
    display: block;
    margin-bottom: 18px; }
  .pt_order-confirmation .checkout-right .content-asset p {
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 0; }

.pt_order-confirmation a.btn-continue-shopping {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #fff;
  background: #003049;
  border-radius: 0; }
  @media only screen and (max-width: 849px) {
    .pt_order-confirmation a.btn-continue-shopping {
      margin-top: 10px; } }

.confirmation-message {
  border-bottom: 3px solid #00a4e4;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.order-discount {
  color: #b2292e; }

.gift-cert-used {
  padding: 10px 0; }

.order-detail-options {
  border-top: 1px solid #eee;
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-align: right; }
  .order-detail-options.in-account {
    border-top: none; }
  .order-detail-options a {
    margin: 0 10px; }

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em; }

.pt_checkout #main,
.pt_cart #main,
.pt_order-confirmation #main {
  padding: 0 14px; }
  @media only screen and (max-width: 1149px) {
    .pt_checkout #main,
    .pt_cart #main,
    .pt_order-confirmation #main {
      padding: 0 10px !important; } }

@media only screen and (max-width: 599px) {
  .pt_order-confirmation #main {
    padding: 0px !important; } }

.pt_cart .breadcrumb {
  padding-left: 0; }

.pt_order-confirmation .order-confirmation-details .content-header {
  margin: 7px 0 !important; }

.order-shipment-details .label,
.order-shipment-details .firstname,
.order-shipment-details .lastname {
  font-weight: bold; }

.item-shipping-address {
  min-width: 120px; }

.order-shipment-gift-message-header {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0px; }

.order-shipment-gift-message {
  font-size: 1.1em; }

.billing-error {
  color: red;
  margin: 0 0 10px 24%; }

.PLICount {
  display: none;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px; }

.cartpromos {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #b2292e;
  margin-top: 19px; }
  @media only screen and (max-width: 849px) {
    .cartpromos {
      margin-top: 20px; } }

.cart-left {
  width: 66.5%;
  float: left;
  margin-top: 50px; }
  @media only screen and (max-width: 849px) {
    .cart-left {
      width: 100%;
      padding: 0;
      margin: 0;
      margin-top: 10px !important;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.cart-right {
  width: 28.8%;
  float: right;
  margin-top: 50px; }
  .cart-right .order-box {
    border: 1px solid #e3e3e3;
    height: auto; }
    @media only screen and (max-width: 849px) {
      .cart-right .order-box {
        border-top: 1px solid #e3e3e3 !important;
        border: none; } }
    .cart-right .order-box .order-summary {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      font-stretch: normal;
      line-height: 2.64;
      letter-spacing: normal;
      text-align: left;
      color: #000;
      text-transform: uppercase;
      border-bottom: 1px solid #e3e3e3;
      margin: 7px 19px 0 20px;
      padding-bottom: 6px; }
      @media only screen and (max-width: 849px) {
        .cart-right .order-box .order-summary {
          width: 100%;
          margin: 0 auto !important;
          padding: 5px 0 5px 0; } }
    .cart-right .order-box .afterpay {
      margin-left: 20px;
      margin-bottom: 10px; }
    .cart-right .order-box .content-asset {
      padding: 10px !important; }
  @media only screen and (max-width: 849px) {
    .cart-right {
      width: 100%;
      padding: 0;
      margin: 0 0 40px 0;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 849px) {
    .cart-right .content-asset {
      float: none;
      width: 100%;
      margin: 13px 0 11px;
      padding: 0; } }

.applepayerror {
  font-size: 10px;
  text-align: center;
  line-height: 69px;
  letter-spacing: 0.25px; }

/* ***** TABLET viewport biggin ***** */
@media only screen and (min-width: 600px) and (max-width: 849px) {
  .shipping-col,
  .billing-col,
  .review-col {
    width: 96%;
    margin: 0 2% 20px;
    float: none; }
  /* Shipping col */
  .shipping-col,
  .like-shipping-col {
    /* Shipping methods end*/ }
    .shipping-col .form-caption,
    .like-shipping-col .form-caption {
      display: none; }
    .shipping-col .state-field,
    .like-shipping-col .state-field {
      width: 49%;
      float: left;
      clear: both; } }
    @media only screen and (min-width: 600px) and (max-width: 849px) and (max-width: 849px) {
      .shipping-col .state-field,
      .like-shipping-col .state-field {
        width: 100%; } }

@media only screen and (min-width: 600px) and (max-width: 849px) {
    .shipping-col .postal-field,
    .like-shipping-col .postal-field {
      width: 49%;
      margin-left: 2%;
      float: left;
      clear: none; } }
    @media only screen and (min-width: 600px) and (max-width: 849px) and (max-width: 849px) {
      .shipping-col .postal-field,
      .like-shipping-col .postal-field {
        width: 100%;
        margin-left: 0; } }

@media only screen and (min-width: 600px) and (max-width: 849px) {
      .shipping-col .postal-field.international,
      .like-shipping-col .postal-field.international {
        margin-left: 0; }
    .shipping-col .international.phone,
    .like-shipping-col .international.phone {
      float: left; }
    .shipping-col .address-checkbox,
    .like-shipping-col .address-checkbox {
      width: 36%; }
    .shipping-col .email-checkbox,
    .like-shipping-col .email-checkbox {
      width: 48%;
      padding-left: 1%;
      float: left;
      clear: none; }
    .shipping-col .button-standard,
    .like-shipping-col .button-standard {
      margin-top: 4%; }
  /* Shipping col End*/
  /* Billing col */
  .billing-col {
    /* Gift Certificate */
    /* Gift Certificate End*/ }
    .billing-col .form-label-text {
      clear: both; }
    .billing-col .form-row.month, .billing-col .form-row.year {
      float: left; }
    .billing-col .form-row.month {
      width: 23%;
      margin-right: 3%; }
    .billing-col .form-row.year {
      width: 23%; }
    .billing-col .form-row.cvn {
      float: right;
      width: 49%;
      clear: none; }
      .billing-col .form-row.cvn label {
        width: auto;
        position: absolute;
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
    .billing-col .gift-certificate .gift-certificate-number {
      float: left;
      width: 49%;
      margin-right: 2%; }
    .billing-col .gift-certificate .gift-certificate-pin {
      width: 23.5%;
      margin-right: 2%;
      clear: none; }
    .billing-col .gift-certificate .gift-certificate-check-balance {
      width: 23.5%; }
      .billing-col .gift-certificate .gift-certificate-check-balance button {
        border-width: 2px; }
    .billing-col .coupon-section .coupon-field {
      width: 80%; }
    .billing-col .coupon-section .coupon-apply {
      width: 20%; }
    .billing-col .billing-submit {
      margin: 15px 0 0; }
  /* Billing col End */
  /* Review column */
  .review-col {
    /* Total */
    /* Item table */
    /* Item table End */
    /* Coupon */
    /* Submit button */
    /* Content Assests */ }
    .review-col .order-summary-footer.top {
      margin-top: 3%; }
      .review-col .order-summary-footer.top .place-order-totals {
        float: left;
        width: 40%; }
      .review-col .order-summary-footer.top .submit-order {
        display: block;
        width: 50%;
        float: right;
        margin-top: -45px; }
    .review-col .order-summary-footer .order-subtotal .subtotal-label {
      width: 60%; }
    .review-col .item-list {
      margin-bottom: 0; }
      .review-col .item-list .item-image {
        width: 10%;
        margin-right: 2%; }
      .review-col .item-list .item-name {
        float: left;
        width: 29%;
        margin-right: 9%; }
      .review-col .item-list .item-options {
        width: 18%;
        margin-right: 12%; } }
      @media only screen and (min-width: 600px) and (max-width: 849px) and (max-width: 849px) {
        .review-col .item-list .item-options {
          margin-right: 2%; } }

@media only screen and (min-width: 600px) and (max-width: 849px) {
    .review-col #cart-table .item-total {
      width: 20%;
      margin: 0;
      font-size: inherit !important; } }
    @media only screen and (min-width: 600px) and (max-width: 849px) and (max-width: 849px) {
      .review-col #cart-table .item-total {
        width: 30%; } }

@media only screen and (min-width: 600px) and (max-width: 849px) {
    .review-col #cart-table .item-details {
      float: none; }
    .review-col .grey-separator {
      margin: 3% 0; }
    .review-col .submit-order.bottom {
      display: none; }
    .review-col .content-asset-table td {
      width: 33.333333%;
      display: table-cell; }
    .review-col .content-asset > div {
      padding: 8% 6% 6%; }
  /* Review column End*/
  /* Mini summary */
  .mini-shipment,
  .mini-billing {
    padding: 16px 12px;
    background-color: #fff;
    outline: 1px solid #d7d7d7;
    /* Unic for mini-billing */ }
    .mini-shipment .minishipments-customer,
    .mini-billing .minishipments-customer {
      width: 48%;
      float: left; }
    .mini-shipment .minishipments-method,
    .mini-billing .minishipments-method {
      width: 48%;
      float: right; }
    .mini-shipment .minishipments-customer,
    .mini-shipment .minishipments-method,
    .mini-billing .minishipments-customer,
    .mini-billing .minishipments-method {
      margin-bottom: 10px; }
    .mini-shipment .full-name,
    .mini-billing .full-name {
      margin-bottom: 15px; }
    .mini-shipment .grey-separator,
    .mini-billing .grey-separator {
      display: none; }
    .mini-shipment .mini-payment-instrument,
    .mini-shipment .mini-billing-address,
    .mini-billing .mini-payment-instrument,
    .mini-billing .mini-billing-address {
      width: 30%; }
    .mini-shipment .mini-payment-instrument,
    .mini-billing .mini-payment-instrument {
      margin-right: 10%; }
  /* Mini summary end */
  /* custom drop down */
  .pt_checkout .sl-container {
    margin-left: 0; }
  /* useful classes */
  .not-tablet {
    display: none; }
  .float-left {
    width: 49%;
    margin-right: 0;
    float: left; } }
  @media only screen and (min-width: 600px) and (max-width: 849px) and (max-width: 849px) {
    .float-left {
      width: 100%; } }

@media only screen and (min-width: 600px) and (max-width: 849px) {
  .float-right {
    width: 49%;
    float: right;
    clear: none; } }
  @media only screen and (min-width: 600px) and (max-width: 849px) and (max-width: 849px) {
    .float-right {
      width: 100%; } }

/* ***** TABLET viewport End ***** */
/* ***** MOBILE viewport biggin ***** */
/**************************************/
@media only screen and (max-width: 599px) {
  .checkout-progress-indicator {
    padding: 15px 0; }
    .checkout-progress-indicator span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 1.2em; }
    .checkout-progress-indicator p {
      font-size: 4vw; }
  .shipping-col,
  .billing-col,
  .review-col {
    width: 100%;
    margin: 0 0 15px;
    float: none; }
  /* Shipping column */
  .shipping-col .top-legend {
    padding-bottom: 7px;
    padding-top: 17px;
    text-transform: uppercase;
    font-size: 14.5px;
    FONT-WEIGHT: 700; }
  .shipping-col .state-field {
    width: 100%;
    margin-left: 0; }
  .shipping-col .postal-field {
    width: 100%; }
  /* Shipping column End*/
  /* Billing column */
  .billing-col {
    /* Gift Certificate */
    /* Gift Certificate End*/ }
  /* Billing column End */
  /* Review column */
  .review-col {
    /* Total */
    /* Item table */
    /* Item table End */
    /* Content Assests */ }
    .review-col .order-summary-footer.top {
      margin-top: 3%; }
    .review-col .item-list .item-image {
      width: 20%; }
    .review-col #cart-table .item-total {
      width: 75%;
      margin: 0.5% 0;
      font-size: inherit !important;
      text-align: left !important; }
    .review-col #cart-table .item-details {
      float: none; }
    .review-col .grey-separator {
      margin: 3% 0; }
    .review-col .item-name,
    .review-col .item-options,
    .review-col .item-total {
      width: 75%; }
    .review-col .content-asset h3 {
      margin-bottom: 10px; }
    .review-col .content-asset > div {
      padding: 20px 15px 15px; }
    .review-col .content-asset .need-help ul {
      margin-top: 10px; }
  /* Review column End*/
  /* Mini summary */
  .mini-shipment .mini-summary-button {
    margin-top: 20px; }
  /* Mini summary end */
  /* custom drop down */
  .pt_checkout .sl-container {
    margin-left: 0; }
  /* custom checkbox and radio */
  .pt_checkout .icheckbox,
  .pt_checkout .iradio {
    position: relative; } }

/* ***** MOBILE viewport end ***** */
/* Modal for Gift Cert Styles */
@media only screen and (max-width: 849px) {
  #google-recaptcha {
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.SecureAcceptance_IFRAME iframe {
  height: 600px !important; }

@media screen and (max-width: 1024px) {
  .SecureAcceptance_IFRAME iframe {
    height: 650px !important; } }

@media screen and (max-width: 767px) {
  .SecureAcceptance_IFRAME iframe {
    height: 670px !important; } }

.checkout-container {
  width: 100%; }
  .checkout-container .sl-container {
    padding-left: 14px; }
  .checkout-container .left-container {
    width: 53%;
    margin-left: 10.5%;
    display: inline-block; }
    @media only screen and (max-width: 849px) {
      .checkout-container .left-container {
        display: block;
        width: 100%;
        margin-left: 0; } }
    .checkout-container .left-container .checkout-header-main {
      margin-left: 48.5%; }
      @media only screen and (max-width: 849px) {
        .checkout-container .left-container .checkout-header-main {
          margin-left: 0; } }
    .checkout-container .left-container .accordion-shipping .checkout-accordion {
      padding-top: 74px; }
      @media only screen and (max-width: 849px) {
        .checkout-container .left-container .accordion-shipping .checkout-accordion {
          padding-top: 0; } }
    .checkout-container .left-container .checkout-accordion {
      border-bottom: 1px solid #e3e3e3; }
      .checkout-container .left-container .checkout-accordion h3 {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        font-stretch: normal;
        line-height: 2.06;
        letter-spacing: normal;
        text-align: left;
        margin-top: 18px;
        margin-bottom: 19px;
        display: inline-block;
        max-width: 70%;
        color: #000000; }
        @media only screen and (max-width: 849px) {
          .checkout-container .left-container .checkout-accordion h3 {
            font-size: 14px;
            margin: 24px 0;
            line-height: 1; } }
        @media only screen and (max-width: 599px) {
          .checkout-container .left-container .checkout-accordion h3 {
            display: none; } }
      .checkout-container .left-container .checkout-accordion a {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        letter-spacing: 0.02rem;
        color: #6e6e6e;
        float: right;
        line-height: 1.5;
        margin: 15px 0;
        margin-right: 19px;
        text-align: center;
        text-decoration: underline; }
        @media only screen and (max-width: 849px) {
          .checkout-container .left-container .checkout-accordion a {
            margin-right: 0; } }
        .checkout-container .left-container .checkout-accordion a.back-to-cart {
          position: relative;
          top: 9px; }
        .checkout-container .left-container .checkout-accordion a span.caret {
          margin: 16px 0px 0 0; }
          @media only screen and (max-width: 849px) {
            .checkout-container .left-container .checkout-accordion a span.caret {
              margin: 16px 0px 0 10px; } }
        .checkout-container .left-container .checkout-accordion a.purchase-agreement {
          width: 100%;
          margin: 0;
          padding: 5px 0;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 12px; }
        .checkout-container .left-container .checkout-accordion a.return-to-cart {
          float: none;
          width: auto;
          margin: auto;
          font-weight: 700; }
        @media only screen and (max-width: 599px) {
          .checkout-container .left-container .checkout-accordion a.back-to-cart {
            display: none; } }
      .checkout-container .left-container .checkout-accordion span.caret {
        display: inline-block;
        float: right;
        width: 12px;
        height: 7px;
        margin: 33px 20px 0 0;
        background: url(../images/tr/caret-down.png) no-repeat 100%; }
        @media only screen and (max-width: 849px) {
          .checkout-container .left-container .checkout-accordion span.caret {
            margin: 25px 0 0 0; } }
        @media only screen and (max-width: 599px) {
          .checkout-container .left-container .checkout-accordion span.caret {
            display: none; } }
      .checkout-container .left-container .checkout-accordion span.transform {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .checkout-container .left-container .amazonbutton {
      width: 198px;
      margin-left: auto;
      margin-right: auto;
      border: 1px #e3e3e3 dotted;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 0 23px;
      margin-bottom: 31px; }
    .checkout-container .left-container .amazonseparator {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 35px; }
    .checkout-container .left-container .amazonseparator::before,
    .checkout-container .left-container .amazonseparator::after {
      content: '';
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      border-bottom: solid 1px #e3e3e3; }
    .checkout-container .left-container .amazonseparator_content {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      padding: 0 15px 0 15px;
      color: #000;
      font-size: 18px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      text-transform: uppercase; }
      @media only screen and (max-width: 849px) {
        .checkout-container .left-container .amazonseparator_content {
          font-size: 14px; } }
  .checkout-container .right-container {
    width: 28%;
    margin-left: 3.75%;
    display: inline-block;
    vertical-align: top;
    margin-top: 23px; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container {
        display: block;
        width: 100%;
        margin-left: 0; } }
    .checkout-container .right-container .each.desktop-mobile-summary {
      display: none; }
    .checkout-container .right-container .each.tablet-summary {
      display: none; }
  .checkout-container #order_review {
    float: none;
    clear: both; }
    .checkout-container #order_review .cart-row-heading .cart-item-heading {
      width: 13%; }
    .checkout-container #order_review .cart-row-heading .cart-qty-heading {
      width: 20%; }
    .checkout-container #order_review .cart-row-heading .cart-total-price-heading {
      width: 16%; }
    @media only screen and (max-width: 849px) {
      .checkout-container #order_review .cart-row-heading .cart-item-heading {
        width: 55%; }
      .checkout-container #order_review .cart-row-heading .cart-qty-heading {
        width: 24%; }
      .checkout-container #order_review .cart-row-heading .cart-total-price-heading {
        width: 30%; }
      .checkout-container #order_review .item-list td.item-price .price-total {
        text-align: left; } }
    .checkout-container #order_review .item-details .product-list-item {
      margin-left: 19px; }
      @media only screen and (max-width: 599px) {
        .checkout-container #order_review .item-details .product-list-item {
          margin-left: 0px; } }
    .checkout-container #order_review .blackbg_btn.button-standard {
      float: left;
      margin-left: 0px;
      width: 48%;
      height: auto;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      font-stretch: normal;
      line-height: 1.86;
      letter-spacing: normal;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 18px;
      padding-top: 7px;
      padding-bottom: 7px; }
      @media only screen and (max-width: 599px) {
        .checkout-container #order_review .blackbg_btn.button-standard {
          width: 100%;
          padding: 7px 10px; } }
    @media only screen and (max-width: 849px) {
      .checkout-container #order_review #cart-table thead {
        display: block; } }
    @media only screen and (max-width: 599px) {
      .checkout-container #order_review #cart-table thead {
        display: none; } }
    .checkout-container #order_review .item-list td.item-details .product-item-details {
      width: 75%; }
      @media only screen and (max-width: 599px) {
        .checkout-container #order_review .item-list td.item-details .product-item-details {
          width: 100%; } }
    .checkout-container #order_review .item-quantity.mobile {
      display: none; }
      @media only screen and (max-width: 599px) {
        .checkout-container #order_review .item-quantity.mobile {
          display: block;
          padding: 20px 0 5px 0; } }
    .checkout-container #order_review .item-list tr.cart-row-heading {
      border-top: 1px solid #e3e3e3; }
      @media only screen and (max-width: 849px) {
        .checkout-container #order_review .item-list tr.cart-row-heading {
          display: block;
          border-bottom: 1px solid #e3e3e3 !important; } }
    .checkout-container #order_review .item-list tr {
      border-bottom: 1px solid #e3e3e3; }
      .checkout-container #order_review .item-list tr:last-child {
        border-bottom: none; }
    .checkout-container #order_review .item-list tr.cart-row-heading th {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      font-stretch: normal;
      line-height: 2.64;
      letter-spacing: normal;
      text-transform: uppercase;
      color: #000000;
      text-align: left; }
    .checkout-container #order_review .item-list td {
      padding: 30px 0px 30px 0px; }
      .checkout-container #order_review .item-list td .item-price-mobile {
        display: none; }
      .checkout-container #order_review .item-list td .item-price.mobile-only-price {
        display: none; }
        @media only screen and (max-width: 599px) {
          .checkout-container #order_review .item-list td .item-price.mobile-only-price {
            display: block; } }
    .checkout-container #order_review .item-details .product-list-item .name a {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      margin-top: 0px !important;
      float: none;
      text-decoration: none !important; }
    .checkout-container #order_review .style-number-and-color-code {
      display: none; }
    .checkout-container #order_review .item-details .product-list-item .value, .checkout-container #order_review .item-details .item-quantity {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      line-height: 1.5em;
      letter-spacing: 0.02rem;
      color: #6e6e6e; }
    .checkout-container #order_review .item-list td.item-quantity {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      letter-spacing: .02rem;
      text-align: left;
      color: #000000;
      margin-left: 0px !important;
      padding-top: 30px !important; }
    .checkout-container #order_review .item-list td.item-price .product-item-price {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: .02rem;
      color: #000000;
      padding-right: 0px;
      text-align: left; }
    .checkout-container #order_review .item-details .product-list-item .promo.first {
      display: none; }
    .checkout-container #order_review .item-list td.item-price {
      width: 84px;
      text-align: center;
      margin: 0; }
    .checkout-container #order_review .price-standard-total.strike-through {
      text-decoration: line-through; }
    .checkout-container #order_review .price-sales-total {
      color: #b2292e; }
  .checkout-container .right-container .grey-separator {
    width: 87%;
    margin-left: 21px; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .grey-separator {
        width: 100%;
        margin-left: 0px; } }
  .checkout-container .right-container .item-list {
    margin: 0 0 0 19px;
    max-height: 375px;
    overflow: auto; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .item-list {
        max-height: 270px; } }
  .checkout-container .right-container .cart-row {
    margin-bottom: 34px; }
    .checkout-container .right-container .cart-row:first-child {
      margin-top: 20px; }
    .checkout-container .right-container .cart-row:last-child {
      margin-bottom: 17px; }
  .checkout-container .right-container #cart-table .item-total .promo-adjustment {
    width: 0px; }
  .checkout-container .right-container #cart-table .item-total {
    float: right;
    margin-top: 5px;
    margin-right: 19px; }
    @media only screen and (max-width: 599px) {
      .checkout-container .right-container #cart-table .item-total {
        margin-top: 0; }
        .checkout-container .right-container #cart-table .item-total .price-unadjusted {
          display: inline-block; }
        .checkout-container .right-container #cart-table .item-total .promo-adjustment {
          float: right; }
        .checkout-container .right-container #cart-table .item-total .price-adjusted-total {
          float: right;
          margin: 0 0 0 5px; } }
  .checkout-container .right-container .item-details {
    display: none; }
  .checkout-container .right-container .item-total {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: .02rem;
    text-align: left; }
  .checkout-container .right-container .item-options span {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e;
    margin: 14px 0 0 0px;
    text-transform: Capitalize; }
  .checkout-container .right-container .item-image {
    float: left;
    margin-right: 14px; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .item-image {
        width: auto;
        margin-right: 10px; } }
  .checkout-container .right-container .item-name {
    margin-left: 97px; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .item-name {
        margin-left: 68px; } }
    .checkout-container .right-container .item-name a {
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left; }
  .checkout-container .right-container .style-number-and-color-code {
    display: none; }
  .checkout-container .right-container .cart-details {
    display: none; }
  .checkout-container .right-container .order-summary-heading {
    text-transform: uppercase;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-stretch: normal;
    line-height: 2.64;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 7px 19px 0 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 6px; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .order-summary-heading {
        border-top: 1px solid #e3e3e3;
        margin-left: 0px;
        width: 100%; } }
    .checkout-container .right-container .order-summary-heading .back-to-cart {
      float: right;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 3.08;
      letter-spacing: 0.3px;
      text-align: center;
      color: #6e6e6e;
      text-transform: capitalize;
      text-decoration: underline; }
  .checkout-container .right-container .price-unadjusted {
    margin: 0 !important; }
  .checkout-container .right-container .review-inner {
    border: 1px solid #e3e3e3;
    height: auto; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .review-inner {
        border: none; } }
    .checkout-container .right-container .review-inner .error-form {
      margin: 0 20px;
      letter-spacing: 0.3px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      font-size: 10px;
      line-height: 1.83;
      color: #b2292e; }
      @media only screen and (max-width: 849px) {
        .checkout-container .right-container .review-inner .error-form {
          margin: 0px; } }
  .checkout-container .right-container .order-totals-table .order-total {
    border-top: 1px solid #e3e3e3; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .order-totals-table .order-total {
        border-bottom: 1px solid #e3e3e3; } }
  .checkout-container .right-container .item-options {
    height: 33px; }
  .checkout-container .right-container .content-asset .free-shipping {
    border-top: 1px solid #e3e3e3; }
    .checkout-container .right-container .content-asset .free-shipping h3 {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: normal;
      color: #221f1c;
      margin-top: 30px; }
  .checkout-container .right-container .content-asset .free-shipping, .checkout-container .right-container .content-asset .need-help {
    margin: auto 19px auto 19px; }
    @media only screen and (max-width: 849px) {
      .checkout-container .right-container .content-asset .free-shipping, .checkout-container .right-container .content-asset .need-help {
        margin: auto 0 auto 0; } }
    .checkout-container .right-container .content-asset .free-shipping p, .checkout-container .right-container .content-asset .need-help p {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 1.86;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #070808 !important; }
  .checkout-container .right-container .content-asset .need-help {
    padding-bottom: 21px; }
    .checkout-container .right-container .content-asset .need-help h3 {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: normal;
      color: #221f1c;
      margin-top: 20px; }
    .checkout-container .right-container .content-asset .need-help p {
      padding-bottom: 0px;
      margin-bottom: 0px; }
  @media only screen and (max-width: 849px) {
    .checkout-container .right-container {
      width: 100%; }
      .checkout-container .right-container .item-list {
        margin: 0 0 0 10px; }
      .checkout-container .right-container .content-asset {
        margin-left: 5px; }
    .checkout-container .item-total {
      font-size: 12px;
      line-height: 1.67;
      width: 60% !important;
      margin-right: 10px; } }
  @media only screen and (max-width: 849px) {
    .checkout-container #order_review .item-list td.item-details {
      width: 38%; }
    .checkout-container #order_review .item-list td.item-quantity {
      width: 15%; }
    .checkout-container #order_review .item-list td.item-price {
      margin-right: 10%; } }
  @media only screen and (max-width: 599px) {
    .checkout-container #order_review .item-list td.item-quantity {
      display: none;
      width: 100%; }
    .checkout-container #order_review form {
      padding: 0px; }
    .checkout-container #order_review .item-list td.item-details {
      width: 100%;
      float: none;
      box-sizing: border-box; }
      .checkout-container #order_review .item-list td.item-details .item-price-mobile {
        display: block; }
        .checkout-container #order_review .item-list td.item-details .item-price-mobile .item-price {
          padding-left: 0 !important;
          padding-top: 5px; }
    .checkout-container #order_review .item-list td {
      padding: 26px 0 0px 0;
      width: 70%;
      box-sizing: border-box; }
    .checkout-container #order_review .item-list td.item-price {
      padding-top: 0px;
      margin-right: 0;
      width: 130px !important;
      display: none; }
    .checkout-container #order_review .item-list td.item-image {
      min-height: 120px;
      width: 35%;
      box-sizing: border-box;
      padding-right: 10px; }
    .checkout-container #order_review .checkout-container #order_review .item-list td {
      padding-bottom: 0px; }
    .checkout-container #order_review .button-standard {
      width: 100%; } }
  .checkout-container .item-total span.price-standard-total.strike-through {
    text-decoration: line-through; }
  .checkout-container .item-total span.price-sales-total {
    color: #b2292e !important; }

#order-review-details {
  margin-bottom: 23px;
  margin-top: -7px; }
  @media only screen and (max-width: 599px) {
    #order-review-details {
      margin-top: 21px;
      margin-bottom: 49px; } }
  #order-review-details .shipping-details {
    float: left;
    width: 33.3%; }
    @media only screen and (max-width: 599px) {
      #order-review-details .shipping-details {
        float: none;
        width: 100%; } }
    #order-review-details .shipping-details .country, #order-review-details .shipping-details .phone {
      display: none; }
  #order-review-details p, #order-review-details span {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .02rem;
    text-align: left;
    color: #000000;
    padding-bottom: 0px;
    margin-bottom: 0px !important; }
  #order-review-details .paypalinfo {
    line-height: 2.75;
    letter-spacing: .025rem;
    font-weight: 900; }
  #order-review-details .email {
    line-height: 1.75;
    letter-spacing: .025rem; }
  #order-review-details .shipping-method-label {
    line-height: 2.42; }
  #order-review-details .full-name, #order-review-details .name {
    padding-top: 10px; }
    @media only screen and (max-width: 599px) {
      #order-review-details .full-name, #order-review-details .name {
        padding-top: 10px; } }
  #order-review-details .shipping-heading, #order-review-details .billing-heading, #order-review-details .payment-heading {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-stretch: normal;
    text-align: left;
    color: #000000;
    line-height: 2.64;
    letter-spacing: normal;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3; }
    @media only screen and (max-width: 599px) {
      #order-review-details .shipping-heading, #order-review-details .billing-heading, #order-review-details .payment-heading {
        padding-bottom: 14px; } }
  @media only screen and (max-width: 599px) {
    #order-review-details .billing-heading, #order-review-details .payment-heading {
      padding-top: 50px; } }
  #order-review-details .mini-billing {
    outline: none;
    padding: 0; }
    #order-review-details .mini-billing .summary-edit, #order-review-details .mini-billing .grey-separator {
      display: none; }
    #order-review-details .mini-billing .mini-billing-address {
      display: inline-block;
      width: 33.3%; }
      @media only screen and (max-width: 599px) {
        #order-review-details .mini-billing .mini-billing-address {
          width: 100%;
          float: none;
          display: block; } }
    #order-review-details .mini-billing .mini-payment-instrument {
      width: 33.3%;
      margin-right: 0px !important;
      float: right;
      padding-bottom: 10px; }
      @media only screen and (max-width: 599px) {
        #order-review-details .mini-billing .mini-payment-instrument {
          width: 100%;
          float: none; } }

.shipping-address1 {
  position: relative; }
  @media only screen and (max-width: 849px) {
    .shipping-address1 {
      margin-top: -7px;
      margin-bottom: 0; } }
  .shipping-address1 .address1-tooltip-div {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 15px;
    right: 14px; }
    @media only screen and (max-width: 599px) {
      .shipping-address1 .address1-tooltip-div {
        top: 11px; } }
    .shipping-address1 .address1-tooltip-div .address1-tooltip {
      cursor: auto;
      display: none;
      position: absolute;
      bottom: 21px;
      right: -71px;
      width: 127px;
      padding: 14px;
      background-color: #fff;
      box-shadow: 0 0 12.6px 2.4px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 849px) {
        .shipping-address1 .address1-tooltip-div .address1-tooltip {
          right: -14px; } }
      .shipping-address1 .address1-tooltip-div .address1-tooltip:before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: 72px;
        width: 10px;
        height: 10px;
        background: #fff;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        @media only screen and (max-width: 849px) {
          .shipping-address1 .address1-tooltip-div .address1-tooltip:before {
            right: 15px; } }
  @media only screen and (max-width: 599px) {
    .shipping-address1 .addressclass {
      padding-right: 30px !important; } }

.shipping-email {
  margin-top: -5px;
  margin-bottom: 2px; }
  @media only screen and (max-width: 849px) {
    .shipping-email {
      margin-top: -7px;
      margin-bottom: 0; } }
  .shipping-email .email-tooltip-div {
    cursor: pointer;
    float: right;
    position: relative;
    top: 28px;
    right: 14px; }
    @media only screen and (max-width: 599px) {
      .shipping-email .email-tooltip-div {
        top: 24px; } }
    .shipping-email .email-tooltip-div .email-tooltip {
      cursor: auto;
      display: none;
      position: absolute;
      bottom: 21px;
      right: -71px;
      width: 127px;
      padding: 14px;
      background-color: #fff;
      box-shadow: 0 0 12.6px 2.4px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 849px) {
        .shipping-email .email-tooltip-div .email-tooltip {
          right: -14px; } }
      .shipping-email .email-tooltip-div .email-tooltip:before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: 72px;
        width: 10px;
        height: 10px;
        background: #fff;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        @media only screen and (max-width: 849px) {
          .shipping-email .email-tooltip-div .email-tooltip:before {
            right: 15px; } }

.shipping-phone-number {
  margin-top: -5px;
  margin-bottom: 2px; }
  @media only screen and (max-width: 849px) {
    .shipping-phone-number {
      margin-bottom: 6px;
      margin-top: -7px; } }
  .shipping-phone-number .phone-number-tooltip {
    cursor: pointer;
    float: right;
    position: relative;
    top: 28px;
    right: 14px; }
    @media only screen and (max-width: 599px) {
      .shipping-phone-number .phone-number-tooltip {
        top: 24px; } }
    .shipping-phone-number .phone-number-tooltip .phone-tooltip {
      display: none;
      cursor: auto;
      position: absolute;
      bottom: 21px;
      right: -71px;
      width: 127px;
      padding: 14px;
      background-color: #fff;
      box-shadow: 0 0 12.6px 2.4px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 849px) {
        .shipping-phone-number .phone-number-tooltip .phone-tooltip {
          right: -14px; } }
      .shipping-phone-number .phone-number-tooltip .phone-tooltip:before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: 72px;
        width: 10px;
        height: 10px;
        background: #fff;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        @media only screen and (max-width: 849px) {
          .shipping-phone-number .phone-number-tooltip .phone-tooltip:before {
            right: 15px; } }

#shipping-method-list legend {
  padding: 44px 0 12px; }
  @media only screen and (max-width: 599px) {
    #shipping-method-list legend {
      font-weight: 700;
      line-height: 18.12px;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 14.4px; } }

#shipping-method-list .tooltip {
  display: none; }

#shipping-method-list label {
  text-transform: none;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: .02rem;
  color: #000000; }
  @media only screen and (max-width: 599px) {
    #shipping-method-list label {
      font-weight: 700; } }
  #shipping-method-list label .standard-shipping {
    text-decoration: line-through; }

#shipping-method-list .standard-shipping {
  text-decoration: line-through; }

#shipping-method-list .form-caption {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  color: #000000;
  margin-left: 36px;
  margin-top: 0; }
  @media only screen and (max-width: 849px) {
    #shipping-method-list .form-caption {
      display: block; } }

#shipping-method-list .shipping-radio {
  margin: 0 0 10px 0; }
  #shipping-method-list .shipping-radio input[type=radio] {
    display: none !important; }

#shipping-method-list .selected label {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }

.cart-right .order-totals-table td, .right-container .order-totals-table td {
  word-break: break-word; }

.order-totals-table .order-shipping .order-shipping-label {
  padding-bottom: 12px; }

.checkout-shipping .sl-container .sl-placeholder-container .sl-placeholder {
  font-size: 12px;
  letter-spacing: .02rem; }

.checkout-container .left-container .checkout-accordion .sl-options li {
  height: auto; }

.poq_order-wrapper {
  display: none; }

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

.poq_order-confirmation .btn.btn-poq {
  margin-top: 10px;
  font-size: 4vw;
  font-weight: 700;
  background: #000000;
  padding: 5vw 15vw;
  border-radius: 5px;
  cursor: pointer; }

.poq_order-confirmation .btn.btn-poq:hover {
  background: #2552b0; }

.payments-container {
  display: -ms-grid;
  display: grid;
  clear: both;
  -ms-grid-columns: 48% 48%;
      grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
  grid-row-gap: 10px; }
  @media only screen and (max-width: 849px) {
    .payments-container {
      -ms-grid-columns: 49% 49%;
          grid-template-columns: 49% 49%;
      grid-column-gap: 2%; } }

.or-checkout-with {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 0px;
  clear: both;
  float: none; }

.or-checkout-with::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  border-bottom: 1px solid #d8d8d8; }

.or-checkout-with span.checkout-with-text {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  top: auto;
  left: auto;
  background: #fff;
  padding: 5px;
  margin-bottom: 0px; }

.keb-md#klarna-express-button #klarna-express-button__text #klarna-express-button__second-text {
  display: none; }

.keb-sm#klarna-express-button #klarna-express-button__text #klarna-express-button__second-text {
  display: none; }

.cart-actions span.paypal-checkout {
  display: none; }

.klarna-btn-container {
  position: relative; }

.klarna-btn-custom {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none; }

.klarna-btn-custom .klarna-express-button {
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  background: #ffb3c7; }

.applepay-payment-container {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2; }

@media only screen and (max-width: 599px) {
  .checkout-container .left-container .checkout-accordion {
    border-bottom: none; } }

@media only screen and (max-width: 599px) {
  .checkout-container .right-container .order-summary-heading {
    border-top: none; } }

.mobile-checkout-updated {
  display: block; }
  .mobile-checkout-updated > h1 {
    display: none; }
    @media only screen and (max-width: 849px) {
      .mobile-checkout-updated > h1 {
        display: block; } }
  @media only screen and (max-width: 599px) {
    .mobile-checkout-updated {
      float: left;
      width: 100%;
      clear: both;
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px; }
      .mobile-checkout-updated h1 {
        font-size: 25px;
        font-weight: 700;
        line-height: 31.31px; } }

.step_by_step_process-mobile {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 20px;
  display: block; }
  @media only screen and (max-width: 599px) {
    .step_by_step_process-mobile {
      height: 50px;
      position: relative; }
      .step_by_step_process-mobile .wizard {
        width: 300px;
        margin: 0 auto; } }
  .step_by_step_process-mobile .wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    display: -ms-flexbox;
    display: flex; }
    .step_by_step_process-mobile .wizard .nav-tabs li {
      position: absolute;
      z-index: 1; }
      .step_by_step_process-mobile .wizard .nav-tabs li:first-child {
        left: 0; }
      .step_by_step_process-mobile .wizard .nav-tabs li:last-child {
        right: 0; }
      .step_by_step_process-mobile .wizard .nav-tabs li:nth-child(2) {
        left: 50%;
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .step_by_step_process-mobile .wizard > div.wizard-inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 90%; }
    @media only screen and (max-width: 849px) {
      .step_by_step_process-mobile .wizard > div.wizard-inner {
        width: 275px; } }
  .step_by_step_process-mobile .connecting-line {
    height: 2px;
    background: #000;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1; }
  .step_by_step_process-mobile .wizard .nav-tabs > li.active > a, .step_by_step_process-mobile .wizard .nav-tabs > li.active > a:hover, .step_by_step_process-mobile .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent; }
  .step_by_step_process-mobile .round-tab {
    width: 16px;
    height: 16px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #000;
    top: 7px; }
    @media only screen and (max-width: 849px) {
      .step_by_step_process-mobile .round-tab {
        width: 14px;
        height: 14px; } }
  .step_by_step_process-mobile .round-tab i {
    color: #555555; }
  .step_by_step_process-mobile .wizard li.active .round-tab {
    background: #000;
    color: #fff;
    border-color: #000; }
  .step_by_step_process-mobile .wizard li.active .round-tab i {
    color: #5bc0de; }
  .step_by_step_process-mobile .wizard .nav-tabs > li.active > a i {
    color: #000;
    font-size: 12px;
    line-height: 15.12px;
    font-weight: 400; }
  .step_by_step_process-mobile .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0; }
  .step_by_step_process-mobile .wizard .nav-tabs > li a i {
    position: absolute;
    bottom: -50px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
    min-width: 100px;
    padding-left: 10px; }

.mob-contact-info {
  display: none; }
  @media only screen and (max-width: 599px) {
    .mob-contact-info {
      display: block;
      clear: both;
      float: left;
      width: 100%;
      margin-top: 40px;
      text-transform: capitalize; }
      .mob-contact-info h5 {
        font-size: 14.4px !important;
        font-size: 700;
        line-height: 18.12px;
        margin-bottom: 0;
        text-transform: uppercase; } }
  .mob-contact-info .input-text {
    padding-right: 30px !important; }

@media only screen and (max-width: 599px) {
  .checkout-shipping {
    margin-top: 17px; } }

.promo-code-mobile {
  display: none; }

@media only screen and (max-width: 599px) {
  .for-lg-screen {
    display: none; }
  .promo-code-desktop {
    display: none; }
  .promo-code-mobile {
    display: block; } }

@media only screen and (max-width: 599px) {
  .checkout-billing .payment-method-options {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    float: left; }
    .checkout-billing .payment-method-options .billing-radio:nth-child(2) {
      width: 48%; }
      .checkout-billing .payment-method-options .billing-radio:nth-child(2) .card-images {
        display: -ms-flexbox;
        display: flex; }
    .checkout-billing .payment-method-options .billing-radio:nth-child(3) {
      width: 48%; }
      .checkout-billing .payment-method-options .billing-radio:nth-child(3) .form-row-klarna {
        width: 60px; } }

.checkout-mobile-order-summary {
  display: none;
  float: left;
  width: 100%;
  clear: both; }
  @media only screen and (max-width: 599px) {
    .checkout-mobile-order-summary {
      display: block; }
      .checkout-mobile-order-summary .right-container {
        margin-top: 20px; }
        .checkout-mobile-order-summary .right-container .review-inner {
          display: block; }
        .checkout-mobile-order-summary .right-container .order-totals-table .order-total {
          border-bottom: none; }
      .checkout-mobile-order-summary .review-inner + .content-asset {
        display: none; } }

.Onmobile-state-zipcode {
  display: none; }
  @media only screen and (max-width: 599px) {
    .Onmobile-state-zipcode {
      display: block; }
      .Onmobile-state-zipcode .country {
        display: block; } }

.mobile-view-order {
  display: none; }
  @media only screen and (max-width: 599px) {
    .mobile-view-order {
      display: block;
      float: left;
      width: 100%;
      clear: both; } }
  .mobile-view-order .shipment-items {
    margin-top: 0 !important; }
  @media only screen and (max-width: 599px) {
    .mobile-view-order .order-totals-table thead {
      display: none; } }
  .mobile-view-order #order_review h3 {
    margin: 16px 0;
    padding-top: 10px; }
  .mobile-view-order .shipment-items {
    display: block; }
    @media only screen and (max-width: 599px) {
      .mobile-view-order .shipment-items .item-list .on-mobile {
        display: none; } }
  .mobile-view-order .item-price .product-item-price {
    text-align: left; }
    .mobile-view-order .item-price .product-item-price .price-standard-total.strike-through {
      text-decoration: line-through; }
    .mobile-view-order .item-price .product-item-price .price-sales-total {
      color: #c0392b; }
  .mobile-view-order .item-details + .item-quantity {
    display: none !important; }
  .mobile-view-order .item-list td.item-image {
    padding: 30px 10px 30px 0; }
  .mobile-view-order .item-list td.item-price .price-total {
    text-align: left; }

@media only screen and (max-width: 599px) {
  .pt_order-confirmation .primary-content {
    box-sizing: border-box; } }

@media only screen and (max-width: 599px) {
  .shipment-items {
    display: none; }
  .order-confirmation-details .billing-box.payment-totals {
    display: none; }
  .order-confirmation-details .billing-box.mobile-payment-totals {
    display: block; }
    .order-confirmation-details .billing-box.mobile-payment-totals h3 {
      display: none; }
  .cart-row .item-price {
    display: none; }
    .cart-row .item-price.mobile-only-price {
      padding-left: 0 !important;
      display: block !important; } }

.insurance-fee .insurance-fee-info {
  display: block;
  font-size: 10px;
  font-style: italic;
  margin-top: -5px;
  letter-spacing: 1px; }

.pw-route-protection .pw-container:not(.legacy).dark-ui .pw-widget {
  padding: 0 19px; }
  .pw-route-protection .pw-container:not(.legacy).dark-ui .pw-widget .pw-title {
    color: #000 !important; }
    .pw-route-protection .pw-container:not(.legacy).dark-ui .pw-widget .pw-title span {
      font-weight: 600; }
  .pw-route-protection .pw-container:not(.legacy).dark-ui .pw-widget .pw-price {
    color: #000 !important; }
    .pw-route-protection .pw-container:not(.legacy).dark-ui .pw-widget .pw-price .contents {
      font-weight: 600; }

.coupon-PromotionID {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  border: 1px solid #ccc;
  white-space: nowrap;
  margin-top: 5px; }

.shippingaddress .select-address {
  width: 100%;
  margin-left: 0; }

.shippingaddress .edit-address {
  margin-top: 0.5em; }

.formactions {
  margin-top: 20px;
  text-align: right; }

.item-list .multi-shipment-row {
  border-bottom: none; }

.multishipprogress div, .multishipprogress .step-3 {
  background: url("../images/interface/icon-checkout-indicator.png") no-repeat scroll right center transparent;
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  background: none repeat scroll 0 0 transparent;
  padding-right: 0; }

.checkout-multi-shipping .cart-row .gift-message-text {
  display: none; }

.pt_checkout #cart-table .cart-row .shipment-label {
  font-weight: 700;
  margin-top: 35px;
  font-size: 1.4em; }

.create-account #primary.primary-content {
  width: 470px;
  margin: 75px auto 50px;
  float: none;
  padding: 0; }
  @media only screen and (max-width: 599px) {
    .create-account #primary.primary-content {
      width: 100%;
      margin: 50px 0 25px; } }

.blackButton {
  padding: 11px;
  border: 1px solid #000; }

.create-account #secondary,
.account-login #secondary {
  display: none; }

#secondary {
  display: block; }

.account-body .ui-dialog h1 {
  margin-top: 0; }

.account-login #primary.primary-content {
  width: 904px;
  margin: 0 auto 50px;
  float: none;
  padding: 0; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .account-login #primary.primary-content {
      width: 100%; } }
  @media only screen and (max-width: 849px) {
    .account-login #primary.primary-content {
      width: 80%; } }
  @media only screen and (max-width: 599px) {
    .account-login #primary.primary-content {
      width: 100%;
      margin-bottom: 25px; } }

.gdpr-account-details {
  margin-top: 35px; }
  .gdpr-account-details a:hover {
    text-decoration: underline; }

.password-reset .pt_account #primary.primary-content {
  float: none;
  width: 400px;
  margin: 50px auto 100px;
  text-align: center; }
  @media only screen and (max-width: 599px) {
    .password-reset .pt_account #primary.primary-content {
      width: 100%; } }
  .password-reset .pt_account #primary.primary-content h1 {
    margin-bottom: 20px; }
  .password-reset .pt_account #primary.primary-content p {
    margin-bottom: 15px; }
  .password-reset .pt_account #primary.primary-content .form-error {
    margin-bottom: 10px;
    color: #b2292e;
    text-align: left; }
  .password-reset .pt_account #primary.primary-content button.apply {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 25px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid none;
    color: #fff;
    border-radius: 0;
    background: #7c7c7c; }
    @media only screen and (max-width: 599px) {
      .password-reset .pt_account #primary.primary-content button.apply {
        width: 100%; } }
  .password-reset .pt_account #primary.primary-content a.reset-cta {
    margin-top: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 25px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid none;
    color: #fff;
    border-radius: 0;
    background: #003049; }
    @media only screen and (max-width: 599px) {
      .password-reset .pt_account #primary.primary-content a.reset-cta {
        width: 100%;
        padding: 12px 0; } }

.password-reset .pt_account #secondary {
  display: none; }

@media only screen and (max-width: 599px) {
  .pt_order .form-row {
    display: inline-block;
    width: 100%; } }

.pt_account h1,
.pt_order h1,
.registration-modal h1 {
  /* margin-bottom: 25px; */ }

.pt_account button,
.pt_order button,
.registration-modal button {
  outline: none; }

.pt_account .col-2 .formbuttonrow button,
.pt_order .col-2 .formbuttonrow button,
.registration-modal .col-2 .formbuttonrow button {
  margin: 0; }

.pt_account .formbuttonrow,
.pt_order .formbuttonrow,
.registration-modal .formbuttonrow {
  margin-bottom: 25px; }
  .pt_account .formbuttonrow button,
  .pt_order .formbuttonrow button,
  .registration-modal .formbuttonrow button {
    width: 100%;
    padding: 13px 100px;
    font-family: 'DIN Next W01 Medium', helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    color: #fff;
    background: #003049;
    border-radius: 3px;
    margin-top: 20px; }

.pt_account button.btn-cta,
.pt_order button.btn-cta,
.registration-modal button.btn-cta {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 13px 100px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #fff;
  background: #000;
  border-radius: 2px; }
  @media only screen and (max-width: 599px) {
    .pt_account button.btn-cta,
    .pt_order button.btn-cta,
    .registration-modal button.btn-cta {
      width: 100%;
      padding: 13px 10px; } }

.pt_account label,
.pt_order label,
.registration-modal label {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0 0 3px; }

.pt_account .label-inline label,
.pt_order .label-inline label,
.registration-modal .label-inline label {
  padding-left: 25px; }
  @media only screen and (max-width: 599px) {
    .pt_account .label-inline label,
    .pt_order .label-inline label,
    .registration-modal .label-inline label {
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.pt_account span.error,
.pt_account .form-caption,
.pt_order span.error,
.pt_order .form-caption,
.registration-modal span.error,
.registration-modal .form-caption {
  margin: 1% 0 0;
  letter-spacing: .02rem; }
  .pt_account span.error.password,
  .pt_account .form-caption.password,
  .pt_order span.error.password,
  .pt_order .form-caption.password,
  .registration-modal span.error.password,
  .registration-modal .form-caption.password {
    font-size: 11px;
    color: #999;
    line-height: 14px;
    letter-spacing: .02rem; }

.pt_account .form-row,
.pt_order .form-row,
.registration-modal .form-row {
  margin: 0 0 20px; }
  .pt_account .form-row.label-inline,
  .pt_order .form-row.label-inline,
  .registration-modal .form-row.label-inline {
    margin-bottom: 5px; }

.pt_account .form-indent,
.pt_order .form-indent,
.registration-modal .form-indent {
  margin: 0; }

.pt_account .form-row-button,
.pt_order .form-row-button,
.registration-modal .form-row-button {
  margin: 2em 0;
  width: 100%;
  text-align: center; }

.pt_account input,
.pt_order input,
.registration-modal input {
  outline: none; }

.pt_account input[type="text"],
.pt_account input[type="number"],
.pt_account input[type="password"],
.pt_account input[type="email"],
.pt_account input[type="tel"],
.pt_account input[type="url"],
.pt_order input[type="text"],
.pt_order input[type="number"],
.pt_order input[type="password"],
.pt_order input[type="email"],
.pt_order input[type="tel"],
.pt_order input[type="url"],
.registration-modal input[type="text"],
.registration-modal input[type="number"],
.registration-modal input[type="password"],
.registration-modal input[type="email"],
.registration-modal input[type="tel"],
.registration-modal input[type="url"] {
  margin-left: 0;
  padding: .9em .5em;
  width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  letter-spacing: .02rem; }

.pt_account input[placeholder],
.pt_order input[placeholder],
.registration-modal input[placeholder] {
  /*text-transform: capitalize;*/ }

.pt_account input[type="checkbox"],
.pt_order input[type="checkbox"],
.registration-modal input[type="checkbox"] {
  margin-top: -15px; }

.pt_account .icheckbox_minimal,
.pt_order .icheckbox_minimal,
.registration-modal .icheckbox_minimal {
  margin-top: -40px; }

@-moz-document url-prefix() {
  .pt_account .icheckbox_minimal,
  .pt_order .icheckbox_minimal,
  .registration-modal .icheckbox_minimal {
    margin-top: -64px; } }

.pt_account fieldset.first-row label,
.pt_order fieldset.first-row label,
.registration-modal fieldset.first-row label {
  display: none; }

.pt_account fieldset.first-row .form-row,
.pt_order fieldset.first-row .form-row,
.registration-modal fieldset.first-row .form-row {
  width: 49%;
  /* margin-bottom: .5em; */
  float: left;
  clear: none; }
  @media only screen and (max-width: 599px) {
    .pt_account fieldset.first-row .form-row,
    .pt_order fieldset.first-row .form-row,
    .registration-modal fieldset.first-row .form-row {
      width: 100%;
      clear: both; } }
  .pt_account fieldset.first-row .form-row:nth-of-type(1),
  .pt_order fieldset.first-row .form-row:nth-of-type(1),
  .registration-modal fieldset.first-row .form-row:nth-of-type(1) {
    margin-right: 2%; }
    @media only screen and (max-width: 599px) {
      .pt_account fieldset.first-row .form-row:nth-of-type(1),
      .pt_order fieldset.first-row .form-row:nth-of-type(1),
      .registration-modal fieldset.first-row .form-row:nth-of-type(1) {
        margin-right: 0; } }

.pt_account .col-1,
.pt_order .col-1,
.registration-modal .col-1 {
  padding: 15px 80px 30px 0;
  margin: 75px 0 0;
  border-right: 5px solid #c9c9c9;
  width: 370px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_account .col-1,
    .pt_order .col-1,
    .registration-modal .col-1 {
      width: 50%;
      padding-right: 5%;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 849px) {
    .pt_account .col-1,
    .pt_order .col-1,
    .registration-modal .col-1 {
      width: 100%;
      float: none;
      padding: 0 0 32px;
      margin: 30px 0 0;
      border-right: none;
      border-bottom: 5px solid #c9c9c9; } }

.pt_account .col-2,
.pt_order .col-2,
.registration-modal .col-2 {
  width: 370px;
  margin: 75px 0 0;
  padding-top: 15px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_account .col-2,
    .pt_order .col-2,
    .registration-modal .col-2 {
      width: 50%;
      padding-left: 5%;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 849px) {
    .pt_account .col-2,
    .pt_order .col-2,
    .registration-modal .col-2 {
      width: 100%;
      float: none;
      margin: 0;
      clear: both;
      padding: 32px 0 0; } }
  .pt_account .col-2 h1,
  .pt_order .col-2 h1,
  .registration-modal .col-2 h1 {
    margin-bottom: 29px; }
    @media only screen and (max-width: 849px) {
      .pt_account .col-2 h1,
      .pt_order .col-2 h1,
      .registration-modal .col-2 h1 {
        margin-bottom: 25px; } }
  .pt_account .col-2 h1:nth-of-type(2),
  .pt_order .col-2 h1:nth-of-type(2),
  .registration-modal .col-2 h1:nth-of-type(2) {
    margin-top: 44px; }
    @media only screen and (max-width: 849px) {
      .pt_account .col-2 h1:nth-of-type(2),
      .pt_order .col-2 h1:nth-of-type(2),
      .registration-modal .col-2 h1:nth-of-type(2) {
        margin-top: 0; } }
    @media only screen and (max-width: 599px) {
      .pt_account .col-2 h1:nth-of-type(2),
      .pt_order .col-2 h1:nth-of-type(2),
      .registration-modal .col-2 h1:nth-of-type(2) {
        margin-top: 0; } }

.pt_account .forgotPwd,
.pt_order .forgotPwd,
.registration-modal .forgotPwd {
  float: right;
  width: auto;
  margin-bottom: 5px; }
  .pt_account .forgotPwd a,
  .pt_order .forgotPwd a,
  .registration-modal .forgotPwd a {
    text-decoration: underline; }

.pt_account .login-box,
.pt_order .login-box,
.registration-modal .login-box {
  margin: 0; }
  .pt_account .login-box .form-row-button,
  .pt_order .login-box .form-row-button,
  .registration-modal .login-box .form-row-button {
    margin: 0; }
  .pt_account .login-box .createAcct span,
  .pt_order .login-box .createAcct span,
  .registration-modal .login-box .createAcct span {
    text-transform: uppercase;
    text-decoration: underline; }

.pt_account .login-account button.btn-cta,
.pt_order .login-account button.btn-cta,
.registration-modal .login-account button.btn-cta {
  padding: 0px !important;
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 13px 100px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #fff;
  background: #000;
  border-radius: 2px; }

.pt_account .login-create-account button.btn-cta,
.pt_order .login-create-account button.btn-cta,
.registration-modal .login-create-account button.btn-cta {
  background: #fff !important;
  padding: 0px !important;
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 13px 100px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #000;
  background: #000;
  border-radius: 2px; }

.pt_account p.or,
.pt_order p.or,
.registration-modal p.or {
  margin-bottom: 1em;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #c9c9c9;
  text-align: center; }

.pt_account .login-box-content,
.pt_order .login-box-content,
.registration-modal .login-box-content {
  padding: 0; }
  .pt_account .login-box-content.returning-customers .form-row:nth-of-type(2),
  .pt_order .login-box-content.returning-customers .form-row:nth-of-type(2),
  .registration-modal .login-box-content.returning-customers .form-row:nth-of-type(2) {
    margin-bottom: 10px; }
  .pt_account .login-box-content form.on input,
  .pt_order .login-box-content form.on input,
  .registration-modal .login-box-content form.on input {
    font: 1.5em; }

.pt_account .order-track,
.pt_order .order-track,
.registration-modal .order-track {
  width: 500px;
  margin: 30px auto; }
  @media only screen and (max-width: 849px) {
    .pt_account .order-track,
    .pt_order .order-track,
    .registration-modal .order-track {
      width: 100%; } }

.pt_account .order-contact-us,
.pt_order .order-contact-us,
.registration-modal .order-contact-us {
  padding-left: 102px;
  margin: 40px auto 0;
  box-sizing: border-box; }
  .pt_account .order-contact-us .title,
  .pt_order .order-contact-us .title,
  .registration-modal .order-contact-us .title {
    padding-bottom: 8px;
    font-size: 15px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: normal; }
  .pt_account .order-contact-us .title ~ p,
  .pt_order .order-contact-us .title ~ p,
  .registration-modal .order-contact-us .title ~ p {
    padding-left: 20px;
    padding-bottom: 8px;
    letter-spacing: .02rem; }
  .pt_account .order-contact-us span,
  .pt_order .order-contact-us span,
  .registration-modal .order-contact-us span {
    font-size: 15px; }
  .pt_account .order-contact-us img,
  .pt_order .order-contact-us img,
  .registration-modal .order-contact-us img {
    margin-right: 13px;
    vertical-align: middle; }
  @media only screen and (max-width: 849px) {
    .pt_account .order-contact-us,
    .pt_order .order-contact-us,
    .registration-modal .order-contact-us {
      padding-left: 23%; }
      .pt_account .order-contact-us .title ~ p,
      .pt_order .order-contact-us .title ~ p,
      .registration-modal .order-contact-us .title ~ p {
        padding-left: 10px; }
      .pt_account .order-contact-us img,
      .pt_order .order-contact-us img,
      .registration-modal .order-contact-us img {
        margin-right: 10px; } }
  @media only screen and (max-width: 599px) {
    .pt_account .order-contact-us,
    .pt_order .order-contact-us,
    .registration-modal .order-contact-us {
      padding: 0 0 8px 0;
      margin: 30px 0 35px 0; }
      .pt_account .order-contact-us .title,
      .pt_order .order-contact-us .title,
      .registration-modal .order-contact-us .title {
        text-align: center; }
      .pt_account .order-contact-us .title ~ p,
      .pt_order .order-contact-us .title ~ p,
      .registration-modal .order-contact-us .title ~ p {
        padding-left: 10px; } }

.pt_account .only-mobile,
.pt_order .only-mobile,
.registration-modal .only-mobile {
  display: none; }
  @media only screen and (max-width: 599px) {
    .pt_account .only-mobile,
    .pt_order .only-mobile,
    .registration-modal .only-mobile {
      display: block; } }

@media only screen and (max-width: 599px) {
  .pt_account .not-mobile,
  .pt_order .not-mobile,
  .registration-modal .not-mobile {
    display: none; } }

.pt_account input.btn-fb,
.pt_order input.btn-fb,
.registration-modal input.btn-fb {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 100px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #000;
  background: #c9c9c9;
  border-radius: 2px; }

.pt_account h1,
.pt_order h1,
.registration-modal h1 {
  margin: 0 0 10px;
  font-size: 2em;
  letter-spacing: normal; }
  @media only screen and (max-width: 849px) {
    .pt_account h1,
    .pt_order h1,
    .registration-modal h1 {
      margin-bottom: 5px; } }

.pt_account h1.acct-title,
.pt_order h1.acct-title,
.registration-modal h1.acct-title {
  margin: 10px 0; }
  @media only screen and (max-width: 849px) {
    .pt_account h1.acct-title,
    .pt_order h1.acct-title,
    .registration-modal h1.acct-title {
      margin-bottom: 5px; } }

.pt_account .loginCopy,
.pt_order .loginCopy,
.registration-modal .loginCopy {
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  width: 675px; }
  @media only screen and (max-width: 849px) {
    .pt_account .loginCopy,
    .pt_order .loginCopy,
    .registration-modal .loginCopy {
      width: 100%; } }

.pt_account a.address-create,
.pt_account a.add-card,
.pt_order a.address-create,
.pt_order a.add-card,
.registration-modal a.address-create,
.registration-modal a.add-card {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  height: 18px !important;
  padding: 6px 30px 14px !important;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 16px 30px 14px 30px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #000;
  border-radius: 0;
  background: #fff; }
  @media only screen and (max-width: 599px) {
    .pt_account a.address-create,
    .pt_account a.add-card,
    .pt_order a.address-create,
    .pt_order a.add-card,
    .registration-modal a.address-create,
    .registration-modal a.add-card {
      border: none; } }

.pt_account .myaccount-description p,
.pt_order .myaccount-description p,
.registration-modal .myaccount-description p {
  width: 435px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 599px) {
    .pt_account .myaccount-description p,
    .pt_order .myaccount-description p,
    .registration-modal .myaccount-description p {
      width: 100%;
      padding: 0 20px;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.pt_account .account-details .edit-info,
.pt_order .account-details .edit-info,
.registration-modal .account-details .edit-info {
  margin-bottom: 35px;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }
  .pt_account .account-details .edit-info span.label,
  .pt_order .account-details .edit-info span.label,
  .registration-modal .account-details .edit-info span.label {
    font-weight: 700;
    letter-spacing: normal;
    margin-right: 5px; }
  .pt_account .account-details .edit-info .birthday-modal,
  .pt_account .account-details .edit-info a,
  .pt_order .account-details .edit-info .birthday-modal,
  .pt_order .account-details .edit-info a,
  .registration-modal .account-details .edit-info .birthday-modal,
  .registration-modal .account-details .edit-info a {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    color: #7c7c7c;
    text-decoration: underline;
    clear: both; }
  .pt_account .account-details .edit-info .birthday-modal,
  .pt_order .account-details .edit-info .birthday-modal,
  .registration-modal .account-details .edit-info .birthday-modal {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5em;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    padding: 0; }

.pt_account .account-details a.cta,
.pt_order .account-details a.cta,
.registration-modal .account-details a.cta {
  height: 40px !important;
  padding: 7px 15px 0px 15px !important;
  box-sizing: border-box !important;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 16px 30px 14px 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #000;
  border-radius: 0;
  background: #fff;
  font-weight: 700;
  letter-spacing: normal; }
  @media only screen and (max-width: 849px) {
    .pt_account .account-details a.cta,
    .pt_order .account-details a.cta,
    .registration-modal .account-details a.cta {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 599px) {
    .pt_account .account-details a.cta,
    .pt_order .account-details a.cta,
    .registration-modal .account-details a.cta {
      width: 100%;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  .pt_account .account-details a.cta.profile-data-download,
  .pt_order .account-details a.cta.profile-data-download,
  .registration-modal .account-details a.cta.profile-data-download {
    background: #fff;
    margin-top: 15px;
    padding: 16px 26px 14px;
    width: 200px; }
  .pt_account .account-details a.cta:hover,
  .pt_order .account-details a.cta:hover,
  .registration-modal .account-details a.cta:hover {
    background: #000;
    color: #fff; }

.pt_account .order-totals-table td,
.pt_order .order-totals-table td,
.registration-modal .order-totals-table td {
  padding: 0 0 5px; }

.pt_account .order-totals-table .order-total td,
.pt_order .order-totals-table .order-total td,
.registration-modal .order-totals-table .order-total td {
  text-transform: uppercase; }

.pt_account .gdpr-account-notice label,
.pt_order .gdpr-account-notice label,
.registration-modal .gdpr-account-notice label {
  position: relative;
  top: -18px;
  padding-left: 25px;
  text-transform: none; }
  @media only screen and (max-width: 599px) {
    .pt_account .gdpr-account-notice label,
    .pt_order .gdpr-account-notice label,
    .registration-modal .gdpr-account-notice label {
      width: 92%; } }

.pt_account .gdpr-account-notice .icheckbox,
.pt_order .gdpr-account-notice .icheckbox,
.registration-modal .gdpr-account-notice .icheckbox {
  /* margin-top: -96px; */ }
  @media only screen and (max-width: 599px) {
    .pt_account .gdpr-account-notice .icheckbox,
    .pt_order .gdpr-account-notice .icheckbox,
    .registration-modal .gdpr-account-notice .icheckbox {
      /* margin-top: -112px; */ } }

.pt_account .gdpr-account-notice a,
.pt_account .gdpr-login-notice a,
.pt_order .gdpr-account-notice a,
.pt_order .gdpr-login-notice a,
.registration-modal .gdpr-account-notice a,
.registration-modal .gdpr-login-notice a {
  text-decoration: underline; }

.pt_account .gdpr-account-notice .gdpr-account-notice-label,
.pt_order .gdpr-account-notice .gdpr-account-notice-label,
.registration-modal .gdpr-account-notice .gdpr-account-notice-label {
  padding-left: 25px; }

.pt_account .privacy_policy_message_box p,
.pt_order .privacy_policy_message_box p,
.registration-modal .privacy_policy_message_box p {
  font-size: 13px; }

.pt_account .iradio_minimal,
.pt_order .iradio_minimal,
.registration-modal .iradio_minimal {
  margin: 4px 0; }

.pt_account .gdpr-my-account,
.pt_order .gdpr-my-account,
.registration-modal .gdpr-my-account {
  position: relative;
  margin-bottom: 20px; }

.registration-modal .account-registration-container {
  width: 65%;
  margin: 0 auto; }
  .registration-modal .account-registration-container .belowWrapper {
    display: none; }
  .registration-modal .account-registration-container h1.global_pagetitleh1 {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 10px; }
  .registration-modal .account-registration-container .form-row .form-caption,
  .registration-modal .account-registration-container .form-row .form-indent, .registration-modal .account-registration-container .form-row.form-indent {
    margin-left: 0; }
  .registration-modal .account-registration-container .form-row .error-message {
    color: #b2292e !important; }
  .registration-modal .account-registration-container .form-row label {
    width: 100%; }
  .registration-modal .account-registration-container .form-row.form-row-button {
    margin-left: 0;
    width: auto; }

.registration-modal .account-register-btn-container.topWrapper {
  display: -ms-flexbox;
  display: flex; }
  .registration-modal .account-register-btn-container.topWrapper.add-space {
    padding-top: 25px; }
  .registration-modal .account-register-btn-container.topWrapper .html-slot-container {
    margin: 0 auto; }
    .registration-modal .account-register-btn-container.topWrapper .html-slot-container img {
      width: 130px !important;
      object-fit: fill;
      height: 60px; }

.registration-modal .ui-dialog-titlebar.ui-close-icon {
  display: none; }

.registration-modal .createAccountWrapper h2 {
  font-size: 24px;
  text-transform: none;
  text-align: center;
  padding: 20px 0 90px 0; }

.registration-modal #RegistrationForm fieldset.first-row .form-row:first-child {
  margin-right: 2% !important; }

button.register-modal {
  color: #1962d2 !important;
  font-weight: 400;
  padding-left: 0;
  outline: none;
  text-decoration: underline; }

.birthday-edit-modal h1.global_pagetitleh1 {
  font-size: 2em;
  line-height: 1.5em;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px; }

.birthday-edit-modal .edit-name-form {
  width: 85%;
  margin: 0 auto; }
  .birthday-edit-modal .edit-name-form input[type=email].global_input,
  .birthday-edit-modal .edit-name-form input[type=number].global_input,
  .birthday-edit-modal .edit-name-form input[type=password].global_input,
  .birthday-edit-modal .edit-name-form input[type=tel].global_input,
  .birthday-edit-modal .edit-name-form input[type=text].global_input,
  .birthday-edit-modal .edit-name-form input[type=url].global_input {
    width: 100%;
    margin-left: 0; }
  .birthday-edit-modal .edit-name-form label[for="dwfrm_profile_customer_birthday"] {
    display: none; }
  .birthday-edit-modal .edit-name-form .form-row .form-caption,
  .birthday-edit-modal .edit-name-form .form-row .form-indent, .birthday-edit-modal .edit-name-form .form-row.form-indent {
    margin-left: 0;
    color: #000; }
  .birthday-edit-modal .edit-name-form .form-row .error-message {
    color: #b2292e !important; }
  .birthday-edit-modal .edit-name-form .form-row label {
    width: 100%;
    text-align: left; }
  .birthday-edit-modal .edit-name-form .form-row.form-row-button {
    width: 100%;
    margin: 1.5rem auto;
    text-align: center; }
    .birthday-edit-modal .edit-name-form .form-row.form-row-button .btn-cta {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      display: inline-block;
      width: auto;
      height: 40px;
      padding: 13px 100px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      border: none;
      color: #fff;
      background: #000;
      border-radius: 2px; }
      @media only screen and (max-width: 599px) {
        .birthday-edit-modal .edit-name-form .form-row.form-row-button .btn-cta {
          width: 100%;
          padding: 13px 10px; } }

.create-account .topWrapper {
  display: none; }

.address-list,
.payment-list {
  padding: 0;
  margin-top: 1.2em; }
  .address-list li,
  .payment-list li {
    float: left;
    list-style: none outside none;
    margin: 0 70px 0 0;
    min-height: 300px;
    padding: 1em 0;
    width: 175px; }
    .address-list li.default,
    .payment-list li.default {
      padding: 0 0 2em; }
    .address-list li:nth-of-type(3n),
    .payment-list li:nth-of-type(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
      .address-list li,
      .payment-list li {
        width: 27%;
        margin-right: 8%; } }
    @media only screen and (max-width: 849px) {
      .address-list li,
      .payment-list li {
        width: 25%; } }
    @media only screen and (max-width: 599px) {
      .address-list li,
      .payment-list li {
        width: 100%;
        margin: 0 0 12px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        min-height: 0; }
        .address-list li.default,
        .payment-list li.default {
          padding-bottom: 15px; } }
  .address-list .default-address,
  .payment-list .default-address {
    color: #000;
    font-size: 13px; }
  .address-list .mini-address-title,
  .address-list .mini-payment-title,
  .payment-list .mini-address-title,
  .payment-list .mini-payment-title {
    margin-bottom: 8px;
    padding-bottom: 2px;
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5; }
    @media only screen and (max-width: 599px) {
      .address-list .mini-address-title,
      .address-list .mini-payment-title,
      .payment-list .mini-address-title,
      .payment-list .mini-payment-title {
        border: none; } }
  .address-list .mini-payment-info,
  .payment-list .mini-payment-info {
    font-size: 13px;
    line-height: 20px; }
  .address-list .mini-payment-exp,
  .payment-list .mini-payment-exp {
    color: #bbb;
    line-height: 20px;
    text-transform: uppercase; }
  .address-list a,
  .payment-list a {
    width: 100%;
    display: block;
    line-height: 30px;
    font-size: 11px;
    color: #003049;
    text-transform: uppercase;
    text-decoration: underline; }
    @media only screen and (max-width: 599px) {
      .address-list a,
      .payment-list a {
        display: inline-block;
        width: auto;
        margin-right: 20px; } }
  .address-list button,
  .payment-list button {
    width: auto;
    font-size: 11px;
    color: #003049;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 25px; }

.nav nav {
  margin-bottom: 75px; }
  @media only screen and (max-width: 849px) {
    .nav nav {
      margin-bottom: 0; } }

.account-login .myaccount-aside {
  display: none; }

.loginIntercept .pt_account #secondary {
  display: none; }

@media only screen and (max-width: 599px) {
  .loginIntercept h1 {
    margin-top: 25px !important; }
  .loginIntercept .col-1 h1 {
    margin-top: 50px !important; } }

.loginIntercept .myaccount-aside {
  width: 100%;
  margin: 0 0 50px;
  padding-top: 140px;
  clear: both; }
  @media only screen and (max-width: 849px) {
    .loginIntercept .myaccount-aside {
      width: 110%;
      padding: 50px 0 0;
      margin: -0 -5% 50px; } }
  @media only screen and (max-width: 599px) {
    .loginIntercept .myaccount-aside {
      width: 100%;
      padding-top: 30px;
      margin: 0 0 25px; } }
  .loginIntercept .myaccount-aside .content-box {
    width: 32.33333%;
    padding: 30px;
    float: left;
    margin: 0 1% 0 0;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .loginIntercept .myaccount-aside .content-box:nth-of-type(3) {
      margin: 0; }
    .loginIntercept .myaccount-aside .content-box h4 {
      border-bottom: none;
      margin-bottom: 15px; }
    @media only screen and (max-width: 849px) {
      .loginIntercept .myaccount-aside .content-box {
        padding: 30px 20px; }
        .loginIntercept .myaccount-aside .content-box:nth-of-type(2) {
          margin-right: 1%; } }
    @media only screen and (max-width: 599px) {
      .loginIntercept .myaccount-aside .content-box {
        width: 100%;
        float: none;
        margin: 0 0 2%; }
        .loginIntercept .myaccount-aside .content-box:nth-of-type(2) {
          margin: 0 0 2%; } }

.myaccount-aside {
  width: 205px;
  margin: 50px 122px 0 0;
  clear: left; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .myaccount-aside {
      margin-right: 60px; } }
  @media only screen and (max-width: 849px) {
    .myaccount-aside {
      clear: right;
      display: inline-block;
      width: 100%;
      padding: 0 2%;
      margin: 20px 0 0;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      *zoom: 1; }
      .myaccount-aside:before, .myaccount-aside:after {
        content: " ";
        display: table;
        line-height: 0; }
      .myaccount-aside:after {
        clear: both; } }
  .myaccount-aside .content-box {
    padding: 30px 10px;
    background: #eee;
    margin-bottom: 12px; }
    @media only screen and (max-width: 849px) {
      .myaccount-aside .content-box {
        float: left;
        width: 49%;
        margin-right: 2%;
        padding: 30px 25px;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        .myaccount-aside .content-box:nth-of-type(2) {
          margin: 0; } }
    @media only screen and (max-width: 599px) {
      .myaccount-aside .content-box {
        width: 100%;
        float: none;
        margin: 0 0 1em; } }
    .myaccount-aside .content-box h4 {
      border-bottom: 1px solid #bbb;
      letter-spacing: normal;
      line-height: 1.5;
      font-size: 14px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      padding-bottom: 5px; }
    .myaccount-aside .content-box p {
      font-size: 13px;
      line-height: 1.86; }
    .myaccount-aside .content-box img {
      margin-bottom: 15px; }

h1 .account-logout {
  font-size: 0.6em;
  float: none; }

.registration-selection input, .registration-selection label {
  display: inline;
  float: none; }

.pt_order .orderhistory-description {
  margin: auto;
  text-align: center;
  width: 75%; }

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

.pt_order .pagination .results-hits {
  text-align: right;
  width: 100%; }

.pt_order .pagination .current-page {
  text-decoration: underline; }

.pt_order .pagination ul {
  display: initial;
  font-size: 16px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-align: right; }

.pt_order .search-result-options {
  text-align: center; }
  .pt_order .search-result-options .more-order-history {
    padding: 13px 100px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #bbb; }

.pt_order .search-result-items {
  margin: 10px 0;
  border-top: 1px solid #e5e5e5; }
  .pt_order .search-result-items.ajax {
    border-top: 0; }

.order-confirmation-details .order-totals-table td {
  padding: 0 !important; }

.order-details {
  margin-top: 10px;
  width: 100%; }
  .order-details.at-account .shipment-header {
    margin-top: 20px; }
  .order-details .shipping-address-box {
    width: 24% !important; }
    @media only screen and (max-width: 849px) {
      .order-details .shipping-address-box {
        width: 100% !important; } }
  .order-details .billing-box .payment-amount .label {
    text-transform: uppercase; }
  .order-details .billing-box {
    float: left;
    min-height: 150px;
    padding: 10px 0;
    width: 33%;
    line-height: 135%;
    box-sizing: border-box; }
    @media only screen and (max-width: 849px) {
      .order-details .billing-box {
        border-bottom: none;
        width: 100%;
        min-height: 0; } }
    .order-details .billing-box.payment-totals {
      margin-right: 0; }
    .order-details .billing-box h3 {
      border-bottom: 1px solid #e3e3e3;
      margin: 22px 0 15px;
      padding: 0 0 15px;
      text-transform: uppercase;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
    .order-details .billing-box .payment-type p.customer-fullname, .order-details .billing-box .payment-type p.afterpay_overtime {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal; }
    .order-details .billing-box .payment-amount span.label.afterpay_label {
      text-transform: uppercase; }
    .order-details .billing-box .order-totals-table .order-total {
      border-top: none; }
    .order-details .billing-box .order-shipment-address {
      margin-bottom: 5px; }
  .order-details .billing-end {
    clear: both; }
  .order-details .order-detail {
    padding-top: 14px;
    font-size: 13px;
    line-height: 175%; }
    .order-details .order-detail.mobile-only {
      display: none; }
    @media only screen and (max-width: 849px) {
      .order-details .order-detail {
        padding: 0 0 14px; }
        .order-details .order-detail.mobile-only {
          display: block; }
        .order-details .order-detail.desktop-only {
          display: none; } }
    .order-details .order-detail .order-number {
      font-size: 13px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal; }
      @media only screen and (max-width: 849px) {
        .order-details .order-detail .order-number {
          text-align: center; } }
  .order-details .order-number, .order-details .order-date {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000; }
  .order-details .mini-payment-name, .order-details .payment-account, .order-details .payment-expiration, .order-details .payment-amount, .order-details .mini-address-name, .order-details .mini-address-location {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000; }
  .order-details .phone {
    display: none; }
  .order-details .subtotal-price, .order-details .sales-tax-price, .order-details .order-shipping-price, .order-details .shipping-discount-price, .order-details .order-discount-price {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
  .order-details .subtotal-label, .order-details .sales-tax-label, .order-details .order-shipping-label, .order-details .shipping-discount-label, .order-details .order-discount-label {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal; }
  .order-details .summarybox, .order-details .shipping-method, .order-details .shipping-method-label {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000; }
  .order-details .order-summary,
  .order-details .shipment-header {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .02rem;
    padding: 14px 0 14px 0;
    width: 100%; }
    .order-details .order-summary .label,
    .order-details .shipment-header .label {
      color: #999;
      text-transform: uppercase; }
  .order-details .shipment-header {
    margin: 28px 0 14px; }
    @media only screen and (max-width: 599px) {
      .order-details .shipment-header {
        margin-bottom: 0; } }
  .order-details .shipment-detail {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #000;
    line-height: 100%; }
    @media only screen and (max-width: 849px) {
      .order-details .shipment-detail {
        display: block; } }
    .order-details .shipment-detail .shipment-detail-col-1 {
      display: inline-block;
      width: 30%; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-detail .shipment-detail-col-1 {
          width: 100%; } }
    .order-details .shipment-detail .shipment-detail-col-2 {
      display: inline-block; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-detail .shipment-detail-col-2 {
          width: 100%; } }
      .order-details .shipment-detail .shipment-detail-col-2 .shipping-method {
        margin-top: 0;
        line-height: 1.25; }
    .order-details .shipment-detail h3 {
      font-size: 13px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      text-transform: uppercase; }
    .order-details .shipment-detail .trackingLink {
      text-decoration: underline; }
    .order-details .shipment-detail .order-status {
      margin-bottom: 14px; }
    .order-details .shipment-detail .order-shipment-address {
      margin-bottom: 14px; }
      .order-details .shipment-detail .order-shipment-address .summarybox {
        line-height: 1.25;
        letter-spacing: 0.3px; }
      .order-details .shipment-detail .order-shipment-address .shipping-method {
        margin-top: 0; }
        @media only screen and (max-width: 599px) {
          .order-details .shipment-detail .order-shipment-address .shipping-method {
            margin-bottom: 25px; } }
  .order-details .shipment-items {
    float: right;
    width: 74%;
    margin-top: 22px; }
    @media only screen and (max-width: 849px) {
      .order-details .shipment-items {
        width: 100%;
        margin-top: 28px; } }
    .order-details .shipment-items .style-number-and-color-code {
      display: none; }
    @media only screen and (max-width: 849px) {
      .order-details .shipment-items .line-item-thumbnail {
        width: 100%; } }
    .order-details .shipment-items .line-item-thumbnail .line-item-thumbnail-image img {
      width: 130px;
      float: left;
      margin-right: 19px; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .line-item-thumbnail .line-item-thumbnail-image img {
          margin-right: 10px; } }
    .order-details .shipment-items .line-item-thumbnail .quantity-mobile {
      padding-top: 20px;
      font-size: 12px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.02rem;
      color: #6e6e6e;
      display: none; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .line-item-thumbnail .quantity-mobile {
          display: block; } }
    .order-details .shipment-items .line-item-thumbnail .price-mobile {
      padding-top: 15px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 13px;
      font-stretch: normal;
      line-height: 1.5em;
      letter-spacing: 0.02rem;
      text-align: left;
      display: none; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .line-item-thumbnail .price-mobile {
          display: block; } }
    .order-details .shipment-items .item-list .line-item-price {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: 0.02rem;
      text-align: left; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .item-list .line-item-price {
          display: none; } }
    .order-details .shipment-items .item-list td {
      padding: 30px 0 30px 0;
      vertical-align: top; }
      .order-details .shipment-items .item-list td:last-child {
        float: right; }
        @media only screen and (max-width: 599px) {
          .order-details .shipment-items .item-list td:last-child {
            float: left; } }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .item-list td {
          padding: 30px 0 30px 0;
          vertical-align: top; } }
      .order-details .shipment-items .item-list td .tracking-number a {
        color: blue;
        text-decoration: underline; }
      .order-details .shipment-items .item-list td .price-standard {
        text-decoration: line-through; }
        @media only screen and (max-width: 849px) {
          .order-details .shipment-items .item-list td .price-standard {
            padding-right: 7px; } }
      .order-details .shipment-items .item-list td .price-sales {
        color: #b2292e;
        margin-left: 0 !important; }
    .order-details .shipment-items .item-list th {
      vertical-align: bottom;
      padding: 0 0 5px 0;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      font-stretch: normal;
      line-height: 2.64;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #000;
      text-transform: uppercase; }
      .order-details .shipment-items .item-list th:first-child {
        width: 56.4%; }
      .order-details .shipment-items .item-list th:second-child {
        width: 3.397%; }
      .order-details .shipment-items .item-list th:last-child {
        float: right; }
    .order-details .shipment-items .item-list tr:first-of-type {
      border-top: none; }
    .order-details .shipment-items .item-list tr:last-of-type {
      border-bottom: none; }
    .order-details .shipment-items .line-item-details .quantity {
      font-size: 12px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.75;
      letter-spacing: 0.02rem;
      text-align: left;
      color: #000;
      margin-top: 10px; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .line-item-details .quantity {
          display: none; } }
    .order-details .shipment-items .product-list-item {
      width: 75%; }
      @media only screen and (max-width: 849px) {
        .order-details .shipment-items .product-list-item {
          width: 100%; } }
      .order-details .shipment-items .product-list-item .name a {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        text-transform: uppercase; }
      .order-details .shipment-items .product-list-item .value {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.02rem;
        color: #6e6e6e;
        padding: 0; }

@media only screen and (max-width: 599px) {
  .order-detail-options {
    margin-bottom: 20px; } }

.order-detail-options a {
  font-size: 16px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase; }

.order-detail-options a.whitebg_btn {
  font-weight: 700; }

.order-detail-options div:first-child {
  margin: 14px 0px 14px 8px; }
  @media only screen and (max-width: 599px) {
    .order-detail-options div:first-child {
      display: initial; } }

.order-detail-options .option-link a {
  float: right;
  margin: 8px 8px 14px 0;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  width: 240px; }
  @media only screen and (max-width: 849px) {
    .order-detail-options .option-link a {
      float: right;
      width: 34%; } }
  @media only screen and (max-width: 599px) {
    .order-detail-options .option-link a {
      float: left;
      width: 100%; } }
  @media only screen and (max-width: 849px) {
    .order-detail-options .option-link a.shop {
      margin: 8px 0 20px 14.5%; } }
  @media only screen and (max-width: 599px) {
    .order-detail-options .option-link a.shop {
      margin: 0 0 18px 0;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 849px) {
    .order-detail-options .option-link a.order {
      margin: 8px 14.5% 20px 0; } }
  @media only screen and (max-width: 599px) {
    .order-detail-options .option-link a.order {
      margin: 0 0 18px 0;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.order-history-header .order-date, .order-history-header .order-status, .order-history-header .order-number,
.order-history-items .order-date,
.order-history-items .order-status,
.order-history-items .order-number {
  float: left; }

.order-history-header .order-number,
.order-history-items .order-number {
  width: 30%; }
  .order-history-header .order-number button,
  .order-history-items .order-number button {
    font-size: 12px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    margin-left: -6px;
    text-decoration: underline; }
    @media only screen and (max-width: 599px) {
      .order-history-header .order-number button,
      .order-history-items .order-number button {
        margin-left: 0;
        padding: 0; } }

.order-history-header .order-date,
.order-history-items .order-date {
  width: 35%; }

.order-history-header .order-status,
.order-history-items .order-status {
  width: 35%; }

.order-history-header {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  margin-top: 25px;
  font-size: 15px;
  text-transform: uppercase; }
  @media only screen and (max-width: 849px) {
    .order-history-header {
      margin-top: -5px; } }
  .order-history-header button {
    float: right; }
  .order-history-header .order-date,
  .order-history-header .order-status,
  .order-history-header .order-number {
    float: left; }
    @media only screen and (max-width: 599px) {
      .order-history-header .order-date,
      .order-history-header .order-status,
      .order-history-header .order-number {
        width: initial; } }
  @media only screen and (max-width: 599px) {
    .order-history-header .order-date::after, .order-history-header .order-number::after {
      content: "/"; } }
  @media only screen and (max-width: 599px) {
    .order-history-header .order-date, .order-history-header .order-status {
      margin-left: 3px; } }

.order-history-items {
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px; }
  @media only screen and (max-width: 599px) {
    .order-history-items .order-date, .order-history-items .order-number, .order-history-items .order-status {
      margin-bottom: 10px;
      width: 100%; } }
  @media screen and (max-width: 599px) {
    .order-history-items .order-shipto .ship-to-container {
      display: inline; } }
  @media screen and (min-width: 599px) {
    .order-history-items .order-shipto .ship-to-container {
      display: none; } }

.order-history-table th, .order-history-table td {
  padding: 5px 10px; }

.order-history-table ul {
  margin: 0;
  padding: 0; }

.order-history-table li {
  list-style: none outside none; }

.order-history-table .order-shipped-to,
.order-history-table .order-items,
.order-history-table .order-total-price {
  width: 33%; }

.order-history-table .toggle {
  cursor: pointer;
  display: block; }

.js .order-history-table .hidden {
  display: none; }

.clear {
  clear: both; }

.lowercase {
  text-transform: none; }

.unbold {
  font-weight: 400;
  letter-spacing: .02rem; }
  .unbold a {
    text-decoration: underline; }

.order-confirmation-details .order-details .billing-box {
  width: 25%; }
  @media only screen and (max-width: 849px) {
    .order-confirmation-details .order-details .billing-box {
      width: 100%; } }

#CreditCardForm label.error {
  float: none;
  text-align: left;
  width: auto;
  padding: 0;
  font-size: 12px;
  margin: 1% 2% 2% 27%; }

#CreditCardForm .error-message {
  color: #b2292e !important; }

.account-body .ui-dialog #dialog-container .error-form {
  text-align: center; }

.pt_order .order-details .shipment-items {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 849px) {
    .pt_order .order-details .shipment-items .line-item-thumbnail {
      width: auto; } }
  .pt_order .order-details .shipment-items .item-list tr {
    border: 1px solid #e3e3e3; }
    @media only screen and (max-width: 849px) {
      .pt_order .order-details .shipment-items .item-list tr {
        border-left: none;
        border-right: none; } }
  .pt_order .order-details .shipment-items .item-list td:first-child {
    padding-left: 20px; }
  .pt_order .order-details .shipment-items .item-list td:last-child {
    padding-right: 20px; }

@media only screen and (max-width: 849px) {
  .pt_order .order-details .line-item-details {
    display: none; } }

.pt_order .order-details .shipping-status-container {
  font-size: 14px;
  text-align: right;
  text-transform: uppercase; }
  @media only screen and (max-width: 849px) {
    .pt_order .order-details .shipping-status-container {
      font-size: 12px; } }
  .pt_order .order-details .shipping-status-container .shipping-method {
    line-height: 1;
    font-size: 12px;
    text-align: right; }
    @media only screen and (max-width: 849px) {
      .pt_order .order-details .shipping-status-container .shipping-method {
        font-size: 10px; } }
  .pt_order .order-details .shipping-status-container .shipping-method-label {
    line-height: 1;
    font-size: 14px;
    text-align: right; }
    @media only screen and (max-width: 849px) {
      .pt_order .order-details .shipping-status-container .shipping-method-label {
        font-size: 12px; } }
  .pt_order .order-details .shipping-status-container .mobile-order-product-detail {
    display: none;
    font-size: 10px;
    font-weight: normal; }
    .pt_order .order-details .shipping-status-container .mobile-order-product-detail > div {
      display: inline-block;
      margin-top: 6px; }
    .pt_order .order-details .shipping-status-container .mobile-order-product-detail .line-item-price {
      line-height: 1; }
      .pt_order .order-details .shipping-status-container .mobile-order-product-detail .line-item-price > span {
        display: inline-block;
        font-size: 10px;
        margin: 0; }
    @media only screen and (max-width: 849px) {
      .pt_order .order-details .shipping-status-container .mobile-order-product-detail {
        display: block; } }

.pt_order .order-details .item-status-ship-date,
.pt_order .order-details .tracking-label,
.pt_order .order-details .shipping-method-label {
  font-weight: bold; }

.pt_order .order-details .tracking-number {
  font-size: 12px; }
  @media only screen and (max-width: 849px) {
    .pt_order .order-details .tracking-number {
      font-size: 10px; } }

.pt_order .order-details .track-package-button {
  display: block;
  width: 190px;
  padding: 8px 0;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  text-align: center;
  float: right; }
  @media only screen and (max-width: 849px) {
    .pt_order .order-details .track-package-button {
      font-size: 12px;
      width: 150px; } }

.pt_order .order-details .shipping-status-container .shipping-method,
.pt_order .order-details .shipping-method-label,
.pt_order .order-details .tracking-label,
.pt_order .order-details .tracking-number,
.pt_order .order-details .track-package-button {
  margin-top: 6px; }

.pt_order .order-details .shipping-4 {
  color: #bf9225; }

.pt_order .order-details .shipping-24, .pt_order .order-details .shipping-29 {
  color: #981414; }

.settings-header {
  margin-top: 10px;
  padding: 10px 20px 10px 20px;
  font-size: 13px;
  color: #000000;
  letter-spacing: .02rem; }

.settings-box {
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 1px 0px #ccc;
  margin-bottom: 40px; }
  .settings-box .title {
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 17px;
    color: #111111; }
  .settings-box .title-subcopy {
    margin: 0;
    text-transform: none;
    letter-spacing: .01em;
    line-height: 1.5em;
    font-size: 13px;
    margin-bottom: 14px; }
  .settings-box .flex-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.settings-box .pad-20 {
  padding: 20px 0; }

.settings-box .form-basic {
  margin-left: 0px; }

.form-basic > div {
  margin: 7px 0;
  margin-left: 10px;
  font-size: 13px;
  letter-spacing: normal; }
  .form-basic > div:first-child {
    margin-left: 0; }

.form-basic .prop-value {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal; }

.form-basic .icheckbox_minimal {
  margin: 0; }

.form-basic .input-choice label {
  float: none;
  line-height: normal;
  padding: 0;
  margin-left: 5px;
  height: auto;
  width: auto;
  text-transform: capitalize;
  font-size: 16px; }

.form-basic .input-choice .icheckbox_minimal.checked {
  background-color: #52caff; }

.form-basic .sub-title {
  text-transform: none;
  letter-spacing: .02rem;
  margin-top: 20px;
  font-size: 15px; }

.form-basic .disclaimer {
  font-size: 11px;
  line-height: 1.86em; }
  .form-basic .disclaimer a {
    font-size: 11px;
    color: #0351a1;
    line-height: normal; }

.form-basic .message_box {
  color: #b2292e; }

.form-basic input {
  float: none;
  position: relative; }

.form-basic input[type='text'] {
  margin: 0; }

.form-basic input[type='email'] {
  margin: 0; }

.form-basic button[type=submit] {
  position: relative;
  margin: 0;
  background: none;
  padding: 13px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1em;
  border: 0;
  box-shadow: inset 0px 0px 0px 1px #595959; }
  .form-basic button[type=submit]:hover {
    background: #000;
    color: #fff; }
  .form-basic button[type=submit].disabled {
    background: #e6e6e6;
    color: #7b7b7b;
    opacity: 0.5; }
  .form-basic button[type=submit].fetching .spinner-container .spinner {
    cursor: default; }
  .form-basic button[type=submit].fetching:hover {
    background: none;
    color: #000; }
  .form-basic button[type=submit] .spinner-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal; }
  .form-basic button[type=submit] .spinner-container .spinner {
    cursor: pointer; }

.profile-label {
  margin: 5px 0;
  letter-spacing: .02rem; }

.profile-birthday-msg {
  float: left;
  display: block;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px; }
  .profile-birthday-msg.red {
    color: #b2292e; }

.email-gender-title {
  margin-top: 10px;
  display: block;
  letter-spacing: .02rem; }

.pt_account label, .pt_account input[placeholder] {
  letter-spacing: .02rem; }

.gift-item-list .line-item-thumbnail {
  width: 25%; }

.gift-item-list .line-item-thumbnail img {
  width: 120px; }

.pt_account .primary-content {
  z-index: 1; }

.pt_account .form-loyalty .icheckbox_minimal {
  margin-top: 0;
  margin-right: 5px; }

.pt_account button.btn-loyalty-confirm {
  background: #000;
  color: #fff;
  padding: 6px 56px;
  border-radius: 5px;
  line-height: inherit;
  margin-top: 8px;
  margin-bottom: 15px; }

.pt_account button.btn-loyalty-confirm:hover {
  background: #333333; }

.form-loyalty .signup-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.loyalty-user-container .customer-info {
  font-size: 24px; }

.loyalty-user-container .loyalty-member-info {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px auto; }

.loyalty-user-container .loyalty-member-info span {
  border: 1px solid #ccc;
  padding: 8px 20px;
  display: inline-block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }

.progress-container {
  max-width: 599px;
  margin: 0 auto; }

.progress-container .tier-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.progress-container .tier-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.progress-container .tier-progress-bar {
  margin-top: 30px; }

.progress-container .tier-progress-line {
  background: #ccc;
  height: 1px;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.tier-progress-line.customer-tier-Headliner, .tier-progress-line.customer-tier-Icon {
  background: #b2282e; }

.progress-container .progress-points-to-go {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px; }

.progress-container .progress-points-to-go > div {
  font-weight: 600; }

.points-progress-tooltip {
  border: 1px solid #111;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600; }

.tier-progress-chart {
  margin-top: 40px; }

.tier-progress-chart .tier-item {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  width: 33.33%;
  position: relative; }

.tier-progress-chart .tier-item > div {
  font-weight: 600;
  font-size: 14px; }

.tier-progress-bar progress[value] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  height: 26px;
  background-color: whiteSmoke;
  border-radius: 6px;
  color: royalblue;
  position: relative;
  margin: 0 0 0em; }

.tier-progress-bar progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset, 0 1px rgba(255, 255, 255, 0.08);
  padding: 4px; }

.tier-progress-bar progress[value]::-webkit-progress-value {
  position: relative;
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  background-color: #b2282e; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-vip-tiers-headline, .loyalty-progress-bar-wrapper .yotpo-vip-tiers-container {
  display: none; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-vip-tiers-progress-bar-summary {
  display: none; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-vip-tiers-progress-bar-wrapper {
  background: #ffffff !important;
  max-width: 599px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-progress-bar-outer {
  background-color: whiteSmoke;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset, 0 1px rgba(255, 255, 255, 0.08);
  padding: 4px;
  height: 24px; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-progress-bar-inner {
  position: relative;
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  background-color: #b2282e !important; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-progress-bar-indicator {
  display: none !important; }

.loyalty-progress-bar-wrapper .yotpo-vip-tiers-widget .yotpo-vip-tiers-list {
  padding: 0; }

.tier-Headliner .tier-circle::before, .tier-Icon .tier-circle::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: -50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: -1; }

.tier-Headliner.customer-tier-Headliner .tier-circle::before, .tier-Headliner.customer-tier-Icon .tier-circle::before,
.tier-Icon.customer-tier-Icon .tier-circle::before {
  background: #b2282e; }

.tier-progress-chart .tier-circle {
  position: relative; }

.tier-progress-chart .tier-circle img {
  -ms-transform: scale(0.75);
      transform: scale(0.75); }

.tier-progress-chart .tier-Opening.customer-tier-Opening .tier-circle img,
.tier-progress-chart .tier-Headliner.customer-tier-Headliner .tier-circle img,
.tier-progress-chart .tier-Icon.customer-tier-Icon .tier-circle img {
  -ms-transform: scale(1);
      transform: scale(1); }

.tier-progress-chart .tier-Opening.customer-tier-Opening > div,
.tier-progress-chart .tier-Headliner.customer-tier-Headliner > div,
.tier-progress-chart .tier-Icon.customer-tier-Icon > div {
  color: #b2282e; }

.loyalty-dialog-opt-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1; }

.loyalty-dialog-opt-wrapper .loyalty-dialog-opt-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0; }

.loyalty-dialog-opt-wrapper .loyalty-confirm-container {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1; }

.loyalty-confirm-message {
  font-size: 24px;
  margin-bottom: 20px; }

a.btn-confirm {
  background: #45a417;
  color: #fff;
  border-radius: 3px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative; }

a.btn-cancel {
  background: #9e9e9e;
  color: #ffffff;
  border-radius: 3px;
  text-transform: capitalize;
  cursor: pointer; }

.btn-loyalty-confirmed .spinner-container {
  background: #45a417; }

.btn-loyalty-confirmed.fetching .spinner-container {
  opacity: 1.0; }

@media only screen and (max-width: 849px) {
  .loyalty-dialog-opt-wrapper .loyalty-confirm-container {
    margin: 0 20px; }
  a.btn-loyalty-cancel, a.btn-loyalty-confirmed {
    width: 100%;
    padding: 15px 0 !important;
    margin: 5px auto; } }

.pt_wish-list .button-fancy-small.add-to-cart {
  min-width: 200px;
  left: 13px;
  top: 35px;
  color: #fff;
  background-color: #000;
  height: auto;
  line-height: 1.86;
  font-size: 14px;
  text-transform: uppercase; }
  @media only screen and (max-width: 599px) {
    .pt_wish-list .button-fancy-small.add-to-cart {
      left: 0px;
      top: 10px; } }

.pt_wish-list .wishlist-wrapper {
  display: block;
  clear: both;
  float: none; }

.pt_wish-list .wishlist-main .item-list {
  display: block; }

.pt_wish-list .wishlist-header {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .pt_wish-list .wishlist-header {
      margin-bottom: 35px; } }
  .pt_wish-list .wishlist-header p {
    width: 100%;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 22px; }
    @media only screen and (max-width: 849px) {
      .pt_wish-list .wishlist-header p {
        width: 65%; } }
    @media only screen and (max-width: 599px) {
      .pt_wish-list .wishlist-header p {
        width: 100%;
        font-size: 18px; } }

.pt_wish-list .list-table-header {
  overflow: hidden;
  padding: 0 0 25px 0;
  width: 738px;
  float: left; }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .list-table-header {
      width: 100%; } }
  .pt_wish-list .list-table-header .list-share {
    width: 1032px; }
  .pt_wish-list .list-table-header .item-list-header .title {
    position: relative;
    top: 20px; }
    @media only screen and (max-width: 599px) {
      .pt_wish-list .list-table-header .item-list-header .title {
        display: none; } }
    .pt_wish-list .list-table-header .item-list-header .title.details {
      margin-right: 280px; }
    .pt_wish-list .list-table-header .item-list-header .title.price {
      margin-right: 90px; }
    .pt_wish-list .list-table-header .item-list-header .title.qty {
      margin-right: 100px; }
  .pt_wish-list .list-table-header .mobile-title {
    display: none; }
    @media only screen and (max-width: 599px) {
      .pt_wish-list .list-table-header .mobile-title {
        display: block;
        clear: both;
        border-top: 1px solid #e5e5e5;
        position: relative;
        top: 20px;
        width: 100%;
        padding: 10px 0;
        font-size: 14px; } }

.pt_wish-list .wishlist-main {
  width: 712px;
  float: left; }
  .pt_wish-list .wishlist-main .wishlist_empty {
    text-align: center;
    display: inherit;
    text-decoration: underline; }
  .pt_wish-list .wishlist-main h2 {
    margin-top: 0; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_wish-list .wishlist-main {
      width: 68%;
      margin-right: 2%; } }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .wishlist-main {
      width: 100%;
      margin: 0 0 30px; } }
  .pt_wish-list .wishlist-main .item-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .pt_wish-list .wishlist-main #add-all-favs-to-cart {
    display: block;
    background-color: #000;
    color: #fff;
    height: auto;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.86;
    text-transform: uppercase;
    padding: 11px 0;
    width: 387px;
    margin: 0 auto 10px; }
    @media only screen and (max-width: 849px) {
      .pt_wish-list .wishlist-main #add-all-favs-to-cart {
        width: 100%; } }
  .pt_wish-list .wishlist-main .wishlist-row {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0; }
    @media only screen and (max-width: 599px) {
      .pt_wish-list .wishlist-main .wishlist-row {
        position: relative; } }
    .pt_wish-list .wishlist-main .wishlist-row:last-child {
      border-bottom: 1px solid #e5e5e5; }
    .pt_wish-list .wishlist-main .wishlist-row .col {
      float: left;
      vertical-align: top; }
    .pt_wish-list .wishlist-main .wishlist-row .item-image {
      min-height: 135px; }
      .pt_wish-list .wishlist-main .wishlist-row .item-image img {
        width: 88px;
        height: auto; }
        @media only screen and (max-width: 599px) {
          .pt_wish-list .wishlist-main .wishlist-row .item-image img {
            width: 110px; } }
    @media only screen and (max-width: 599px) {
      .pt_wish-list .wishlist-main .wishlist-row .item-price-per {
        margin-left: 19px; } }
    .pt_wish-list .wishlist-main .wishlist-row .item-price-per .price-sales {
      display: block;
      white-space: nowrap; }
      @media only screen and (max-width: 599px) {
        .pt_wish-list .wishlist-main .wishlist-row .item-price-per .price-sales {
          display: inline; } }
    .pt_wish-list .wishlist-main .wishlist-row .item-price-per .price-standard {
      display: block;
      text-decoration: line-through; }
      .pt_wish-list .wishlist-main .wishlist-row .item-price-per .price-standard + .price-sales {
        color: #b2292e; }
      @media only screen and (max-width: 599px) {
        .pt_wish-list .wishlist-main .wishlist-row .item-price-per .price-standard {
          display: inline; } }
    .pt_wish-list .wishlist-main .wishlist-row .item-details {
      margin-left: 32px;
      position: relative; }
      .pt_wish-list .wishlist-main .wishlist-row .item-details p span {
        font-size: 13px;
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal; }
      .pt_wish-list .wishlist-main .wishlist-row .item-details .edit-remove-links {
        position: absolute;
        top: 124px; }
        @media only screen and (max-width: 599px) {
          .pt_wish-list .wishlist-main .wishlist-row .item-details .edit-remove-links {
            top: 175px;
            right: 200px;
            width: 100px;
            z-index: 1000; } }
      @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
        .pt_wish-list .wishlist-main .wishlist-row .item-details {
          width: 18%;
          margin-left: 2%; } }
      @media only screen and (max-width: 599px) {
        .pt_wish-list .wishlist-main .wishlist-row .item-details {
          width: 50%;
          margin: 0 0 15px 20px; } }
      .pt_wish-list .wishlist-main .wishlist-row .item-details .edit-link, .pt_wish-list .wishlist-main .wishlist-row .item-details .edit-link-spacer, .pt_wish-list .wishlist-main .wishlist-row .item-details .remove-link {
        display: inline;
        padding-right: 5px; }
        .pt_wish-list .wishlist-main .wishlist-row .item-details .edit-link .remove, .pt_wish-list .wishlist-main .wishlist-row .item-details .edit-link-spacer .remove, .pt_wish-list .wishlist-main .wishlist-row .item-details .remove-link .remove {
          display: inline; }
      .pt_wish-list .wishlist-main .wishlist-row .item-details .remove-link .remove button {
        text-decoration: underline; }
      .pt_wish-list .wishlist-main .wishlist-row .item-details .product-list-item {
        width: 125px;
        margin-right: 110px; }
        @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
          .pt_wish-list .wishlist-main .wishlist-row .item-details .product-list-item {
            width: 100%; } }
        .pt_wish-list .wishlist-main .wishlist-row .item-details .product-list-item .option-variant {
          margin-bottom: 8px; }
          @media only screen and (max-width: 599px) {
            .pt_wish-list .wishlist-main .wishlist-row .item-details .product-list-item .option-variant {
              margin-bottom: 5px; } }
        .pt_wish-list .wishlist-main .wishlist-row .item-details .product-list-item .value {
          font-size: 11px;
          padding-bottom: 0; }
        @media only screen and (max-width: 599px) {
          .pt_wish-list .wishlist-main .wishlist-row .item-details .product-list-item .item-option.option-date-added span.label {
            display: block; } }
      .pt_wish-list .wishlist-main .wishlist-row .item-details .name {
        font-size: 13px;
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        line-height: 100%;
        margin-bottom: 2px; }
        @media only screen and (max-width: 599px) {
          .pt_wish-list .wishlist-main .wishlist-row .item-details .name {
            margin-bottom: 12px; } }
    .pt_wish-list .wishlist-main .wishlist-row .item-dashboard {
      width: 310px;
      position: relative;
      left: 44px; }
      @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard {
          width: 60%;
          margin-left: 2%;
          float: right; } }
      @media only screen and (max-width: 599px) {
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard {
          position: relative; } }
      .pt_wish-list .wishlist-main .wishlist-row .item-dashboard fieldset.add-qty {
        width: 310px; }
        @media only screen and (max-width: 599px) {
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard fieldset.add-qty {
            margin: 20px 0 0 10px; } }
      .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit {
        position: absolute;
        top: 0;
        right: 26%;
        text-align: right; }
        @media only screen and (max-width: 599px) {
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit {
            margin-top: 57px;
            right: 215px; } }
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price {
          font-size: 13px;
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal; }
          @media only screen and (max-width: 599px) {
            .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price {
              margin-bottom: 25px; } }
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price .price-sales {
            display: block;
            white-space: nowrap; }
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price .price-standard {
            display: none; }
            .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price .price-standard + .price-sales {
              color: #b2292e; }
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price .price-unadjusted-total {
            text-decoration: line-through;
            color: #777; }
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price .price-each {
            display: block;
            font-size: 12px;
            color: #777; }
          .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .price .price-total-promo {
            color: #b2292e; }
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .button-text.delete-item,
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .edit-link {
          font-size: 13px;
          text-decoration: underline; }
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .edit-link {
          margin: 45px 0 25px; }
          @media only screen and (max-width: 599px) {
            .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .price-edit .edit-link {
              margin-top: 20px; } }
      @media only screen and (max-width: 599px) {
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard > form {
          clear: both;
          margin-left: -65%; } }
      .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .option-add-to-cart {
        color: #000;
        font-size: 13px; }
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .option-add-to-cart input[type="text"] {
          border: none;
          width: 25px; }
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .option-add-to-cart .decrControl {
          margin: 0 17px 0 0; }
          @media only screen and (max-width: 599px) {
            .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .option-add-to-cart .decrControl {
              margin-left: 70px; } }
        .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .option-add-to-cart button.add-to-cart {
          width: auto;
          float: right;
          padding: 0px 47px;
          letter-spacing: 0;
          outline: none;
          color: #000;
          background-color: #fff;
          border: 1px solid #000;
          margin: 55px 45px 0 0; }
          @media only screen and (max-width: 599px) {
            .pt_wish-list .wishlist-main .wishlist-row .item-dashboard .option-add-to-cart button.add-to-cart {
              width: 107%;
              clear: both;
              float: none;
              margin: 25px 0 0 0;
              position: relative;
              right: 55px; } }

.pt_wish-list .side-content {
  float: right;
  width: 300px;
  bottom: 75px; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .pt_wish-list .side-content {
      width: 30%; } }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .side-content {
      width: 100%;
      float: none;
      clear: both;
      position: relative;
      bottom: 0px; } }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .side-content .blue-box {
      width: 49%;
      margin-right: 2%;
      float: left;
      background: #003049; } }
  @media only screen and (max-width: 599px) {
    .pt_wish-list .side-content .blue-box {
      width: 100%;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .side-content .grey-box {
      width: 49%;
      float: left; } }
  @media only screen and (max-width: 599px) {
    .pt_wish-list .side-content .grey-box {
      width: 100%; } }
  .pt_wish-list .side-content .content-asset {
    margin-bottom: 10px;
    padding: 35px 30px;
    background: #eee;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 849px) {
      .pt_wish-list .side-content .content-asset {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 599px) {
      .pt_wish-list .side-content .content-asset {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 849px) {
      .pt_wish-list .side-content .content-asset:nth-of-type(1) {
        margin-bottom: 10px; } }
    .pt_wish-list .side-content .content-asset h2 {
      margin: 0 0 25px;
      color: #fff !important; }
    .pt_wish-list .side-content .content-asset img {
      display: block;
      margin-bottom: 18px; }
    .pt_wish-list .side-content .content-asset p {
      font-size: 13px;
      padding-bottom: 0;
      margin-bottom: 8px; }
    @media only screen and (max-width: 849px) {
      .pt_wish-list .side-content .content-asset.second {
        margin-bottom: 0; } }
  .pt_wish-list .side-content .blue-box .content-asset {
    background: #003049;
    color: #fff;
    border: none; }
    .pt_wish-list .side-content .blue-box .content-asset ul.dash {
      margin-bottom: 30px; }
    .pt_wish-list .side-content .blue-box .content-asset a {
      box-sizing: border-box;
      padding-top: 5px !important;
      border: none !important;
      display: inline-block;
      width: auto;
      height: auto;
      padding: 16px 30px 14px 30px;
      font-size: 13px;
      text-transform: uppercase;
      text-align: center;
      border: 1px solid #e5e5e5;
      color: #fff;
      border-radius: 2px;
      background: transparent; }

.list-share .share-option {
  float: left;
  width: 40%; }
  @media only screen and (max-width: 849px) {
    .list-share .share-option {
      float: right;
      width: 48%; } }
  @media only screen and (max-width: 599px) {
    .list-share .share-option {
      width: 100%; } }
  .list-share .share-option a {
    word-break: break-all; }
  .list-share .share-option button,
  .list-share .share-option .button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: auto; }
  .list-share .share-option input {
    border: 1px solid #e5e5e5;
    color: #7c7c7c;
    height: 40px;
    margin: 5px 0 0;
    padding: 10px;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }
    @media only screen and (max-width: 599px) {
      .list-share .share-option input {
        width: 100%; } }
  .list-share .share-option.url {
    float: left;
    position: relative;
    top: 25px; }
    @media only screen and (max-width: 849px) {
      .list-share .share-option.url {
        width: 48%; } }
    .list-share .share-option.url input {
      color: #000;
      cursor: text; }
  .list-share .share-option label {
    font-size: 13px;
    margin: 0 20px 0 0;
    text-align: left;
    width: 100%; }
    @media only screen and (max-width: 599px) {
      .list-share .share-option label {
        width: 100%;
        margin: 0;
        padding-top: 1.5em; } }
  .list-share .share-option.email input {
    margin-right: -70px;
    width: 100%; }
    @media only screen and (max-width: 599px) {
      .list-share .share-option.email input {
        margin-right: -4px;
        width: 82%;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }
  .list-share .share-option.email button,
  .list-share .share-option.email .button {
    width: 265px;
    margin-top: 30px; }
    @media only screen and (max-width: 849px) {
      .list-share .share-option.email button,
      .list-share .share-option.email .button {
        width: 33%;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }
  .list-share .share-option.email #to-email-error {
    display: none !important; }
  @media only screen and (max-width: 599px) {
    .list-share .share-option.url {
      width: 100%; } }
  .list-share .share-option.url input {
    width: 65%; }
    @media only screen and (max-width: 599px) {
      .list-share .share-option.url input {
        width: 24%; } }
  .list-share .share-option .share-note {
    float: right;
    display: block;
    margin-top: 2px;
    color: #999;
    font-size: 11px; }

.list-share .share-control {
  margin-top: 36px;
  float: left;
  width: auto; }
  @media only screen and (max-width: 599px) {
    .list-share .share-control {
      width: 20%; } }
  .list-share .share-control button,
  .list-share .share-control .button {
    display: inline-block;
    background-color: #003049;
    color: #fff;
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    padding: 11px 15px;
    text-transform: uppercase;
    width: auto;
    border-radius: 0; }
    @media only screen and (max-width: 599px) {
      .list-share .share-control button,
      .list-share .share-control .button {
        width: 100%;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }

.pt_wish-list .wishlist-main .edit-remove-links .remove-link .remove button {
  text-decoration: underline; }

.pt_wish-list .wishlist-main .edit-remove-links.mobile-links {
  display: none; }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .wishlist-main .edit-remove-links.mobile-links {
      display: block; } }

.pt_wish-list .wishlist-main .edit-remove-links.desktop-links {
  display: block;
  position: relative;
  bottom: 15px; }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .wishlist-main .edit-remove-links.desktop-links {
      display: none; } }

.pt_wish-list .wishlist-main #cart-table .qty-increment .decrControl {
  margin-right: 5px; }

.pt_wish-list .wishlist-main #cart-table .price-promotion .price-standard {
  margin: 0; }

.pt_wish-list .wishlist-main #cart-table .item-quantity input {
  width: 1.5em;
  text-align: center; }

@media only screen and (max-width: 599px) {
  .pt_wish-list .wishlist-main #cart-table .item-image {
    float: none; } }

.pt_wish-list .wishlist-main #cart-table.item-list {
  display: table; }
  .pt_wish-list .wishlist-main #cart-table.item-list th {
    padding-bottom: 8px;
    font-size: 13px; }
    .pt_wish-list .wishlist-main #cart-table.item-list th.cart-qty-heading {
      text-transform: uppercase;
      min-width: 125px; }
    .pt_wish-list .wishlist-main #cart-table.item-list th.cart-total-price-heading {
      width: 94px; }
    .pt_wish-list .wishlist-main #cart-table.item-list th.item-info table tr {
      border: 0; }
      .pt_wish-list .wishlist-main #cart-table.item-list th.item-info table tr th {
        width: auto; }
        .pt_wish-list .wishlist-main #cart-table.item-list th.item-info table tr th.product-item-details {
          width: 252px; }
  .pt_wish-list .wishlist-main #cart-table.item-list td {
    vertical-align: top;
    margin: 0 20px;
    padding: 30px 0; }
    .pt_wish-list .wishlist-main #cart-table.item-list td.item-info {
      width: 600px;
      padding: 30px 0 20px; }
      .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr {
        border: 0; }
        .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td {
          padding: 0; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-details {
            width: 252px;
            margin: 0;
            padding: 0; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.price-per {
            width: 89px;
            text-align: center; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-price {
            width: 94px;
            text-align: center;
            margin: 0; }
            .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-price .product-item-price {
              padding: 0;
              font-family: trade-gothic-next;
              font-weight: 700;
              font-style: normal; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity {
            width: 125px; }
            .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity .qty-increment {
              margin-left: 50%; }
              @media only screen and (max-width: 599px) {
                .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity .qty-increment {
                  margin-left: 0; } }
            .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity .update-item {
              margin-left: 0;
              padding-top: 7px;
              text-decoration: underline;
              display: block; }
              @media only screen and (max-width: 599px) {
                .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity .update-item {
                  margin-left: 0; } }
    .pt_wish-list .wishlist-main #cart-table.item-list td.price-per .individual-price .price-sales {
      color: #b2292e;
      display: block; }
      @media only screen and (max-width: 849px) {
        .pt_wish-list .wishlist-main #cart-table.item-list td.price-per .individual-price .price-sales {
          display: inline; } }
    .pt_wish-list .wishlist-main #cart-table.item-list td.price-per .individual-price .price-standard {
      text-decoration: line-through;
      display: block; }
      @media only screen and (max-width: 849px) {
        .pt_wish-list .wishlist-main #cart-table.item-list td.price-per .individual-price .price-standard {
          display: inline;
          margin-right: .4rem; } }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .wishlist-main #cart-table.item-list td {
      display: inline-block;
      float: left;
      position: relative;
      padding: 0;
      margin: 0; }
      .pt_wish-list .wishlist-main #cart-table.item-list td.item-image {
        width: 29%;
        padding: 30px 0 20px; }
      .pt_wish-list .wishlist-main #cart-table.item-list td.item-info {
        width: 70%; }
        .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table {
          margin-left: 2%; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr {
            border: 0; }
            .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td {
              padding: 0;
              width: 100%; }
              .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.price-per, .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity, .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-price {
                width: 100%;
                text-align: left; }
              .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td .promo {
                padding-top: 10px; }
              .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.price-per, .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-quantity, .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-price {
                padding-top: 10px; }
              .pt_wish-list .wishlist-main #cart-table.item-list td.item-info table tr td.item-price .product-item-price .price-total {
                text-align: left; }
      .pt_wish-list .wishlist-main #cart-table.item-list td.item-image {
        min-height: initial; }
        .pt_wish-list .wishlist-main #cart-table.item-list td.item-image .edit-remove-links.mobile-links div {
          float: left;
          display: inline;
          margin-top: 10px; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-image .edit-remove-links.mobile-links div.edit-link {
            margin-top: 10px; }
          .pt_wish-list .wishlist-main #cart-table.item-list td.item-image .edit-remove-links.mobile-links div.edit-link-spacer {
            margin: 10px .3rem 0; }
        .pt_wish-list .wishlist-main #cart-table.item-list td.item-image .edit-remove-links .remove-link button {
          text-decoration: underline; } }

.pt_wish-list .wishlist-main .cart-footer .cart-coupon-code .coupon-applied {
  text-align: left; }
  .pt_wish-list .wishlist-main .cart-footer .cart-coupon-code .coupon-applied .coupon-remove {
    float: right; }

.pt_wish-list .wishlist-main .cart-footer .promo-discount-totals {
  color: #710005;
  font-size: 15px; }

.pt_wish-list .hidden-cart-labels-desktop {
  display: none; }
  @media only screen and (max-width: 849px) {
    .pt_wish-list .hidden-cart-labels-desktop {
      display: inline;
      float: left;
      margin-right: 5px;
      text-align: left; } }

.pt_wish-list .errorquantity {
  display: none;
  color: #b2292e;
  margin-top: 2px; }

.pt_gift-registry .create-new-registry {
  margin: 1em 0; }
  .pt_gift-registry .create-new-registry button {
    float: left;
    margin-right: 2em; }
  .pt_gift-registry .create-new-registry p {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: italic;
    font-size: 1.3em;
    margin: 0;
    padding: 0.5em 2em; }

.pt_gift-registry .add-gift-cert {
  border: 1px solid #efefef;
  margin-bottom: -1px;
  overflow: auto;
  padding: 10px; }
  .pt_gift-registry .add-gift-cert button {
    background: url("../images/banners/banner-gift-cert.gif") no-repeat scroll left top transparent;
    border: 0 none;
    float: left;
    height: 80px;
    text-indent: -999em;
    width: 433px; }
  .pt_gift-registry .add-gift-cert p {
    color: #999;
    float: right;
    font-style: italic;
    line-height: 1.5em;
    width: 40%; }

.pt_gift-registry .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 2em; }

.pt_gift-registry .hdr-options {
  width: 5%; }

.page-content-tab-navigaton button {
  background: none repeat scroll 0 0 #eee;
  border-color: #efefef;
  border-width: 1px;
  color: #999;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  font-size: 1.1em;
  margin: 0 0 -1px; }
  .page-content-tab-navigaton button.selected {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #fff; }

.page-content-tab-wrapper {
  border: 1px solid #efefef;
  padding: 5px; }

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .quantity-purchased {
  color: #b2292e; }

.gift-registry-advanced {
  clear: both; }
  .gift-registry-advanced .toggle-content {
    overflow: hidden;
    padding: 10px; }
  .gift-registry-advanced .event-month, .gift-registry-advanced .event-city {
    clear: both; }

.pt_gift-registry .primary-content .list-table-header h2 {
  float: left; }

#primary {
  width: 100%; }

.gift-title-name, label {
  text-transform: initial !important; }

.product-returnable-details {
  text-align: left;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: .5px;
  font-weight: 300;
  color: #dc1f35;
  margin-top: 5px;
  margin-bottom: 5px; }

.gift-certificate-purchase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: transparent !important; }

.gift-certificate-purchase form {
  width: 83% !important; }

.gc-preview-theme {
  margin: 0 auto; }

.gift-certificate-purchase .theme-selector-wrapper {
  margin: 30px 0; }

.gift-certificate-purchase .theme-selector-row {
  display: -ms-flexbox;
  display: flex; }

.gift-certificate-purchase .theme-radio-button {
  max-width: 85px;
  margin-right: 15px;
  position: relative; }
  @media only screen and (max-width: 849px) {
    .gift-certificate-purchase .theme-radio-button {
      max-width: 58px; } }
  .gift-certificate-purchase .theme-radio-button:last-child {
    margin-right: 0; }
  .gift-certificate-purchase .theme-radio-button .iradio_minimal {
    position: absolute !important; }
    .gift-certificate-purchase .theme-radio-button .iradio_minimal.checked + label {
      opacity: 1; }
  .gift-certificate-purchase .theme-radio-button label {
    opacity: 0.5; }
    .gift-certificate-purchase .theme-radio-button label:hover {
      opacity: 1; }

.gc-preview-card-details {
  display: -ms-flexbox;
  display: flex; }

.gift-certificate-purchase .gc-email-preview h3 {
  color: #74747b;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5625rem;
  line-height: 1em;
  margin-top: 10px; }

.gc-preview-detail {
  padding: 30px; }

.gc-preview-message {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px; }

.theme-radio-button .iradio_minimal {
  opacity: 0 !important; }

.gift-certificate-purchase .theme-radio-button label img {
  cursor: pointer !important;
  width: 85px;
  height: 60px;
  border-radius: 4px;
  box-sizing: border-box; }

.gift-certificate-purchase .theme-radio-button .checked + label img {
  border-color: #0080a3 !important;
  border: 2px solid;
  height: 60px;
  width: 85px; }

#GiftCertificateForm .iradio_minimal {
  opacity: 0; }

.giftright-section {
  width: 60%; }

.giftright-section .form-row {
  margin: 0px; }

.amount-radio-button.other {
  position: relative; }

.amount-other {
  position: absolute;
  top: 30%;
  left: 6px;
  font-size: 20px; }

#custom-amount {
  padding-left: 20px;
  height: 50px;
  border-radius: 5px; }

.gift-cert-amount {
  margin: 0;
  margin-bottom: 20px;
  width: 100%; }

.giftleft-section {
  width: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.js-design-title {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #000;
  text-transform: none; }

.gift-certificate-purchase .char-count {
  margin-left: 0; }

.gift-certificate-purchase h2 {
  text-align: left; }

#GiftCertificateForm .form-row-button {
  width: 100%;
  margin: 0;
  margin-bottom: 10px; }

#GiftCertificateForm .blackbg_btn {
  width: 100%;
  padding: 10px; }

.gift-display-flex {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.gift-display-flex .form-row {
  width: 100%; }

#GiftCertificateForm input, #GiftCertificateForm select,
#GiftCertificateForm textarea {
  width: 96%;
  font-size: 15px; }

#GiftCertificateForm #AddToBasketButton {
  width: 96%;
  margin-left: -10px;
  background: #000;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.86;
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase; }

#GiftCertificateForm .from {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px; }

#GiftCertificateForm .fromlabel {
  text-transform: capitalize;
  margin-bottom: 10px; }

@media only screen and (max-width: 850px) {
  .gift-certificate-purchase, .gift-display-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .giftleft-section, .giftright-section {
    width: 100%; }
  #GiftCertificateForm {
    width: 100% !important;
    padding: 0;
    margin: 0; } }

.header-giftcard .header-search,
.header-giftcard .navigation-mobile-search {
  float: right;
  position: relative;
  z-index: 21;
  font-size: 11px; }
  .header-giftcard .header-search input[type="text"],
  .header-giftcard .navigation-mobile-search input[type="text"] {
    width: 160px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 1px solid #798a93;
    border-right: none;
    box-sizing: border-box;
    text-indent: 10px;
    vertical-align: top;
    background-color: #002436;
    font-size: 1.1em;
    color: #fff; }
  .header-giftcard .header-search form,
  .header-giftcard .navigation-mobile-search form {
    padding: 0 !important; }
  .header-giftcard .header-search input[type="submit"],
  .header-giftcard .navigation-mobile-search input[type="submit"] {
    background: url("../images/header/header-search-desktop.png") no-repeat scroll center center #002436;
    border: 1px solid #9ea9af;
    border-left-color: #49626e;
    height: 25px;
    width: 25px;
    padding: 0;
    margin-left: -3px;
    text-indent: -999em; }
  .header-giftcard .header-search legend,
  .header-giftcard .navigation-mobile-search legend {
    display: none !important; }

.header-giftcard .navigation-mobile-search {
  display: none;
  float: none;
  padding: 0 10px;
  margin-top: 20px; }
  .header-giftcard .navigation-mobile-search input[type="text"] {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    border: 1px solid #d8d8d8;
    background-color: transparent;
    font-size: 1.2em;
    color: #000; }
  .header-giftcard .navigation-mobile-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    background-color: transparent;
    background-image: url("../images/interface/header-search-navigation-mobile.png"); }

.header-giftcard .header-search-mobile {
  display: none;
  float: right;
  padding: 5px;
  margin: 4px -5px 0 0;
  cursor: pointer; }

.ui-dialog #giftcert-balance-modal .gc-wrapper .gc-main .gc-balancecheck .gift-certificate-pin input[type="text"] {
  width: 100%; }

.ui-dialog #giftcert-balance-modal .gc-wrapper .gc-main .gc-balancecheck .gift-certificate-number input[type="text"].srGiftCard {
  width: 80%; }

@media only screen and (max-width: 849px) {
  .ui-dialog #giftcert-balance-modal .gc-wrapper .content-asset p.gftcard_header {
    margin-top: 0px;
    padding: 0 15px 20px;
    display: table; } }

.gc-wrapper .content-asset h1 {
  margin-bottom: 15px; }

.gc-wrapper .content-asset p {
  text-align: center;
  padding: 0 50px;
  font-size: 15px;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  color: #4e4e4e; }
  @media only screen and (max-width: 599px) {
    .gc-wrapper .content-asset p {
      padding: 0; } }
  .gc-wrapper .content-asset p.gftcard_header {
    color: #000;
    text-transform: uppercase;
    height: 11px;
    line-height: 1.57;
    letter-spacing: 1.4px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px; }
    @media only screen and (max-width: 849px) {
      .gc-wrapper .content-asset p.gftcard_header {
        letter-spacing: 0;
        margin-top: 20px; } }
  .gc-wrapper .content-asset p.gftcard_para {
    letter-spacing: 0.3px; }

.gc-wrapper .content-asset a {
  color: #000000; }
  .gc-wrapper .content-asset a.gftcard_mail {
    color: #6e6e6e;
    text-decoration: underline; }

.gc-wrapper .gc-main {
  margin: 25px 0 50px; }
  .gc-wrapper .gc-main .content-asset,
  .gc-wrapper .gc-main .gc-number {
    float: left;
    width: 48.5%;
    margin-right: 3%; }
    @media only screen and (max-width: 849px) {
      .gc-wrapper .gc-main .content-asset,
      .gc-wrapper .gc-main .gc-number {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .gc-wrapper .gc-main .content-asset img,
    .gc-wrapper .gc-main .gc-number img {
      width: 100%;
      min-width: 100%;
      height: auto; }
  .gc-wrapper .gc-main .gc-number {
    display: none;
    min-height: 60px;
    margin-top: 20px;
    text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      .gc-wrapper .gc-main .gc-number {
        min-height: 30px; } }
    .gc-wrapper .gc-main .gc-number span {
      margin-top: 15px;
      display: block;
      font-size: 42px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal; }
  .gc-wrapper .gc-main .gc-balancecheck {
    float: right;
    width: 48.5%; }
    @media only screen and (max-width: 849px) {
      .gc-wrapper .gc-main .gc-balancecheck {
        width: 100%; } }
    .gc-wrapper .gc-main .gc-balancecheck .captcha-container {
      -ms-transform: scale(0.9);
          transform: scale(0.9);
      -webkit-transform: scale(0.9);
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
      -webkit-transform-origin: 0 0; }
    .gc-wrapper .gc-main .gc-balancecheck form {
      padding: 0; }
      .gc-wrapper .gc-main .gc-balancecheck form .form-row.gift-certificate-pin {
        width: 45%; }
      @media only screen and (max-width: 849px) {
        .gc-wrapper .gc-main .gc-balancecheck form .form-row.balance {
          margin: 0; } }
      .gc-wrapper .gc-main .gc-balancecheck form .form-row.balance .error {
        margin: 0 0 1em; }
      .gc-wrapper .gc-main .gc-balancecheck form .form-row.balance.success span {
        margin-top: 15px;
        display: block;
        font-size: 42px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal; }
      .gc-wrapper .gc-main .gc-balancecheck form label {
        text-transform: uppercase; }
      .gc-wrapper .gc-main .gc-balancecheck form button#check-giftcert {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        height: auto;
        display: inline-block;
        width: 80%;
        height: auto;
        padding: 13px 10px;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        border: none;
        color: #fff;
        background: #223059;
        border-radius: 0px; }
        .gc-wrapper .gc-main .gc-balancecheck form button#check-giftcert span {
          font-weight: 700; }

.gc-wrapper .gc-bottom {
  padding-top: 20px;
  clear: both; }
  .gc-wrapper .gc-bottom a {
    color: #000; }
    .gc-wrapper .gc-bottom a.title {
      display: block;
      margin-bottom: 15px;
      text-align: center;
      text-transform: uppercase;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal; }
  .gc-wrapper .gc-bottom p {
    font-size: 13px; }
  .gc-wrapper .gc-bottom .content-asset p.botm_header {
    margin-bottom: 12px; }
  .gc-wrapper .gc-bottom .para_contnr {
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-size: 10px;
    font-weight: 500;
    color: #6e6e6e; }

.footer-giftcard #footer h3 {
  font-size: 13px; }

.footer-giftcard #footer form {
  padding: 0; }

.footer-giftcard #footer .footer-email-signup-form input[type="email"] {
  height: 40px;
  line-height: 40px; }

.gift-certificate-purchase {
  background: none repeat scroll 0 0 #efefef;
  padding: 10px; }
  .gift-certificate-purchase form {
    background: none repeat scroll 0 0 #fff;
    float: right;
    padding: 0 20px 20px;
    width: 40%; }
    .gift-certificate-purchase form .input-text, .gift-certificate-purchase form .input-textarea {
      width: 90%; }
    .gift-certificate-purchase form .cert-amount {
      clear: none;
      float: left;
      margin: 0;
      width: 40%; }
    .gift-certificate-purchase form .form-row-button {
      clear: none;
      float: left;
      margin: 25px 0 0 20px;
      width: 50%; }
  .gift-certificate-purchase .cert-amount .form-caption {
    margin: 20px 0 0;
    position: absolute;
    width: 40%; }
  .gift-certificate-purchase .cert-amount.error {
    padding-bottom: 35px; }
  .gift-certificate-purchase span.error {
    margin-left: 2%; }

.check-balance {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
  padding: 0 0 20px; }

.gift-cert-balance {
  float: left;
  width: 40%; }
  .gift-cert-balance input {
    margin-top: 0;
    width: 90%; }
  .gift-cert-balance .form-caption {
    margin-left: 0; }

.gift-cert-balance-submit {
  padding-top: 13px;
  clear: none;
  float: left; }

.gift-cert-balance .label {
  display: none; }

.gc-card-number,
.gc-card-amount {
  width: 75%;
  float: left; }
  .gc-card-number:not(.gc-card-number),
  .gc-card-amount:not(.gc-card-number) {
    width: 20%; }
  .gc-card-number span,
  .gc-card-amount span {
    display: block; }
  .gc-card-number .bold,
  .gc-card-amount .bold {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 42px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal; }
  @media only screen and (max-width: 599px) {
    .gc-card-number,
    .gc-card-amount {
      float: none;
      width: 100%; }
      .gc-card-number:not(.gc-card-number),
      .gc-card-amount:not(.gc-card-number) {
        width: 100%; } }

.login-box {
  margin: 0 0 2em; }
  .login-box h3 {
    margin: 0; }
  .login-box label span {
    font-size: 13px;
    text-transform: uppercase; }

.login-box-content {
  padding: 0.5em 1.5em; }
  .login-box-content a {
    text-align: right; }

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%; }

.denim-look-book {
  padding: 0 10px;
  max-width: 1280px;
  margin: 0 auto; }

.lookbook-top {
  margin-top: 50px;
  width: 100%;
  height: auto; }
  .lookbook-top .slider {
    width: 100%; }
  .lookbook-top .slick-slide {
    height: auto; }
  .lookbook-top .slick-prev {
    left: 12%;
    height: 50px;
    width: 50px;
    top: 40%;
    z-index: 1; }
    .lookbook-top .slick-prev:before {
      content: url("../images/left-arrow.png");
      opacity: 1; }
  .lookbook-top .slick-next {
    right: 12%;
    height: 50px;
    width: 50px;
    top: 40%; }
    .lookbook-top .slick-next:before {
      content: url("../images/right-arrow.png");
      opacity: 1; }
  .lookbook-top .lookbook-content {
    width: auto !important;
    display: inline-block;
    margin-left: -3px;
    cursor: pointer; }
    .lookbook-top .lookbook-content .lookbook-image {
      cursor: pointer;
      margin: auto;
      display: inline-block;
      float: left; }
      .lookbook-top .lookbook-content .lookbook-image img {
        width: 100% !important;
        height: auto; }
    .lookbook-top .lookbook-content .lookbook-category {
      font-size: 12px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      color: #000;
      text-transform: uppercase;
      display: inline-block;
      width: 100%;
      margin-top: 29px; }
  @media only screen and (max-width: 849px) {
    .lookbook-top {
      display: none; } }
  @media only screen and (max-width: 599px) {
    .lookbook-top {
      display: none; } }

.primary-content {
  float: none;
  margin-left: 0px;
  padding: 0px; }
  .primary-content .size_title h1 {
    color: #fff !important; }
  .primary-content .breadcrumb {
    padding-top: 14px;
    text-transform: lowercase; }
    .primary-content .breadcrumb span {
      display: inline-block;
      font-size: 11px; }
      .primary-content .breadcrumb span:first-letter {
        text-transform: uppercase; }
      .primary-content .breadcrumb span a {
        text-decoration: none; }
    .primary-content .breadcrumb .breadcrumb-element:after {
      color: #6e6e6e;
      /*margin-left: 3px;
					margin-right: 3px;*/ }
    @media only screen and (max-width: 849px) {
      .primary-content .breadcrumb {
        display: none; } }
    @media only screen and (max-width: 599px) {
      .primary-content .breadcrumb {
        display: none; } }

.primary-content {
  float: none;
  margin-left: 0px;
  padding: 0px; }
  .primary-content .search-results-header {
    font-size: 24px;
    line-height: 1.08;
    text-transform: uppercase;
    margin-top: 13px; }
    @media only screen and (max-width: 849px) {
      .primary-content .search-results-header {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 3.6px; } }
    @media only screen and (max-width: 599px) {
      .primary-content .search-results-header {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 3.6px; } }
  .primary-content .category-lookbook-description {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #6e6e6e;
    margin-top: 14px; }
    @media only screen and (max-width: 849px) {
      .primary-content .category-lookbook-description {
        margin-top: 14px;
        margin-bottom: 24px;
        width: 257px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 599px) {
      .primary-content .category-lookbook-description {
        margin-top: 14px;
        margin-bottom: 22px;
        width: 257px;
        margin-left: auto;
        margin-right: auto; } }
  .primary-content .lookbook-top-mobile {
    display: none;
    width: 100%;
    height: 266px; }
    .primary-content .lookbook-top-mobile .slider {
      width: 100% !important; }
    .primary-content .lookbook-top-mobile .slick-slide {
      margin-left: 5px;
      margin-right: 5px;
      height: auto; }
      .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content {
        width: 140px;
        height: 266px; }
        .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content .mobile-lookbook-image {
          margin: auto;
          display: inline-block;
          float: left; }
          .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content .mobile-lookbook-image img {
            width: 100%;
            height: 208px;
            background-color: #c4c4c4; }
            @media only screen and (max-width: 849px) {
              .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content .mobile-lookbook-image img {
                height: auto; } }
            @media only screen and (max-width: 599px) {
              .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content .mobile-lookbook-image img {
                height: auto; } }
        .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content .mobile-lookbook-category {
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 12px;
          text-align: center;
          text-transform: uppercase;
          position: relative;
          top: 24px;
          margin-bottom: 40px; }
        @media only screen and (max-width: 849px) {
          .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content {
            height: auto; } }
        @media only screen and (max-width: 599px) {
          .primary-content .lookbook-top-mobile .slick-slide .mobile-lookbook-content {
            height: auto; } }
      @media only screen and (max-width: 849px) {
        .primary-content .lookbook-top-mobile .slick-slide {
          margin-left: 10px;
          margin-right: 10px; } }
      @media only screen and (max-width: 599px) {
        .primary-content .lookbook-top-mobile .slick-slide {
          margin-left: 5px;
          margin-right: 5px; } }
    @media only screen and (max-width: 849px) {
      .primary-content .lookbook-top-mobile {
        display: block;
        height: auto; } }
    @media only screen and (max-width: 599px) {
      .primary-content .lookbook-top-mobile {
        display: block;
        height: auto; } }
  .primary-content .cat-landing {
    margin-bottom: 152px; }
    @media only screen and (max-width: 849px) {
      .primary-content .cat-landing {
        margin-bottom: 59px; }
        .primary-content .cat-landing .cat-landing-top {
          border: 1px solid #e3e3e3;
          margin-bottom: 10px; } }
    .primary-content .cat-landing .cat-landing-middle {
      display: block;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 149px;
      clear: both;
      background-color: #f1f1f1;
      border: 1px solid #e3e3e3;
      display: -ms-flexbox;
      display: flex;
      -ms-grid-column-align: center;
          justify-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 849px) {
        .primary-content .cat-landing .cat-landing-middle {
          display: none; } }
      @media only screen and (max-width: 599px) {
        .primary-content .cat-landing .cat-landing-middle {
          display: none; } }
      .primary-content .cat-landing .cat-landing-middle .category-image-right {
        margin-left: auto;
        margin-right: 0;
        width: 40%;
        right: 0;
        -ms-flex-item-align: end;
            align-self: flex-end; }
        .primary-content .cat-landing .cat-landing-middle .category-image-right img {
          width: 100%;
          height: auto;
          mix-blend-mode: multiply; }
      .primary-content .cat-landing .cat-landing-middle .category-image-left {
        /*float:left;*/
        display: inline-block;
        margin-left: 14.4%;
        width: 36.1%; }
        .primary-content .cat-landing .cat-landing-middle .category-image-left img {
          width: 100%;
          height: auto;
          mix-blend-mode: multiply; }
      .primary-content .cat-landing .cat-landing-middle .category-description-left {
        margin: 0;
        width: 60%; }
      .primary-content .cat-landing .cat-landing-middle .category-description-right {
        margin-left: 1.4%; }
      .primary-content .cat-landing .cat-landing-middle .category-description-left .category-name, .primary-content .cat-landing .cat-landing-middle .category-description-right .category-name {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        letter-spacing: 0.02rem;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        display: none; }
      .primary-content .cat-landing .cat-landing-middle .category-description-left .category-short-description, .primary-content .cat-landing .cat-landing-middle .category-description-right .category-short-description {
        margin-top: 18px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 1.47;
        letter-spacing: 0.02rem;
        text-align: center;
        color: #6e6e6e; }
      .primary-content .cat-landing .cat-landing-middle .category-description-left .category-long-description, .primary-content .cat-landing .cat-landing-middle .category-description-right .category-long-description {
        width: 80%;
        margin: 0 auto; }
        .primary-content .cat-landing .cat-landing-middle .category-description-left .category-long-description h2, .primary-content .cat-landing .cat-landing-middle .category-description-right .category-long-description h2 {
          margin-top: 8px; }
        .primary-content .cat-landing .cat-landing-middle .category-description-left .category-long-description p, .primary-content .cat-landing .cat-landing-middle .category-description-right .category-long-description p {
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 12px;
          line-height: 2;
          text-align: center;
          color: #000;
          padding-bottom: 0px; }
        .primary-content .cat-landing .cat-landing-middle .category-description-left .category-long-description .category-name, .primary-content .cat-landing .cat-landing-middle .category-description-right .category-long-description .category-name {
          display: block; }
    .primary-content .cat-landing .cat-landing-middle-mobile {
      display: none;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 149px;
      clear: both;
      background-color: #f1f1f1;
      float: none; }
      @media only screen and (max-width: 849px) {
        .primary-content .cat-landing .cat-landing-middle-mobile {
          display: block;
          margin-top: 30px; } }
      @media only screen and (max-width: 599px) {
        .primary-content .cat-landing .cat-landing-middle-mobile {
          display: block;
          margin-left: 0px;
          margin-right: 0px;
          margin-top: 0px; } }
      @media only screen and (max-width: 849px) {
        .primary-content .cat-landing .cat-landing-middle-mobile .category-image-mobile {
          float: none;
          width: auto;
          display: block;
          text-align: center;
          padding-left: 0; } }
      @media only screen and (max-width: 599px) {
        .primary-content .cat-landing .cat-landing-middle-mobile .category-image-mobile {
          width: 237px;
          float: none;
          margin: auto; } }
      .primary-content .cat-landing .cat-landing-middle-mobile .category-image-mobile img {
        width: auto;
        height: 600px;
        mix-blend-mode: multiply; }
        @media only screen and (max-width: 599px) {
          .primary-content .cat-landing .cat-landing-middle-mobile .category-image-mobile img {
            width: auto;
            height: 300px; } }
      .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile {
        margin-top: 15%;
        width: 30.3%;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 849px) {
          .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile {
            padding-left: 0px;
            width: 100%;
            margin-top: 26px;
            float: left; } }
        @media only screen and (max-width: 599px) {
          .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile {
            margin-top: 0px;
            float: left;
            width: 100%; } }
        .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-name-mobile {
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          font-size: 24px;
          letter-spacing: 0.02rem;
          text-align: center;
          color: #000;
          text-transform: uppercase; }
          @media only screen and (max-width: 849px) {
            .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-name-mobile {
              margin-bottom: 15px;
              display: none; } }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-name-mobile {
              font-size: 18px;
              letter-spacing: 3.6px;
              margin-top: 24px;
              margin-bottom: 0px; } }
        .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-short-description-mobile {
          margin-top: 18px;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          line-height: 1.47;
          letter-spacing: 0.02rem;
          text-align: center;
          color: #6e6e6e; }
          @media only screen and (max-width: 849px) {
            .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-short-description-mobile {
              margin: auto;
              margin-top: 0px;
              margin-bottom: 0px; } }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-short-description-mobile {
              width: auto;
              margin-top: 7px;
              margin-left: 0px; } }
        .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile {
          margin-top: 15px;
          margin-bottom: 17px; }
          .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile h2 {
            margin-top: 8px; }
          .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile p {
            font-family: trade-gothic-next;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            line-height: 2;
            text-align: center;
            color: #000;
            padding-bottom: 0px; }
            @media only screen and (max-width: 849px) {
              .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile p {
                width: auto; } }
            @media only screen and (max-width: 599px) {
              .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile p {
                width: auto;
                margin-left: 0px;
                padding-bottom: 0px; } }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile {
              margin-left: 0px;
              margin-top: 13px; } }
          @media only screen and (max-width: 849px) {
            .primary-content .cat-landing .cat-landing-middle-mobile .category-description-mobile .category-long-description-mobile .category-name {
              font-family: trade-gothic-next;
              font-weight: 700;
              font-style: normal;
              font-size: 24px;
              letter-spacing: 0.02rem;
              text-align: center;
              color: #000000;
              text-transform: uppercase; } }
    .primary-content .cat-landing .cat-landing-products {
      margin-right: 10px;
      margin-left: 10px;
      max-width: 100%;
      border: 1px solid #e3e3e3;
      background: #fff;
      padding-bottom: 40px;
      padding: 20px;
      box-sizing: border-box; }
      @media only screen and (max-width: 849px) {
        .primary-content .cat-landing .cat-landing-products {
          margin-left: 12px;
          max-width: 100%;
          display: inline-block; } }
      @media only screen and (max-width: 599px) {
        .primary-content .cat-landing .cat-landing-products {
          max-width: 100%;
          margin-left: 0px;
          display: inline-block;
          margin-right: 0px; } }
      .primary-content .cat-landing .cat-landing-products .cat-landing-product {
        width: 23%;
        display: inline-block;
        padding-right: 2%;
        margin-top: 30px;
        vertical-align: top; }
        .primary-content .cat-landing .cat-landing-products .cat-landing-product .slick-slide {
          height: auto !important; }
        @media only screen and (max-width: 849px) {
          .primary-content .cat-landing .cat-landing-products .cat-landing-product {
            margin-top: 20px;
            margin-bottom: 20px;
            padding-left: 0px;
            padding-right: 0px;
            width: 46.6%; } }
        @media only screen and (max-width: 599px) {
          .primary-content .cat-landing .cat-landing-products .cat-landing-product {
            margin-top: 20px;
            margin-bottom: 20px;
            padding-left: 0px;
            width: 47.2%;
            padding-right: 0px; } }
        .primary-content .cat-landing .cat-landing-products .cat-landing-product:nth-child(4n) {
          padding-right: 0px; }
          @media only screen and (max-width: 849px) {
            .primary-content .cat-landing .cat-landing-products .cat-landing-product:nth-child(4n) {
              width: 46.6%;
              padding-right: 0px;
              margin-top: 20px;
              margin-bottom: 20px; } }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .cat-landing-products .cat-landing-product:nth-child(4n) {
              width: 47.2%;
              padding-right: 0px;
              margin-top: 20px;
              margin-bottom: 20px; } }
        @media only screen and (max-width: 849px) {
          .primary-content .cat-landing .cat-landing-products .cat-landing-product:nth-child(even) {
            padding-left: 4.4%;
            width: 46.6%;
            margin-top: 20px;
            margin-bottom: 20px; } }
        @media only screen and (max-width: 599px) {
          .primary-content .cat-landing .cat-landing-products .cat-landing-product:nth-child(even) {
            width: 47.2%;
            padding-left: 4.4%;
            margin-top: 20px;
            margin-bottom: 20px; } }
        .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-image img {
          width: 100%;
          height: auto; }
          @media only screen and (max-width: 849px) {
            .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-image img {
              width: 100%; } }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-image img {
              width: 100%;
              height: auto; } }
        .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-attributes {
          margin-top: 18px;
          width: 100%;
          height: 53px; }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-attributes {
              margin-top: 22px;
              width: 100%;
              height: 42px; } }
          .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-attributes .cat-product-name a {
            font-family: trade-gothic-next;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            line-height: 1.75;
            text-align: left;
            color: #000;
            position: relative;
            top: -6px;
            text-transform: uppercase; }
            @media only screen and (max-width: 599px) {
              .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-attributes .cat-product-name a {
                font-size: 10px; } }
          .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-attributes .cat-product-price a {
            font-family: trade-gothic-next;
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0.02rem;
            color: #6e6e6e;
            font-size: 12px;
            position: relative;
            top: -4px; }
            @media only screen and (max-width: 599px) {
              .primary-content .cat-landing .cat-landing-products .cat-landing-product .cat-product-attributes .cat-product-price a {
                font-size: 10px; } }
    .primary-content .cat-landing .loadMore-button {
      padding-top: 80px;
      padding-bottom: 2px;
      clear: both; }
      @media only screen and (max-width: 849px) {
        .primary-content .cat-landing .loadMore-button {
          padding-top: 18px; } }
      @media only screen and (max-width: 599px) {
        .primary-content .cat-landing .loadMore-button {
          padding-top: 18px; } }
      .primary-content .cat-landing .loadMore-button .loadMore {
        width: 200px;
        height: 40px;
        margin: auto;
        padding-top: 1px; }
        @media only screen and (max-width: 599px) {
          .primary-content .cat-landing .loadMore-button .loadMore {
            width: 100%;
            padding-top: 1px;
            padding-left: 1px;
            padding-right: 1px; } }
        .primary-content .cat-landing .loadMore-button .loadMore button {
          width: 199px;
          font-family: trade-gothic-next;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          line-height: 2.53;
          letter-spacing: 0.02rem;
          text-align: center;
          color: #000;
          padding-left: 8px; }
          @media only screen and (max-width: 599px) {
            .primary-content .cat-landing .loadMore-button .loadMore button {
              width: 100%; } }
  .primary-content .show-hide-category {
    text-align: center;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    background-color: black;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff; }
    @media only screen and (max-width: 849px) {
      .primary-content .show-hide-category {
        clear: both; } }
    @media only screen and (max-width: 599px) {
      .primary-content .show-hide-category {
        margin-left: 0px;
        margin-right: 0px;
        clear: both;
        position: relative;
        top: 2px; } }
    .primary-content .show-hide-category .show-hide-top {
      cursor: pointer;
      width: auto;
      margin: auto;
      position: relative;
      top: 10px;
      line-height: normal; }
    .primary-content .show-hide-category .show-category {
      display: none; }

@media screen and (min-width: 0px) {
  #main .breadcrumb.refinements {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0; } }

@media screen and (min-width: 850px) {
  #main .breadcrumb.refinements {
    margin-top: 13px;
    margin-bottom: 0; } }

.bottom-banner-container {
  overflow: hidden; }
  .bottom-banner-container .bottom-banner-cell {
    float: left;
    overflow: hidden;
    text-align: center; }
  .bottom-banner-container .banner-cell-1 {
    width: 33%; }
  .bottom-banner-container .banner-cell-2 {
    width: 34%; }
  .bottom-banner-container .banner-cell-3 {
    width: 33%; }

.pt_category .category-container .caroufredsel_wrapper {
  margin: 0 auto !important; }

.pt_category .category-container .carousel .slide {
  list-style: none;
  float: left;
  margin: 0 10px; }
  @media only screen and (max-width: 599px) {
    .pt_category .category-container .carousel .slide {
      margin: 0 5px; } }
  .pt_category .category-container .carousel .slide img {
    display: block;
    width: 100% !important;
    height: auto; }

.pt_category .category-container .carousel-controls {
  position: relative; }
  .pt_category .category-container .carousel-controls .control {
    cursor: pointer;
    position: relative; }
  .pt_category .category-container .carousel-controls .next {
    float: right;
    padding: 15px 15px 15px 0;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .pt_category .category-container .carousel-controls .next {
        padding-right: 4px; } }
    .pt_category .category-container .carousel-controls .next div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media only screen and (max-width: 849px) {
        .pt_category .category-container .carousel-controls .next div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }
  .pt_category .category-container .carousel-controls .prev {
    float: left;
    padding: 15px 0 15px 17px;
    z-index: 99; }
    @media only screen and (max-width: 599px) {
      .pt_category .category-container .carousel-controls .prev {
        padding-left: 4px; } }
    .pt_category .category-container .carousel-controls .prev div {
      width: 15px;
      height: 15px;
      border: 2px solid black;
      border-left: transparent;
      border-top: transparent;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      @media only screen and (max-width: 849px) {
        .pt_category .category-container .carousel-controls .prev div {
          width: 11px;
          height: 11px;
          border-width: 1px; } }

.pt_category .category-container .caroufredsel-pagination {
  text-align: center;
  margin: 30px auto 0 auto; }
  @media only screen and (max-width: 599px) {
    .pt_category .category-container .caroufredsel-pagination {
      margin-top: 18px; } }
  .pt_category .category-container .caroufredsel-pagination a {
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    background: #d8d8d8;
    text-decoration: none;
    text-indent: -999px;
    overflow: hidden;
    width: 6px;
    height: 6px; }
    .pt_category .category-container .caroufredsel-pagination a.selected {
      background: #000000; }

.pt_category .category-container .best-sellers,
.pt_category .category-container .rocky-fit {
  max-width: 1080px;
  padding: 0 38px;
  position: relative; }
  @media only screen and (max-width: 599px) {
    .pt_category .category-container .best-sellers,
    .pt_category .category-container .rocky-fit {
      padding: 0 5%;
      margin: 0 0 7%; } }
  @media only screen and (max-width: 849px) {
    .pt_category .category-container .best-sellers,
    .pt_category .category-container .rocky-fit {
      padding: 0px 5%;
      margin: 0 2% 7%; } }

.pt_category .category-container .best-sellers .carousel-controls {
  position: absolute;
  left: 0;
  right: 0; }

.pt_category .category-container .best-sellers .caroufredsel-pagination {
  display: none !important; }

.pt_category .category-container .best-sellers .product-tile .product-name {
  text-transform: uppercase; }

@media only screen and (max-width: 599px) {
  .pt_category .category-container .rocky-fit {
    padding: 0;
    margin-bottom: 60px; } }

@media only screen and (max-width: 599px) {
  .pt_category .category-container .rocky-fit .carousel .slide {
    margin: 0; } }

.pt_category .category-container .rocky-fit .carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65% !important; }

@media only screen and (max-width: 599px) {
  .pt_category .category-container .rocky-fit .carousel-controls {
    display: none !important; } }

@media only screen and (max-width: 849px) {
  .pt_category .category-container .rocky-fit .right {
    margin-right: 0; } }

@media only screen and (max-width: 599px) {
  .pt_category .grey-separator.increased {
    width: 102%;
    margin-left: -1%; } }

@media only screen and (max-width: 849px) {
  .pt_category .grey-separator.increased {
    width: 106%;
    margin-left: -3%; } }

.pt_category .category-container h2 {
  margin-top: 10px; }

.cat-landing-products.search-result-content .product-tile {
  min-height: 0; }

.cat-landing-products.search-result-content .plp-rec {
  display: block !important; }

.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: italic;
  font-size: 1.75em;
  margin: 20px 0 0;
  padding: 20px 0; }

.store-information {
  background: none repeat scroll 0 0 #eee;
  border-bottom: 1px solid #fff; }

.store-name {
  font-weight: bold;
  margin: 0 0 10px; }

.store-address, .store-map {
  border-bottom: 1px solid #eee; }

.store-locator-details {
  float: left;
  width: 44%; }
  .store-locator-details img {
    max-width: 100%; }
  .store-locator-details h1, .store-locator-details p {
    margin: 0.25em 0; }

.store-locator-details-map {
  float: right;
  width: 50%; }
  .store-locator-details-map img {
    max-width: 100%; }

.breadcrumb {
  height: 50px;
  padding-top: 25px;
  /* margin: auto;
	max-width: 1060px; */
  /*
	&.bc-hide {
		@include viewport(medium) {
			display: none;
		}
	}
	*/ }
  .breadcrumb a {
    text-decoration: none; }
  .breadcrumb span {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #808080; }
  .breadcrumb li {
    display: inline;
    list-style: none outside none; }

#homepage-slides {
  padding: 0;
  width: 100%;
  height: 550px; }

#homepage-slider {
  overflow: hidden; }
  #homepage-slider .slide {
    list-style: none outside none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%; }
    #homepage-slider .slide img {
      height: auto;
      max-width: 100%; }
    #homepage-slider .slide h2 {
      border: 0 none;
      clip: rect(0pt, 0pt, 0pt, 0pt);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    #homepage-slider .slide span {
      position: absolute;
      text-indent: -999em; }

.home-bottom-left {
  float: left;
  width: 50%; }

#home-promo-shop-shoes {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/homepage/home-promo-shoes.png");
  background-origin: padding-box;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 413px;
  margin: auto;
  max-width: 320px;
  position: relative;
  width: 100%; }
  #home-promo-shop-shoes h2 {
    position: absolute;
    text-indent: -999em; }
  #home-promo-shop-shoes ul {
    padding: 30% 0 0;
    text-align: center; }
  #home-promo-shop-shoes li {
    border-right: 1px solid #00a4e4;
    display: inline;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    text-transform: uppercase; }
    #home-promo-shop-shoes li:last-child {
      border: 0 none; }
    #home-promo-shop-shoes li a {
      color: #00a4e4; }
  #home-promo-shop-shoes span {
    font-style: italic;
    margin: 0 10px 0 0; }

.home-bottom-center {
  background: none repeat scroll 0 0 #efefef;
  float: left;
  width: 50%; }

#home-promo-free-shipping {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/homepage/home-promo-free-shipping.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 413px;
  margin: auto;
  max-width: 319px;
  text-indent: -999em;
  width: 100%; }

.home-bottom-right {
  clear: both;
  margin: 0;
  width: auto; }
  .home-bottom-right h2 {
    background: url("../images/homepage/hdr-this-weeks-deals.png") no-repeat scroll center center transparent;
    border-bottom: 2px solid #01a4e5;
    height: 54px;
    padding: 30px 0;
    text-indent: -999em; }
  .home-bottom-right .vertical-carousel {
    margin: 0;
    padding: 0; }
    .home-bottom-right .vertical-carousel li {
      float: left;
      list-style: none outside none;
      padding: 0;
      width: 25%; }
      .home-bottom-right .vertical-carousel li .capture-product-id {
        display: none; }
      .home-bottom-right .vertical-carousel li .product-price .product-standard-price {
        text-decoration: line-through; }
  .home-bottom-right .product-tile {
    border: 0 none;
    margin: auto;
    min-height: 255px;
    width: 90%; }
    .home-bottom-right .product-tile img {
      max-width: 90%; }

.home-bottom {
  clear: both;
  overflow: hidden;
  padding: 2em 0; }

#email-alert-signup {
  display: block;
  margin: 0 0 0 33px;
  width: 910px; }
  #email-alert-signup label {
    color: #999;
    float: left;
    padding: 0.5em 0 !important;
    text-transform: uppercase;
    width: 50%; }
  #email-alert-signup input[type="text"] {
    float: left;
    padding: 0.7em 0.5em;
    width: 30%; }
  #email-alert-signup input[type="image"] {
    float: left;
    padding-left: 0.1em; }

#tr_slot_email {
  overflow-y: auto; }
  #tr_slot_email .tr_slot_email_holder {
    top: 5px;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7; }

.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat; }

.js #quickviewbutton {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 0 9px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #fff;
  background: #000;
  border-radius: 0;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  background-color: #000000;
  display: none; }

.js #quickviewbutton {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal; }

.js .ie7 #quickviewbutton {
  position: absolute;
  left: 0;
  width: 200px; }

.js .product-image:hover #quickviewbutton {
  display: block; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    .js .product-image:hover #quickviewbutton {
      display: none; } }

.js .car-block-category .product-image:hover #quickviewbutton:before {
  content: "Quick View"; }

.js #suggestions {
  background-color: #777;
  color: #eee;
  cursor: pointer;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 8184; }
  .js #suggestions div {
    clear: both;
    height: 23px;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap; }
    .js #suggestions div:hover {
      background-color: #ccc;
      color: #333; }
    .js #suggestions div .suggestionterm {
      float: left;
      overflow: hidden;
      width: 110px; }
    .js #suggestions div .hits {
      float: right;
      line-height: 1.8em;
      text-align: right;
      margin-left: 3px; }

.js .mini-cart-product {
  position: relative; }

.js .mini-cart-toggler {
  background: url(../images/minicart_expanded.png) repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 13px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 13px; }

.js .collapsed .mini-cart-toggler {
  background: url(../images/minicart_collapsed.png) repeat scroll 0 0 transparent; }

.js .collapsed .mini-cart-image {
  display: none; }

.js .ui-dialog {
  width: 84.8%;
  height: 730px;
  padding: 0;
  overflow: auto;
  /*used in border free country selection popup*/ }
  .js .ui-dialog #dialog-container {
    height: 100% !important;
    padding: 0 20px; }
  .js .ui-dialog #giftcert-balance-modal {
    height: auto !important;
    padding: 0 20px; }
  .js .ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    background-image: url("../images/sprites/sprite-footer.png");
    background-repeat: no-repeat;
    background-position: -2px -100px;
    width: 13px !important;
    height: 13px !important;
    margin: 0;
    padding: 0 !important;
    right: 10px !important;
    top: 10px !important; }
  .js .ui-dialog .ui-dialog-titlebar-close:before {
    content: " " !important; }

.js .ui-dialog-content {
  overflow: hidden !important; }

.js .ui-dialog-content a {
  color: #000; }
  .js .ui-dialog-content a.afterpay-learn-more {
    display: block;
    margin: 5px 0; }

.js .ui-dialog-content .user-register {
  text-decoration: underline;
  text-transform: capitalize; }

.js .ui-dialog-content .product-col-1 {
  padding: 13px 1%;
  width: 50%; }
  .js .ui-dialog-content .product-col-1 .product-image {
    max-width: 100%; }

.js .ui-dialog-content .product-col-2 {
  padding: 20px 0;
  width: 45%; }

.js .ui-dialog-content .pdp-main h1.product-name {
  margin: 0;
  /*width: 58%;
				line-height: 115%;
				text-align: center;*/
  padding: 6px 3px 0 34px;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 1.8px !important;
  text-align: center;
  color: #000; }

.js .ui-dialog-content .pdp-main .product-set-list .product-set-item {
  margin: 1em 0; }

.js .ui-dialog-content .pdp-main .product-set-list .product-set-image {
  width: 25%; }

.js .ui-dialog-content .pdp-main .product-set-list .product-set-details {
  width: 75%; }

.js .ui-dialog-content .pdp-main .product-set-list .product-name {
  margin: 0; }

.js .ui-dialog-content .pdp-main .product-set-list .block-add-to-cart .price {
  font-size: 1.5em;
  padding: 0.4em 0 0;
  width: 130px; }

.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: #fff;
  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: #fff;
  -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: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  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: #fff;
  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.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

.js .dialog-module-cookie {
  width: 100% !important;
  height: 200px !important; }
  @media only screen and (max-width: 599px) {
    .js .dialog-module-cookie {
      height: 380px !important; } }
  .js .dialog-module-cookie .ui-dialog-titlebar-close {
    background: none !important;
    top: 10px !important; }
    .js .dialog-module-cookie .ui-dialog-titlebar-close:before {
      content: "X" !important; }

.js #homepage-slider .jcarousel-item {
  max-width: 100%; }

.js #homepage-slider .jcarousel-control {
  position: absolute;
  right: 10px;
  bottom: 20px; }
  .js #homepage-slider .jcarousel-control a {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    display: block;
    float: left;
    height: 15px;
    margin: 0 3px;
    text-indent: -999em;
    width: 6px; }
    .js #homepage-slider .jcarousel-control a.active {
      background-color: #777; }

.js .home-bottom-left, .js .home-bottom-center {
  clear: none;
  float: left;
  width: 33%; }

.js .home-bottom-right {
  clear: none;
  float: left;
  width: 33%; }
  .js .home-bottom-right .jcarousel-clip {
    height: 282px;
    overflow: hidden; }
  .js .home-bottom-right .vertical-carousel li {
    height: 282px;
    float: none;
    width: 300px; }
  .js .home-bottom-right .product-tile {
    min-height: 0; }
  .js .home-bottom-right .jcarousel-prev {
    background: url("../images/interface/icon-vertical-carousel-prev.png") left top no-repeat;
    cursor: pointer;
    height: 12px;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 52px;
    z-index: 999; }
  .js .home-bottom-right .jcarousel-next {
    background: url("../images/interface/icon-vertical-carousel-next.png") left top no-repeat;
    cursor: pointer;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 52px;
    z-index: 999; }
  .js .home-bottom-right .jcarousel-prev-disabled {
    display: none !important; }

.js .select {
  display: none; }

.home-bottom-right .jcarousel-next-disabled {
  display: none !important; }

@media only screen and (max-width: 599px) {
  .ss__carousel__next-wrapper, .ss__carousel__prev-wrapper {
    top: 41% !important; } }

@media only screen and (max-width: 599px) {
  .ss__carousel__next-wrapper {
    right: 0 !important; } }

@media only screen and (max-width: 599px) {
  .ss__carousel__prev-wrapper {
    right: auto !important; } }

.category-content {
  max-width: none !important;
  padding: 0 !important; }

.you-may-love-wrap .product-tile .pdp-rec {
  display: block; }

.shop-all {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  margin-top: 40px; }
  .shop-all a.btn:nth-child(2) {
    margin-left: 10px; }
  .shop-all button {
    margin: 50px 0 50px 0; }
  @media only screen and (max-width: 599px) {
    .shop-all {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 50px; }
      .shop-all a.btn:nth-child(2) {
        margin-top: 10px;
        margin-left: 0; } }

.homepage_container {
  width: 100%; }
  .homepage_container .homepage-slot1 .homeMainImages {
    background-size: 50% 78%, 50% 89.5%;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot1 .homeMainImages {
        background-position: right top;
        background-size: 60% 90%;
        overflow: hidden; } }
    .homepage_container .homepage-slot1 .homeMainImages .leftImage {
      margin-top: 137px;
      width: 32.3%;
      margin-right: 3.25%; }
      .homepage_container .homepage-slot1 .homeMainImages .leftImage img {
        width: 100%; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage-slot1 .homeMainImages .leftImage {
          margin-top: 0;
          width: 46.8%; } }
    .homepage_container .homepage-slot1 .homeMainImages .centerImage {
      width: 32.3%; }
      .homepage_container .homepage-slot1 .homeMainImages .centerImage img {
        width: 100%; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage-slot1 .homeMainImages .centerImage {
          display: none !important; } }
    .homepage_container .homepage-slot1 .homeMainImages .rightImage {
      float: right;
      width: 29.6%;
      margin-top: 175px; }
      .homepage_container .homepage-slot1 .homeMainImages .rightImage img {
        width: 100%; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage-slot1 .homeMainImages .rightImage {
          margin-top: 32px;
          width: 48.75%;
          height: auto; } }
    .homepage_container .homepage-slot1 .homeMainImages .leftImage, .homepage_container .homepage-slot1 .homeMainImages .centerImage, .homepage_container .homepage-slot1 .homeMainImages .rightImage {
      display: inline-block;
      vertical-align: top; }
  .homepage_container .homepage-slot1 .homeMainText .homeMainTextHeading {
    margin-top: 85px !important;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    letter-spacing: .02rem;
    color: #000000; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot1 .homeMainText .homeMainTextHeading {
        font-size: 18px;
        margin-top: 30px !important; } }
  .homepage_container .homepage-slot1 .homeMainText .homeMainTextDescription {
    margin-top: 16px !important;
    width: 400px;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.02rem;
    color: #6e6e6e; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot1 .homeMainText .homeMainTextDescription {
        width: auto;
        height: auto; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot1 .homeMainText .homeMainTextDescription {
        width: 276px;
        margin-top: 16px !important; } }
  .homepage_container .homepage-slot1 .homeMainText .homeMainTextHeading, .homepage_container .homepage-slot1 .homeMainText .homeMainTextDescription {
    text-align: center;
    margin: auto;
    font-stretch: normal; }
  .homepage_container .homepage-slot1 .homeMainLinks {
    margin-top: 20px;
    text-align: center; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot1 .homeMainLinks {
        margin-top: 24px; } }
    .homepage_container .homepage-slot1 .homeMainLinks .anchor_button1 {
      margin-right: 1.25%; }
    .homepage_container .homepage-slot1 .homeMainLinks a .homeMain_button1, .homepage_container .homepage-slot1 .homeMainLinks a .homeMain_button2 {
      background-color: #000000;
      width: 250px;
      height: 40px;
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.4px;
      text-align: center;
      color: #ffffff; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage-slot1 .homeMainLinks a .homeMain_button1, .homepage_container .homepage-slot1 .homeMainLinks a .homeMain_button2 {
          margin-right: 0 !important;
          width: 300px; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot1 .homeMainLinks a .homeMain_button2 {
        margin-top: 10px; } }
  .homepage_container .homepage-slot2 .text {
    width: 409px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: .02rem;
    text-align: center;
    color: #000000;
    position: relative;
    top: 370px;
    margin: auto; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot2 .text {
        width: 100%;
        font-size: 18px;
        line-height: normal;
        margin-top: 40px;
        position: initial; } }
  @media only screen and (max-width: 599px) {
    .homepage_container .homepage-slot2 .desktopView {
      display: none; } }
  .homepage_container .homepage-slot2 .desktopView .images .left_image img, .homepage_container .homepage-slot2 .desktopView .images .right_image img {
    width: 49.8%; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot2 .desktopView .images .left_image img, .homepage_container .homepage-slot2 .desktopView .images .right_image img {
        width: 48.8%; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot2 .desktopView .images .left_image img, .homepage_container .homepage-slot2 .desktopView .images .right_image img {
        width: 48.5%; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot2 .desktopView .images .left_image img, .homepage_container .homepage-slot2 .desktopView .images .right_image img {
        width: 100%;
        margin-top: 25px; } }
  @media only screen and (max-width: 599px) {
    .homepage_container .homepage-slot2 .desktopView .images .right_image {
      margin-top: 17px; } }
  .homepage_container .homepage-slot2 .desktopView .links {
    text-align: center;
    position: relative;
    bottom: 103px; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot2 .desktopView .links .left_button {
        margin-right: -10% !important; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot2 .desktopView .links .left_button {
        margin-right: 0 !important;
        position: relative;
        bottom: 340px !important; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot2 .desktopView .links .left_button {
        position: relative;
        bottom: 318px; } }
    .homepage_container .homepage-slot2 .desktopView .links .anchor_left_button {
      margin-right: 35%; }
    .homepage_container .homepage-slot2 .desktopView .links a .left_button, .homepage_container .homepage-slot2 .desktopView .links a .right_button {
      width: 250px;
      height: 40px;
      border: solid 1px #000;
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.4px;
      text-align: center;
      color: #000;
      background-color: #fff; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage-slot2 .desktopView .links a .left_button, .homepage_container .homepage-slot2 .desktopView .links a .right_button {
          width: 300px;
          height: 40px; } }
  @media screen and (min-width: 600px) {
    .homepage_container .homepage-slot2 .mobileView {
      display: none; } }
  .homepage_container .homepage-slot2 .mobileView .bottom_block {
    margin-top: -15px; }
  .homepage_container .homepage-slot2 .mobileView .top_block {
    margin-top: 20px; }
  .homepage_container .homepage-slot2 .mobileView .top_block, .homepage_container .homepage-slot2 .mobileView .bottom_block {
    text-align: center; }
    .homepage_container .homepage-slot2 .mobileView .top_block img, .homepage_container .homepage-slot2 .mobileView .bottom_block img {
      width: 100%; }
    .homepage_container .homepage-slot2 .mobileView .top_block a, .homepage_container .homepage-slot2 .mobileView .bottom_block a {
      position: relative;
      bottom: 66px; }
      .homepage_container .homepage-slot2 .mobileView .top_block a .top_button, .homepage_container .homepage-slot2 .mobileView .top_block a .bottom_button, .homepage_container .homepage-slot2 .mobileView .bottom_block a .top_button, .homepage_container .homepage-slot2 .mobileView .bottom_block a .bottom_button {
        width: 300px;
        height: 40px;
        background-color: #ffffff;
        border: solid 1px #000000;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        text-align: center;
        color: #000000; }
  .homepage_container .homepage-slot3 .bg_image {
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot3 .bg_image {
        height: 350px; } }
    .homepage_container .homepage-slot3 .bg_image .textbox {
      width: 65.8%;
      height: 321px;
      background-color: white;
      margin: auto;
      opacity: 0.9;
      text-align: center;
      position: relative;
      top: 22%; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage-slot3 .bg_image .textbox {
          height: 250px;
          width: 94%;
          top: 14%; } }
      .homepage_container .homepage-slot3 .bg_image .textbox .text {
        padding-top: 102px; }
        @media only screen and (max-width: 849px) {
          .homepage_container .homepage-slot3 .bg_image .textbox .text {
            padding-top: 60px; } }
        @media only screen and (max-width: 599px) {
          .homepage_container .homepage-slot3 .bg_image .textbox .text {
            padding-top: 45px; } }
        .homepage_container .homepage-slot3 .bg_image .textbox .text .text_heading {
          width: 100%;
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: .02rem;
          text-align: center;
          color: #000000; }
          @media only screen and (max-width: 599px) {
            .homepage_container .homepage-slot3 .bg_image .textbox .text .text_heading {
              font-size: 14px;
              line-height: normal; }
              .homepage_container .homepage-slot3 .bg_image .textbox .text .text_heading .break_word {
                display: none; } }
        .homepage_container .homepage-slot3 .bg_image .textbox .text .text_desc {
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          font-size: 40px;
          font-stretch: normal;
          letter-spacing: .02rem;
          text-align: center;
          color: #b2292e;
          padding-top: 20px; }
          @media only screen and (max-width: 599px) {
            .homepage_container .homepage-slot3 .bg_image .textbox .text .text_desc {
              font-size: 30px;
              padding-top: 20px !important; }
              .homepage_container .homepage-slot3 .bg_image .textbox .text .text_desc span {
                display: block; } }
          @media only screen and (max-width: 849px) {
            .homepage_container .homepage-slot3 .bg_image .textbox .text .text_desc {
              padding-top: 25px; }
              .homepage_container .homepage-slot3 .bg_image .textbox .text .text_desc span {
                display: block; } }
      .homepage_container .homepage-slot3 .bg_image .textbox a .button {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        text-align: center;
        color: #fff;
        background-color: #000;
        width: 250px;
        height: 40px;
        margin-top: 24px; }
        @media only screen and (max-width: 599px) {
          .homepage_container .homepage-slot3 .bg_image .textbox a .button {
            margin-top: 22px !important; } }
        @media only screen and (max-width: 849px) {
          .homepage_container .homepage-slot3 .bg_image .textbox a .button {
            margin-top: 25px; } }
  .homepage_container .homepage-slot4 .block1, .homepage_container .homepage-slot4 .block2 {
    display: inline-block;
    text-align: center;
    width: 39.3%; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot4 .block1, .homepage_container .homepage-slot4 .block2 {
        margin-left: 2% !important;
        width: 47.5%; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot4 .block1, .homepage_container .homepage-slot4 .block2 {
        display: block;
        width: 94%;
        margin: auto !important; } }
  .homepage_container .homepage-slot4 .block1 {
    margin-left: 10%; }
  .homepage_container .homepage-slot4 .block2 {
    margin-left: 1.25%; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot4 .block2 {
        margin-top: 20px !important; } }
  .homepage_container .homepage-slot4 .block1 .image img, .homepage_container .homepage-slot4 .block2 .image img {
    width: 100%; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot4 .block1 .image img, .homepage_container .homepage-slot4 .block2 .image img {
        width: 300px; } }
  .homepage_container .homepage-slot4 .block1 .heading, .homepage_container .homepage-slot4 .block2 .heading {
    padding-top: 18px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: .02rem;
    text-align: center;
    color: #000000; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot4 .block1 .heading, .homepage_container .homepage-slot4 .block2 .heading {
        padding-top: 20px;
        font-size: 14px;
        line-height: 1.86; } }
  .homepage_container .homepage-slot4 .block1 .description, .homepage_container .homepage-slot4 .block2 .description {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #6e6e6e;
    padding-top: 9px; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot4 .block1 .description, .homepage_container .homepage-slot4 .block2 .description {
        font-weight: normal;
        width: 80%;
        margin: auto; } }
  .homepage_container .homepage-slot4 .block1 .link a, .homepage_container .homepage-slot4 .block2 .link a {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 3.17;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #6e6e6e;
    padding-top: 21px;
    text-decoration: underline; }
  .homepage_container .homepage_slider .product-tile {
    height: auto !important; }
  @media only screen and (max-width: 849px) {
    .homepage_container .homepage-slot5 {
      margin-top: 50px;
      margin-bottom: 60px; } }
  .homepage_container .homepage-slot5 .homepage_slider {
    padding-bottom: 60px;
    background-color: #f1f1f1; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .homepage_slider {
        padding-bottom: 10px; } }
  .homepage_container .homepage-slot5 .slider {
    margin-top: 30px;
    /* .slick-track {
				@media only screen and (min-width: 850px) {
						width: 90%! important;
					}
				.slick-slide {
					width: 25% !important;
					@include viewport(medium) {
						width: 9.92% !important;
					}
				}
			} */ }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .slider {
        margin: 25px 10px; } }
    .homepage_container .homepage-slot5 .slider .slick-list {
      width: 90%;
      margin: 0 auto; }
      @media only screen and (max-width: 849px) {
        .homepage_container .homepage-slot5 .slider .slick-list {
          width: 100% !important; } }
  .homepage_container .homepage-slot5 .heading {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .02rem;
    text-align: center;
    color: #000000;
    padding-top: 55px; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .heading {
        padding-top: 25px;
        font-size: 18px; } }
  .homepage_container .homepage-slot5 .link {
    padding-top: 12px;
    text-align: center; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .link {
        padding-top: 10px; } }
    .homepage_container .homepage-slot5 .link a {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.02rem;
      text-align: center;
      color: #6e6e6e;
      text-decoration: underline; }
  .homepage_container .homepage-slot5 .images {
    padding-top: 29px;
    padding-bottom: 59px; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .images {
        padding-top: 23px;
        padding-bottom: 57px; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot5 .images .img3, .homepage_container .homepage-slot5 .images .img4 {
        display: none; } }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .images .img4 {
        display: none; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage-slot5 .images .img1, .homepage_container .homepage-slot5 .images .img2 {
        width: 47% !important; } }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage-slot5 .images .img1, .homepage_container .homepage-slot5 .images .img2, .homepage_container .homepage-slot5 .images .img3 {
        width: 32%; } }
    .homepage_container .homepage-slot5 .images img {
      width: 20%;
      vertical-align: top;
      margin-right: -3px; }
  .homepage_container .homepage_slider .plp-rec {
    display: none; }
  .homepage_container .homepage_slider .ps-scroll {
    width: 100%;
    float: none;
    clear: both; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage_slider .ps-scroll {
        /* margin-bottom: 10px;
                          border-bottom: $border-grey; */ } }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage_slider .ps-scroll .you-may-love-wrap {
        margin-bottom: 19px; } }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage_slider .ps-scroll .you-may-love-wrap .slick-slide {
        margin: 0 10px; } }
    .homepage_container .homepage_slider .ps-scroll .you-may-love-wrap .you-may-love-txt {
      height: 14px;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      line-height: 1.5em;
      font-stretch: normal;
      letter-spacing: 0.02rem;
      margin: 70px 0 50px 0;
      text-align: center;
      color: #000000;
      text-transform: uppercase; }
      @media only screen and (max-width: 599px) {
        .homepage_container .homepage_slider .ps-scroll .you-may-love-wrap .you-may-love-txt {
          font-size: 22px;
          line-height: 1.5em;
          letter-spacing: 0.02rem;
          margin: -26px 0 15px 0; } }
    .homepage_container .homepage_slider .ps-scroll .shop-all {
      text-align: center; }
      .homepage_container .homepage_slider .ps-scroll .shop-all a button {
        background-color: #000000;
        margin: 50px 0 60px 0;
        padding: 10px 64.15px;
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        white-space: nowrap;
        letter-spacing: 0.02rem;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 1.86em; }
        @media only screen and (max-width: 599px) {
          .homepage_container .homepage_slider .ps-scroll .shop-all a button {
            margin: 0 0 59px 0; } }
    .homepage_container .homepage_slider .ps-scroll .color-callout {
      display: none; }
    .homepage_container .homepage_slider .ps-scroll .slick-active {
      opacity: 1 !important; }
    .homepage_container .homepage_slider .ps-scroll .recprogress, .homepage_container .homepage_slider .ps-scroll .arrival_progress {
      display: none; }
    @media only screen and (max-width: 849px) {
      .homepage_container .homepage_slider .ps-scroll .recprogress, .homepage_container .homepage_slider .ps-scroll .arrival_progress {
        display: block;
        margin-top: 19px;
        overflow: hidden;
        width: 94%;
        margin: auto;
        height: 4px;
        opacity: 1;
        border-radius: 2px;
        margin-bottom: 20px;
        background-color: #e1e1e1;
        background-image: linear-gradient(to right, #b7b7b7, #b7b7b7);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out; } }
  .homepage_container .homepage_slider .you-may-love-block .slider {
    width: 79%;
    margin: 0 10.625%; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage_slider .you-may-love-block .slider {
        width: 100% !important;
        margin: 0 !important; } }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-prev, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-prev {
    top: 38%; }
    .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-prev:before, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-prev:before {
      content: " ";
      background-image: url(../images/sprites/sprite-footer.png);
      background-repeat: no-repeat;
      background-position: -51px -40px;
      width: 14px;
      height: 27px;
      display: inline-block; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-prev, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-prev {
        display: inline-block !important;
        z-index: 1;
        left: 5px; } }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-next, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-next {
    top: 38%; }
    .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-next:before, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-next:before {
      content: " ";
      background-image: url(../images/sprites/sprite-footer.png);
      background-repeat: no-repeat;
      background-position: -67px -40px;
      width: 14px;
      height: 27px;
      display: inline-block; }
    @media only screen and (max-width: 599px) {
      .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-next, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-next {
        display: inline-block !important;
        z-index: 1;
        right: 5px; } }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .product-cat, .homepage_container .homepage_slider .you-may-love-block .you-may-love .product-price, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .product-cat, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .product-price {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000000; }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .product-cat, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .product-cat {
    font-weight: 900; }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .product-name, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .product-name {
    font-size: 12px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    /*&:first-line {
                                       font-weight: 900 !important;
                            }*/ }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .product-price, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .product-price {
    font-weight: 500;
    color: #6e6e6e;
    font-size: 12px; }
  .homepage_container .homepage_slider .you-may-love-block .you-may-love .slick-active, .homepage_container .homepage_slider .you-may-love-block .arrival_slider .slick-active {
    opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.slider {
  /* width: 70%;*/
  margin: 0 auto; }

/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/
/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 14px;
  height: 27px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  padding: 10px 10px;
  box-sizing: content-box; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #b7b7b7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  @media only screen and (max-width: 599px) {
    .slick-prev {
      left: 0px; } }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }
  @media only screen and (max-width: 599px) {
    [dir='rtl'] .slick-prev {
      right: 0px; } }

.slick-prev:before {
  content: "";
  display: inline-block; }

[dir='rtl'] .slick-prev:before {
  content: " ";
  background-image: url(../images/sprites/sprite-footer.png);
  background-repeat: no-repeat;
  background-position: -51px -40px;
  width: 14px;
  height: 27px;
  display: inline-block; }

.slick-next {
  right: -25px; }
  @media only screen and (max-width: 599px) {
    .slick-next {
      right: 0px; } }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }
  @media only screen and (max-width: 599px) {
    [dir='rtl'] .slick-next {
      left: 0px; } }

.slick-next:before {
  content: "";
  display: inline-block; }

[dir='rtl'] .slick-next:before {
  content: " ";
  background-image: url(../images/sprites/sprite-footer.png);
  background-repeat: no-repeat;
  background-position: -67px -40px;
  width: 14px;
  height: 27px;
  display: inline-block; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 36px;
  line-height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  text-align: center;
  opacity: 1;
  color: #bbbbbb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
  border-radius: 10px; }

.homepage_slider .you-may-love .slick-prev {
  display: none !important;
  left: 0px; }

.homepage_slider .you-may-love .slick-next {
  display: none !important;
  right: 0px; }

/* Holiday 2018 */
.primary-content .holiday-home-slot {
  font-size: 22px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .02rem; }
  .primary-content .holiday-home-slot.one a {
    color: #FFF;
    font-size: 14px;
    max-width: 250px;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 64.15px;
    display: inline-block;
    background-color: #000;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.02rem; }
  .primary-content .holiday-home-slot.two {
    margin: 0 auto;
    padding: 125px 0 0;
    max-width: 1280px;
    text-align: center;
    letter-spacing: 0.1rem; }
    @media only screen and (max-width: 599px) {
      .primary-content .holiday-home-slot.two {
        padding: 60px 0 0; } }
    @media only screen and (max-width: 1600px) {
      .primary-content .holiday-home-slot.two {
        padding-left: 10%;
        padding-right: 10%; } }
    .primary-content .holiday-home-slot.two .column-tile {
      width: 32%; }
      @media only screen and (max-width: 599px) {
        .primary-content .holiday-home-slot.two .column-tile {
          width: 100%;
          float: none; } }
      @media only screen and (max-width: 599px) {
        .primary-content .holiday-home-slot.two .column-tile img {
          width: 100%; } }
    .primary-content .holiday-home-slot.two .middle {
      padding: 0 1.8%; }
      @media only screen and (max-width: 599px) {
        .primary-content .holiday-home-slot.two .middle {
          padding: 0; } }
  .primary-content .holiday-home-slot.four {
    max-width: 1280px;
    margin: 90px auto 0 auto; }
    @media only screen and (max-width: 599px) {
      .primary-content .holiday-home-slot.four {
        margin: 0 auto;
        padding-left: 3%;
        padding-right: 3%; } }
    @media only screen and (max-width: 1600px) {
      .primary-content .holiday-home-slot.four {
        padding-left: 10%;
        padding-right: 10%; } }
    .primary-content .holiday-home-slot.four .content {
      max-width: 100%;
      margin: 25px auto 0 auto; }
      .primary-content .holiday-home-slot.four .content a {
        margin-top: 0; }
      .primary-content .holiday-home-slot.four .content div.first {
        margin-bottom: 10px; }
      .primary-content .holiday-home-slot.four .content div.last {
        margin: 0;
        max-width: none;
        font-size: 10px; }
      .primary-content .holiday-home-slot.four .content div .pink-rectangle-container {
        margin-bottom: 0;
        margin-top: -1px;
        line-height: normal; }
        @media only screen and (max-width: 599px) {
          .primary-content .holiday-home-slot.four .content div .pink-rectangle-container {
            display: none; } }
        .primary-content .holiday-home-slot.four .content div .pink-rectangle-container .pink-rectangle {
          width: 89px;
          height: 89px;
          margin: 0 auto;
          background-color: #FF00FF; }
    .primary-content .holiday-home-slot.four .column-tile {
      width: 49%; }
      @media only screen and (max-width: 599px) {
        .primary-content .holiday-home-slot.four .column-tile {
          width: 100%;
          float: none; } }
      @media only screen and (max-width: 599px) {
        .primary-content .holiday-home-slot.four .column-tile:first-child {
          margin-bottom: 65px; } }
  .primary-content .holiday-home-slot.five {
    padding-bottom: 60px;
    background-color: #F1F1F1; }
    @media only screen and (max-width: 599px) {
      .primary-content .holiday-home-slot.five {
        padding-left: 10px;
        padding-right: 10px; } }
    .primary-content .holiday-home-slot.five .home-five-content {
      margin: 0 auto;
      max-width: 1318px;
      position: relative; }
      .primary-content .holiday-home-slot.five .home-five-content .pink-rectangle {
        width: 59px;
        height: 59px;
        margin-top: -8px;
        position: absolute;
        background-color: #F0F; }
        @media only screen and (max-width: 599px) {
          .primary-content .holiday-home-slot.five .home-five-content .pink-rectangle {
            display: none; } }
      .primary-content .holiday-home-slot.five .home-five-content .home-five-title {
        padding-top: 35px; }
        .primary-content .holiday-home-slot.five .home-five-content .home-five-title a {
          color: #000000;
          display: block;
          font-size: 13px;
          margin-top: 20px;
          letter-spacing: 0.02rem;
          line-height: none;
          text-align: center;
          font-family: trade-gothic-next;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          text-decoration: none; }
          .primary-content .holiday-home-slot.five .home-five-content .home-five-title a::after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 1.1em;
            text-rendering: auto;
            padding-left: 5px;
            font-weight: 700;
            content: "\f105";
            /* -webkit-font-smoothing: antialiased; */ }
          .primary-content .holiday-home-slot.five .home-five-content .home-five-title a:hover {
            color: #6e6e6e; }
      .primary-content .holiday-home-slot.five .home-five-content .home-five-images {
        max-width: 1280px;
        margin: 60px auto 0 auto; }
        .primary-content .holiday-home-slot.five .home-five-content .home-five-images a.image-link {
          width: 25%;
          display: inline-block; }
          @media only screen and (max-width: 599px) {
            .primary-content .holiday-home-slot.five .home-five-content .home-five-images a.image-link {
              width: 50%; } }
          @media only screen and (max-width: 599px) {
            .primary-content .holiday-home-slot.five .home-five-content .home-five-images a.image-link.three, .primary-content .holiday-home-slot.five .home-five-content .home-five-images a.image-link.four {
              display: none; } }
        .primary-content .holiday-home-slot.five .home-five-content .home-five-images img {
          max-width: 320px; }
      .primary-content .holiday-home-slot.five .home-five-content .home-five-bottom-mobile {
        display: none; }
        @media only screen and (max-width: 599px) {
          .primary-content .holiday-home-slot.five .home-five-content .home-five-bottom-mobile {
            display: block;
            margin-top: 27px; } }
  .primary-content .holiday-home-slot .clear-both {
    clear: both; }
  .primary-content .holiday-home-slot .float-left {
    float: left; }
  .primary-content .holiday-home-slot .float-right {
    float: right; }
  .primary-content .holiday-home-slot img {
    width: 100%; }
  .primary-content .holiday-home-slot h1 {
    margin: 0;
    font-size: 24px;
    white-space: normal;
    letter-spacing: 0.02rem;
    line-height: 1.3em;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
  .primary-content .holiday-home-slot h2 {
    font-size: 22px;
    font-size: 1.35rem;
    white-space: normal;
    letter-spacing: 0.02rem;
    line-height: 1.3em;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      .primary-content .holiday-home-slot h2 {
        white-space: normal; } }
  .primary-content .holiday-home-slot a.image-link {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
    max-width: none; }
  .primary-content .holiday-home-slot .content {
    margin: 25px 0;
    text-align: center;
    line-height: 1.3em; }
    .primary-content .holiday-home-slot .content a:not(.btn-black) {
      color: #000000;
      display: block;
      font-size: 13px;
      margin-top: 10px;
      letter-spacing: 0.02rem;
      line-height: 1.5rem;
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      text-decoration: none; }
      .primary-content .holiday-home-slot .content a:not(.btn-black)::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.1em;
        text-rendering: auto;
        padding-left: 5px;
        font-weight: 900;
        content: "\f105";
        /* -webkit-font-smoothing: antialiased; */ }
      .primary-content .holiday-home-slot .content a:not(.btn-black):hover {
        color: #6e6e6e; }
    .primary-content .holiday-home-slot .content div {
      color: #6e6e6e;
      font-size: 15px;
      max-width: 535px;
      line-height: 1.5em !important;
      text-transform: none;
      margin: 15px auto 32px auto;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02rem; }
  .primary-content .holiday-home-slot .home-1-content {
    text-align: center;
    padding: 50px 30px 0 30px;
    letter-spacing: 0.2rem;
    font-size: 24px;
    line-height: 1.3em; }
    @media only screen and (max-width: 599px) {
      .primary-content .holiday-home-slot .home-1-content {
        padding-top: 30px; } }
    .primary-content .holiday-home-slot .home-1-content div {
      color: #6e6e6e;
      font-size: 15px;
      max-width: 630px;
      line-height: 1.5;
      text-transform: none;
      margin: 15px auto 32px auto;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02rem; }

.hero-invis {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0; }

.hero-invis.left {
  left: 0; }

.hero-invis.right {
  right: 0; }

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%; }
  .ui-dialog #listings-nav a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px; }
    .ui-dialog #listings-nav a.active {
      font-weight: bold; }

.pdp-main .product-add-to-cart .availability {
  padding: 8px 0;
  width: 80%; }
  .pdp-main .product-add-to-cart .availability .label {
    position: relative; }

.pdp-main .product-add-to-cart .online-stock span {
  float: left; }

.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left; }

.update-location {
  color: #00a4e4;
  padding-left: 10px;
  cursor: pointer; }

.store-list {
  border-color: #ccc;
  border-style: dashed;
  border-width: 1px 0;
  height: 150px;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .store-list .store-list {
    position: absolute;
    width: 1920px; }

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .store-list .selected {
    background-color: #fff; }

.store-tile {
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  float: left;
  height: 134px;
  list-style: none outside none;
  margin: 0 2px;
  padding: 8px;
  position: relative;
  width: 154px; }
  .store-tile .store-tile-address {
    display: block; }
  .store-tile .store-tile-city,
  .store-tile .store-tile-state {
    margin: 0 5px 0 0; }
  .store-tile .store-tile-postalCode {
    display: block; }
  .store-tile .store-tile-status {
    display: block;
    font-size: 0.9em;
    margin: 5px 0; }

.not-available .store-tile-status,
.out-of-stock .store-tile-status {
  color: #b2292e; }

.In-Stock .store-tile-status {
  color: #019328; }

.store-tile .store-tile-map-this {
  display: block;
  font-size: 0.9em;
  margin: 5px 0; }

.store-tile .select-store-button {
  bottom: 5px;
  left: 6px;
  position: absolute; }

.store-stock ul.expanded {
  height: auto; }
  .store-stock ul.expanded .extended-list {
    display: block; }

.store-stock ul.store-list {
  margin: 20px 0 5px; }
  .store-stock ul.store-list .extended-list {
    display: none; }
  .store-stock ul.store-list .selected {
    background-color: #fff;
    font-weight: bold; }

.store-stock .store-tile {
  border-color: #cebdb3;
  border-style: dotted;
  border-width: 1px 0 0;
  clear: both;
  float: none;
  font-size: 0.9em;
  height: auto;
  line-height: 1.5em;
  overflow: hidden;
  padding: 5px 0 5px 55%;
  text-align: right;
  width: auto; }
  .store-stock .store-tile .store-tile-address {
    color: #0167af;
    display: inline-block;
    margin: 0 0px 0 0; }
  .store-stock .store-tile .store-tile-city {
    color: #0167af;
    margin: 0 3px 0 0; }
  .store-stock .store-tile .store-tile-state {
    color: #0167af; }
  .store-stock .store-tile .store-tile-postalCode {
    display: none; }
  .store-stock .store-tile .store-tile-status {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 3px;
    width: 80px; }

.store-stock .In-Stock .store-tile-status {
  left: 13px; }

.store-stock .store-tile .store-tile-map-this,
.store-stock .store-tile .select-store-button {
  display: none; }

.more-stores {
  color: #0167af;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0 0 0 2px;
  padding: 0 0 0 12px; }

.multishipprogress div, .multishipprogress .step-3 {
  background: url("../images/interface/icon-checkout-indicator.png") no-repeat scroll right center transparent;
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  background: none repeat scroll 0 0 transparent;
  padding-right: 0; }

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px; }

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px; }
  .multi-ship-shipments-table .section-header {
    font-size: 10px;
    font-weight: bold;
    padding: 9px 6px 11px; }
  .multi-ship-shipments-table .shipping-address .details {
    padding: 0 10px 0 22px; }
  .multi-ship-shipments-table .gift-options label {
    float: left;
    padding: 0; }
  .multi-ship-shipments-table .gift-options input {
    margin: 0 10px; }

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .multi-shipping-addresses .shipping-address {
    text-align: right; }
    .multi-shipping-addresses .shipping-address select {
      margin: 4px 0 0;
      width: 260px; }

.header-product-shipping {
  width: 276px; }

.header-qty-shipping {
  width: 45px; }

.header-location-shipping {
  text-indent: 70px;
  width: 307px; }

.header-shipment-index {
  width: 409px; }

.header-shipment-qty {
  width: 27px; }

.header-shipment-details {
  text-indent: 22px; }

.multi-shipping-methods {
  position: absolute;
  top: 30px; }
  .multi-shipping-methods .shipping-methods .form-row {
    clear: none;
    float: left;
    display: none; }
  .multi-shipping-methods .shipping-methods select {
    width: 250px;
    margin: -5px 0 0 15px; }

.multi-shipping-option {
  border-bottom: 2px dotted #cebdb3;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%; }

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef; }

.multiship .label {
  font-weight: bold; }

.hide {
  display: none !important; }

.show_coupon_code {
  display: block !important; }

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent; }

.store-in-stock {
  color: #019328; }

#cart-table .item-delivery-options .store-in-stock {
  color: #333;
  font-size: 12px; }

.store-error {
  color: #b2292e; }

#cart-table .item-delivery-options {
  padding: 1em 0 1em 0;
  width: 100px; }
  #cart-table .item-delivery-options .store-error {
    color: #b2292e; }

.selected-store-address,
.set-preferred-store,
.selected-store-availability {
  font-size: 0.8em;
  font-weight: 400;
  margin-left: 0px; }

.set-preferred-store {
  cursor: pointer; }

#cart-table .form-row .radio-url {
  display: inline; }

.label-inline input {
  float: left;
  margin: 0; }

.instore-shipping-option {
  width: 100%; }

.pt_checkout .instore-shipment-header {
  width: 100%; }

.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em; }
  .pt_checkout .instore-shipment-method span {
    font-weight: bold; }

.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em; }

.pt_checkout .instore-shipment-message {
  clear: both; }

.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right; }

#preferred-store-panel #set-user-zip {
  margin-left: 3%; }

#preferred-store-panel #userZip {
  margin-left: 12%;
  margin-top: 5%; }

#preferred-store-panel .error-message {
  margin-left: 12%;
  margin-top: 1%; }

#preferred-store-panel .store-list {
  margin-top: 1%; }

#preferred-store-panel button.set-preferred-store, #preferred-store-panel button.close {
  margin-top: 2%; }

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%; }

#cart-table .item-delivery-options label {
  display: inline;
  margin-left: 2%; }

.search-suggestion-wrapper {
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  width: 480px;
  height: auto;
  bottom: 1px;
  z-index: 1;
  display: block;
  border-radius: 12px;
  /*	@media screen and (min-width: 1149px) {*/ }
  .search-suggestion-wrapper .search-phrase {
    width: 100%;
    height: auto;
    display: block; }
  .search-suggestion-wrapper .phrase-suggestions {
    /*width: 42.8571429%;*/
    /*width:100%;*/
    /*float: right;*/
    height: auto;
    width: 40%;
    display: block;
    padding-top: 12px;
    float: left; }
  .search-suggestion-wrapper .line {
    width: 252px;
    margin: auto; }
    @media only screen and (max-width: 849px) {
      .search-suggestion-wrapper .line {
        width: calc(94vw); } }
  .search-suggestion-wrapper .product-suggestions {
    /*width: 57.1428571%;*/
    /*float: left;*/
    overflow: auto;
    max-height: 450px;
    width: 60%;
    margin-top: 20px;
    float: right;
    display: block; }
    @media only screen and (max-width: 849px) {
      .search-suggestion-wrapper .product-suggestions {
        width: calc(100vw); } }

.hit {
  display: block;
  height: 22px;
  padding-left: 16px;
  color: #6e6e6e !important;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.parent-category {
  color: #6e6e6e; }

.line {
  border-top: 1px solid #e3e3e3; }

.phrase-suggestions {
  width: 138px;
  height: 85px;
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2; }
  .phrase-suggestions .categorymatch {
    white-space: nowrap;
    width: 97px;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    padding-left: 15px; }

.product-suggestion {
  border: 1px solid #fff;
  padding: 0px 0px 0px 16px;
  /*border-top: 1px solid $very-light-gray;
						&:hover,
						&:focus {
							background-color: $gainsboro;
							border: 1px solid $very-light-gray;
						}*/ }
  @media only screen and (max-width: 849px) {
    .product-suggestion {
      padding-left: 10px; } }
  .product-suggestion .product-image {
    float: left;
    background-color: #ffffff;
    padding: 0 5px 5px 0; }
    @media only screen and (max-width: 849px) {
      .product-suggestion .product-image {
        padding-left: 10px; } }
    .product-suggestion .product-image img {
      width: 75px;
      height: 101px; }
  .product-suggestion .product-details {
    float: right;
    width: 125px;
    height: 64px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.2px;
    text-align: left;
    color: #000000;
    margin-right: 40px; }
    .product-suggestion .product-details .product-name {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      /* autoprefixer: off */ }
    @media only screen and (max-width: 849px) {
      .product-suggestion .product-details {
        float: left;
        margin-left: 30px; } }
    .product-suggestion .product-details .product-price {
      color: #B2292E;
      height: 11px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: 1.75;
      letter-spacing: 0.02rem;
      text-align: left;
      padding-bottom: 56px;
      text-decoration: none; }
      .product-suggestion .product-details .product-price span {
        text-decoration: line-through;
        color: #6e6e6e; }

.search-phrase {
  padding-left: 15px;
  padding-top: 20px;
  /*padding-bottom: 18px;*/
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #6e6e6e; }
  .search-phrase .completed {
    color: #000000; }
  .search-phrase .corrected {
    color: #000000; }

#search-suggestions a.categorymatch {
  color: #6e6e6e;
  margin-bottom: 15px; }

.viewallmatches {
  display: none; }

.highlight {
  color: #000 !important; }

.menu-utility-user .mc-class .currency-converter {
  height: 12px;
  width: 100%;
  padding: 0;
  border: none; }

@media only screen and (max-width: 850px) {
  ul.pagination {
    display: none !important; } }

@media screen and (max-width: 849px) {
  body {
    -webkit-text-size-adjust: none; }
  .form-row-button {
    margin-left: 0; }
  .form-inline .form-row {
    width: 90%; }
  .form-inline label {
    padding: 0; }
  .form-inline button {
    width: 50% !important; }
  .form-indent {
    margin-left: 2%; }
  .form-field-tooltip {
    display: none; }
  /*.print-page, .size-chart-link, a.tooltip, #tooltip {*/
  .print-page, a.tooltip, #tooltip {
    display: none !important; }
  .tooltip {
    font-size: .9em; }
  .form-field-tooltip {
    float: none;
    margin: 0 0 10px 5px;
    width: auto; }
  .ui-dialog {
    max-width: 98%; }
    .ui-dialog .ui-dialog-content {
      height: auto !important;
      overflow: visible; }
  .scrollable {
    height: auto; }
    .scrollable li {
      float: left; }
      .scrollable li a {
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        display: block;
        padding: .2em .8em; }
  #quickviewbutton {
    display: none !important; }
  .search-result-options .items-per-page {
    display: none; }
  .search-result-options .pagination {
    margin: 0; }
    .search-result-options .pagination .results-hits {
      display: block; }
  .product-tile {
    height: auto; }
  .wide-tiles .product-tile .product-image {
    width: 41%; }
  .wide-tiles .product-tile .product-name, .wide-tiles .product-tile .product-pricing, .wide-tiles .product-tile .product-promo, .wide-tiles .product-tile .pr_stars, .wide-tiles .product-tile .product-swatches {
    float: right; }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px; }
  .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em; }
  .product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%; }
  .product-compare, .compareitems {
    display: none !important; }
  .pt_product-details .breadcrumb .last {
    display: none; }
  #product-nav-container {
    bottom: 0;
    width: 100%; }
    #product-nav-container div {
      width: 60px; }
      #product-nav-container div.product-next {
        float: right; }
    #product-nav-container .divided span {
      border: 0; }
  .pdp-main .product-name {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center; }
  .pdp-main .promotion .promotion-title {
    font-size: 86%; }
  .pdp-main .attribute h3 {
    font-size: .9em;
    width: 35%; }
  .pdp-main .attribute span.value {
    padding-top: 5px; }
  .pdp-main .product-add-to-cart .inventory {
    width: 100%; }
    .pdp-main .product-add-to-cart .inventory label {
      display: inline-block;
      width: 36%; }
  .pdp-main .product-add-to-cart .product-price {
    font-size: 2em;
    padding: 30px 10px;
    text-align: left;
    width: 100%; }
  .ui-tabs .ui-tabs-nav li {
    display: block;
    font-size: .8em;
    margin: 0;
    width: 99.4%; }
    .ui-tabs .ui-tabs-nav li a {
      width: auto; }
  .pdp-main .product-set-list .product-set-image img {
    max-width: 90%; }
  .pdp-main .product-set-list .block-add-to-cart .inventory {
    margin: 0;
    width: 23%; }
  .pdp-main .product-set-list .block-add-to-cart .product-price {
    font-size: 1em;
    width: 44%; }
  .pdp-main .product-set-list .block-add-to-cart button {
    font-size: .7em; }
  .pdp-main .product-review-links {
    margin-left: 6%; }
  .pdp-main .prSnippetTitle, .pdp-main .prSnippetRatingUnclickable {
    float: left; }
  .sizinginformation {
    padding: 0; }
    .sizinginformation th {
      font-weight: normal;
      padding: 0 0 0 2px; }
    .sizinginformation td {
      background: #ffffff;
      padding: 5px;
      text-align: center; }
    .sizinginformation .sizechart {
      padding: 0 !important; }
  .ui-dialog .ui-dialog-content {
    padding: .25em; }
  .pt_checkout .header-checkout img.desktop {
    display: none; }
  .pt_cart #secondary {
    display: none; }
  #cart-table thead {
    display: none; }
  #cart-table td {
    display: block; }
  #cart-table .item-image {
    float: left; }
  #cart-table .item-details {
    float: left; }
  #cart-table .item-quantity-details {
    float: left;
    font-size: .9em;
    width: 44%; }
  #cart-table .item-total {
    float: right;
    font-size: 1.3em;
    text-align: right !important;
    width: 96%; }
  .cart-coupon-code {
    clear: both;
    float: none; }
    .cart-coupon-code .input-text {
      width: 50%; }
  .cart-actions {
    margin: auto;
    overflow: hidden; }
  #cart-table .item-total .promo-adjustment {
    width: auto; }
  .pdp-main .product-col-1 {
    margin-left: 0; }
  .order-summary-footer h2 {
    width: 50%; }
  .place-order-totals .order-totals-table {
    width: 100%; }
  .payment-method-options {
    padding: 0; }
    .payment-method-options .form-row {
      width: 100%; }
      .payment-method-options .form-row label {
        float: left;
        margin: 0;
        padding: 0 0 0 1em;
        width: 150px; }
      .payment-method-options .form-row .input-radio {
        margin: 0; }
  .pt_order-confirmation .item-list th {
    display: none; }
  .pt_order-confirmation .item-list td {
    float: left; }
  .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%; }
  .pt_order-confirmation .order-shipment-table th {
    display: none; }
  .pt_order-confirmation .order-shipment-table td {
    font-size: .9em;
    box-sizing: border-box;
    float: left; }
  .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%; }
  .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%; }
  .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%; }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%; }
  .pt_order-confirmation .order-shipment-table .shipping-method {
    padding-left: 0; }
  .content-asset ul.account-options li {
    float: none;
    width: auto; }
  .order-history-header button {
    font-size: 1em;
    padding: .25em; }
  .gift-certificate-purchase .content-asset, .gift-certificate-purchase form {
    float: none;
    width: 90%; }
  .gift-certificate-purchase .cert-amount .form-caption {
    width: 80%; }
  .page-content-tab-navigaton button {
    width: 100%; }
  .pt_gift-registry .add-gift-cert button, .pt_gift-registry .add-gift-cert p {
    width: 100%; }
  .pt_gift-registry .create-new-registry {
    overflow: hidden; }
    .pt_gift-registry .create-new-registry p {
      display: none; }
  .pt_gift-registry .item-list {
    width: 98%; }
    .pt_gift-registry .item-list th {
      display: none; }
  .order-shipment-table .section-header {
    font-size: .9em !important;
    padding: .3em; }
  table.item-list .section-header, .order-shipment-table .section-header {
    background-image: none; }
  table.item-list .item-image, table.item-list .item-details, table.item-list .item-availability, table.item-list .item-dashboard {
    display: inline-block; }
  table.item-list .item-availability, table.item-list .item-dashboard {
    width: 97%; }
  table.item-list .delete-registry {
    text-align: center; }
  .home-bottom-left, .home-bottom-center {
    width: 100% !important; }
  .home-bottom-right {
    clear: both;
    float: none;
    width: 100% !important; }
    .home-bottom-right .product-tile {
      min-height: 0; }
  .product-tile .product-image {
    height: auto; }
  #email-alert-signup {
    margin: 0;
    text-align: center;
    width: 100%; }
    #email-alert-signup label {
      text-align: center;
      width: 100%; }
    #email-alert-signup input[type="text"] {
      float: none;
      margin: 0;
      width: 50%; }
    #email-alert-signup input[type="image"] {
      float: none;
      vertical-align: bottom; }
  .facebook-registration {
    left: -3px;
    position: relative;
    width: 100.7% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100.7% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100.7% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100.7% !important; } }

@media screen and (min-width: 500px) and (max-width: 849px) {
  .product-tile .pr_stars {
    left: 40px; }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 10px; }
  .wide-tiles .product-tile .product-image {
    width: 38%; }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100% !important; }
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; } }

/* LARGE VIEWPORT */
@media screen and (min-width: 849px) and (max-width: 1059px) {
  /*
	.primary-content {
		width: 588px;
	}
	.page-content .primary-content {
		padding-left: 14px;
		width: 574px;
	}
	*/
  .html-slot-container img, .bottom-banner-cell img {
    max-width: 100%; }
  .ui-dialog {
    max-width: 98%; }
    .ui-dialog .ui-dialog-content {
      height: auto !important;
      overflow: visible; }
  .scrollable {
    height: auto; }
  .mini-cart-total-label {
    display: none; }
  .mini-cart-products {
    max-height: 100%; }
  .header-banner {
    font-size: 1em;
    margin: 0; }
  table .section-header {
    font-size: 1em !important; }
  #compare-table td .product-tile {
    width: 79px; }
  .pt_gift-registry .add-gift-cert p {
    width: auto; }
  .home-bottom-right .product-tile {
    min-height: 0; }
  #email-alert-signup {
    margin: 0;
    width: 100%; }
    #email-alert-signup label {
      float: none;
      display: block;
      text-align: center;
      width: 100%; }
    #email-alert-signup input[type="text"] {
      width: 73%; }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100% !important; } }

@media only screen and (max-width: 599px) {
  #navigation h1 {
    top: 2px; }
  .header-search input[type="submit"] {
    height: 37px;
    width: 15%; }
  /*
	input[type="text"] {
		border: 1px solid #AAAAAA;
		margin-left: 2%;
		padding: 0.8em 0.5em;
		text-indent: 0;
		width: 49.5966%;
	}
	*/
  div#wrapper.pt_gift-registry {
    font-size: 12px; }
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; }
  .header-search-mobile {
    display: block; }
  .navigation-mobile-search {
    display: block; }
  ul.level-1 {
    margin-top: 20px; } }

@media print {
  .pt_order-confirmation #mini-cart,
  .pt_order-confirmation .menu-utility-user,
  .pt_order-confirmation .menu-utility,
  .pt_order-confirmation .header-banner,
  .pt_order-confirmation #navigation {
    display: none; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-9gzm7");
  src: url("../fonts/icomoon.eot?#iefix-9gzm7") format("embedded-opentype"), url("../fonts/icomoon.woff?-9gzm7") format("woff"), url("../fonts/icomoon.ttf?-9gzm7") format("truetype"), url("../fonts/icomoon.svg?-9gzm7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media only screen and (max-width: 599px) {
  #main.category-content {
    padding: 0 3%; } }

#main.category-content .grey-separator {
  margin: 0; }
  @media only screen and (max-width: 1059px), only screen and (max-device-width: 1059px), only screen and (max-device-width: 1059px) and (-webkit-min-device-pixel-ratio: 2) {
    #main.category-content .grey-separator.increased {
      width: 102%;
      margin-left: -1%; } }
  @media only screen and (max-width: 599px) {
    #main.category-content .grey-separator.increased {
      width: 106%;
      margin-left: -3%; } }

#main.category-content .shop-menu {
  margin: 55px auto 26px; }
  @media only screen and (max-width: 849px) {
    #main.category-content .shop-menu {
      margin: 55px 8% 30px; } }
  @media only screen and (max-width: 599px) {
    #main.category-content .shop-menu {
      margin: 55px 0 10px; } }
  #main.category-content .shop-menu h3 {
    width: 18%;
    padding-right: 2%;
    float: left;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    letter-spacing: .02rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 849px) {
      #main.category-content .shop-menu h3 {
        width: 100%;
        padding: 0; } }
  #main.category-content .shop-menu .menu-links {
    width: 79.5%;
    padding-top: 5px;
    float: right; }
    @media only screen and (max-width: 849px) {
      #main.category-content .shop-menu .menu-links {
        width: 100%;
        padding-top: 0;
        margin-top: 35px; } }
    @media only screen and (max-width: 599px) {
      #main.category-content .shop-menu .menu-links {
        margin-top: 9px; } }
    #main.category-content .shop-menu .menu-links li {
      display: inline-block;
      width: 19.5%;
      margin-bottom: 26px; }
      @media only screen and (max-width: 849px) {
        #main.category-content .shop-menu .menu-links li {
          margin-bottom: 23px; } }
      @media only screen and (max-width: 599px) {
        #main.category-content .shop-menu .menu-links li {
          width: 49%;
          margin-top: 26px;
          margin-bottom: 0; } }
      #main.category-content .shop-menu .menu-links li a {
        display: inline-block;
        font-size: 15px;
        text-decoration: underline; }

.sl-placeholder-container:focus {
  outline: none; }

.sl-button {
  height: 8px;
  width: 12px;
  margin-right: 8px;
  text-align: center;
  background: url(../images/tr/caret-down.png) no-repeat right center; }

.customer-service-main .sl-container {
  width: 100%;
  margin-bottom: 15px; }

.sl-container {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e5e5e5;
  border-color: #a5a5a5;
  width: 303px;
  float: left;
  height: 42px;
  line-height: 41px;
  padding: 0 8px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 4px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 849px) {
    .sl-container {
      float: right;
      width: 95%;
      margin-left: 4%; } }
  @media only screen and (max-width: 599px) {
    .sl-container {
      float: right;
      width: 100%;
      margin-left: 4%; } }

.sl-container .sl-placeholder-container {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none; }
  .sl-container .sl-placeholder-container .sl-placeholder {
    width: auto !important;
    padding-left: 0; }

.pt_product-search-result .sl-container .sl-placeholder-container .sl-placeholder {
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #000000; }

.sl-container .sl-options {
  list-style: none;
  margin: -1px 0 0 -1px;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  right: -1px;
  z-index: 5; }

.sl-container .sl-options li {
  margin: 0;
  padding: 0;
  line-height: 35px;
  height: 35px;
  /*&:first-child {
    	display: none;
    }*/ }

.sl-container .sl-options li a {
  display: block;
  padding: 2px 20px 2px 10px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize; }

.sl-container .sl-options li a:hover {
  color: #7c7c7c;
  background: #f7f7f7; }

.sl-container .sl-options .sl-selected {
  color: #7c7c7c;
  background: #f7f7f7; }

.sl-container.sl-open .sl-placeholder-container {
  outline: none; }

.sl-container.sl-open {
  border-bottom: none; }

.sl-container.sl-open .sl-button {
  background: url(../images/tr/caret-up.png) no-repeat right center; }

.sl-options {
  overflow: auto;
  max-height: 200px;
  z-index: 1; }

.sl-options li {
  overflow: hidden; }

.contextchooser .row h1 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 64px; }

.contextchooser .row h2 {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background-color: #343232;
  color: #FFFFFF;
  height: 54px;
  line-height: 54px; }

.contextchooser .row .column {
  width: 45%;
  float: left;
  padding: 10px 15px; }
  @media only screen and (max-width: 599px) {
    .contextchooser .row .column {
      width: 95%; } }
  .contextchooser .row .column label {
    width: auto;
    float: none;
    text-align: left; }
  .contextchooser .row .column .form-row {
    margin-top: 30px; }
    .contextchooser .row .column .form-row.button {
      text-transform: uppercase; }
    .contextchooser .row .column .form-row select {
      white-space: initial;
      padding-bottom: 0px !important;
      padding-top: 0px !important; }
  .contextchooser .row .column .us-user {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    color: #6e6e6e;
    text-decoration: underline;
    cursor: pointer; }
  .contextchooser .row .column .shipping-note {
    margin-top: 90px;
    font-size: 10px;
    float: right; }
  .contextchooser .row .column .sl-container {
    width: 90%; }

#dialog-container .contextchooser .row .column .form-row select {
  width: 70%; }

.contextchooser .row .column .form-row select {
  margin-left: 0px; }

#dialog-container #edit-address-form select {
  width: 49.5966%; }
  @media only screen and (max-width: 599px) {
    #dialog-container #edit-address-form select {
      width: 70%; } }

#dialog-container #CreditCardForm select {
  width: 49.5966%; }
  @media only screen and (max-width: 599px) {
    #dialog-container #CreditCardForm select {
      width: 70%; } }

@media only screen and (max-width: 665px) {
  body #tinybox {
    width: 100% !important;
    padding: 10px;
    left: 0 !important; }
  #tinybox #tinycontent {
    width: 100% !important;
    display: block !important; }
  #tinybox #tinycontent #modal {
    width: 100% !important; } }

.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("../images/sprites/flags.png") no-repeat; }
  .flag.flag-ad {
    background-position: -16px 0; }
  .flag.flag-ae {
    background-position: -32px 0; }
  .flag.flag-af {
    background-position: -48px 0; }
  .flag.flag-ag {
    background-position: -64px 0; }
  .flag.flag-ai {
    background-position: -80px 0; }
  .flag.flag-al {
    background-position: -96px 0; }
  .flag.flag-am {
    background-position: -112px 0; }
  .flag.flag-an {
    background-position: -128px 0; }
  .flag.flag-ao {
    background-position: -144px 0; }
  .flag.flag-ar {
    background-position: -160px 0; }
  .flag.flag-as {
    background-position: -176px 0; }
  .flag.flag-at {
    background-position: -192px 0; }
  .flag.flag-au {
    background-position: -208px 0; }
  .flag.flag-aw {
    background-position: -224px 0; }
  .flag.flag-az {
    background-position: -240px 0; }
  .flag.flag-ba {
    background-position: 0 -11px; }
  .flag.flag-bb {
    background-position: -16px -11px; }
  .flag.flag-bd {
    background-position: -32px -11px; }
  .flag.flag-be {
    background-position: -48px -11px; }
  .flag.flag-bf {
    background-position: -64px -11px; }
  .flag.flag-bg {
    background-position: -80px -11px; }
  .flag.flag-bh {
    background-position: -96px -11px; }
  .flag.flag-bi {
    background-position: -112px -11px; }
  .flag.flag-bj {
    background-position: -128px -11px; }
  .flag.flag-bm {
    background-position: -144px -11px; }
  .flag.flag-bn {
    background-position: -160px -11px; }
  .flag.flag-bo {
    background-position: -176px -11px; }
  .flag.flag-br {
    background-position: -192px -11px; }
  .flag.flag-bs {
    background-position: -208px -11px; }
  .flag.flag-bt {
    background-position: -224px -11px; }
  .flag.flag-bv {
    background-position: -240px -11px; }
  .flag.flag-bw {
    background-position: 0 -22px; }
  .flag.flag-by {
    background-position: -16px -22px; }
  .flag.flag-bz {
    background-position: -32px -22px; }
  .flag.flag-ca {
    background-position: -48px -22px; }
  .flag.flag-catalonia {
    background-position: -64px -22px; }
  .flag.flag-cd {
    background-position: -80px -22px; }
  .flag.flag-cf {
    background-position: -96px -22px; }
  .flag.flag-cg {
    background-position: -112px -22px; }
  .flag.flag-ch {
    background-position: -128px -22px; }
  .flag.flag-ci {
    background-position: -144px -22px; }
  .flag.flag-ck {
    background-position: -160px -22px; }
  .flag.flag-cl {
    background-position: -176px -22px; }
  .flag.flag-cm {
    background-position: -192px -22px; }
  .flag.flag-cn {
    background-position: -208px -22px; }
  .flag.flag-co {
    background-position: -224px -22px; }
  .flag.flag-cr {
    background-position: -240px -22px; }
  .flag.flag-cu {
    background-position: 0 -33px; }
  .flag.flag-cv {
    background-position: -16px -33px; }
  .flag.flag-cw {
    background-position: -32px -33px; }
  .flag.flag-cy {
    background-position: -48px -33px; }
  .flag.flag-cz {
    background-position: -64px -33px; }
  .flag.flag-de {
    background-position: -80px -33px; }
  .flag.flag-dj {
    background-position: -96px -33px; }
  .flag.flag-dk {
    background-position: -112px -33px; }
  .flag.flag-dm {
    background-position: -128px -33px; }
  .flag.flag-do {
    background-position: -144px -33px; }
  .flag.flag-dz {
    background-position: -160px -33px; }
  .flag.flag-ec {
    background-position: -176px -33px; }
  .flag.flag-ee {
    background-position: -192px -33px; }
  .flag.flag-eg {
    background-position: -208px -33px; }
  .flag.flag-eh {
    background-position: -224px -33px; }
  .flag.flag-england {
    background-position: -240px -33px; }
  .flag.flag-er {
    background-position: 0 -44px; }
  .flag.flag-es {
    background-position: -16px -44px; }
  .flag.flag-et {
    background-position: -32px -44px; }
  .flag.flag-eu {
    background-position: -48px -44px; }
  .flag.flag-fi {
    background-position: -64px -44px; }
  .flag.flag-fj {
    background-position: -80px -44px; }
  .flag.flag-fk {
    background-position: -96px -44px; }
  .flag.flag-fm {
    background-position: -112px -44px; }
  .flag.flag-fo {
    background-position: -128px -44px; }
  .flag.flag-fr {
    background-position: -144px -44px; }
  .flag.flag-ga {
    background-position: -160px -44px; }
  .flag.flag-gb {
    background-position: -176px -44px; }
  .flag.flag-gd {
    background-position: -192px -44px; }
  .flag.flag-ge {
    background-position: -208px -44px; }
  .flag.flag-gf {
    background-position: -224px -44px; }
  .flag.flag-gg {
    background-position: -240px -44px; }
  .flag.flag-gh {
    background-position: 0 -55px; }
  .flag.flag-gi {
    background-position: -16px -55px; }
  .flag.flag-gl {
    background-position: -32px -55px; }
  .flag.flag-gm {
    background-position: -48px -55px; }
  .flag.flag-gn {
    background-position: -64px -55px; }
  .flag.flag-gp {
    background-position: -80px -55px; }
  .flag.flag-gq {
    background-position: -96px -55px; }
  .flag.flag-gr {
    background-position: -112px -55px; }
  .flag.flag-gs {
    background-position: -128px -55px; }
  .flag.flag-gt {
    background-position: -144px -55px; }
  .flag.flag-gu {
    background-position: -160px -55px; }
  .flag.flag-gw {
    background-position: -176px -55px; }
  .flag.flag-gy {
    background-position: -192px -55px; }
  .flag.flag-hk {
    background-position: -208px -55px; }
  .flag.flag-hm {
    background-position: -224px -55px; }
  .flag.flag-hn {
    background-position: -240px -55px; }
  .flag.flag-hr {
    background-position: 0 -66px; }
  .flag.flag-ht {
    background-position: -16px -66px; }
  .flag.flag-hu {
    background-position: -32px -66px; }
  .flag.flag-ic {
    background-position: -48px -66px; }
  .flag.flag-id {
    background-position: -64px -66px; }
  .flag.flag-ie {
    background-position: -80px -66px; }
  .flag.flag-il {
    background-position: -96px -66px; }
  .flag.flag-im {
    background-position: -112px -66px; }
  .flag.flag-in {
    background-position: -128px -66px; }
  .flag.flag-io {
    background-position: -144px -66px; }
  .flag.flag-iq {
    background-position: -160px -66px; }
  .flag.flag-ir {
    background-position: -176px -66px; }
  .flag.flag-is {
    background-position: -192px -66px; }
  .flag.flag-it {
    background-position: -208px -66px; }
  .flag.flag-je {
    background-position: -224px -66px; }
  .flag.flag-jm {
    background-position: -240px -66px; }
  .flag.flag-jo {
    background-position: 0 -77px; }
  .flag.flag-jp {
    background-position: -16px -77px; }
  .flag.flag-ke {
    background-position: -32px -77px; }
  .flag.flag-kg {
    background-position: -48px -77px; }
  .flag.flag-kh {
    background-position: -64px -77px; }
  .flag.flag-ki {
    background-position: -80px -77px; }
  .flag.flag-km {
    background-position: -96px -77px; }
  .flag.flag-kn {
    background-position: -112px -77px; }
  .flag.flag-kp {
    background-position: -128px -77px; }
  .flag.flag-kr {
    background-position: -144px -77px; }
  .flag.flag-kurdistan {
    background-position: -160px -77px; }
  .flag.flag-kw {
    background-position: -176px -77px; }
  .flag.flag-ky {
    background-position: -192px -77px; }
  .flag.flag-kz {
    background-position: -208px -77px; }
  .flag.flag-la {
    background-position: -224px -77px; }
  .flag.flag-lb {
    background-position: -240px -77px; }
  .flag.flag-lc {
    background-position: 0 -88px; }
  .flag.flag-li {
    background-position: -16px -88px; }
  .flag.flag-lk {
    background-position: -32px -88px; }
  .flag.flag-lr {
    background-position: -48px -88px; }
  .flag.flag-ls {
    background-position: -64px -88px; }
  .flag.flag-lt {
    background-position: -80px -88px; }
  .flag.flag-lu {
    background-position: -96px -88px; }
  .flag.flag-lv {
    background-position: -112px -88px; }
  .flag.flag-ly {
    background-position: -128px -88px; }
  .flag.flag-ma {
    background-position: -144px -88px; }
  .flag.flag-mc {
    background-position: -160px -88px; }
  .flag.flag-md {
    background-position: -176px -88px; }
  .flag.flag-me {
    background-position: -192px -88px; }
  .flag.flag-mg {
    background-position: -208px -88px; }
  .flag.flag-mh {
    background-position: -224px -88px; }
  .flag.flag-mk {
    background-position: -240px -88px; }
  .flag.flag-ml {
    background-position: 0 -99px; }
  .flag.flag-mm {
    background-position: -16px -99px; }
  .flag.flag-mn {
    background-position: -32px -99px; }
  .flag.flag-mo {
    background-position: -48px -99px; }
  .flag.flag-mp {
    background-position: -64px -99px; }
  .flag.flag-mq {
    background-position: -80px -99px; }
  .flag.flag-mr {
    background-position: -96px -99px; }
  .flag.flag-ms {
    background-position: -112px -99px; }
  .flag.flag-mt {
    background-position: -128px -99px; }
  .flag.flag-mu {
    background-position: -144px -99px; }
  .flag.flag-mv {
    background-position: -160px -99px; }
  .flag.flag-mw {
    background-position: -176px -99px; }
  .flag.flag-mx {
    background-position: -192px -99px; }
  .flag.flag-my {
    background-position: -208px -99px; }
  .flag.flag-mz {
    background-position: -224px -99px; }
  .flag.flag-na {
    background-position: -240px -99px; }
  .flag.flag-nc {
    background-position: 0 -110px; }
  .flag.flag-ne {
    background-position: -16px -110px; }
  .flag.flag-nf {
    background-position: -32px -110px; }
  .flag.flag-ng {
    background-position: -48px -110px; }
  .flag.flag-ni {
    background-position: -64px -110px; }
  .flag.flag-nl {
    background-position: -80px -110px; }
  .flag.flag-no {
    background-position: -96px -110px; }
  .flag.flag-np {
    background-position: -112px -110px; }
  .flag.flag-nr {
    background-position: -128px -110px; }
  .flag.flag-nu {
    background-position: -144px -110px; }
  .flag.flag-nz {
    background-position: -160px -110px; }
  .flag.flag-om {
    background-position: -176px -110px; }
  .flag.flag-pa {
    background-position: -192px -110px; }
  .flag.flag-pe {
    background-position: -208px -110px; }
  .flag.flag-pf {
    background-position: -224px -110px; }
  .flag.flag-pg {
    background-position: -240px -110px; }
  .flag.flag-ph {
    background-position: 0 -121px; }
  .flag.flag-pk {
    background-position: -16px -121px; }
  .flag.flag-pl {
    background-position: -32px -121px; }
  .flag.flag-pm {
    background-position: -48px -121px; }
  .flag.flag-pn {
    background-position: -64px -121px; }
  .flag.flag-pr {
    background-position: -80px -121px; }
  .flag.flag-ps {
    background-position: -96px -121px; }
  .flag.flag-pt {
    background-position: -112px -121px; }
  .flag.flag-pw {
    background-position: -128px -121px; }
  .flag.flag-py {
    background-position: -144px -121px; }
  .flag.flag-qa {
    background-position: -160px -121px; }
  .flag.flag-re {
    background-position: -176px -121px; }
  .flag.flag-ro {
    background-position: -192px -121px; }
  .flag.flag-rs {
    background-position: -208px -121px; }
  .flag.flag-ru {
    background-position: -224px -121px; }
  .flag.flag-rw {
    background-position: -240px -121px; }
  .flag.flag-sa {
    background-position: 0 -132px; }
  .flag.flag-sb {
    background-position: -16px -132px; }
  .flag.flag-sc {
    background-position: -32px -132px; }
  .flag.flag-scotland {
    background-position: -48px -132px; }
  .flag.flag-sd {
    background-position: -64px -132px; }
  .flag.flag-se {
    background-position: -80px -132px; }
  .flag.flag-sg {
    background-position: -96px -132px; }
  .flag.flag-sh {
    background-position: -112px -132px; }
  .flag.flag-si {
    background-position: -128px -132px; }
  .flag.flag-sk {
    background-position: -144px -132px; }
  .flag.flag-sl {
    background-position: -160px -132px; }
  .flag.flag-sm {
    background-position: -176px -132px; }
  .flag.flag-sn {
    background-position: -192px -132px; }
  .flag.flag-so {
    background-position: -208px -132px; }
  .flag.flag-somaliland {
    background-position: -224px -132px; }
  .flag.flag-sr {
    background-position: -240px -132px; }
  .flag.flag-ss {
    background-position: 0 -143px; }
  .flag.flag-st {
    background-position: -16px -143px; }
  .flag.flag-sv {
    background-position: -32px -143px; }
  .flag.flag-sx {
    background-position: -48px -143px; }
  .flag.flag-sy {
    background-position: -64px -143px; }
  .flag.flag-sz {
    background-position: -80px -143px; }
  .flag.flag-tc {
    background-position: -96px -143px; }
  .flag.flag-td {
    background-position: -112px -143px; }
  .flag.flag-tf {
    background-position: -128px -143px; }
  .flag.flag-tg {
    background-position: -144px -143px; }
  .flag.flag-th {
    background-position: -160px -143px; }
  .flag.flag-tj {
    background-position: -176px -143px; }
  .flag.flag-tk {
    background-position: -192px -143px; }
  .flag.flag-tl {
    background-position: -208px -143px; }
  .flag.flag-tm {
    background-position: -224px -143px; }
  .flag.flag-tn {
    background-position: -240px -143px; }
  .flag.flag-to {
    background-position: 0 -154px; }
  .flag.flag-tr {
    background-position: -16px -154px; }
  .flag.flag-tt {
    background-position: -32px -154px; }
  .flag.flag-tv {
    background-position: -48px -154px; }
  .flag.flag-tw {
    background-position: -64px -154px; }
  .flag.flag-tz {
    background-position: -80px -154px; }
  .flag.flag-ua {
    background-position: -96px -154px; }
  .flag.flag-ug {
    background-position: -112px -154px; }
  .flag.flag-um {
    background-position: -128px -154px; }
  .flag.flag-us {
    background-position: -144px -154px; }
  .flag.flag-uy {
    background-position: -160px -154px; }
  .flag.flag-uz {
    background-position: -176px -154px; }
  .flag.flag-va {
    background-position: -192px -154px; }
  .flag.flag-vc {
    background-position: -208px -154px; }
  .flag.flag-ve {
    background-position: -224px -154px; }
  .flag.flag-vg {
    background-position: -240px -154px; }
  .flag.flag-vi {
    background-position: 0 -165px; }
  .flag.flag-vn {
    background-position: -16px -165px; }
  .flag.flag-vu {
    background-position: -32px -165px; }
  .flag.flag-wales {
    background-position: -48px -165px; }
  .flag.flag-wf {
    background-position: -64px -165px; }
  .flag.flag-ws {
    background-position: -80px -165px; }
  .flag.flag-xk {
    background-position: -96px -165px; }
  .flag.flag-ye {
    background-position: -112px -165px; }
  .flag.flag-yt {
    background-position: -128px -165px; }
  .flag.flag-za {
    background-position: -144px -165px; }
  .flag.flag-zanzibar {
    background-position: -160px -165px; }
  .flag.flag-zm {
    background-position: -176px -165px; }
  .flag.flag-zw {
    background-position: -192px -165px; }

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/interface/icheck-minimal.png) no-repeat;
  border: none;
  cursor: pointer; }

.gdpr-account-notice .icheckbox_minimal {
  margin-top: 0px !important; }

.icheckbox_minimal {
  background-position: 0 0;
  background-color: white; }

.icheckbox_minimal.hover {
  background-position: -20px 0; }

.icheckbox_minimal.checked {
  background-position: -40px 0; }

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default; }

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0; }

.iradio_minimal {
  background-position: -100px 0; }

.iradio_minimal.hover {
  background-position: -120px 0; }

.iradio_minimal.checked {
  background-position: -140px 0; }

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default; }

.iradio_minimal.checked.disabled {
  background-position: -180px 0; }

/* HiDPI support */
/*
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(../images/interface/icheck-minimal@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
*/
#turnto-qa-container {
  background: #FFF;
  height: auto;
  line-height: inherit; }
  #turnto-qa-container .header {
    border: 2px solid black;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    cursor: pointer; }
    #turnto-qa-container .header .left {
      text-align: left;
      display: inline; }
    #turnto-qa-container .header .right {
      float: right;
      display: inline;
      padding-right: 15px; }
    #turnto-qa-container .header .bold {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal; }
  #turnto-qa-container .content {
    display: none;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    padding: 17px 15px 5px 15px;
    text-align: left; }
    #turnto-qa-container .content #TTtraWindow #TTtraUserStateMain {
      background-color: #FFF;
      border: 2px solid #58595b; }

.content a {
  color: #000; }

.content select {
  margin-left: 0; }

/* text areas */
#TT4questionTextWrap {
  min-height: 38px;
  border: 1px solid #a5a5a5;
  background-color: #fff; }

/* TurnTo Remote CSS consists of the rest of this file */
#TTtraWindow p {
  clear: none; }

#TurnToContent a img, #TTtraWindow a img {
  border: 0;
  display: inline; }

#TurnToContent a img.TTcatImg,
#TTtraWindow a img.TTcatImg,
#TurnToReviewsContent a img.TTcatImg {
  border: 1px solid #e6e7e8;
  height: 80px !important;
  width: auto !important;
  margin-top: 12px; }

#TurnToContent img,
#TTtraWindow img {
  border: 0;
  display: inline; }

#TurnToContent,
#TTtraWindow {
  line-height: 1.2; }

#TTtraWindow a:hover,
#TurnToReviewsContent a:hover {
  text-decoration: none; }

#TT4iaResultsQ a:hover, #TT4iaResultsR a:hover {
  text-decoration: underline; }

.TT4askQ {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #fff;
  color: #125ba7;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 5px 5px 5px #ccc; }

#TT4askQResultsLine {
  padding: 5px 0; }

.TTinstAnsReviseText, .TTinstAnsresultCountText {
  line-height: 31px; }

.TTinstAnsReviseText {
  float: right;
  color: #888;
  margin-right: 10px;
  margin-top: 5px; }

.TT4searchLoading {
  position: relative;
  top: 0;
  left: 10px;
  width: 16px;
  height: 16px; }

#TT4questionTextHelpCnt {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  color: #003049;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 5px 5px 5px #ccc;
  position: relative;
  font-size: 13px; }

.TTdialog {
  z-index: 999;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
  border: 5px solid #ccc;
  text-align: left;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  height: 22px;
  border: 0;
  outline: 0;
  text-align: left; }
  .TTdialog body, .TTdialog dl, .TTdialog dt, .TTdialog dd, .TTdialog ul, .TTdialog ol, .TTdialog li, .TTdialog h1, .TTdialog h2, .TTdialog h3, .TTdialog h4, .TTdialog h5, .TTdialog h6, .TTdialog pre, .TTdialog form, .TTdialog fieldset, .TTdialog input, .TTdialog textarea, .TTdialog p, .TTdialog blockquote, .TTdialog th, .TTdialog td {
    margin: 0;
    padding: 0;
    background-color: transparent; }
  .TTdialog table {
    border-collapse: collapse;
    border-spacing: 0; }
  .TTdialog fieldset img {
    border: 0;
    display: inline; }
  .TTdialog address, .TTdialog caption, .TTdialog cite, .TTdialog code, .TTdialog dfn, .TTdialog em, .TTdialog strong, .TTdialog th, .TTdialog var {
    font-style: normal;
    font-weight: normal; }
  .TTdialog ol, .TTdialog ul {
    list-style: none none; }
  .TTdialog caption, .TTdialog th {
    text-align: left; }
  .TTdialog h1, .TTdialog h2, .TTdialog h3, .TTdialog h4, .TTdialog h5, .TTdialog h6 {
    font-size: 100%;
    font-weight: normal;
    display: block;
    visibility: visible; }
  .TTdialog q:before, .TTdialog q:after {
    content: ''; }
  .TTdialog abbr, .TTdialog acronym {
    border: 0; }
  .TTdialog input[type='text'], .TTdialog textarea {
    background-color: #fcfcfc;
    border: 1px solid #e6e7e8;
    margin-bottom: 2px;
    padding: 10px;
    font-size: 11px; }
  .TTdialog input {
    padding: 10px; }
  .TTdialog textarea {
    padding: 4px;
    font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box; }

#TurnToContent textarea, #TTtraWindow textarea, #TTwriteRevForm #TTreviewTitle {
  padding: 4px;
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

.TTdefaultInput {
  color: #a7a9ac;
  font-size: 13px; }

.TurnToItemInputTeaser {
  font-size: 14px; }

.TTexternalLink:hover {
  text-decoration: underline; }

#TTloginMessage {
  color: #a00;
  font-weight: normal;
  padding: 1px;
  margin: 0 0 10px 0;
  height: auto;
  font-size: 11px;
  text-align: center; }

#TTsigninWrapper h1 {
  color: #4074cc;
  padding: 6px 15px 0 15px;
  font-weight: bold; }

#TTsigninWrapper a:link {
  text-decoration: none;
  color: #004ab7; }

#TTsigninWrapper a:hover {
  text-decoration: underline;
  color: #004ab7; }

#TTloginSubmit {
  float: right;
  width: 66px;
  height: 26px;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0 10px 0 0;
  background-color: #999;
  color: #fff; }

#TTsignUpLink {
  color: #fff;
  text-decoration: underline; }

a.TTloginLink, a.TTshowMatchesLink {
  text-decoration: none; }

.errors {
  background: #fff3f3;
  border: 1px solid red;
  color: #c00;
  margin: 10px 0 5px 0;
  padding: 5px; }

.TTred {
  color: #c00; }

.TTlogo {
  display: inline;
  border: 0;
  vertical-align: -6%;
  padding-right: 2px; }

#TTloginScreen, #TTcheckFormDiv {
  background-color: #fff; }

#TTcheckFmMessage {
  color: #a00;
  font-weight: normal;
  padding: 1px;
  margin: 0 10px 5px 14px;
  height: auto; }

#TTcheckForm .TTinputBoxError, #TTaddMoreEmailsForm .TTinputBoxError {
  border: 1px solid red; }

#TTregForm .TTinputBoxError {
  border: 1px solid red; }

#TTregForm input[type='text'] {
  height: 20px; }

#TTcheckForm input {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  margin-bottom: 2px; }

#TTcheckForm #TTcheckSubmit {
  background: transparent url(/images/tra/TTchecksubmit.gif) no-repeat top;
  width: 78px;
  height: 26px;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 15px 10px 5px 14px; }

#TTgenMessageScreen {
  display: none;
  padding: 14px 12px 25px 15px;
  text-align: left; }

.TTdialog {
  list-style: url(/images/tra/ttmatchdetail-bullet.png);
  margin-left: 20px;
  font-size: 11px; }

.TTWebEvent {
  position: absolute;
  left: -100px; }

.TT2mainDialog {
  font-size: 12px;
  text-align: left; }

div.TT2sectionHeader {
  color: #777; }

#TT2myNetworkSection {
  margin: 3px 0 3px 0;
  padding: 0 0 10px 10px;
  background-color: transparent; }

#TT2MainSection {
  margin-bottom: 10px; }

.TTclear {
  clear: both; }

.TTSubDialog {
  padding: 0;
  background: transparent;
  width: 580px; }

#TT2footer {
  color: #fff;
  clear: both;
  text-align: right;
  height: 40px;
  padding: .5em 10px .3em 1em;
  background: url("/tra3/images/mainbot1.png") no-repeat; }

#TTmainContent {
  background: url("/tra3/images/mainstretch1.png") repeat-y left top;
  border: 0;
  padding: 13px 20px 0 20px;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-left: 0; }

.TTui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /*background: #fff url(../images/overlay.png) 50% 50% repeat-x;*/
  opacity: .50;
  filter: Alpha(Opacity=50); }

.TTsub-ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 1000px;
  background: #aaa url(../images/overlay.png) 50% 50% repeat-x;
  opacity: .40;
  filter: Alpha(Opacity=40); }

#TTtraDialogTitle {
  color: #000;
  display: inline;
  float: left; }

#TTtraDialogTitleBar {
  padding: .5em .2em .3em 1em;
  position: relative;
  color: #000;
  height: 21px;
  background: url(/tra3/images/maintop1.png) no-repeat top; }

#TTtraDialogTitleBar2 {
  position: relative;
  color: #000;
  height: 47px;
  background: url(/tra3/images/maintop1.png) no-repeat; }

#TTtraDialogTitleBar a {
  color: #006bc1;
  text-decoration: none; }

#TTtraWindowClose {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 25px;
  margin: -15px 0 0 0;
  padding: 1px;
  height: 25px;
  background: url("../images/tra-boxed-sprites.png") no-repeat -323px -190px;
  cursor: pointer;
  display: inline; }
  #TTtraWindowClose span {
    display: block;
    margin: 1px; }
  #TTtraWindowClose:hover, #TTtraWindowClose:focus {
    padding: 0; }

#TTtrasubtop {
  background: transparent url(/tra3/images/subbaktop.png) no-repeat;
  width: 100%;
  height: 38px;
  float: left; }

#TTtrasubmid {
  background: transparent url(/tra3/images/subbakmid.png);
  margin: 0;
  float: left;
  width: 575px; }

#TTtrasubbot {
  background: transparent url(/tra3/images/subbakbot.png);
  margin: 0;
  width: 100%;
  height: 27px;
  float: left; }

#TTSubWindowClose {
  position: absolute;
  right: 1px;
  top: 3px;
  padding: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline; }
  #TTSubWindowClose span {
    display: block;
    margin: 1px; }
  #TTSubWindowClose:hover, #TTSubWindowClose:focus {
    padding: 0; }

/* curr1 */
#TTSubDialogSection {
  padding: 0 15px;
  margin: 0;
  overflow: auto;
  font-size: 13px;
  box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1);
  -webkit-box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1);
  -moz-box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1); }
  #TTSubDialogSection .TT8.TT2bold {
    margin: 0;
    padding: 8px 15px 8px;
    background-color: #003049; }
  #TTSubDialogSection #TTnicknameInfo {
    padding: 0; }
  #TTSubDialogSection #TTregSubmit,
  #TTSubDialogSection .TTblankBtn,
  #TTSubDialogSection .TTsubmitButton,
  #TTSubDialogSection .TTdoneBtn {
    display: inline-block;
    background-color: #003049;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 12px 15px;
    font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center; }
  #TTSubDialogSection .TTcloseBtn {
    display: inline-block;
    background-color: #b7b7b7;
    color: #fff;
    letter-spacing: 0.05em;
    width: auto;
    height: auto;
    padding: 12px 15px;
    font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    content: 'Close'; }
  #TTSubDialogSection #TTregCancel {
    display: inline-block;
    background-color: #b7b7b7;
    color: #fff;
    letter-spacing: 0.05em;
    width: auto;
    height: auto;
    padding: 12px 15px;
    font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px; }

#TT3NickNameErrors {
  list-style: none;
  padding: 10px 0;
  color: #c00;
  display: none;
  font-size: 11px; }

#TTimportSrc1 {
  width: 140px; }

.TTsubmitButton {
  background-color: #999;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }

.TTtra-ui-dialog {
  position: relative;
  padding: 0;
  width: 700px; }
  .TTtra-ui-dialog .TTtra-ui-dialog-content {
    border: 0;
    padding: .5em 1em 5px 1em;
    background: 0;
    overflow-y: auto;
    zoom: 1; }

.TT-ui-helper-clearfix {
  display: inline-block; }
  .TT-ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/*\*/
* html .TT-ui-helper-clearfix {
  height: 1%; }

.TT-ui-helper-clearfix {
  display: block; }

/**/
.TTclearN {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0; }

.TTsectionBox {
  background-color: #fff;
  padding-top: 10px; }

#TTtraFooterLogo {
  cursor: pointer;
  display: inline;
  padding-left: 130px;
  text-decoration: none;
  color: #fff;
  width: 107px;
  height: 28px; }

div.TTtip {
  display: none; }

div.TTtipCopy {
  border: #999 solid 5px;
  padding: 8px;
  position: absolute;
  background-color: #fff;
  color: #111;
  display: none;
  font-size: 11px;
  z-index: 5000;
  text-align: left; }

#TTtraWindow input, #TTtraWindow select, #TTtraWindow option {
  font-size: 11px; }

#TT-spinner {
  background: #fff center url(/tra2/images/traspin.gif) no-repeat scroll;
  width: 620px;
  height: 32px; }

.TTspinner {
  background: url(/tra2/images/traspin.gif) no-repeat scroll;
  width: 32px;
  height: 32px; }

#TTreviewsWrapper .TTspinner {
  margin-left: 10px; }

a#TTaddFriendsHdrLink {
  color: #777; }

#TT2loginicon1 {
  background: url("/tra2/images/loginicon1.png") no-repeat;
  width: 42px;
  height: 42px;
  display: inline;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  margin-left: 8px; }

#TTpickone {
  background: url(/tra2/images/pickone.png) no-repeat;
  width: 269px;
  height: 100px;
  margin-left: 5%;
  margin-top: 55px; }

#TTfbConnect2 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 0;
  text-indent: -300px; }

#TT2importSrcLink1 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -40px;
  text-indent: -300px; }

#TT2importSrcLink5 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -80px;
  text-indent: -300px; }

#TT2importSrcLink6 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -120px;
  text-indent: -300px; }

#TT2importSrcLink14 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -160px;
  text-indent: -300px; }

#TT2importSrcLink7 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -200px;
  text-indent: -300px; }

#TT2importSrcLink2 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -240px;
  text-indent: -300px; }

#TT2importSrcLink9 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -280px;
  text-indent: -300px; }

#TT2importSrcLink11 {
  background: url("/tra2/images/importlogos.png") no-repeat;
  width: 120px;
  height: 40px;
  display: block;
  background-position: 0 -320px;
  text-indent: -300px; }

#TTimportLogos > li {
  width: 120px;
  height: 42px;
  border-top: #ddd solid 1px;
  list-style: none; }

#TT2importHistory {
  margin-left: 40%;
  margin-top: 10%; }

#TT2importedMsg {
  padding: 3px;
  margin-left: 35%;
  margin-right: 10%;
  font-size: 11px;
  border: 2px solid lightBlue;
  background-color: lightYellow; }

#TT2importedEmptyMsg {
  padding: 3px;
  margin-left: 35%;
  margin-right: 10%;
  font-size: 11px;
  border: 2px solid white; }

.TT2textColor1 {
  color: #8b6cb1; }

#TT2NoImportLink {
  font-weight: bold;
  color: #3994d8;
  text-decoration: underline; }

#TT2regFormDesc {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px; }

#TT2regformTable td {
  padding: 5px; }

#TT2questionRegFormTable td {
  padding: 0 0 5px 0; }

#TT2regImgUpload {
  font-size: 10px; }

input#TT2userImgFile {
  width: auto; }

#TT2pastPurchases {
  overflow: auto; }
  #TT2pastPurchases div {
    margin: 0; }

div.TT2ppBtnGroup {
  text-align: center; }

.TT2ppBtnGroup input {
  font-size: 16px;
  border: 1px solid #4e3790;
  padding: 4px; }

input#TT2managePastPurchaseBtn {
  background-color: #4e3790;
  color: white;
  font-size: 18px;
  border-color: white;
  cursor: pointer;
  height: 40px; }

#TT2ppDoneBtn, #TTimportSourceSkip {
  background-color: #4e3790;
  color: white;
  font-size: 18px;
  border-color: white;
  cursor: pointer; }

#TT2NotManagePastPurchaseLink {
  text-decoration: underline; }

#TT2pastPurchasesHeader {
  font-weight: bold; }
  #TT2pastPurchasesHeader .TT2ppReminderText {
    font-size: 16px;
    line-height: 20px; }

#TT2pastPurchasesDisplay {
  font-weight: bold;
  width: 100%; }

#TT2pastPurchasesHeader a#TT2pastPurchasesTips {
  font-size: 10px;
  color: #006bc1; }

#TT2pastPurchasesDisplay table {
  border-collapse: collapse;
  width: 100%; }

#TT2pastPurchasesDisplay td {
  padding: 8px; }
  #TT2pastPurchasesDisplay td.TT2ppImage {
    padding: 8px 8px 8px 0; }

#TT2pastPurchasesDisplay .TT2ppDescription {
  vertical-align: top;
  width: 100%; }

#TT2pastPurchasesDisplay .TT2ppName {
  font-weight: bold;
  color: #6d89c0; }

#TT2pastPurchasesDisplay .TT2ppDate {
  font-weight: bold; }

#TT2pastPurchasesDisplay .TT3ppDate2 {
  font-weight: bold;
  padding-left: 80px; }

#TT2pastPurchasesDisplay .TT2ppSaveCommentButton {
  font-size: 16px;
  color: white;
  font-size: 11px;
  float: right;
  display: none;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 18px; }

#TT2pastPurchasesDisplay a.TT2ppDelCommentLink {
  font-size: 11px;
  float: right;
  display: none;
  font-weight: normal;
  margin-right: 5px; }

#TT2pastPurchasesDisplay a.TT2ppEditCommentLink {
  font-size: 11px;
  float: right;
  display: none;
  margin-right: 10px;
  font-weight: normal; }

#TT2pastPurchasesDisplay textarea {
  width: 95%;
  height: 20px;
  word-wrap: break-word;
  border-color: #e6e7e8;
  margin-top: 10px; }

#TT2pastPurchasesDisplay .textareaFilled, #TT2pastPurchasesDisplay textarea:focus {
  width: 95%;
  height: 40px;
  overflow: auto; }

#TT2pastPurchasesDisplay .TT2postCheckboxGroup {
  display: none;
  color: #838383;
  font-size: 10px;
  margin-top: 0; }
  #TT2pastPurchasesDisplay .TT2postCheckboxGroup div {
    height: 100%;
    float: left;
    margin-top: 0; }
  #TT2pastPurchasesDisplay .TT2postCheckboxGroup table {
    width: 30%;
    float: left; }
  #TT2pastPurchasesDisplay .TT2postCheckboxGroup tr {
    border-top: 0 none; }
  #TT2pastPurchasesDisplay .TT2postCheckboxGroup td {
    padding: 0;
    font-size: 10px;
    color: #838383; }
    #TT2pastPurchasesDisplay .TT2postCheckboxGroup td img {
      vertical-align: bottom; }

.TT2bold {
  font-weight: bold; }

.TT2ppImage {
  text-align: center; }

#TT2pastPurchasesDisplay .TT2ppImage img {
  height: 120px;
  border: 1px solid #e6e7e8; }

#TT2pastPurchasesDisplay .TT2limitReminder {
  margin-left: 10px;
  font-size: 9px;
  display: none; }

.TT2topbarLI {
  font-size: 11px; }

a.TTblue1 {
  color: #006bc1; }

#TT2userSetting {
  overflow: auto;
  border: 0 none; }
  #TT2userSetting .prop {
    padding: 5px; }
    #TT2userSetting .prop .nameRF {
      text-align: left;
      white-space: nowrap;
      width: 112px; }
    #TT2userSetting .prop .valueL {
      text-align: left; }
      #TT2userSetting .prop .valueL span {
        display: block; }
    #TT2userSetting .prop select {
      margin-left: 0;
      width: 54.6%; }
    #TT2userSetting .prop label {
      text-align: left; }
    #TT2userSetting .prop #contactInfo input {
      width: 90%; }
  #TT2userSetting td, #TT2userSetting th {
    font-size: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top; }
  #TT2userSetting a:link, #TT2userSetting a:visited {
    text-decoration: none;
    font-size: 11px; }

#TT4userSettingErrors {
  display: none; }

#photoEditor .prop .nameRF {
  text-align: right;
  white-space: nowrap;
  width: 125px; }

#photoEditor .prop .valueL {
  text-align: left;
  width: 370px; }

#photoEditor td, #photoEditor th {
  font-size: 12px;
  padding: 5px 6px;
  text-align: left;
  vertical-align: top; }

#editPhotoButtons .TTsaveBtn, #editPhotoButtons .TTcancelBtn {
  display: inline-block; }

a#TTloginForgotPwd {
  text-decoration: none; }

#TTresetPwdBtn {
  background-color: #999;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  height: 26px;
  margin: 0 0 0 10px; }

#TTresetPwdMessage {
  color: #a00;
  font-weight: normal;
  padding: 1px;
  margin: 0 0 10px 0;
  height: auto;
  font-size: 11px;
  text-align: center; }

#TTLImessageArea {
  width: 95%;
  background: #ff0;
  border: #ddd solid 1px;
  padding: 5px;
  margin: 5px; }

.TT2LoggedInItemMessageArea {
  width: 590px;
  background: #ff0;
  border: #ddd solid 1px;
  padding: 4px;
  margin: -20px 0 25px;
  float: right; }

.TT2pastPurchasesTipsDesc {
  width: 95%;
  background: #ffffd7;
  border: #ddd solid 1px;
  padding: 10px;
  margin: 5px; }

a#TT2seeMorePurchases {
  float: left;
  font-size: 12px; }

#TT2addEmailBtn {
  color: white;
  font-size: 18px;
  border-color: white;
  cursor: pointer; }

#TT2addtionalEmail {
  clear: both;
  display: none; }

#TT2doneAddedEmail {
  clear: both;
  display: none;
  margin-top: 10px; }

a.TTclosexyello {
  background: url(/tra2/images/closexyello.png);
  height: 16px;
  width: 16px; }
  a.TTclosexyello:hover {
    background-position: 0 16px; }

img.TT2messageSymbol {
  float: left;
  margin-bottom: 2px;
  margin-right: 2px; }

input.TT2button {
  background-color: #4e3790;
  color: white;
  font-size: 18px;
  border-color: white;
  cursor: pointer; }

input.TT2buttonSub {
  background: url("/tra2/images/submitbttn.png") no-repeat scroll left center #fff;
  cursor: pointer;
  width: 89px;
  height: 27px; }

#TTregSubmit {
  cursor: pointer; }

input.TT2doneSub {
  background: url("/tra2/images/donebttn.png") no-repeat scroll left center #fff;
  cursor: pointer;
  width: 77px;
  height: 25px; }

div.TT2yellowMessageLine1 {
  padding: 4px; }

.TT2ppSavedComment {
  font-size: 12px;
  font-weight: normal; }

#TT2footerFeedback {
  float: left;
  margin-left: 25px;
  margin-top: 5px;
  color: #7b7b7b; }

#TT2remindGroup {
  clear: both;
  display: none;
  background: #ff0;
  border: #ddd solid 1px;
  padding: 5px;
  margin: 5px; }

#TT2ignoreCommentBtn, #TT2goBackCommentBtn {
  background-color: #4e3790;
  color: white;
  font-size: 18px;
  border-color: white;
  cursor: pointer; }

#TTnetworkTitle h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

#TT2fbHeader {
  width: 626px; }

#TT2askWidget h3 {
  font-size: 18px;
  font-weight: bold; }

#TT2askWidget .TT2productImg {
  display: block;
  float: left;
  position: relative; }

#TT2askWidget .TT2cqa {
  clear: left;
  margin-top: 0;
  border-bottom: solid 1px #ddd;
  bormargin-top: 0;
  margin-bottom: 5px; }

.TT2asked {
  display: inline;
  padding: 3px 5px;
  width: auto; }

.TT3answersBlock {
  margin: 0 0 5px 0;
  padding: 20px 20px 0 20px;
  border-left: 10px solid #003049;
  display: none !important; }

.TT3replyInputBlock {
  padding: 10px 8px 0 0; }

.TT2askedUserPhoto {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  margin-left: 8px;
  margin-bottom: 10px;
  position: relative; }
  .TT2askedUserPhoto img {
    width: 45px;
    height: 45px;
    display: inline; }

.TT2bold {
  font-weight: bold; }

.TT2clearBoth {
  clear: both; }

#TT4AskAreaWrap {
  margin-bottom: 30px;
  margin-top: 15px; }

#TT2questionSection:before {
  content: "Ask a question";
  font-size: 1.25em;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  color: #003049;
  text-transform: uppercase; }

#TT2questionSection textarea {
  margin: 0 0 5px 0; }

#TT2answerBtnPanel {
  text-align: right; }

div.TT2awHeader {
  border-bottom: 1px solid #e6e7e8;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px; }

div.TT2userInputArea {
  background: #e7ecf3;
  padding: 10px 10px 5px 10px;
  margin-top: 10px; }
  div.TT2userInputArea textArea {
    width: 100%; }

.TT2right {
  float: right;
  position: relative; }

.TT2left, .TT2reviewSearchSortLeftRespCenter {
  float: left;
  position: relative; }

.TT2border {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #CCC; }

a.TT2link {
  text-decoration: underline; }

img.TT3buttonImg {
  cursor: pointer;
  border: 0; }

ul.TT2askReminder {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 10px; }

.TT4SysMsgBody {
  background: none repeat scroll 0 0 #fcf7d7;
  border: 1px solid #a7a9ac;
  margin: 10px 15px;
  padding: 5px;
  display: none; }

#TT2pastPurchasesDisplay .TT4SysMsgBody {
  width: 92%;
  margin-bottom: 10px;
  margin-top: 10px; }

a.TT2resendConfirmation {
  color: #3994d8; }

a.TT2itemLink:link, a.TT2itemLink:visited, a.TT2itemLink:active, a.TT2itemLink:hover, a.TT2itemLink:focus {
  color: #314c9b; }

.TT2verticalSeparator {
  color: #000;
  margin-left: 4px;
  margin-right: 4px; }

#TT2siteVisitsAdmin, #TT2mainMessage {
  text-align: center; }
  #TT2siteVisitsAdmin h3, #TT2mainMessage h3 {
    font-size: 18px; }

#TT2questionWidgetMessageArea {
  background: #ff0;
  border: #ddd solid 1px;
  padding: 5px;
  margin-bottom: 5px; }

.turnotoQuestionSubHed {
  font-size: 14px; }

.TT3itemBox {
  margin: 0;
  padding: 15px 0 0 0;
  border-left: 10px solid #003049;
  background-color: #ededed;
  overflow: hidden;
  position: relative; }

#TT2awQuestionSection.TT3itemBox {
  min-height: 65px; }

ul.TT3questionLinkLine {
  margin-top: 10px;
  padding-top: 0; }

#TurnToContent .TT3linkLine a, #TTtraWindow .TT3linkLine a, #TurnToReviewsContent .TT3linkLine a {
  color: #003049; }

.TT3artBox {
  margin: 10px 10px 10px 13px;
  overflow: hidden;
  position: relative; }

.TT3questCntr {
  margin-top: 10px; }

.TT3questWrp {
  padding-bottom: 7px; }

.TT3questBorder {
  border-bottom: 0; }

.TT3artCntr {
  padding-right: 5px;
  padding-top: 5px; }

.TT3ansArea {
  margin-left: 0;
  border: 1px solid #efefef;
  padding: 10px 12px 10px 12px;
  margin-top: -1px; }

.TT4vUpCnt {
  padding-left: 3px;
  padding-right: 15px; }

.TT4bestAnswerBlock .TT3ansArea {
  border: 0; }

.TT3questCntr .TT3ansArea {
  border-left: none;
  padding: 10px 0 10px 0;
  margin-left: 0;
  margin-top: 10px; }

.TT3questCntr .TT4bestAnswerBlock .TT3ansArea {
  padding-bottom: 0; }

.TT3itemBox .TT4vUpCnt {
  display: none; }

.TT3questCntr .TT4bestAnswerBlock .TT3ansArea[sqvbestanswer=true] {
  margin-left: 0;
  border: 1px solid #efefef;
  padding: 10px 12px 10px 12px;
  margin-top: -1px; }

.TT3borderBtm {
  border-bottom: 1px solid #777; }

.TT3linkLine, #TTtraWindow .TT3linkLine {
  margin-top: 10px;
  margin-left: 0;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #003049; }

ul.TT3linkLine {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 15px 15px 15px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  background-color: #c9c9c9;
  color: #003049; }
  ul.TT3linkLine li {
    display: inline-block;
    white-space: nowrap;
    margin-top: 10px;
    margin-right: 10px;
    text-decoration: underline;
    /* &:after {
      content: "\00b7";
      padding: 0 10px;
      font-weight: bold;
    } */ }
    ul.TT3linkLine li:last-child:after, ul.TT3linkLine li.TTnoMiddot:after {
      content: ''; }

.TT3ansArea .TT3linkLine, #TTtraWindow .TT3ansArea .TT3linkLine, .TT3rplyCntr .TT3linkLine, #TTtraWindow .TT3rplyCntr .TT3linkLine {
  margin-left: 0;
  font-size: 11px;
  font-weight: normal;
  margin-top: 0;
  color: #003049; }

#TurnToContent .TT3linkLine a, #TTtraWindow .TT3linkLine a, #TurnToContent .TT3linkLine a:hover, #TTtraWindow .TT3linkLine a:hover {
  color: #003049; }

#TTrespDesktopDisp, .TT4addAnswer {
  display: none; }

#TurnToContent .TT3ansArea .TT3linkLine a, #TTtraWindow .TT3ansArea .TT3linkLine a, #TurnToContent .TT3rplyCntr .TT3linkLine a, #TTtraWindow .TT3rplyCntr .TT3linkLine a {
  margin-left: 0;
  color: #003049; }

.TT3IQContainer {
  display: none; }

.TT3vcnt, .TTdialog .TT3vcnt {
  text-align: center;
  font-size: 10px;
  margin-top: -2px;
  margin-bottom: -2px; }

.TT3, .TTdialog .TT3 {
  padding: 14px 0 14px 10px;
  font-size: 14px;
  background-color: #003049;
  color: #fff; }

.TT4 {
  padding: 2px 0 2px 0; }

.TT5, .TTdialog .TT5 {
  background-color: #4c68bf;
  color: #fff;
  padding: 10px;
  width: 120px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  font-size: 12px;
  text-align: center; }

.TT6 {
  float: left;
  margin: 10px 0 11px 15px;
  font-size: 14px; }

.TT7 {
  font-weight: bold;
  word-wrap: break-word;
  display: inline-block; }

.TT8 {
  background-color: #fff;
  clear: both;
  color: #c7c7c7;
  margin: 3px 0;
  padding: 8px 0 3px 0; }

#TTSubDialogSection .TT8 {
  background-color: #1057a8;
  color: #fff; }

.commerceBanner {
  margin: 10px 0;
  padding: 8px;
  background: none repeat scroll 0 0 #e4ebf5;
  font-weight: bold; }

.TTpoweredby, .TTdialog .TTpoweredby {
  float: left;
  font-size: 9px;
  padding: 5px 5px 0 0; }

.TTpoweredby {
  margin: -15px 0 0 -8px; }
  .TTpoweredby a {
    color: #7c7c7c; }

#TurnToContent, #TurnToReviewsContent, #TTtraWindow, .TT4questSqv {
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-spacing: .5em;
  color: #58595b; }

#TTtraWindow {
  box-shadow: 0px 1px 10px 1px #000;
  background: #fff; }

.TT3tabClose {
  background-image: url("../images/tabClose.gif");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  display: block;
  height: 12px;
  width: 12px;
  float: right;
  margin-left: 5px; }

#TT3allAnsLinks {
  margin-top: 10px; }

#TT3IQContainer {
  margin-top: 0; }

#TT2stfRadioDiv {
  margin: 9px 0 20px 30px; }

#TT2staffMsg {
  float: left;
  margin: 20px 0 5px 0;
  display: none; }

.TT3itemText {
  min-height: 30px; }

.TTdialog .TT3ugcCnt {
  color: #4c68bf;
  font-size: 14px;
  margin-top: 7px;
  padding-bottom: 3px; }

.TT3ugcVoteCnt {
  color: #000; }

.TT3Indent {
  margin-left: 58px; }

.TT3itemBox .TT3Indent, .TT3Indent > .TT3Indent {
  margin-left: 20px; }

.TT3rplyCntr {
  padding-bottom: 8px;
  padding-top: 8px;
  margin-right: 5px;
  word-wrap: break-word; }

.TT3commentCntr {
  border-image: none;
  border: 1px solid #d5d5d5;
  margin: 10px 15px 0 0;
  padding: 10px 10px 10px 10px;
  background-color: #fff; }

#TT4commentsRight .TT3commentCntr {
  margin-right: 0; }

#TT4commentsLeft, #TT4commentsRight {
  float: left;
  width: 50%; }

.TTcommentInfo {
  margin-top: 10px; }

#TT3RightLinks {
  float: right;
  text-align: right;
  padding-top: 5px;
  font: 1.1em;
  color: #fff; }
  #TT3RightLinks #TT3AmqLink {
    display: none; }
  #TT3RightLinks #TT3MyQALink {
    color: #000; }

.TT3tmbOn {
  font-weight: bold !important; }

.TT3ProfileName {
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px; }

#TT3toplinks {
  font-size: 12px; }

#TTmatchesHi {
  font-size: 15px; }

.TTlogoutLink {
  font-size: 11px; }

.TTheader {
  margin-top: 5px; }

.TT3aboutLine, .TTdialog .TT3aboutLine {
  font-size: 11px;
  margin-bottom: 10px;
  color: #666;
  margin-left: 15px; }

#TurnToContent .TT3aboutLine a, #TTtraWindow .TT3aboutLine a, #TurnToReviewsContent .TT3aboutLine a {
  font-style: italic;
  color: #003049; }

.TT3Qleft {
  float: left;
  width: 78%; }

.TT3right {
  float: right; }

#TT3UPAnsSec, #TT3UPquestSec {
  margin-left: 3px;
  margin-top: 20px; }

#TT3UPCommentSec {
  margin-left: 3px;
  margin-top: 20px; }
  #TT3UPCommentSec .TT3ansArea {
    margin-top: 10px; }

.TT4UPnoUGC {
  font-size: 14px; }

.TT4metaGray {
  color: #7c7c7c; }

#TTUPReviewSec {
  margin-top: 20px;
  padding-top: 4px;
  font-size: 12px; }

#TurnToContent .TT3AmqLink, #TTtraWindow .TT3AmqLink {
  font-size: 10px; }

#TT3AmqHeader {
  font-size: 14px;
  font-weight: bold;
  display: none; }

#TT3AmqThank {
  font-size: 16px;
  font-weight: bold; }

.TT3ShowMore, #TTtraWindow .TT3ShowMore {
  border-bottom: 1px solid #e6e7e8;
  border-top: 1px solid #e6e7e8;
  display: none;
  margin: 5px 0 10px;
  padding: 15px 15px 15px 0;
  text-align: left;
  font-size: 14px; }

.TT3ShowMore a {
  position: relative;
  display: block;
  overflow: auto;
  height: 33px; }
  .TT3ShowMore a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.TT3ShowMoreText {
  padding-left: 10px;
  margin-left: 31px;
  display: inline-block; }

#TT2askRewardMsg {
  margin: 0; }

.TT3askButtonText, .TTdialog .TT3askButtonText, .TT3askButtonDetails, .TTdialog .TT3askButtonDetails {
  font-size: 13px; }

.TT3customerQaLabel {
  float: left;
  font-size: 20px; }

.TT3answerLink {
  font-weight: bold; }

#TT2askInstText {
  font-size: 10px;
  color: gray; }

#TT3questCustText {
  float: left;
  margin-left: 8px;
  margin-top: 3px;
  width: 90%; }

#TT3questStfText {
  float: left;
  margin-left: 8px;
  margin-top: 5px;
  width: 90%; }

#TT2questCust {
  float: left;
  margin-top: 3px; }

#TT2questStf {
  float: left;
  clear: left;
  margin-top: 5px; }

#TurnToContent em {
  font-style: normal;
  font-weight: bold !important;
  background-color: yellow; }

#TT3searchTerm {
  width: 250px;
  outline: transparent;
  padding: 0;
  border: 0; }

#TT3searchResults {
  color: gray;
  display: none; }

#TT3advancedDiv {
  display: none;
  background-color: #e1edfa;
  padding: 5px 5px 5px 5px;
  margin: 10px 0;
  width: 500px; }

.TT3fixedWidth {
  width: 23px;
  float: left;
  font-weight: bold;
  line-height: 14px; }

#TT3searchBox {
  background-color: white;
  border: solid 1px black;
  margin-top: -4px;
  width: 270px; }

#TurnToContent .TT3miqaQuestionItem img, #TTtraWindow .TT3miqaQuestionItem img {
  border: 1px solid #e6e7e8;
  width: 100%; }

#TurnToContent .TTsmallBtn, #TTtraWindow .TTsmallBtn {
  padding: 3px 10px 3px 10px;
  border-radius: 4px;
  border: 0;
  color: #fff !important;
  font-size: 12px;
  cursor: pointer;
  background-color: #588abd; }

#TurnToContent .TTsmallBtn:hover, #TTtraWindow .TTsmallBtn:hover {
  text-decoration: none;
  background-color: #5f95cb; }

#TurnToContent .TTbigBtn, #TTtraWindow .TTbigBtn {
  padding: 6px 25px;
  border-radius: 4px;
  border: 0;
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
  background-color: #588abd; }

#TurnToContent .TTbigBtn:hover, #TTtraWindow .TTbigBtn:hover {
  text-decoration: none;
  background-color: #5f95cb; }

.TT3searchBtn {
  float: left; }

#TT3clearSearch {
  padding-right: 5px;
  visibility: hidden; }

#TT3relatedQuestionsWrp {
  margin-top: 40px; }

.TT3storeBadge {
  font-weight: normal;
  background-color: #003049;
  color: #fff;
  padding: 0 6px;
  margin: 0 4px;
  font-size: 10px; }

.TT3staffBadge {
  font-weight: normal;
  background-color: #003049;
  color: #fff;
  padding: 0 6px;
  margin: 0 0 0 4px;
  font-size: 10px; }

.TT3expertBadge {
  font-weight: normal;
  background-color: #003049;
  color: #fff;
  padding: 0 6px;
  margin: 0 4px;
  font-size: 10px; }

.TT4controlLine {
  font-size: 11px;
  margin-top: 10px; }

.TT3helpful {
  cursor: pointer; }

#TTexUgcL {
  float: left;
  margin-top: 25px;
  font-style: italic;
  color: #7c7c7c; }

#TTexUgcR {
  float: right;
  margin-top: 3px;
  font-size: 13px;
  color: #000; }
  #TTexUgcR select {
    width: 100%; }

#TurnToContent #TTexUgcR a, #TTtraWindow #TTexUgcR a {
  color: #fff; }

#TT3answLnks {
  float: left; }

.TT3chatterFullBox {
  font-size: 10px;
  background-color: white;
  padding: 8px;
  border: solid 1px #aaa;
  box-shadow: 5px 5px 5px -2px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 5px 5px 5px -2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(34, 25, 25, 0.4); }

#TT3chatterBox h2 {
  margin: 0 0 3px 5px; }

#TT3chatterBox a {
  text-decoration: none; }

#TT3whatsThisDialog {
  position: absolute;
  right: 0;
  width: 80%;
  padding: 5px;
  color: #000;
  border: solid 1px #000;
  background-color: #fff;
  text-align: left;
  z-index: 1;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0 0 5px #888;
  display: none; }

.TT3chatterComment {
  margin-bottom: 5px; }

#TT3nextBtn, #TT3prevBtn {
  display: none;
  z-index: 2; }

#TT3nextBtn img {
  background: url("../images/arrows.png") no-repeat -78px; }

#TT3nextBtn:hover img {
  background: url("../images/arrows.png") no-repeat -117px; }

#TT3prevBtn img {
  background: url("../images/arrows.png") no-repeat -39px; }

#TT3prevBtn:hover img {
  background: url("../images/arrows.png") no-repeat; }

.TT3ccTimeStamp {
  color: #777;
  padding-left: 5px;
  font-size: 12px; }

#TT3fetchMore {
  text-align: center;
  background-color: #fff; }

.TT3commentText {
  font-size: 12px; }

#TT3IAContainer-SYSGEN .TT3askedBy {
  font-size: 11px; }

.TT3comment .TT3askedBy {
  font-size: 12px; }

.TT3chatterLink {
  font-size: 11.5px; }

.TT3fullChatterItemLink, .TT3fullChatterAskedBy {
  font-size: 12px; }

.TT3chatterFullCommentText {
  font-size: 13px; }

#TTpartnerRegWindowClose {
  float: right;
  padding: 2px;
  text-decoration: none;
  font-size: 12px; }

.TT3replyInputBlock .TT3aAnchorLeft {
  display: none; }

.TT3c100, .TT3c101 {
  padding: 15px;
  margin-top: 3px;
  background: #e6ebf5; }

.TT3purchased, .TT3atLabel {
  color: #aaa;
  font-size: 10px;
  font-weight: normal; }

#TurnToContent .TT3purchased a,
#TTtraWindow .TT3purchased a,
#TurnToContent .TT3atLabel a,
#TTtraWindow .TT3atLabel a {
  color: #000; }

#TT2shareTextArea {
  resize: none; }

.TT3shareBtns {
  display: none; }

.TT3chatterFullBox:hover .TT3shareBtns {
  display: block; }

#TurnToFullComments a img {
  border: 0; }

#TurnToContent .TT3suggestQuestionItem, #TTtraWindow .TT3suggestQuestionItem {
  margin-top: 10px; }

#TT3suggestQuestionList {
  padding-left: 20px; }

#TT3suggestQuestionNote {
  font-size: 10px; }

#TT3thankHighlight {
  display: block; }

.TTsoloQuestionMsg {
  font-size: 18px;
  color: #c09853; }

.TT3soloQuestHeader {
  clear: both; }

#TTextNQA {
  clear: both;
  margin-top: 5px;
  margin-bottom: 15px; }

.TT3miqaRsltsRow1 {
  top: 18px; }

.TT3miqaRsltsRow2 {
  top: 156px; }

.TT3searchDivMiq {
  width: 97%; }
  .TT3searchDivMiq .TT2imgLoading {
    padding: 7px 12%; }

.TT3searchDiv-srchTrm {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-width: 1px 0 1px 1px;
  position: relative;
  float: left;
  width: 72%; }

#TTtraSubWindow .TT3miqaRslts {
  margin: 18px -17px 0; }

.TT3miqaRslts .TT3miqaItem {
  float: left;
  overflow: hidden;
  margin-right: 8px;
  min-height: 155px;
  width: 120px;
  text-align: center;
  position: relative;
  cursor: pointer; }

.TT3miqaRslts .TT3miqaItemTitle {
  margin-bottom: 45px;
  font-size: 11px;
  color: #5a5a5a;
  word-wrap: break-word;
  text-align: center; }

#TTtraSubWindow .TT3miqaDoneArea {
  margin-right: -17px; }

input[type="text"].TT3SearchTermMiqa {
  border: medium none;
  outline: medium none transparent;
  vertical-align: top;
  height: 27px;
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 98%;
  margin-left: 0;
  padding: 5px 4px 6px; }

.TT4miqaRsltsContainer {
  position: relative;
  overflow: hidden;
  height: 300px;
  /*262px;*/ }

.TT4ansMiqaAnsBtns .TT4miqaRsltsContainer {
  height: 190px;
  /* 124 */ }

.TT4miqaScrollRContainer {
  height: 225px;
  margin-top: 18px;
  visibility: hidden;
  -moz-user-select: none;
  -webkit-user-select: none; }

.TT4miqaScrollLContainer {
  height: 225px;
  margin-top: 18px;
  visibility: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  float: left;
  margin-left: 10px;
  margin-right: 12px; }

.TT4miqaScrollRContainer {
  float: right;
  margin-left: 12px;
  margin-right: 25px; }

.TT4miqaContainer .TT4miqaScrollRContainer {
  height: 107px;
  width: 12px;
  margin-top: 0;
  visibility: hidden; }

.TT4miqaContainer .TT4miqaScrollLContainer {
  height: 107px;
  width: 12px;
  margin-top: 0;
  visibility: hidden;
  margin-right: 8px;
  margin-left: 0; }

.TT4miqaContainer .TT4miqaScrollRContainer {
  margin-left: 8px;
  margin-right: 0; }

.TT4miqaScrollL, .TT4miqaScrollR {
  display: inline-block;
  height: 18px;
  width: 10px;
  margin-top: 118px;
  cursor: pointer;
  *display: inline;
  zoom: 1; }

.TT4miqaScrollL {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -661px -428px; }

.TT4miqaScrollR {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -686px -428px; }

.TT4ansMiqaAnsBtns .TT4miqaScrollR, .TT4ansMiqaAnsBtns .TT4miqaScrollL {
  margin-top: 45px; }

.TT4miqaContainer .TT4miqaScrollR, .TT4miqaContainer .TT4miqaScrollL {
  margin-top: 45px; }

.TT4ansMiqaAnsBtns .TT4miqaScrollRContainer, .TT4ansMiqaAnsBtns .TT4miqaScrollLContainer {
  height: 90px; }

.TT4ansMiqaAnsBtns .TT4miqaScrollLContainer {
  display: none; }

.TT4ansMiqaAnsBtns .TT4miqaScrollRContainer {
  display: none; }

#TTtraWindow input.TT3SearchTermMiqa {
  width: 243px;
  border: 0; }

.TT3miqaRslts .TT3transparent {
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: white;
  padding-top: 32%; }

.TT3miqaRslts .TT3add {
  /*display: block !important;*/
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -37px;
  width: 45px;
  vertical-align: middle;
  text-align: right;
  background-color: white;
  border: 2px solid #a5a5a5;
  padding: 4px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }
  .TT3miqaRslts .TT3add:after {
    content: '+';
    padding-left: 4px; }

.TT3SelectItemsMiqa {
  margin-left: 125px; }

.TT3miqaSection {
  margin: 20px 0 0 0;
  position: relative;
  height: 107px;
  overflow: hidden; }

.TT4miqaContainer {
  position: relative; }

.TT3miqaRsltsCnt {
  padding-top: 5px;
  margin-left: 5px;
  font-size: 10px;
  color: #555; }

.TT3miqaQuestionItem {
  cursor: pointer;
  float: left;
  margin: 0 0 10px 10px;
  position: relative;
  text-align: center;
  width: 80px; }

.TT3miqaAttachedAnsItem {
  cursor: pointer;
  float: left;
  height: auto;
  margin: 4px 0 10px 20px;
  position: relative;
  text-align: center;
  width: 80px;
  border: 1px solid #e6e7e8; }
  .TT3miqaAttachedAnsItem:first-child {
    margin: 4px 0 10px 0; }

.TT3miqaAnsAttachedAImg {
  width: 100%; }

.TT3ansArea .TT3miqaQuestionItem {
  background-color: transparent; }

.TT3miqaQuestionItem:first-child {
  margin-left: 0; }

.TT3miqaAttachedItem {
  position: relative;
  float: left;
  margin-right: 5px; }

.TT3miqaAnswer {
  width: 60%; }

.TT3miqaAnswer .TT3miqaAttachedItem {
  position: relative;
  float: left;
  margin-top: 0;
  margin-right: 5px; }

#TT3awMiq div {
  text-align: center; }

.TT3miqaAttachedImg {
  width: 50px;
  border: 1px solid #e6e7e8; }

#TT3miqaAttachedItems {
  height: 70px;
  overflow: hidden;
  width: 100%; }

#TTSubDialogSection #TT3MiqAdvSearch {
  font-size: 10px; }

#TT3miqaDoneImg {
  background-image: url("../images/donebttn.png");
  background-repeat: no-repeat;
  width: 75px;
  height: 27px; }

.TTitemPickerClose {
  background: url("../images/interface/icon-close-cross.png") no-repeat scroll center center;
  display: inline-block;
  height: 17px;
  width: 14px;
  position: absolute;
  right: 10px;
  margin-top: 2px;
  cursor: pointer; }

.TT4miqAdd {
  /*background: url("../images/tra-boxed-sprites.png") no-repeat scroll -330px -524px;*/
  cursor: pointer;
  display: block;
  margin-top: 9px;
  /*20px;*/
  margin-left: -2px;
  width: 100%;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }
  .TT4miqAdd:before {
    content: 'Add +';
    text-transform: uppercase; }

#TTpartnerRegWindow {
  overflow: visible;
  display: block;
  position: absolute;
  z-index: 120002;
  outline: 0;
  border: solid 3px #919191; }

#TTpartnerRegWindowMobile {
  overflow: visible;
  display: block;
  position: absolute;
  z-index: 120002;
  outline: 0;
  top: 10px;
  margin: auto;
  width: 90%;
  height: 90%;
  border: solid 3px #919191; }

#TT3overlayHeader {
  margin-left: 10px;
  padding-bottom: 13px;
  display: none;
  width: 96%;
  overflow: auto; }

#TT4UPinfo {
  color: #000;
  padding: 15px;
  background-color: #fff; }
  #TT4UPinfo a {
    color: #000; }

.TT3qText {
  display: inline-block;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  color: #003049;
  cursor: pointer;
  word-wrap: break-word; }
  .TT3qText.TTproductImgPresent {
    width: 83%; }

#TT4iaResultsR .TT3qText {
  color: #58595b;
  font-size: 12px;
  font-weight: bold; }

#TT4inlineSqvQ .TT3qText {
  cursor: initial; }

#TTchooseAnon {
  margin-bottom: 3px;
  padding: 30px 0 30px 10px; }

#TTqRegHeader {
  font-size: 14px; }

.TTlineThick {
  height: 2px;
  background-color: #dcddde;
  margin: 15px 0 15px 0; }

.TT2ppComment {
  margin-top: 10px; }

#TurnToContent .TT3metaText,
#TTtraWindow .TT3metaText,
#TurnToReviewsContent .TT3metaText {
  padding: 0 15px;
  font-size: 11px; }

input[type="checkbox"].TTcheckbox {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-position: 0 0; }

.TTlabel {
  padding-left: 20px;
  height: 15px; }

.TT3commentCntr .TT3timeStamp {
  font-size: 10px; }

.TTbestAnswer {
  padding-left: 15px;
  color: #b2292e;
  font-weight: normal; }

.TTshownAnswer {
  color: #003049;
  font-weight: bold; }

#TTmiqInline {
  height: 365px;
  /*340px;*/
  margin-left: 10px; }
  #TTmiqInline #TT3miqaSearchLabel {
    margin-left: 5px; }
  #TTmiqInline #TT3miqaRslts {
    border-bottom: 0; }

#TT3UPContent .TTtitle, .TTtitle {
  font-size: 14px;
  font-weight: bold; }

.TT3selectedItem {
  float: left;
  width: 125px;
  word-wrap: break-word;
  width: 33%; }

.TT3youBadge {
  color: #fff;
  padding: 0 6px;
  margin: 0 0 0 4px;
  font-weight: normal;
  font-size: 10px;
  background-color: #003049; }

.TThr {
  display: none; }

.TT12 {
  padding: 10px; }

.TTsocialOptions, #TT2questionReg {
  padding: 15px;
  margin-top: 3px;
  background: #e6ebf5; }

#TT3miq {
  border: 2px dashed #a5a5a5;
  cursor: pointer;
  width: 55px;
  height: 38px;
  /*66px;*/
  margin-right: 5px;
  padding: 8px 2px 0 10px;
  text-align: center;
  float: left;
  box-sizing: content-box; }

#TT3MiqAdvancedDiv {
  margin-left: 20px; }

#TT4inlineSqvQ, #TT4inlineSqvR {
  padding: 0 0 5px 0; }

.TT4instantAnswersQ, .TT4instantAnswersR {
  display: none;
  padding: 0 11px 3px 11px; }

#TT3error {
  display: none;
  margin-bottom: 0; }

.TT3inlineAnswer {
  width: 100%;
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
  border-color: #999;
  border-radius: 0; }

.TT3inlineAnswerIB {
  margin: 0 0 2px 0;
  overflow-x: hidden; }

#TT4questionTextWrap {
  overflow: auto;
  position: relative; }

#TurnToContent textarea#TT2questionText,
#TTtraWindow textarea#TT2questionText {
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
  width: 95%;
  height: 22px;
  padding-top: 11px;
  min-height: 38px;
  resize: none;
  border: 0;
  overflow: hidden;
  outline: 0; }

#TT4questionTextHelpBox {
  margin: 0;
  text-align: right;
  height: 60px;
  float: right; }

#TT4questionTextHelpCloser {
  position: absolute;
  right: 20px; }

#TT4questionTextHelpContent {
  width: 100%;
  float: left; }

#TT4infoCol1 span, #TT4infoCol2 span {
  font-weight: bold; }

#TT4infoCol1, #TT4infoCol2 {
  float: left;
  width: 50%; }

#TT4infoCol1 p, #TT4infoCol2 p {
  padding-top: 10px;
  margin: 0; }

#TT4infoCol1cont, #TT4infoCol2cont {
  padding: 0 20px 0 0; }

#TT4infoCol2 ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 2px;
  margin-left: 1em; }

#TT4infoCol2 li {
  list-style: disc; }

.TT4sqUL, .TT4instAnsUL {
  margin: 0;
  padding: 0; }

#TT4iaResultsQ .TT3itemBox, #TT4iaResultsR .TT3itemBox {
  margin-bottom: 13px;
  cursor: pointer; }

#TurnToContent #TT3iaShowMore, #TTtraWindow #TT3iaShowMore {
  margin-top: 15px; }

#TTteaserHelp {
  background-color: #fcf7d7;
  border: 1px solid #a7a9ac;
  display: none;
  margin-top: 10px;
  padding: 3px;
  margin-left: 47px;
  width: 78%; }

#TTteaserHeader {
  margin-bottom: 10px; }

#TTteaserFooter {
  margin-top: 10px;
  cursor: pointer;
  font-size: 12px; }

.TTsqvBorder {
  padding: 4px 11px 2px 11px; }

#TurnToReviewsContent .TTsqvBorder {
  padding: 0; }

.TTinputTeaserHeader {
  color: #008;
  font-weight: bold;
  margin-bottom: 4px;
  width: 210px; }

.TTinputTeaserBubble1 {
  background: url("../images/tra-boxed-sprites.png") no-repeat -660px -300px;
  display: inline-block;
  height: 20px;
  width: 23px;
  margin-top: 4px;
  z-index: 5;
  position: absolute;
  text-decoration: none; }

.TTinputTeaserSearchline {
  color: #888;
  margin-top: 7px;
  height: 25px;
  width: 335px; }

.TTteaSearchLink {
  color: #888;
  text-decoration: underline; }

#TTinputTeaserQ {
  border: medium none;
  outline: medium none transparent;
  padding-top: 7px;
  padding-left: 30px;
  width: 214px;
  background-color: transparent;
  resize: none;
  font-family: helvetica;
  font-size: 13px; }

#TTinputTeaserBox {
  float: left;
  font-size: 12px;
  width: 245px;
  height: 28px;
  border: solid 1px #eee;
  background-color: #fff; }

.TTinputTeaserNext {
  background: url("../images/tra-boxed-sprites.png") no-repeat -660px -253px;
  display: block;
  height: 28px;
  width: 61px;
  float: right;
  text-decoration: none; }

#TTinstructCopy {
  float: left;
  height: 177px;
  margin-top: 2px;
  padding: 19px 0 0 10px;
  width: 21.2%; }

#TTtraWindow #TTinstructCopy {
  width: 20.2%; }

#TTsuggestedQs {
  list-style: none outside none;
  margin: 10px 0;
  padding: 0; }

.TT4sqLI {
  margin-top: 10px; }

#TTmiqArea, #TurnToContent {
  position: relative; }

#TTmiqBubble {
  background-color: #fff;
  margin: 12px 0 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc; }

#TT2questionSection .TT4askQ, #TT4iaResultsR .TT4askQ {
  margin-bottom: 0;
  font-size: 13px; }

.TTartBody {
  margin-bottom: 5px; }

#TT3CustomerQaLabelItemTitle {
  font-size: 20px; }

#TT4miqAbout {
  margin-bottom: 14px;
  margin-top: 0;
  padding: 8px 0;
  height: 20px;
  float: left; }

#TT4qTypeSwitcherWrp1, #TT4qTypeSwitcherWrp0 {
  margin-left: 10px; }

#TT4qTypeSwitchCategory {
  display: none;
  margin: 0 0 0 10px; }

#TT4CatQAbout {
  margin-bottom: 20px;
  padding: 6px 0;
  height: 20px; }

#TT2questionCharCount {
  margin-bottom: 0; }

#TTregForm {
  margin-top: 15px; }

#TT2questionRegFormTable {
  width: 100%; }

#TTSubScreen {
  padding: 0; }

#TT2answerBtnPanel {
  margin-top: 13px; }

.TT4inlAnsErrors {
  margin-left: 0;
  width: 94%; }

.TT3replyInputBlock .TT4inlAnsErrors {
  margin-left: 0; }

#TT2questionRegClose {
  margin-left: auto;
  margin-right: auto; }

.TT3answerBtn {
  float: right; }

#TTaskAreaBtnLine_instr {
  font-size: 10px;
  color: gray;
  height: 12px;
  padding-top: 8px;
  float: right; }

#TTaskAreaBtnLine {
  vertical-align: middle;
  padding: 20px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 5px 5px 5px #ccc;
  overflow: auto; }

.TTaskOwnerBtnWrap {
  float: right;
  margin-top: 10px; }
  .TTaskOwnerBtnWrap .TTbigSubmitBtn {
    display: inline-block;
    background-color: #003049;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 12px 15px;
    font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center; }
    .TTaskOwnerBtnWrap .TTbigSubmitBtn:before {
      content: 'Submit';
      display: inline-block; }
  .TTaskOwnerBtnWrap .TTcancelBtn {
    display: inline-block;
    background-color: #b7b7b7;
    color: #fff;
    letter-spacing: 0.05em;
    width: auto;
    height: auto;
    padding: 12px 15px;
    font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px; }
    .TTaskOwnerBtnWrap .TTcancelBtn:before {
      content: 'Cancel';
      display: inline-block; }

#TT2ppCloseBtn {
  margin-left: auto;
  margin-right: auto; }

#TT2email, #TT2pastPurchasesDisplay textarea {
  border: 1px solid #e6e7e8; }

.TT3ilaHi {
  padding: 0 0 10px; }

#TT3soloQuestionViewQ .TT3ansArea .TT3carouselRight, #TT3soloQuestionViewQ .TT3ansArea .TT3carouselLeft {
  margin-top: 38px; }

#TT3soloQuestionViewR .TT3ansArea .TT3carouselRight, #TT3soloQuestionViewR .TT3ansArea .TT3carouselLeft {
  margin-top: 38px; }

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

.TT4answerBtns {
  position: relative;
  margin-top: 0; }
  .TT4answerBtns:before {
    content: "If your answer refers to other items in our catalog, you can attach them here";
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    position: relative;
    top: -2px; }

#TTaskWhatBox {
  float: left;
  height: 47px;
  margin-top: 2px;
  padding-top: 28px;
  width: 22.7%; }

#TTtraWindow #TTaskWhatBox {
  width: 21.7%; }

#TTaskWhat {
  padding-left: 10px; }

.TT3answerMiqa {
  border: 2px dashed #a5a5a5;
  cursor: pointer;
  width: 55px;
  height: 66px;
  margin-right: 5px;
  padding: 8px 2px 0 10px;
  text-align: center;
  float: left;
  box-sizing: content-box; }

.TTmiqaBubble {
  background-color: #fff;
  margin: 12px 0 0 0;
  padding: 2px;
  border: 1px solid #a5a5a5; }

.TTmiqaInline {
  height: 260px !important;
  /* 340 */
  margin-left: 10px; }

.TT4ansMiqaAnsBtns {
  position: relative;
  margin-top: 5px;
  margin-left: 0;
  width: 100%; }

#TT2answerWidget .TT4ansMiqaAnsBtns {
  width: 100%; }

.TT4ansBtns {
  float: right;
  width: 40%;
  text-align: center; }
  .TT4ansBtns a,
  .TT4ansBtns div {
    width: 48%;
    padding-top: 12px !important;
    padding-bottom: 12px;
    font-size: 13px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
  .TT4ansBtns a {
    margin-right: 3% !important;
    background-color: #b7b7b7; }
  .TT4ansBtns div {
    background-color: #003049;
    color: #fff;
    letter-spacing: 0.05em; }

#TT3quest-SYSGEN .TT3askedBy {
  font-size: 10px;
  padding-top: 10px; }

#TT3quest-SYSGEN .TT4controlLine {
  font-size: 11px; }

.TT3aText {
  word-wrap: break-word; }

.TT3showText {
  font-weight: bold; }

#TurnToContent .TT3aText a, #TTtraWindow .TT3aText a {
  text-decoration: underline; }

#TTregCancel {
  margin-right: 10px;
  padding-top: 10px; }

#TTauthOr {
  float: left;
  padding: 26px 10px;
  box-sizing: border-box; }

#TTregLeft {
  width: 44%;
  float: left; }

#TTregRight {
  float: left;
  margin-left: 30px;
  width: 43%; }

#TTtraWindow #TTregRight input {
  height: 20px;
  width: 190px; }

#TTregBtns {
  margin-top: 30px;
  padding: 0 15px 15px 15px;
  box-sizing: border-box; }

#TTregInfoText {
  padding: 5px 0 0 15px; }

#TTtraWindow a#TTregSkip {
  padding-top: 15px;
  color: #003049; }

#TTregInstrText {
  padding: 15px 15px 20px 15px; }

#TT4instAnswNext {
  cursor: pointer;
  float: right;
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -660px -1946px;
  border: medium none;
  height: 31px;
  width: 185px; }
  #TT4instAnswNext:hover {
    background: url("../images/tra-boxed-sprites.png") no-repeat scroll -660px -1991px; }
  #TT4instAnswNext.TTrespDesktopDisp {
    width: 100px;
    height: 40px;
    background: url("../images/interface/qa-next-button.png") no-repeat scroll center center; }
    #TT4instAnswNext.TTrespDesktopDisp:before {
      content: 'Next'; }
  #TT4instAnswNext.TTrespMobileDisp {
    display: none !important; }

.TT4voteArrow {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -700px -933px;
  display: block;
  float: right;
  height: 20px;
  margin-left: 8px;
  width: 20px; }

#TurnToContent .TTanswerMiqaHelpText,
#TTtraWindow .TTanswerMiqaHelpText {
  width: 45%;
  float: left; }

#TurnToContent .TTanswerMiqaHelpText {
  display: none; }

#TurnToContent .TTquestionMiqaHelpText, #TTtraWindow .TTquestionMiqaHelpText {
  width: 35%;
  float: left; }

#TurnToContent .TTanswerMiqaHelp, #TTtraWindow .TTanswerMiqaHelp, #TurnToContent .TTquestionMiqaHelp, #TTtraWindow .TTquestionMiqaHelp {
  font-size: 11px; }

.TTanswerMiqaHelpArrow {
  display: none;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 11px;
  padding-right: 3px; }

.TT4showMoreImg {
  background-position: 0 -445px;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -342px;
  position: absolute;
  top: 1px;
  left: 0;
  zoom: 1; }

.TTanswerInputArea {
  margin-top: 4px; }
  .TTanswerInputArea:before {
    content: "Enter an answer to this question";
    font-size: 14px;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    color: #003049;
    text-transform: uppercase; }

#TurnToContent textarea {
  padding: 11px 10px 11px;
  height: 42px;
  font-size: 14px; }

.TT3replyInputBlock .TTanswerInputArea {
  margin-left: 0;
  padding-bottom: 10px; }

#TT3nickNameBox, .TT2questionRegSel2, .TT2questionRegSel1 {
  background: #e6ebf5; }

#TTscrollArea {
  background-color: transparent;
  margin-right: -7px;
  overflow-y: auto;
  overflow-x: hidden; }

#TT3profile {
  width: 97.6%; }

.TTprofileEmail {
  width: 453px; }

.TTprofileName {
  width: 47.8%; }

.TTqRegEmail, .TTqRegNickName {
  width: 460px; }

.TTqRegName {
  width: 47.8%; }

#TTsocialSignOn {
  padding: 15px 10px; }

.TTansRegEmail {
  width: 456px; }

.TTansRegNickName {
  width: 456px;
  margin: 0 0 10px 0; }

.TTansRegName {
  width: 47.8%; }

.TTsmallSubmitBtn {
  display: inline-block;
  background-color: #003049;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100px; }

.TTcancelBtn {
  display: inline-block;
  background-color: #b7b7b7;
  color: #fff;
  letter-spacing: 0.05em;
  width: 100px;
  height: auto;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px; }

.TTdoneBtn {
  display: inline-block;
  background-color: #003049;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100px; }

.TTsaveBtn {
  display: inline-block;
  background-color: #003049;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100px; }

.TTsearchBtn {
  background-color: #c9c9c9;
  border: medium none;
  padding: 12px 0;
  width: 26%;
  font-size: 13px;
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  .TTsearchBtn:hover {
    cursor: pointer;
    background-position: 0 -1688px; }
  .TTsearchBtn:before {
    content: 'Search'; }

.TTbigSubmitBtn {
  display: inline-block;
  background-color: #003049;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: auto; }

.TTupdateBtn {
  display: inline-block;
  background-color: #003049;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: auto; }

.TTblankBtn {
  display: inline-block;
  background-color: #b7b7b7;
  color: #fff;
  letter-spacing: 0.05em;
  width: auto;
  height: auto;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-left: 10px; }

.TTcancelDupBtn {
  display: inline-block;
  background-color: #b7b7b7;
  color: #fff;
  letter-spacing: 0.05em;
  width: auto;
  height: auto;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-left: 10px;
  width: 150px; }

/*
.TTcloseBtn {
  	display: inline-block;
	background-color: $grey-lt11;
	color: $white;
	letter-spacing: 0.05em;
	width: auto;
	height: auto;
	padding: 12px 15px;
	font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
    margin-left: 10px;
}
*/
.TTconfirmDupBtn {
  display: inline-block;
  background-color: #003049;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 12px 15px;
  font: 13px 'DIN Next W01 Bold', helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 150px; }

/* curr3 */
#TTfacebookDelAuth {
  background: url("../images/interface/qa-login-facebook.png") no-repeat scroll center center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: block;
  text-indent: -600px;
  float: right;
  cursor: pointer; }

#TTtwitterDelAuth {
  width: 64px;
  height: 64px;
  display: block;
  float: right;
  cursor: pointer; }

#TTgmailDelAuth {
  background: url("../images/interface/qa-login-google.png") no-repeat scroll center center;
  display: block;
  float: right;
  margin-left: 30px;
  margin-right: 40px;
  height: 65px;
  width: 64px;
  border-radius: 100%;
  cursor: pointer; }

.TT3yesVote {
  display: inline-block !important;
  cursor: pointer;
  *display: inline;
  zoom: 1;
  background: url("../images/tra-boxed-sprites.png") repeat scroll -661px -972px;
  height: 20px;
  width: 20px; }
  .TT3yesVote:hover {
    background: url("../images/tra-boxed-sprites.png") repeat scroll -698px -972px; }
  .TT3yesVote.TT3tmbOn {
    background: url("../images/tra-boxed-sprites.png") repeat scroll -734px -972px; }
  .TT3yesVote.TT4disableVote {
    background: url("../images/tra-boxed-sprites.png") repeat scroll -774px -972px;
    cursor: default; }

.TT3noVote {
  background: url("../images/tra-boxed-sprites.png") -331px -1146px;
  display: inline-block !important;
  cursor: pointer;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 12px; }

.TT3questCntr:hover .TT3helpful .TT3yesVote, .TT3ansCntr:hover .TT3helpful .TT3yesVote {
  background-position: -662px -62px; }

.TT3questCntr:hover .TT3helpful .TT3noVote, .TT3ansCntr:hover .TT3helpful .TT3noVote {
  background-position: -662px -126px; }

.TT3carouselLeft {
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -136px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-top: 35px;
  *display: inline;
  zoom: 1; }

.TT3carouselRight {
  background: url("../images/tra-boxed-sprites.png") no-repeat -662px 0;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-top: 35px;
  *display: inline;
  zoom: 1; }

.TT3removeAttachedItem {
  width: 14px;
  height: 14px;
  background: url("../images/interface/qa-icon.png") no-repeat scroll center center;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index: 5;
  opacity: .6; }

input[type=checkbox].TTcheckbox + label.TTlabel {
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -1666px;
  height: 15px; }

input[type=checkbox].TTcheckbox:checked + label.TTlabel {
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -1809px;
  width: 15px;
  height: 15px; }

.TT3clearSearchMiqa {
  display: none;
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -198px;
  display: inline-block;
  height: 14px;
  width: 16px;
  margin-top: 6px;
  z-index: 5;
  text-decoration: none;
  position: absolute;
  right: 0; }

.TTsqvBack {
  cursor: pointer;
  font-size: 14px;
  height: 25px;
  padding-top: 5px;
  width: 142px;
  float: left; }

#TTinputTeaserClear {
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -198px;
  display: inline-block;
  height: 14px;
  width: 16px;
  margin-top: 4px;
  z-index: 5;
  position: absolute; }

.TT3cAnchorLeft, .TT3qAnchorLeft {
  width: 43px;
  height: 39px;
  float: left;
  margin-right: 15px;
  background: url("../images/tra-boxed-sprites.png") no-repeat 0 -64px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.TT3saAnchorLeft {
  width: 43px;
  height: 35px;
  float: left;
  margin-right: 15px;
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -262px;
  display: none;
  *display: inline;
  zoom: 1;
  display: none; }

.TT3aAnchorLeft {
  background: url("../images/tra-boxed-sprites.png") no-repeat 0 0;
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 15px 0 10px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.TTartBody .TT3aAnchorLeft {
  display: none; }

.TTartBody .TT3itemBox2 {
  margin-left: 10px; }

#TT3miqaRslts .TT3addedText {
  background: url("../images/tra-boxed-sprites.png") -331px -1874px;
  width: 28px;
  height: 28px;
  margin: 23% 0 0 40%;
  position: absolute;
  text-align: center;
  z-index: 2; }

.TT4iaLeft {
  background: url("../images/tra-boxed-sprites.png") no-repeat 0 0;
  height: 15px;
  width: 15px;
  float: left;
  margin-right: 20px;
  display: none; }

.TT4isaLeft {
  background: url("../images/tra-boxed-sprites.png") no-repeat -662px -190px;
  width: 43px;
  height: 39px;
  float: left;
  margin-right: 20px;
  display: none; }

.TT3tAnchorLeft {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll 0 -64px;
  display: inline-block;
  float: left;
  height: 38px;
  margin-right: 7px;
  margin-top: 0;
  width: 40px;
  *display: inline;
  zoom: 1; }

.TT4sqLeft {
  background: url("../images/tra-boxed-sprites.png") no-repeat 0 -64px;
  height: 39px;
  width: 43px;
  float: left;
  margin-right: 20px; }

.TT4nextBtn {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -660px -253px;
  border: medium none;
  height: 31px;
  width: 101px; }

#TurnToContent a img.TT4showMoreSmallImg, #TTtraWindow a img.TT4showMoreSmallImg {
  width: 12px;
  height: 12px;
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -1018px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

#TT4questionTextHelpIcon {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -661px -646px;
  height: 18px;
  margin: 4px 4px 0 0;
  width: 20px; }

#TurnToContent .TTsqvBack, #TTtraWindow .TTsqvBack, #TurnToReviewsContent .TTsqvBack {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -331px -1946px transparent; }

#TurnToContent .TTsqvBack:hover, #TTtraWindow .TTsqvBack:hover, #TurnToReviewsContent .TTsqvBack:hover {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -331px -1991px; }

#TurnToContent .TTsqvForward, #TTtraWindow .TTsqvForward {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -660px -1946px;
  cursor: pointer;
  font-size: 14px;
  height: 28px;
  padding-top: 5px;
  width: 185px;
  float: right; }

#TurnToReviewsContent .TTsqvForward {
  display: none; }

#TurnToContent .TTsqvForward:hover, #TTtraWindow .TTsqvForward:hover {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -660px -1991px; }

.TT4askedByBlock {
  margin-top: 3px; }

.TT3IAContainer {
  margin-top: 0;
  border-left: 10px solid #003049; }
  .TT3IAContainer .TTbestAnswer {
    padding-left: 0; }

.TT4disabledVote {
  cursor: text;
  display: none; }

.TT3IRContainer > .TT3IRContainer {
  border: 0; }

.TT4answerInstructions {
  font-size: 10px;
  color: gray;
  margin-top: 0;
  margin-bottom: 3px;
  float: right; }

.TT3vcntUp, .TTdialog .TT3vcntUp {
  text-align: center;
  margin-top: -4px; }

.TT3vcntUp {
  text-align: left; }

.TT4voteHelp {
  color: #666;
  font-weight: normal;
  font-size: 11px;
  cursor: text;
  margin-right: 10px; }

.TT3questWrp {
  position: relative; }

.TT4QProductImg {
  position: absolute;
  right: 20px;
  top: -10px;
  width: 100px;
  word-wrap: break-word; }

#TT4relatedReviews .TT4QProductImg {
  left: 0;
  top: -50px; }

#TT3UPContent .TT3questWrp {
  margin-top: 25px; }

#TTUPReviewSec .TT4QProductImg {
  right: 19px; }

#TT3soloQuestion, #TT3soloQuestionQ, #TT3soloReviewViewQ, #TT3soloQuestionR {
  margin-top: 25px;
  overflow: auto; }

.TT4bestAnswerBlock .TT3IRContainer {
  margin-top: 10px; }

.TT4ansWidth, .TT4respAnsWidth {
  width: 100%; }

#TT3overlayHeader .TT4SysMsgBody {
  color: #58595b; }
  #TT3overlayHeader .TT4SysMsgBody a {
    color: #58595b; }

#TT3error {
  margin-bottom: 10px; }

.TTpadGenSubWin {
  padding: 20px 5px 0 5px; }

#TTgenSubWinClose {
  margin: auto; }

.TTpad20 {
  padding-top: 20px; }

#TurnToContent textarea#TT2questionText[disabled] {
  background-color: #ececec; }

#TTmainContent #TT3AmqContent {
  padding-right: 5px; }

#TTawQWrap {
  margin-top: 35px; }

#TT2questionText {
  background-color: #fff; }

#TT4inlineSqvQ, #TT4inlineSqvR {
  margin: 0 12px; }

#TurnToReviewsContent #TT4inlineSqvQ, #TurnToReviewsContent #TT4inlineSqvR {
  margin: 0; }

#TurnToContent .TT3aText p, #TTtraWindow .TT3aText p {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline; }

.TT4iaItemLeftCol {
  float: left;
  width: 76%; }

#TT3profile {
  font-size: 12px; }

.TT3SearchTermMiqa::-ms-clear, #TTreviewSearchTerm::-ms-clear {
  display: none; }

.TT4QhintCenter {
  float: left;
  text-align: left;
  font-size: 13px;
  color: #666;
  font-weight: normal;
  line-height: 1.1; }

.TT4QiaHintCenter {
  float: right;
  text-align: right;
  padding-top: 8px;
  padding-right: 10px;
  font-size: 13px;
  color: #666;
  font-weight: normal;
  line-height: 1.1; }

#TT4instantAnswersQ {
  margin-left: 12px;
  margin-right: 12px; }

#TTwriteRevHeader {
  padding-bottom: 6px; }
  #TTwriteRevHeader #TTwriteRevGuideLn, #TTwriteRevHeader .TTwriteRevClose {
    float: right;
    text-decoration: underline;
    cursor: pointer; }

#TTwriteRevGreet {
  display: block; }

#TTwriteRevProd {
  margin: 17px 0 7px 0;
  padding: 12px;
  border-left: 2px solid #003049;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
  position: relative;
  font-size: 11px; }
  #TTwriteRevProd p {
    margin: 0; }

#TTwriteRevProdTitle {
  color: #003049;
  font-style: italic; }

#TurnToReviewsContent {
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px; }

.TTanswerCount, .TTgoToArticle {
  width: 88px;
  padding: 3px 6px;
  font-size: 12px;
  color: #125ba7;
  text-align: right; }

.TTratingBox {
  height: 16px;
  width: 90px; }

.TTratingBoxBorder {
  border: 1px solid #c1c1c1;
  padding: 2px 5px;
  background-color: #fff;
  width: 88px;
  margin-bottom: 18px; }

#TTUPReviewSec .TTratingBox {
  float: right;
  margin-top: 85px;
  margin-right: 18px; }

.TTratingLinks {
  float: left; }

.TurnToReviewsTeaser {
  font-size: 12px;
  font-family: 'Helvetica Neue',Helvetica,Verdana,Arial,Helvetica,sans-serif; }

.TTreviewsHeader {
  font-size: 20px; }

.TTproductTitle {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px; }

.TTavgRate {
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  vertical-align: top; }

#TTsearchSort {
  margin-top: 20px;
  margin-bottom: 17px;
  width: 100%;
  overflow: auto; }

.TTrevCol1 {
  float: left;
  width: 20%; }

.TTrevCol2 {
  float: left;
  width: 60%; }

.TTrevCol3 {
  color: #999;
  float: left;
  font-size: 11px;
  text-align: right;
  width: 20%; }
  .TTrevCol3 a {
    color: #999; }

#TT4relatedReviewsWrap {
  margin-top: 40px; }

#TT4relatedReviews .TTrevCol3 {
  text-align: left;
  position: relative;
  padding-top: 60px; }

.TTreviewTitle {
  font-weight: bold; }

.TTreviewBody {
  margin-top: 5px;
  margin-bottom: 15px;
  word-wrap: break-word; }

.TTreview {
  background-color: #f7f7f7;
  border-color: #ebebeb #ebebeb #ebebeb #003049;
  border-left: 2px solid #003049;
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 15px;
  position: relative; }

#TT4relatedReviews .TTreview {
  overflow: visible; }
  #TT4relatedReviews .TTreview:first-child {
    margin-top: 20px; }

#TT3UPContent .TTreview {
  overflow: visible;
  padding-right: 5px; }

#TT3UPContent .TTreviewBody {
  margin-bottom: 5px; }

.TTreviewCount {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px; }

#TTreviewSearchTerm {
  border: medium none;
  float: left;
  height: 21px;
  outline: medium none;
  padding: 0;
  width: 87%; }

input#TTreviewSearchTerm::-webkit-input-placeholder {
  line-height: 14px; }

input#TTreviewSearchTerm:-moz-placeholder, input#TTreviewSearchTerm::-moz-placeholder {
  line-height: 20px; }

input#TTreviewSearchTerm:-ms-input-placeholder {
  line-height: 13px; }

#TTsearchTermGrp {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  height: 21px;
  width: 290px; }

#TTreviewSort {
  height: 26px;
  margin-top: 0;
  padding-top: 3px;
  margin-left: 12px; }

#TTwriteRevProd #TTrevCatItemImg {
  width: 100px;
  position: absolute;
  right: -1px;
  top: 1px;
  z-index: 100;
  border: 1px solid #ebebeb; }

.TTcustDimRngCont {
  padding-right: 10px; }

#TTrevProductTitle {
  font-weight: bold; }

.TTwriteRevLeftCol {
  float: left;
  width: 185px;
  font-weight: bold; }

.TTwriteRevRightCol {
  float: left;
  width: auto; }

#TTreviewText {
  width: 358px;
  height: 125px;
  resize: none;
  outline: medium none; }

#TTwriteRevForm {
  margin-top: 25px;
  padding-bottom: 25px; }

.TTwriteRevRow {
  margin-top: 20px; }

#TTreviewTitle {
  width: 350px; }

#TTrevRating {
  cursor: pointer; }

#TT4UPtabs {
  border-bottom: 3px solid #003049; }

#TT4UPBreakdown .TT4UPCnt {
  font-size: 18px; }

#TT4UPBreakdown .TT4UPType {
  font-size: 13px; }

#TTprofileTabs {
  color: #003049;
  display: table;
  margin: 0 auto;
  list-style: none; }
  #TTprofileTabs li {
    float: left;
    padding: 5px 36px;
    cursor: pointer; }
    #TTprofileTabs li.TTactiveTab {
      background-color: #003049;
      color: #fff;
      cursor: default; }

#TT4UPSummary {
  height: 128px;
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #ebebeb;
  margin: 40px 0;
  color: #000;
  padding: 12px 0 0 12px; }

#TT4UPPostsHeader {
  width: 240px;
  font-size: 23px;
  float: left; }

#TT4UPBreakdown {
  float: left;
  width: 372px; }
  #TT4UPBreakdown .TT4UPBreakdownCol {
    text-align: center;
    float: left;
    height: 106px;
    width: 92px; }
    #TT4UPBreakdown .TT4UPBreakdownCol div {
      text-align: center; }

.TT4summaryCnt {
  font-size: 18px; }

.TTreviewDims {
  margin-bottom: 13px;
  margin-top: 5px; }

.TTreviewSmallDims {
  margin-bottom: 13px;
  margin-top: 5px;
  width: 100px; }
  .TTreviewSmallDims .TTcustomRating {
    line-height: 20px; }

.TTprofileReviewDims {
  margin-top: 5px; }

.TTreviewDimsTitle {
  font-size: 11px;
  margin-top: 4px;
  font-weight: bold; }

.TTprofileReviewDimsTitle {
  font-size: 11px;
  margin-top: 4px; }

.TTrating-0-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1145px scroll; }

.TTrating-0-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1167px scroll; }

.TTrating-1-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1190px scroll; }

.TTrating-1-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1214px scroll; }

.TTrating-2-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1239px scroll; }

.TTrating-2-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1263px scroll; }

.TTrating-3-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1287px scroll; }

.TTrating-3-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1309px scroll; }

.TTrating-4-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1332px scroll; }

.TTrating-4-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1356px scroll; }

.TTrating-5-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1381px scroll; }

.TTcustomImg {
  float: left; }

.TTcustomRating {
  float: left;
  font-size: 10px;
  margin-left: 3px;
  line-height: 21px; }

.TTwriteRevCustomDimBox {
  cursor: pointer; }

.TTcustom-0-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1417px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-0-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1438px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-1-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1459px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-1-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1480px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-2-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1501px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-2-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1522px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-3-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1543px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-3-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1564px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-4-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1585px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-4-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1606px scroll;
  height: 16px;
  width: 127px; }

.TTcustom-5-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1604px -1627px scroll;
  height: 16px;
  width: 127px; }

.TTcustomSmall-0-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1417px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-0-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1439px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-1-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1460px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-1-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1481px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-2-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1501px;
  height: 14px;
  width: 77px; }

.TTcustomSmall-2-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1522px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-3-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1544px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-3-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1565px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-4-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1585px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-4-5 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1606px scroll;
  height: 14px;
  width: 77px; }

.TTcustomSmall-5-0 {
  background: url("../images/tra-boxed-sprites.png") repeat-x -1772px -1628px scroll;
  height: 14px;
  width: 77px; }

#TurnToContent .TTrevLinkLine {
  color: #003049;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }
  #TurnToContent .TTrevLinkLine a {
    color: #003049;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none; }

#TurnToReviewsContent .TTrevLinkLine a {
  color: #003049;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }

.TTrevLinkLine a:hover, #TTtraWindow .TTrevLinkLine a:hover, #TurnToReviewsContent .TTrevLinkLine a:hover {
  color: #003049; }

ul.TTrevLinkLine {
  margin: 0;
  padding-left: 0; }
  ul.TTrevLinkLine li {
    display: inline-block;
    white-space: nowrap; }
    ul.TTrevLinkLine li:after {
      content: "\00b7";
      padding: 0 10px;
      font-weight: bold; }
    ul.TTrevLinkLine li:last-child:after, ul.TTrevLinkLine li.TTnoMiddot:after {
      content: ''; }

.TTrevLinkLine .TT3vcntUp {
  font-size: inherit;
  color: inherit; }

.TTreviewSummary {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #ebebeb;
  padding: 16px;
  margin-top: 20px; }

.TTwriteReview {
  margin-top: 15px; }

#TTreviewSearchLeft {
  width: 295px;
  float: left;
  margin-left: 5px; }

.TT4UPBreakdownCol + .TT4UPBreakdownCol {
  border-left: 1px solid #c1c1c1;
  margin-bottom: 10px; }

.TT4writeReviewBtn {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -1845px;
  height: 30px;
  width: 133px;
  cursor: pointer; }
  .TT4writeReviewBtn:hover {
    background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -1896px; }

#TTwriteReviewScreen {
  padding-right: 10px; }

.TT4breakdown {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -1672px;
  height: 11px;
  width: 127px; }

.TT4breakdownPercent {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -1693px;
  height: 11px; }

.TT4searchIcon {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -331px -264px;
  display: block;
  float: left;
  height: 15px;
  margin-left: 4px;
  margin-top: 4px;
  width: 15px; }

.TT4breakdown {
  margin: 2px 10px 6px; }

#TT4breakdownLeftCol {
  float: left;
  width: 38px;
  font-weight: bold; }

#TT4breakdownMidCol {
  float: left;
  width: 150px; }

#TT4breakdownRightCol {
  float: left; }

#TT3newRMsg {
  display: none; }

#TTReviewGuide p {
  margin: 0;
  padding-top: 10px; }

#TTReviewGuide ul {
  margin-left: 1em;
  padding-top: 10px; }

#TTReviewGuide li {
  list-style: disc outside none; }

.TT4reviewRange {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -1728px;
  height: 16px;
  width: 165px; }

.TT4reviewRangeSmall {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1603px -1764px;
  height: 16px;
  width: 100px; }

.TT4reviewRangeDot {
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -1802px;
  height: 16px;
  width: 10px; }

.TT4reviewDimRangeLabel {
  float: left;
  font-size: 10px;
  width: 55px; }

.TT4reviewDimRangeLabelSmall {
  float: left;
  font-size: 10px;
  width: 33px; }

.TTreviewSummary .TT4reviewDimRangeLabel {
  width: 33%; }

.TT4reviewDimRangeLabelLeft {
  text-align: left; }

.TT4reviewDimRangeLabelMid {
  text-align: center; }

.TT4reviewDimRangeLabelRight {
  text-align: right; }

.TTreviewDimsRange {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 18px; }

.TTreviewSmallDimsRange {
  width: 117px;
  margin-bottom: 18px; }

.TTprofileReviewDimsRange {
  font-size: 11px;
  margin-top: 5px; }

.TTreviewDimsSingleSelectValue {
  font-size: 11px; }

.TTreviewDimsSingleSelectSummary {
  margin-bottom: 15px; }

.TT4summaryColPad {
  margin-left: 50px; }

.TTreviewLeft {
  float: left;
  width: 430px; }

.TT4profileDims {
  float: right;
  margin-top: 5px;
  width: 95px; }

.TT4commentArea {
  background-color: #f7f7f7;
  border-color: #ebebeb #ebebeb #ebebeb #003049;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  margin: 25px 0 20px;
  padding: 15px;
  position: relative; }

.TT4cText {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

.TT4commentWidth {
  width: 84%; }

#TT4poweredByTT {
  float: left;
  font-size: 9px; }

#TTtraWindow .TT4amqReviewItemImg {
  border: 1px solid #e6e7e8;
  height: 90px;
  width: 90px; }

.TT4amqReviewItem {
  float: left;
  margin-left: 20.5px;
  text-align: center;
  width: 90px; }
  .TT4amqReviewItem:first-of-type {
    margin-left: 0; }

#TT3AmqRevSec {
  margin-bottom: 15px;
  margin-top: 15px; }

#TTtraWindow .TT4amqWriteReviewLine a {
  color: #003049;
  font-weight: bold; }

.TT4amqWriteReviewLine {
  font-size: 12px;
  margin-top: 4px; }

.TT4amqReviewNoMargin {
  margin-left: 0; }

.TTrevPurchaseDate {
  color: #d65722;
  font-style: italic;
  line-height: 1;
  text-align: right;
  margin-top: 10px; }

#TTclearRevSearch {
  background: url("../images/tra-boxed-sprites.png") no-repeat -331px -198px;
  display: inline-block;
  height: 14px;
  width: 16px;
  margin-top: 2px;
  z-index: 5;
  float: right; }

#TT3soloReviewView .TTreview {
  margin-bottom: 5px; }

.TTsqvBorder + .TTreview {
  margin-top: 20px; }

.TT4revReceived {
  font-size: 14px; }

.TTrevProfileDim {
  margin-top: 10px; }

#TTwriteRevUserForm {
  border-top: 1px solid #ebebeb; }

.TTuserSetting-buttons {
  margin-bottom: 15px; }

.TTreviewsCustomDimsSummaryWrap {
  overflow: auto;
  position: relative; }

.TTreviewsCustomDimsSummary {
  float: left;
  position: relative;
  margin-left: 50px; }

.TTratingBreakdownBox {
  font-size: 10px;
  line-height: 17px;
  overflow: auto;
  width: 100%; }

#TTwriteReviewBtn {
  display: inline-block; }

#TTwriteReviewBtn-portrait, .TTrespMobileDisp, .TTrespMobileDispPortrait {
  display: none; }

#TTrespRegRight {
  float: left;
  margin-left: 30px;
  width: 43%; }

/* curr2 */
#TTtraWindow #TTrespRegRight input {
  width: 208px;
  display: block;
  margin-bottom: 5px; }

#TTrespRegLeft {
  width: 44%;
  float: left; }

#TTReviewGuide .TTmobileHideWriteReviewGuideLines {
  display: none; }

#TTrespHeader {
  background-color: #003049;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  color: #FFF; }

.TT4purchaseText {
  color: #666;
  font-style: italic; }

.TT4startTyping {
  margin-top: 4px;
  font-size: 0.9em;
  color: #7c7c7c; }
  .TT4startTyping a {
    text-decoration: underline;
    color: #7c7c7c; }

.TT4pen {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll 0 -74px;
  display: inline-block;
  display: none;
  height: 16px;
  margin-right: 5px;
  width: 16px; }

.TT4thumb {
  display: none;
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll 0 -44px;
  /*display: inline-block; */
  height: 14px;
  margin-right: 5px;
  width: 16px; }

.TT4expand {
  display: none;
  background: url("../images/interface/qa-icon.png") no-repeat scroll center center;
  /* display: inline-block; */
  height: 10px;
  margin-right: 0;
  width: 16px;
  cursor: pointer;
  opacity: 0.6; }

.TT4collapse {
  display: none;
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll 0 -115px;
  /* display: inline-block; */
  height: 10px;
  margin-right: 5px;
  width: 16px;
  cursor: pointer; }

#TT4chatIcon {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -1px -2px;
  cursor: pointer;
  display: inline-block;
  display: none;
  height: 20px;
  width: 20px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 4px; }

.TT4closeIcon {
  background: url("../images/tra-boxed-sprites.png") no-repeat scroll -332px -484px transparent;
  cursor: pointer;
  height: 20px;
  width: 20px; }

#TT4closeQuestionBox {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none; }

.TT4answVoteCall {
  text-align: left;
  color: #888;
  display: none; }

.TT4answVoteCallArrow {
  display: none;
  background: url("../images/tra-boxed-sprites.png") repeat scroll -1604px -640px;
  /* display: inline-block; */
  height: 15px;
  margin-left: 5px;
  width: 16px; }

#TurnToMobGenRevMsg {
  padding: 15px 0; }
  #TurnToMobGenRevMsg #TT3dismissR {
    float: none;
    margin: 15px 0 0 0;
    display: block; }

/* mobile and tablet curr1*/
@media only screen and (max-width: 736px) {
  .TT4answerInstructions {
    float: left; }
  #TT4AskAreaWrap {
    margin-bottom: 0; }
  .TT3miqaAnswer {
    width: 100%; }
  .TT4ansBtns {
    margin-bottom: 10px; }
  .TT4ansBtns a,
  .TT4ansBtns div {
    width: 100%;
    margin: 5px 0; } }

/* mobile */
@media only screen and (min-width: 1px) and (max-width: 479px) {
  #TurnToContent, #TurnToReviewsContent, #TTtraWindow {
    -webkit-text-size-adjust: 100%; }
  .TTreviewsCustomDimsSummaryWrap {
    margin-top: 10px; }
  .TTreviewsCustomDimsSummary {
    margin-left: 0; }
  .TTresponsiveReviewDims, #TTwriteReviewBtn {
    display: none; }
  #TTwriteReviewBtn-portrait {
    display: inline-block; }
  .TTresponsiveClear, .TTresponsivePortraitClear {
    clear: both; }
  .TTrevPurchaseDate {
    text-align: left; }
  #TT4infoCol1.TTinfoColMobile, #TT4infoCol2.TTinfoColMobile {
    float: none;
    width: 100%; }
  #TT4infoCol1.TTinfoColMobile {
    margin-bottom: 20px; }
  .TT4instAnsUL .TT4iaItemLeftCol {
    width: 100%; }
  .TTrespDesktopDisp {
    /* display: none !important; */ }
  .TTrespDesktopLandscapeDisp {
    display: none; }
  .TTrespMobileDisp {
    display: block !important; }
  .TTrespMobileDispPortrait {
    display: block; }
  #TT3soloQuestion, #TT3soloQuestionQ, #TT3soloReviewViewQ, #TT3soloQuestionR {
    margin-top: 10px; }
  .TT3qText.TTproductImgPresent {
    width: 100%; }
  .TTsqvBorder {
    padding: 4px 5px 2px 5px; }
  .TT4purchaseText {
    display: block; }
  .TTrevCol1, .TTrevCol2 {
    width: 100%; }
  .TTrevCol3 {
    width: 100%;
    text-align: left; }
  #TT4relatedReviews .TTrevCol2 {
    margin-top: 18px; }
  #TT4relatedReviews .TTrevCol3 {
    padding-top: 0; }
  ul.TTrevLinkLine {
    float: left;
    width: 100%;
    margin-top: 0; }
    ul.TTrevLinkLine li {
      display: block;
      white-space: nowrap;
      margin-top: 5px; }
      ul.TTrevLinkLine li:after {
        content: ""; }
  #TTrespRegRight {
    float: left;
    margin-left: 0;
    width: 100%;
    text-align: center; }
  .TTregRespRight {
    float: left;
    position: relative; }
  #TTregCenter {
    width: 138px;
    margin-left: auto;
    margin-right: auto; }
  #TTrespRegLeft {
    width: 100%;
    float: left; }
  #TTgmailDelAuth {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: 64px;
    height: 65px;
    cursor: pointer; }
  #TTfacebookDelAuth {
    display: block;
    float: left;
    text-indent: 0;
    width: 64px;
    height: 64px;
    cursor: pointer; }
  #TTauthOr {
    width: 100%;
    padding: 10px 10px;
    text-align: center; }
  .TTrespDefaultInput {
    margin-bottom: 10px; }
  #TTregBtns {
    margin-top: 10px;
    width: 100%; }
  #TTtraWindow a#TTregSkip {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    float: none;
    padding-top: 20px;
    display: block;
    text-align: center; }
  #TTregSubmit {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
  #TTwriteRevProd #TTrevCatItemImg {
    width: 100px;
    position: relative;
    float: right;
    right: -12px;
    top: -12px;
    border: 1px solid #ebebeb; }
  #TTreviewTitle {
    width: 100%; }
  #TTreviewText {
    width: 100%;
    height: 100px; }
  #TT-spinner {
    background: #fff center url(/tra2/images/traspin.gif) no-repeat scroll;
    width: 100%;
    height: 32px; }
  #TTprofileTabs {
    display: block;
    padding-left: 0; }
    #TTprofileTabs li {
      padding: 5px 5px; }
  #TT4UPBreakdown {
    width: 100%; }
    #TT4UPBreakdown .TT4UPBreakdownCol {
      width: 48%; }
  #TT4UPSummary {
    height: 256px;
    margin: 40px 0;
    padding: 12px 0 0 12px; }
  .TT4UPBreakdownCol + .TT4UPBreakdownCol {
    margin-bottom: 0; }
    .TT4UPBreakdownCol + .TT4UPBreakdownCol + .TT4UPBreakdownCol {
      border-left: none;
      border-right: 1px solid #c1c1c1;
      border-top: 1px solid #c1c1c1;
      margin-bottom: 0; }
      .TT4UPBreakdownCol + .TT4UPBreakdownCol + .TT4UPBreakdownCol + .TT4UPBreakdownCol {
        border-left: none;
        border-right: 0;
        border-top: 1px solid #c1c1c1;
        margin-bottom: 0; }
  .TTreviewLeft {
    float: left;
    width: 200px; }
  #TTtraWindow {
    width: 94% !important;
    left: 0 !important;
    padding-left: 3% !important;
    padding-right: 3% !important; }
  .TTmobileLandingPageBody {
    margin: 0; }
  .TT4amqReviewItem:first-of-type, .TT4amqReviewNoMargin {
    margin-left: 20.5px !important; }
  #TTReviewGuide .TTmobileHideWriteReviewGuideLines {
    display: block;
    text-align: center; }
  .TTwriteRevRightCol {
    width: 100% !important; }
  #TT3overlayHeader {
    margin-left: 0;
    width: 100%; }
  #TTreviewSearchLeft {
    width: 100%;
    margin-left: 0; }
  #TTsearchTermGrp {
    width: 300px;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  #TTreviewSort {
    width: 300px;
    margin: 10px auto 0 auto; }
  #TTsubmitReview {
    padding-bottom: 20px; }
  .TT2reviewSearchSortLeftRespCenter {
    width: 100%;
    text-align: center; }
  #TTexUgcR {
    width: 100%;
    text-align: center; }
  .TT3searchDiv-srchTrm {
    width: 55%; }
  #TT4commentsLeft {
    width: 100%; }
  #TurnToContent textarea#TT2questionText, #TTtraWindow textarea#TT2questionText, .TT4respAnsWidth {
    width: 100%; }
  #TT4inlineSqvQ .TT4QProductImg, #TT4inlineSqvR .TT4QProductImg {
    display: none; }
  #TTawQWrap {
    margin-top: 10px; }
    #TTawQWrap .TT4QProductImg {
      display: none; }
  #TT3soloQuestionView #TT3soloQuestion {
    margin-top: 0; }
  #TT3soloQuestionView .TT4QProductImg {
    display: none; }
  #TT4relatedReviews .TT4QProductImg {
    right: 20px;
    left: auto;
    top: -10px; }
  #TurnToContent .TTsqvBack, #TTtraWindow .TTsqvBack, #TurnToReviewsContent .TTsqvBack {
    background: url("../images/tra-boxed-sprites.png") no-repeat scroll -796px -825px transparent;
    width: 56px; }
  #TurnToContent .TTsqvBack:hover, #TTtraWindow .TTsqvBack:hover, #TurnToReviewsContent .TTsqvBack:hover {
    background: url("../images/tra-boxed-sprites.png") no-repeat scroll -796px -881px;
    width: 56px; } }

/* tablet */
@media only screen and (min-width: 480px) and (max-width: 736px) {
  #TurnToContent, #TurnToReviewsContent, #TTtraWindow {
    -webkit-text-size-adjust: 100%; }
  .TTreviewsCustomDimsSummaryWrap {
    float: left; }
  .TTreviewDimsSingleSelectSummary {
    width: 100%; }
  #TTwriteReviewBtn-portrait {
    display: none; }
  .TTresponsiveClear, .TTresponsiveLandscapeClear {
    clear: both; }
  #TT3soloQuestion, #TT3soloQuestionQ, #TT3soloReviewViewQ, #TT3soloQuestionR {
    margin-top: 10px; }
  .TTrevCol1 {
    width: 28%; }
  .TTrevCol2 {
    width: 70%; }
  .TTrevCol3 {
    text-align: left;
    margin-left: 28%;
    width: 70%;
    float: none; }
  #TT4relatedReviews .TTrevCol1, #TT4relatedReviews .TTrevCol2 {
    width: 75%; }
  #TT4relatedReviews .TTrevCol3 {
    width: 20%;
    margin-left: 80%;
    padding-top: 65px; }
  ul.TTrevLinkLine {
    float: none;
    width: 70%;
    margin-top: 5px;
    margin-left: 28%; }
  #TT4relatedReviews ul.TTrevLinkLine {
    float: none;
    width: 80%;
    margin-top: 5px;
    margin-left: 0; }
  .TTrevPurchaseDate {
    text-align: left; }
  #TT4infoCol1.TTinfoColMobile, #TT4infoCol2.TTinfoColMobile {
    float: none;
    width: 100%; }
  #TT4infoCol1.TTinfoColMobile {
    margin-bottom: 20px; }
  .TTrespDesktopDisp {
    /* display: none !important; */ }
  .TTrespMobileDisp {
    display: block !important; }
  .TTrespMobileDispPortrait {
    display: none; }
  #TTrespRegRight {
    float: left;
    margin-left: 0;
    width: 100%;
    text-align: center; }
  #TTregCenter {
    width: 138px;
    margin-left: auto;
    margin-right: auto; }
  #TTrespRegLeft {
    width: 100%;
    float: left; }
  #TTgmailDelAuth {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: 64px;
    height: 65px;
    cursor: pointer; }
  #TTfacebookDelAuth {
    display: block;
    float: left;
    text-indent: 0;
    width: 64px;
    height: 64px;
    cursor: pointer; }
  #TTauthOr {
    width: 100%;
    padding: 10px 10px;
    text-align: center; }
  .TTrespDefaultInput {
    margin-bottom: 10px; }
  #TTregBtns {
    margin-top: 10px;
    width: 100%; }
  #TTtraWindow a#TTregSkip {
    margin-left: 130px;
    padding-bottom: 10px; }
  #TTregSubmit {
    margin-right: 155px;
    padding-top: 10px;
    padding-left: 10px; }
  #TTwriteRevProd #TTrevCatItemImg {
    width: 100px;
    position: relative;
    float: right;
    right: -12px;
    top: -12px;
    border: 1px solid #ebebeb; }
  #TTreviewTitle {
    width: 100%; }
  #TTreviewText {
    width: 100%;
    height: 80px; }
  #TT-spinner {
    background: #fff center url(/tra2/images/traspin.gif) no-repeat scroll;
    width: 100%;
    height: 32px; }
  #TTprofileTabs {
    display: block; }
    #TTprofileTabs li {
      padding: 5px 10px; }
  #TT4UPBreakdown {
    width: 100%; }
    #TT4UPBreakdown .TT4UPBreakdownCol {
      width: 24%; }
  .TTreviewLeft {
    float: left;
    width: 340px; }
  #TTtraWindow {
    width: 96% !important;
    left: 0 !important;
    padding-left: 2% !important;
    padding-right: 2% !important; }
  .TTmobileLandingPageBody {
    margin: 0; }
  .TT4amqReviewItem:first-of-type, .TT4amqReviewNoMargin {
    margin-left: 20.5px !important; }
  #TTReviewGuide .TTmobileHideWriteReviewGuideLines {
    display: block;
    text-align: center; }
  .TTwriteRevRightCol {
    width: 100% !important; }
  #TT3overlayHeader {
    margin-left: 0;
    width: 100%; }
  #TTreviewSearchLeft {
    width: 270px; }
  #TTsearchTermGrp {
    width: 265px; }
  #TTreviewSearchTerm {
    width: 85%; }
  #TTreviewSort {
    margin-left: 10px; }
  #TTsubmitReview {
    padding-bottom: 20px; }
  #TTexUgcR {
    float: left; }
  .TT3searchDiv-srchTrm {
    width: 60%; }
  #TT4commentsLeft {
    width: 100%; }
  #TurnToContent textarea#TT2questionText, #TTtraWindow textarea#TT2questionText, .TT4respAnsWidth {
    width: 100%; }
  #TT4inlineSqvQ .TT4QProductImg, #TT4inlineSqvR .TT4QProductImg {
    display: none; } }

.pt_error .primary-content {
  width: 98%;
  padding: 0 1%;
  margin: 50px 0;
  min-height: 250px;
  text-align: center; }
  .pt_error .primary-content .error-page-search,
  .pt_error .primary-content .error-page-search label {
    text-align: center; }
  .pt_error .primary-content p {
    margin: 25px 0;
    line-height: 175%; }
  .pt_error .primary-content a {
    text-decoration: underline; }
  .pt_error .primary-content label {
    margin-bottom: 5px; }
  .pt_error .primary-content button {
    width: 10%;
    min-width: 55px;
    height: 33px;
    margin-left: -4px;
    line-height: normal; }
  .pt_error .primary-content button,
  .pt_error .primary-content input[type="text"] {
    vertical-align: top; }

.pt_redirect_error .search-container {
  padding: 120px 15px 220px 15px;
  text-align: center;
  color: #fff;
  background: url("../images/error-bg.jpg") no-repeat center center scroll;
  background-size: cover; }
  .pt_redirect_error .search-container h1 {
    margin: 0;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: 0.02rem;
    color: #ffffff; }
    @media only screen and (max-width: 849px) {
      .pt_redirect_error .search-container h1 {
        font-size: 24px;
        line-height: 1.44;
        letter-spacing: 0.2rem; } }
  .pt_redirect_error .search-container p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: 0.4px; }
    .pt_redirect_error .search-container p.message {
      padding: 8px 0 60px 0; }
    .pt_redirect_error .search-container p.tip {
      padding: 8px 0 0 0; }
  .pt_redirect_error .search-container .redirect-error-page-search {
    width: 50%;
    margin: auto;
    padding: 0; }
  .pt_redirect_error .search-container input {
    width: 75%;
    height: 40px;
    border: 1px solid #bebebe;
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    float: left; }
  .pt_redirect_error .search-container button {
    width: 25%;
    height: 40px;
    padding: 0.7em 0.5em;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    text-transform: capitalize;
    color: #fff;
    box-sizing: border-box;
    float: left;
    line-height: normal;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 14.5px;
    font-stretch: normal;
    letter-spacing: .02rem; }

.pt_redirect_error .continue-shopping {
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 15px;
  box-sizing: border-box; }
  @media only screen and (max-width: 599px) {
    .pt_redirect_error .continue-shopping {
      padding: 15px 0; } }
  .pt_redirect_error .continue-shopping h1 {
    margin: 50px 0 30px 0;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: .02rem; }
    @media only screen and (max-width: 849px) {
      .pt_redirect_error .continue-shopping h1 {
        font-size: 18px;
        line-height: 1.44; } }
  .pt_redirect_error .continue-shopping li {
    display: block;
    float: left;
    width: calc(30%);
    margin: 0 0 0 5%;
    background: #fff;
    line-height: normal;
    box-sizing: border-box; }
    .pt_redirect_error .continue-shopping li:first-child {
      margin: 0; }
  .pt_redirect_error .continue-shopping a {
    display: block;
    text-align: center;
    width: 100%; }
    .pt_redirect_error .continue-shopping a .errorBtn {
      color: #000;
      width: 300px;
      border: 1px solid #000;
      border-radius: 0px;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      font-stretch: normal;
      line-height: 2.53;
      letter-spacing: 0.02rem;
      text-transform: capitalize; }

@media screen and (max-width: 599px) {
  .pt_redirect_error .search-container {
    padding: 35px 0 60px; }
    .pt_redirect_error .search-container .constrained-width {
      padding: 0 15px; }
    .pt_redirect_error .search-container .redirect-error-page-search {
      width: 100%; }
  .pt_redirect_error .continue-shopping {
    width: 100%;
    margin: 0 0 50px 0; }
    .pt_redirect_error .continue-shopping li {
      display: block;
      float: none;
      width: 100%;
      margin: 25px 0; }
      .pt_redirect_error .continue-shopping li:first-child {
        margin-top: 0; } }

/* Customer Service Pages */
.pt_customer-service .customer-service-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #000; }
  .pt_customer-service .customer-service-header.confirmation {
    border: none; }
    .pt_customer-service .customer-service-header.confirmation h1 {
      margin-bottom: 20px; }
  .pt_customer-service .customer-service-header h1 {
    margin-bottom: 8px; }
  .pt_customer-service .customer-service-header .content-asset {
    padding: 0 50px; }
    .pt_customer-service .customer-service-header .content-asset p {
      text-align: center; }

.pt_customer-service .customer-service-main {
  width: 564px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .pt_customer-service .customer-service-main {
      width: 100%; } }
  .pt_customer-service .customer-service-main form label {
    width: 100%;
    text-align: left;
    text-transform: uppercase; }
  .pt_customer-service .customer-service-main form input,
  .pt_customer-service .customer-service-main form select {
    width: 100%;
    clear: both;
    margin-left: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pt_customer-service .customer-service-main form textarea {
    width: 100%;
    margin-left: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pt_customer-service .customer-service-main form .form-row.order-field {
    width: 49%;
    margin-right: 2%;
    float: left;
    clear: none; }
    @media only screen and (max-width: 599px) {
      .pt_customer-service .customer-service-main form .form-row.order-field {
        width: 100%;
        margin-right: 0; } }
  .pt_customer-service .customer-service-main form .form-row.email-field {
    width: 49%;
    float: left;
    clear: none; }
    @media only screen and (max-width: 599px) {
      .pt_customer-service .customer-service-main form .form-row.email-field {
        width: 100%; } }
  .pt_customer-service .customer-service-main form .form-row-button {
    margin: 30px auto 0; }
    @media only screen and (max-width: 599px) {
      .pt_customer-service .customer-service-main form .form-row-button {
        width: 100%; } }
  .pt_customer-service .customer-service-main form .btn-cs {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 13px 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    color: #fff;
    background: #003049;
    border-radius: 2px; }

.pt_customer-service .customer-service-footer .content-asset ul {
  padding: 0;
  text-align: center;
  margin-top: 55px; }
  .pt_customer-service .customer-service-footer .content-asset ul li {
    list-style-type: none !important;
    display: inline;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #000;
    font-size: 15px; }
    .pt_customer-service .customer-service-footer .content-asset ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    @media only screen and (max-width: 599px) {
      .pt_customer-service .customer-service-footer .content-asset ul li {
        display: block;
        clear: both;
        border: none;
        padding: 0;
        margin: 0;
        line-height: 25px; } }

.pt_customer-service .unsubscribe p {
  text-align: center; }

.pt_customer-service .unsubscribe .customer-service-header.no-bdr {
  border: none; }

.pt_customer-service .unsubscribe .customer-service-main .form-row-button {
  margin-top: 0; }

.pt_customer-service .unsubscribe .loginIntercept {
  text-align: center; }
  .pt_customer-service .unsubscribe .loginIntercept span {
    font-size: 13px; }

.pt_customer-service .unsubscribe .form-row.unsubscribe-checkbox {
  width: auto;
  display: inline-block;
  margin-right: 3px; }
  .pt_customer-service .unsubscribe .form-row.unsubscribe-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }

.pt_customer-service .unsubscribe .btn-unsubscribe {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #fff;
  background: #003049;
  border-radius: 2px;
  margin-top: 10px; }

/* Private Sale Pages */
#wrapper.pt_private-sale #secondary {
  display: none; }

#wrapper.pt_private-sale #main.page-content {
  max-width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  bottom: 20px; }
  #wrapper.pt_private-sale #main.page-content #primary {
    float: none; }

#wrapper.pt_private-sale .page-content .primary-content {
  margin: 0 auto;
  padding-left: 0;
  width: 62%; }
  @media only screen and (max-width: 599px) {
    #wrapper.pt_private-sale .page-content .primary-content {
      padding: 0; } }

#wrapper.pt_private-sale .private-sale-mistbg {
  background: rgba(255, 255, 255, 0.75);
  max-width: 500px;
  width: 100%;
  padding: 0 50px;
  margin: 40px auto 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media only screen and (max-width: 599px) {
    #wrapper.pt_private-sale .private-sale-mistbg {
      margin: 0 -2vw 0;
      width: 100vw;
      float: left;
      max-width: 100vw;
      padding: 20px 20px; } }
  #wrapper.pt_private-sale .private-sale-mistbg .private-sale-header .content-asset {
    padding: 0; }
    @media only screen and (max-width: 599px) {
      #wrapper.pt_private-sale .private-sale-mistbg .private-sale-header .content-asset img {
        margin-top: 0; } }
    @media only screen and (max-width: 599px) {
      #wrapper.pt_private-sale .private-sale-mistbg .private-sale-header .content-asset p {
        letter-spacing: 0.5px;
        font-weight: 400; } }
  #wrapper.pt_private-sale .private-sale-mistbg .customer-service-main {
    width: 100%; }

#wrapper.pt_private-sale .private-sale-header {
  margin-bottom: 30px; }
  #wrapper.pt_private-sale .private-sale-header .content-asset {
    position: relative;
    top: 15px; }
  #wrapper.pt_private-sale .private-sale-header img {
    height: 70px;
    width: auto;
    display: block;
    margin: 30px auto 5px; }
  #wrapper.pt_private-sale .private-sale-header.confirmation {
    border: none; }
    #wrapper.pt_private-sale .private-sale-header.confirmation h1 {
      margin-bottom: 20px; }
  #wrapper.pt_private-sale .private-sale-header h1 {
    margin: 20px 0 0 0;
    font-size: 107px;
    letter-spacing: 0.025em; }
  #wrapper.pt_private-sale .private-sale-header p {
    font-size: 16px;
    letter-spacing: 0.055em;
    position: relative;
    bottom: 10px; }
  #wrapper.pt_private-sale .private-sale-header .content-asset {
    padding: 0 50px; }
    #wrapper.pt_private-sale .private-sale-header .content-asset p {
      text-align: center;
      font-weight: 700; }

#wrapper.pt_private-sale .customer-service-main {
  width: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    #wrapper.pt_private-sale .customer-service-main {
      width: 100%; } }
  #wrapper.pt_private-sale .customer-service-main form {
    margin-bottom: 30px;
    /* custom checkbox and radio button */ }
    #wrapper.pt_private-sale .customer-service-main form label {
      text-align: left;
      width: 60%;
      margin: 10px 0 6px; }
    #wrapper.pt_private-sale .customer-service-main form span.error {
      margin: 1% 0 0; }
    #wrapper.pt_private-sale .customer-service-main form .country {
      display: none; }
    #wrapper.pt_private-sale .customer-service-main form .error-message {
      border: 0 none;
      background: none;
      padding: 0 0 10px 0;
      margin-left: 0;
      text-indent: 0;
      white-space: nowrap;
      width: 49.5966%;
      clear: both;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #wrapper.pt_private-sale .customer-service-main form input,
    #wrapper.pt_private-sale .customer-service-main form select {
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0 6px #cfcfcf;
      clear: both;
      margin-left: 0;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 13px;
      height: 40px;
      line-height: 40px;
      padding: 0 5px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    #wrapper.pt_private-sale .customer-service-main form textarea {
      width: 100%;
      margin-left: 0;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #wrapper.pt_private-sale .customer-service-main form .form-row.order-field {
      width: 49%;
      margin-right: 2%;
      float: left;
      clear: none; }
      @media only screen and (max-width: 599px) {
        #wrapper.pt_private-sale .customer-service-main form .form-row.order-field {
          width: 100%;
          margin-right: 0; } }
    #wrapper.pt_private-sale .customer-service-main form .form-row.email-field {
      width: 100%;
      float: left;
      clear: none; }
      @media only screen and (max-width: 599px) {
        #wrapper.pt_private-sale .customer-service-main form .form-row.email-field {
          width: 100%; } }
    #wrapper.pt_private-sale .customer-service-main form .form-row.zipcode-field {
      width: 40%;
      float: left; }
    #wrapper.pt_private-sale .customer-service-main form .registration-selection {
      float: left;
      width: 55%;
      margin-left: 5%;
      position: relative;
      top: 10px; }
      #wrapper.pt_private-sale .customer-service-main form .registration-selection #maleLabel,
      #wrapper.pt_private-sale .customer-service-main form .registration-selection #femaleLabel {
        padding: 0 28px 0 6px;
        line-height: 27px; }
        @media only screen and (max-width: 599px) {
          #wrapper.pt_private-sale .customer-service-main form .registration-selection #maleLabel,
          #wrapper.pt_private-sale .customer-service-main form .registration-selection #femaleLabel {
            padding: 0 6px 0 1px; } }
      #wrapper.pt_private-sale .customer-service-main form .registration-selection .iradio_minimal {
        background: url(../images/interface/icheck-minimalModified.png) no-repeat;
        width: 27px;
        height: 27px;
        background-position: -161px 0; }
        #wrapper.pt_private-sale .customer-service-main form .registration-selection .iradio_minimal.checked {
          background-position: -188px 0; }
      #wrapper.pt_private-sale .customer-service-main form .registration-selection #genderLabel {
        display: block;
        padding: 0;
        margin: 10px 0 0 0; }
    #wrapper.pt_private-sale .customer-service-main form .form-row-button {
      width: 100%;
      margin: 30px auto 0; }
      @media only screen and (max-width: 599px) {
        #wrapper.pt_private-sale .customer-service-main form .form-row-button {
          width: 100%; } }
    #wrapper.pt_private-sale .customer-service-main form .btn-cs {
      display: inline-block;
      width: 100%;
      height: auto;
      padding: 13px 10px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      border: none;
      color: #fff;
      background: #a00000;
      border-radius: 2px; }
    #wrapper.pt_private-sale .customer-service-main form div.form-row.month {
      margin-left: 0; }
    #wrapper.pt_private-sale .customer-service-main form .form-row.day {
      margin: 42px 0 0 2%;
      width: 56px; }
      #wrapper.pt_private-sale .customer-service-main form .form-row.day label {
        display: none; }
      #wrapper.pt_private-sale .customer-service-main form .form-row.day .sl-container {
        padding: 0 0 0 8px; }
    #wrapper.pt_private-sale .customer-service-main form .sl-container {
      height: 32.7813px;
      background: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0 6px #cfcfcf;
      line-height: 31px; }
    #wrapper.pt_private-sale .customer-service-main form .icheckbox,
    #wrapper.pt_private-sale .customer-service-main form .iradio {
      position: relative; }
  #wrapper.pt_private-sale .customer-service-main .private-sale-privacy {
    font-size: 12px;
    width: 88%;
    margin: 0 auto 80px;
    text-align: center; }
    #wrapper.pt_private-sale .customer-service-main .private-sale-privacy a {
      text-decoration: underline; }
  @media only screen and (max-width: 599px) {
    #wrapper.pt_private-sale .customer-service-main .private-sale-logo {
      display: none; } }
  #wrapper.pt_private-sale .customer-service-main .private-sale-logo img {
    display: block;
    margin: 0 auto 80px; }

#wrapper.pt_private-sale .customer-service-footer .content-asset ul {
  padding: 0;
  text-align: center;
  margin-top: 55px; }
  #wrapper.pt_private-sale .customer-service-footer .content-asset ul li {
    list-style-type: none !important;
    display: inline;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #000;
    font-size: 15px; }
    #wrapper.pt_private-sale .customer-service-footer .content-asset ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    @media only screen and (max-width: 599px) {
      #wrapper.pt_private-sale .customer-service-footer .content-asset ul li {
        display: block;
        clear: both;
        border: none;
        padding: 0;
        margin: 0;
        line-height: 25px; } }

#wrapper.pt_private-sale .unsubscribe p {
  text-align: center; }

#wrapper.pt_private-sale .unsubscribe .customer-service-header.no-bdr {
  border: none; }

#wrapper.pt_private-sale .unsubscribe .customer-service-main .form-row-button {
  margin-top: 0; }

#wrapper.pt_private-sale .unsubscribe .loginIntercept {
  text-align: center; }
  #wrapper.pt_private-sale .unsubscribe .loginIntercept span {
    font-size: 13px; }

#wrapper.pt_private-sale .unsubscribe .form-row.unsubscribe-checkbox {
  width: auto;
  display: inline-block;
  margin-right: 3px; }
  #wrapper.pt_private-sale .unsubscribe .form-row.unsubscribe-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }

#wrapper.pt_private-sale .unsubscribe .btn-unsubscribe {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: #fff;
  background: #003049;
  border-radius: 2px;
  margin-top: 10px; }

#wrapper.pt_private-sale .private-sale-breadcrumbs {
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 25px; }
  #wrapper.pt_private-sale .private-sale-breadcrumbs .breadcrumb {
    margin-left: 26px; }
    @media only screen and (max-width: 849px) {
      #wrapper.pt_private-sale .private-sale-breadcrumbs .breadcrumb.bc-hide {
        display: block; } }

@media screen and (min-width: 849px) and (max-width: 1059px) {
  #wrapper.pt_private-sale .private-sale-header img {
    height: 70px;
    width: auto; }
  #wrapper.pt_private-sale .private-sale-header h1 {
    font-size: 107px; }
  #wrapper.pt_private-sale .customer-service-main {
    width: 78%; } }

@media screen and (min-width: 599px) and (max-width: 849px) {
  #wrapper.pt_private-sale #main.page-content #primary {
    width: 80%; }
  #wrapper.pt_private-sale .private-sale-header img {
    height: 60px;
    width: auto; }
  #wrapper.pt_private-sale .private-sale-header h1 {
    font-size: 100px; }
  #wrapper.pt_private-sale .private-sale-header p {
    font-size: 17px; }
  #wrapper.pt_private-sale .customer-service-main {
    width: 90%; } }

@media only screen and (max-width: 599px) {
  #wrapper.pt_private-sale {
    width: 100%; }
    #wrapper.pt_private-sale #main.page-content #primary {
      width: 100%; }
    #wrapper.pt_private-sale .private-sale-header {
      width: 100%; }
      #wrapper.pt_private-sale .private-sale-header img {
        height: 50px;
        width: auto; }
      #wrapper.pt_private-sale .private-sale-header h1 {
        font-size: 78px; }
      #wrapper.pt_private-sale .private-sale-header p {
        font-size: 12px; }
      #wrapper.pt_private-sale .private-sale-header .content-asset {
        width: 100%;
        padding: 0; }
    #wrapper.pt_private-sale .customer-service-main {
      width: 100%; } }

.top-cat-banner {
  margin: 25px auto 0;
  background-size: 100% 100%; }
  .top-cat-banner .topcatbanner-mist {
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 0 0 0;
    text-align: center; }
  .top-cat-banner img {
    margin: 0 auto;
    width: auto;
    padding-top: 15px; }
    @media only screen and (max-width: 599px) {
      .top-cat-banner img {
        width: 105px;
        height: 48px; } }
  .top-cat-banner h1 {
    text-align: center;
    font-size: 139px;
    display: inline-block;
    margin: 0 0 0 63px;
    color: #a00000; }
    @media only screen and (max-width: 599px) {
      .top-cat-banner h1 {
        font-size: 58px;
        margin: 0 0 0 6px; } }
  .top-cat-banner p {
    text-align: right;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.6);
    margin: 40px 10px 0 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase; }
    .top-cat-banner p a {
      display: block;
      float: right;
      padding: 0 5px;
      text-decoration: underline;
      color: rgba(0, 0, 0, 0.6); }

#cycWrapper {
  text-align: center; }
  #cycWrapper #infoWrapper .link-row {
    display: block;
    width: 100%; }
  #cycWrapper #infoWrapper #btnShopNow {
    display: block;
    font-family: "DIN Next W01 Regular", helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #012f49;
    color: #fff;
    padding: 6px 53px 3px;
    margin: 0 auto 11px;
    width: 30%; }
    @media only screen and (max-width: 599px) {
      #cycWrapper #infoWrapper #btnShopNow {
        width: 60%;
        font-size: 15px;
        padding: 9px 21px 7px;
        margin-bottom: 20px; } }
  #cycWrapper #infoWrapper #countrySelectLocation {
    display: block;
    font-family: "DIN Next W01 Regular", helvetica, sans-serif;
    font-size: 15px;
    margin: 0 auto 11px;
    width: 50%;
    text-decoration: underline; }
    @media only screen and (max-width: 599px) {
      #cycWrapper #infoWrapper #countrySelectLocation {
        margin-bottom: 20px; } }
  #cycWrapper #infoWrapper h1.t1 {
    font-family: "DIN Next W01 Regular", helvetica, sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 0px auto 12px;
    width: 62%; }
    @media only screen and (max-width: 599px) {
      #cycWrapper #infoWrapper h1.t1 {
        font-size: 24px;
        width: 70%; } }
  #cycWrapper #infoWrapper p {
    font-family: "DIN Next W01 Regular", helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    width: 55%;
    margin: 0 auto 11px; }
    @media only screen and (max-width: 599px) {
      #cycWrapper #infoWrapper p {
        width: 78%; } }
  #cycWrapper #infoWrapper img.header-flag {
    width: 45px;
    height: auto;
    top: 0;
    margin-bottom: 15px; }
  #cycWrapper #mainDiv {
    display: none;
    background-color: #e1e1e1;
    padding: 20px; }
    #cycWrapper #mainDiv .country-list {
      display: block;
      width: 64%;
      margin: 0 auto; }
      @media only screen and (max-width: 599px) {
        #cycWrapper #mainDiv .country-list {
          width: 100%; } }
      #cycWrapper #mainDiv .country-list li {
        display: inline-block;
        width: 32%; }
        @media only screen and (max-width: 599px) {
          #cycWrapper #mainDiv .country-list li {
            width: 27%; } }
        #cycWrapper #mainDiv .country-list li div {
          display: block; }
          #cycWrapper #mainDiv .country-list li div img {
            width: 60px;
            margin: 0 auto; }
          #cycWrapper #mainDiv .country-list li div a {
            display: block;
            width: 100%;
            margin: 0 auto; }
    #cycWrapper #mainDiv #Intl a {
      border: 1px solid #363636;
      padding: 8px 20px;
      margin: 20px 0 0; }
    #cycWrapper #mainDiv .l6 {
      margin-top: 23px; }

.ui-dialog h1, .ui-dialog h2, .js .ui-dialog .ui-dialog-title {
  font-size: 0px; }

/* Mini Header */
.mini_header {
  top: 0px;
  width: 100%;
  height: 40px;
  position: fixed !important;
  z-index: 1200;
  background: white !important; }

.fixed {
  top: 0px;
  position: fixed !important; }

.mini_header .primary-logo {
  display: none; }

.mini_header .navigation-user-info {
  padding-top: 7px; }

.mini_header ul.level-1 {
  padding-top: 5px; }

.mini_header .level-2 {
  margin-top: -12px; }

.mini_header ul.level-1 a, .mini_header a {
  color: #003049; }

.mini_header input {
  background-color: transparent !important;
  border-color: #003049 !important;
  color: #003049 !important; }

.mini_header .header-nav-open {
  background-image: url(../images/interface/icon-nav-open-dark.png) !important; }

.mini_header .header-search input[type="submit"], .mini_header .navigation-mobile-search input[type="submit"] {
  background: url(../images/header/header-search-desktop-dark.png) center center no-repeat; }

.mini-logo {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 40px;
  background: url(../images/header/header-logo-mini.png) center center no-repeat;
  background-size: 100% auto; }

/* Tippy Top Banner */
.ttbanner {
  position: relative;
  float: left;
  width: 100%; }

.pt_order-confirmation .ttbanner {
  margin-bottom: 15px; }

.contact {
  float: left;
  width: 100%;
  min-height: 600px;
  line-height: 16px; }
  .contact b {
    font-weight: normal;
    font-family: 'DIN Next W01 Medium'; }

.customer-service-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 10px; }
  .customer-service-header:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #e3e3e3; }

.one_third {
  float: left;
  width: 33.3333%;
  text-align: center; }
  .one_third .info {
    width: 100%;
    float: left;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    color: #000; }
  .one_third a {
    font-size: 12px;
    width: 58px;
    height: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #6e6e6e; }
  .one_third img {
    max-width: 100%;
    margin-bottom: 30px; }

.under {
  text-decoration: underline !important; }

.ext_block {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 20px;
  background: #d1d9dd;
  margin-bottom: 20px; }
  .ext_block b {
    font-size: 2.5em;
    line-height: 1em; }

.contact_dates {
  clear: both;
  float: left;
  width: 100%;
  text-align: center; }
  .contact_dates p {
    margin-bottom: 0px;
    line-height: 2em; }

.date_break:before {
  content: ', '; }

@media screen and (max-width: 610px) {
  .one_third {
    width: 100%;
    margin-bottom: 60px; } }

@media screen and (max-width: 530px) {
  .date_break:before {
    content: '\A';
    white-space: pre; }
  .contact_dates p {
    margin-bottom: 30px;
    line-height: 1.2em; } }

.ttbanner {
  z-index: 100; }

.top_banner {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  min-height: 55px;
  padding: 15px;
  text-align: center;
  font-size: 20px !important;
  font-family: 'DIN Next W01 Regular' !important;
  text-transform: uppercase;
  background: #bcbcbc;
  color: #81050d; }
  .top_banner div {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .top_banner a {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }
  .top_banner input {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .top_banner b {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    color: #b2292e; }
  .top_banner .expand {
    margin-left: 10px;
    text-decoration: underline;
    font-size: 0.7em;
    white-space: nowrap;
    color: #b2292e !important; }
  .top_banner .top_off {
    width: 100%;
    max-width: 1060px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-family: 'DIN Next W01 Regular'; }
  .top_banner .top_on {
    width: 100%;
    max-width: 1060px;
    opacity: 0;
    filter: opacity(1) !important;
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 1200; }

.clear {
  float: left;
  clear: both;
  width: 100%; }

.top_btns {
  clear: both;
  margin: 0 auto;
  max-width: 420px; }

.top_close {
  cursor: pointer;
  position: absolute;
  font-size: 2em;
  right: 10px;
  text-align: right;
  z-index: 20000;
  display: none; }

.abs_terms {
  cursor: pointer;
  position: absolute;
  right: 10px;
  text-align: right;
  z-index: 20000;
  bottom: 10px;
  display: none; }

.top_huge {
  font-size: 2em; }

.top_h1 {
  font-size: 2.2em;
  padding: 0 30px; }

.top_btn {
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  width: calc(50% - 25px);
  border: 1px solid #81050d; }
  .top_btn a {
    color: #780202;
    font-size: 0.8em; }
    .top_btn a:hover {
      text-decoration: underline; }

#terms_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  display: none; }

.terms_pop_holder {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  width: 320px;
  max-height: 400px;
  overflow: auto; }

.pop_title {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.terms_pop_close {
  float: left;
  width: 100%;
  text-align: right;
  cursor: pointer; }
  .terms_pop_close::before {
    color: #000;
    content: "X";
    font-size: 18px; }

#terms_pop_content {
  float: left;
  width: 100%;
  font-size: 0.8em; }

.theme_opac {
  color: rgba(0, 0, 0, 0.8) !important; }

.theme_border {
  border: 1px solid #000; }

.theme_text {
  color: #000 !important; }

.theme_bg {
  background: #FFC833; }

@media screen and (max-width: 435px) {
  .top_banner .top_off {
    font-size: 4.5vw; } }

@media screen and (max-width: 374px) {
  .top_btn {
    width: calc(100% - 20px); } }

.global_msg {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
  width: 248px;
  min-height: 10px;
  /* height: 48px; */
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #111111;
  z-index: 1003;
  color: #ffffff;
  font-size: 15px;
  padding: 16px 20px;
  opacity: 1.0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  transition: transform 1s ease; }
  .global_msg.reveal {
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
  .global_msg.sink {
    bottom: -50px; }
  .global_msg.reveal.sink {
    bottom: -50px; }
  .global_msg.reveal_sink {
    animation: reveal_n_sink 4s ease 1 forwards; }
  .global_msg.hide {
    display: none; }
  .global_msg.bg-success {
    background-color: #007E33; }

@keyframes reveal_n_sink {
  0% {
    bottom: -50px; }
  25% {
    bottom: 0%; }
  50% {
    bottom: 0%; }
  75% {
    bottom: 0%; }
  100% {
    bottom: -50px; } }

.header-flag {
  position: relative;
  z-index: 50;
  line-height: 25px;
  top: -43px;
  left: 10px;
  color: #fff; }
  @media only screen and (max-width: 849px) {
    .header-flag {
      width: 100%;
      position: relative;
      top: 0px;
      bottom: 0px;
      margin-top: 8px; } }
  .header-flag .current-country-flag {
    cursor: pointer; }
    .header-flag .current-country-flag img {
      float: left;
      width: 35px;
      cursor: pointer;
      margin-right: 12px !important; }
    .header-flag .current-country-flag span.icon-flag {
      /* background:url('../images/sprites/flags-sm-sites.png') no-repeat; */
      float: left;
      cursor: pointer;
      /* display: inline-block; */
      width: 35px;
      /* height: 21px; */
      border: 1px solid #fff;
      margin-right: 12px !important; }
      .header-flag .current-country-flag span.icon-flag.flag-us {
        background-position: 0px 0px; }
      .header-flag .current-country-flag span.icon-flag.flag-uk {
        background-position: 0px -23px; }
      .header-flag .current-country-flag span.icon-flag.flag-ca {
        background-position: 0px -46px; }
  .header-flag .flag-dropdown-block {
    text-align: left;
    position: absolute;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    padding-top: 0px;
    width: 320px;
    max-width: 320px;
    z-index: 2000;
    line-height: 25px;
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
    .header-flag .flag-dropdown-block::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 33px;
      width: 10px;
      height: 10px;
      background: #fff;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 849px) {
      .header-flag .flag-dropdown-block {
        max-width: 107%;
        width: 107%;
        margin-left: -20px;
        margin-top: 37px; } }
    .header-flag .flag-dropdown-block .active {
      display: block; }
    .header-flag .flag-dropdown-block .bg {
      position: relative;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #fff;
      padding-top: 10px; }
    .header-flag .flag-dropdown-block .copy h4 {
      font-weight: 700;
      font-size: 14px;
      color: #000000;
      margin-bottom: 10px;
      text-transform: capitalize; }
    .header-flag .flag-dropdown-block .copy p {
      font-size: 12px;
      color: #666;
      margin-bottom: 10px;
      line-height: 1.5em; }
    .header-flag .flag-dropdown-block a {
      position: relative;
      float: left;
      width: 100%;
      clear: both;
      margin-bottom: 10px;
      color: #000; }
    .header-flag .flag-dropdown-block img {
      float: left;
      width: 35px;
      margin-right: 10px; }
    .header-flag .flag-dropdown-block span.icon-flag {
      background: url("../images/sprites/flags-sm-sites.png") no-repeat;
      float: left;
      width: 35px;
      height: 21px;
      margin-right: 10px; }
      .header-flag .flag-dropdown-block span.icon-flag.flag-us {
        background-position: 0px 0px; }
      .header-flag .flag-dropdown-block span.icon-flag.flag-uk {
        background-position: 0px -23px; }
      .header-flag .flag-dropdown-block span.icon-flag.flag-ca {
        background-position: 0px -46px; }
    .header-flag .flag-dropdown-block .dropdown-view-more {
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
      color: #fff;
      background: #01304a;
      background: #000;
      padding: 10px 0px;
      cursor: pointer;
      height: 45px; }
      .header-flag .flag-dropdown-block .dropdown-view-more a {
        color: #fff !important; }

#header .mobile_nav_item .flag_dupe_mobile .header-flag .flag-dropdown-block a {
  color: #000 !important; }

#header .mobile_nav_item .flag_dupe_mobile .header-flag .flag-dropdown-block .dropdown-view-more a {
  color: #fff !important; }

#bonus-product-dialog {
  padding: 0 !important;
  height: auto !important; }

.product-col-1-bonus {
  /*width: 130px;*/
  width: 31.5%;
  display: inline-block; }
  .product-col-1-bonus .product-primary-image {
    margin: 20px 0 12px 0; }
  .product-col-1-bonus img {
    height: 174px;
    width: auto; }

.product-col-2-bonus {
  /* width: 262px;*/
  width: 63.6%;
  float: right;
  display: inline-block; }
  .product-col-2-bonus .product-number {
    display: none; }
  .product-col-2-bonus .product-name {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: .02rem;
    text-align: left;
    color: #000;
    padding: 0;
    margin: 15px 0; }
  .product-col-2-bonus .attribute {
    border: none;
    float: left;
    width: 47.6%; }
    .product-col-2-bonus .attribute:first-child {
      margin-right: 12px; }
      @media screen and (max-width: 400px) {
        .product-col-2-bonus .attribute:first-child {
          margin-right: 5px; } }
    @media screen and (max-width: 400px) {
      .product-col-2-bonus .attribute {
        width: 48.5% !important; } }
    @media only screen and (max-width: 849px) {
      .product-col-2-bonus .attribute {
        width: 45.7%; } }
  .product-col-2-bonus .inventory {
    display: none; }
  .product-col-2-bonus .select-bonus-popup {
    padding-right: 25px !important;
    overflow: hidden;
    white-space: initial; }
    @media screen and (max-width: 400px) {
      .product-col-2-bonus .select-bonus-popup {
        padding-right: 15px !important; } }
  .product-col-2-bonus .select-bonus-popup, .product-col-2-bonus .select-bonus-popups {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    margin-left: 0;
    padding: 0 0 0 12px;
    background-color: #fff !important;
    text-transform: capitalize; }
    @media only screen and (max-width: 599px) {
      .product-col-2-bonus .select-bonus-popup, .product-col-2-bonus .select-bonus-popups {
        padding: 0 0 0 4px; } }
    .product-col-2-bonus .select-bonus-popup option, .product-col-2-bonus .select-bonus-popups option {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      font-stretch: normal;
      line-height: 2.04;
      color: #000; }
  .product-col-2-bonus button.select-bonus-item {
    clear: both;
    width: 47.7%;
    height: 40px;
    border: 1px solid #000;
    margin: 20px 0 16px 0;
    font-size: 14.5px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 0.7px; }
    .product-col-2-bonus button.select-bonus-item.selected-product {
      background-color: #000;
      color: #fff;
      border: none; }
      .product-col-2-bonus button.select-bonus-item.selected-product:hover {
        background-color: #6e6e6e;
        color: #fff;
        border: none; }
    .product-col-2-bonus button.select-bonus-item:hover {
      border: 1px solid #6e6e6e;
      color: #6e6e6e; }
  .product-col-2-bonus button[disabled] {
    border: 1px solid #bfbfbf;
    color: #bfbfbf; }
    .product-col-2-bonus button[disabled]:hover {
      border: 1px solid #bfbfbf;
      color: #bfbfbf; }
  .product-col-2-bonus fieldset {
    width: 100%; }

.select-dropdown select::-ms-expand {
  display: none; }

.bonus-product-list .free-gift {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  line-height: 1.57;
  text-align: center;
  color: #000;
  margin-bottom: 5px; }
  .bonus-product-list .free-gift.small {
    font-size: 13px; }

.bonus-product-list .promotion.bonus {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: .02rem;
  background: none;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 17px; }

.bonus-product-list .bonus-product-item {
  border-top: 1px solid #e3e3e3;
  border-bottom: none; }

.summary-selected {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: .02rem;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 21px 0 15px 0; }

.selected-bonus-item .item-name {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #000;
  text-align: left; }

.selected-bonus-item .item-attributes span {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #6e6e6e; }

.selected-bonus-item .remove-link {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-stretch: normal;
  line-height: 1.67;
  text-align: left;
  color: #6e6e6e;
  text-decoration: underline; }

.selected-bonus-item .item-qty {
  display: none; }

.bonus-product-list-footer {
  padding: 0 20px 0 22px;
  background-color: #f8f8f8;
  box-shadow: 0.1px -3px 10px 0 rgba(0, 0, 0, 0.1); }
  .bonus-product-list-footer button {
    width: 412px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    float: none;
    margin: 20px 0;
    font-size: 14.5px !important;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 0.7px !important; }
    @media only screen and (max-width: 849px) {
      .bonus-product-list-footer button {
        width: 100%; } }
  @media only screen and (max-width: 849px) {
    .bonus-product-list-footer {
      padding: 0 10px; } }

.all-bonus-products {
  height: 489px;
  overflow-y: auto;
  padding: 0 20px 0 22px; }
  @media only screen and (max-width: 849px) {
    .all-bonus-products {
      padding: 0 10px; } }

.cart-actions-mobile {
  border: none !important;
  display: none; }
  @media only screen and (max-width: 849px) {
    .cart-actions-mobile {
      display: block; }
      .cart-actions-mobile td {
        width: 100%; } }

.gwp_promo_container {
  display: none; }
  @media only screen and (max-width: 849px) {
    .gwp_promo_container {
      display: block; } }

.free-gift-with-purchase {
  padding: 0 !important;
  height: 73px;
  background-color: #f8f8f8 !important;
  background: none;
  border: none !important;
  margin-bottom: 30px; }
  @media only screen and (max-width: 849px) {
    .free-gift-with-purchase.desktop {
      display: none; } }
  .free-gift-with-purchase.mobile {
    display: none; }
    @media only screen and (max-width: 849px) {
      .free-gift-with-purchase.mobile {
        display: block;
        margin-bottom: 0; }
        .free-gift-with-purchase.mobile td {
          width: 100%; } }
  .free-gift-with-purchase .bonus-item-details {
    padding: 0 !important;
    vertical-align: middle !important; }
  .free-gift-with-purchase .bonus-item-details.bonus-gift-sold-out {
    position: relative; }
  @media only screen and (max-width: 849px) {
    .free-gift-with-purchase {
      height: 127px !important;
      border: none !important; } }
  .free-gift-with-purchase .column-1 {
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 849px) {
      .free-gift-with-purchase .column-1 {
        text-align: center;
        float: none;
        margin-left: 0; } }
    .free-gift-with-purchase .column-1 .freegiftrow1 {
      font-family: trade-gothic-next;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      font-style: normal;
      font-stretch: normal;
      padding-top: 17px;
      letter-spacing: normal;
      text-transform: uppercase; }
    .free-gift-with-purchase .column-1 .freegiftrow2 {
      letter-spacing: .02rem; }
      .free-gift-with-purchase .column-1 .freegiftrow2 span {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        font-stretch: normal;
        line-height: 3.08; }
      .free-gift-with-purchase .column-1 .freegiftrow2 span.freegift {
        font-family: trade-gothic-next;
        font-weight: 700;
        font-style: normal; }
      .free-gift-with-purchase .column-1 .freegiftrow2 a.tooltip {
        font-family: trade-gothic-next;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 3.08;
        text-transform: capitalize;
        text-decoration: underline;
        color: #6e6e6e; }
        @media only screen and (max-width: 849px) {
          .free-gift-with-purchase .column-1 .freegiftrow2 a.tooltip {
            display: inline !important; } }
    @media only screen and (max-width: 849px) {
      .free-gift-with-purchase .column-1 {
        margin-bottom: 7px; } }
  .free-gift-with-purchase .column-2 {
    float: right;
    text-align: center;
    margin-right: 32px;
    margin-top: 17px;
    width: 250px;
    height: auto;
    padding: 5px 0;
    border-radius: 0; }
    @media only screen and (min-width: 849px) and (max-width: 915px) {
      .free-gift-with-purchase .column-2 {
        width: 240px;
        margin-right: 10px; } }
    @media only screen and (max-width: 849px) {
      .free-gift-with-purchase .column-2 {
        margin-top: 0;
        float: none;
        text-align: center;
        margin-right: 0; } }
  .free-gift-with-purchase .bonus-item-actions {
    text-align: center !important; }
    .free-gift-with-purchase .bonus-item-actions a {
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal;
      font-size: 14.5px;
      font-weight: 300;
      line-height: 1.69;
      letter-spacing: 0.02rem;
      pointer-events: none; }

.remove-link {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #6e6e6e !important;
  cursor: pointer; }

.bonusproducts {
  display: none; }

#cart-table .bonuscart .item-quantity-details, #cart-table .bonuscart .item-price {
  display: none !important; }

#cart-table .bonuscart .item-quantity {
  margin-left: 0 !important; }
  #cart-table .bonuscart .item-quantity .qty-bonus {
    height: 40px;
    width: 40px;
    border: none;
    text-align: center;
    padding-top: 1px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.08;
    letter-spacing: 0.3px; }
  #cart-table .bonuscart .item-quantity .remove-link {
    margin-top: 0;
    cursor: pointer; }
    #cart-table .bonuscart .item-quantity .remove-link span {
      text-decoration: underline;
      color: #6e6e6e;
      font-family: trade-gothic-next;
      font-weight: 400;
      font-style: normal; }

#cart-table .bonuscart td.item-total {
  text-align: center !important;
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  width: 14%;
  font-size: 12px !important;
  font-stretch: normal;
  line-height: 1.67;
  color: #000;
  padding-right: 4% !important; }
  @media only screen and (max-width: 849px) {
    #cart-table .bonuscart td.item-total {
      text-align: left !important;
      padding-right: 0 !important; } }

select.select-bonus-popup, select.select-bonus-popups {
  background-image: url(../images/dropdown-arrow.png);
  background-position: calc(100% - 10px);
  background-repeat: no-repeat; }
  @media only screen and (max-width: 599px) {
    select.select-bonus-popup, select.select-bonus-popups {
      background-position: calc(100% - 5px);
      background-size: 9px; } }

.mobile-table {
  display: none; }
  @media only screen and (max-width: 849px) {
    .mobile-table {
      display: block; } }

@media only screen and (max-width: 849px) {
  .space-desktop {
    display: none; } }

.bonus-discount-container {
  display: none !important; }

.lozad {
  display: block; }

.butter-fade-in-up {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 12);
      transform: matrix(1, 0, 0, 1, 0, 12);
  /*transition: 600ms transform cubic-bezier(.8, 0, .55, .94), 600ms opacity cubic-bezier(.8, 0, .55, .94);*/
  transition: all 600ms cubic-bezier(0.65, 0.05, 0.36, 1); }

.butter-fade-in-up.melt {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0); }

.butter-fade-in {
  opacity: 0;
  transition: 300ms opacity cubic-bezier(0.65, 0.05, 0.36, 1); }

.butter-fade-in.melt {
  opacity: 1; }

.butter-hero-fade-out {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  opacity: 1.0;
  transition: 1s opacity cubic-bezier(0.65, 0.05, 0.36, 1); }

.butter-hero-fade-out.melt {
  opacity: 0.0; }

.ratio-a {
  width: 100%;
  height: 0;
  padding-bottom: calc(872 / 1600 * 100%);
  position: relative; }

.ratio-a-sm {
  width: 100%;
  height: 0;
  padding-bottom: calc(357 / 1260 * 100%);
  position: relative; }

.ratio-b {
  width: 100%;
  height: 0;
  padding-bottom: calc(750 / 415 * 100%);
  position: relative; }

.ratio-e {
  width: 100%;
  height: 0;
  padding-bottom: calc(500 / 630 * 100%);
  position: relative; }

.ratio-m {
  width: 100%;
  height: 0;
  padding-bottom: calc(300 / 407 * 100%);
  position: relative; }

.ratio-s {
  width: 100%;
  height: 0;
  padding-bottom: calc(320 / 320 * 100%);
  position: relative; }

.butter img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }

.pdp-rec .lozad.butter {
  width: 100%;
  height: auto;
  position: relative; }

.pdp-rec .lozad.butter img {
  position: relative; }

.returns .label-print .return-input-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 849px) {
    .returns .label-print .return-input-container {
      -ms-flex-direction: column;
          flex-direction: column; } }

.returns .label-print input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0; }

.returns .label-print .return-submit {
  padding: 1em 1.5em;
  background-color: black;
  color: white;
  float: right; }

.return-status-details .order-status {
  width: 100%; }

.return-status-details h1 {
  margin: 24px 0; }

.return-status-details .mini-address-name,
.return-status-details .mini-address-location {
  line-height: 1.25; }

.return-status-details .return-tooltip {
  display: inline-block;
  cursor: pointer;
  position: relative; }

.return-status-details .return-tooltip-copy {
  width: auto;
  min-width: 105px;
  display: none;
  cursor: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 20px;
  padding: 0.5rem;
  background-color: #333333;
  z-index: 100; }
  @media only screen and (max-width: 849px) {
    .return-status-details .return-tooltip-copy {
      right: -18px; } }
  @media only screen and (max-width: 599px) {
    .return-status-details .return-tooltip-copy {
      right: -17px; } }
  .return-status-details .return-tooltip-copy:before {
    content: "";
    position: absolute;
    bottom: calc(50% - 2.5px);
    left: -5px;
    width: 10px;
    height: 10px;
    background: #333333;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    @media only screen and (max-width: 849px) {
      .return-status-details .return-tooltip-copy:before {
        right: 20px; } }
    @media only screen and (max-width: 599px) {
      .return-status-details .return-tooltip-copy:before {
        right: 19px; } }
  .return-status-details .return-tooltip-copy .content-asset p {
    font-size: 12px;
    line-height: 1.25;
    color: #fff !important;
    margin: 0;
    padding: 0;
    text-transform: none; }

.return-status-details .shipment-detail {
  padding-top: 32px; }
  .return-status-details .shipment-detail .note-error {
    font-weight: 600; }
  .return-status-details .shipment-detail .free-returns-link-container h3 {
    font-size: 15px;
    letter-spacing: 0.06rem;
    margin: 18px 0; }

.return-status-details .items-in-order {
  display: inline-block;
  margin: 5px 8px; }

.return-status-container {
  width: 405px;
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media only screen and (max-width: 849px) {
    .return-status-container {
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 20px 0; } }
  .return-status-container .return-status-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .return-status-container .return-status-column p {
      margin: 0;
      padding: 0;
      line-height: 1; }
  .return-status-container .progress-circles {
    width: 78px;
    -ms-flex-align: center;
        align-items: center; }
  .return-status-container .return-status-row-sm {
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .return-status-container [class^="vertical-line"] {
    position: absolute;
    left: 8px;
    bottom: 100%;
    height: 40px;
    width: 2px;
    background-color: #c9c9c9;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box; }
  .return-status-container .vertical-line-sm {
    display: none;
    background-color: #1fc167;
    height: 45px;
    left: 3px; }
  .return-status-container [class^="progress-circle"] {
    position: relative;
    padding: 0;
    margin-bottom: 37px;
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 3px solid #c9c9c9;
    top: -5px; }
  .return-status-container .progress-circle-sm {
    display: none;
    height: 8px;
    width: 8px;
    border: none;
    background-color: #1fc167;
    top: 3px;
    margin-bottom: 12px; }
  .return-status-container[data-returnstep="1"] .return-status-column p:first-of-type {
    color: #d79b28; }
  .return-status-container[data-returnstep="1"] .progress-circles span:first-of-type {
    background-color: #d79b28;
    border-color: #d79b28; }
    .return-status-container[data-returnstep="1"] .progress-circles span:first-of-type div {
      background-color: #d79b28; }
  .return-status-container[data-returnstep="2"] .return-status-column p:nth-of-type(-n+2) {
    color: #d79b28; }
  .return-status-container[data-returnstep="2"] .progress-circles span:nth-of-type(-n+2) {
    background-color: #d79b28;
    border-color: #d79b28; }
    .return-status-container[data-returnstep="2"] .progress-circles span:nth-of-type(-n+2) div {
      background-color: #d79b28; }
  .return-status-container[data-returnstep="3"] .return-status-column p:nth-of-type(-n+3) {
    color: #d79b28; }
  .return-status-container[data-returnstep="3"] .progress-circles span:nth-of-type(-n+3) {
    background-color: #d79b28;
    border-color: #d79b28; }
    .return-status-container[data-returnstep="3"] .progress-circles span:nth-of-type(-n+3) div {
      background-color: #d79b28; }
  .return-status-container[data-returnstep="4"] .return-status-column p:nth-of-type(-n+4) {
    color: #d79b28; }
  .return-status-container[data-returnstep="4"] .progress-circles span:nth-of-type(-n+4) {
    background-color: #d79b28;
    border-color: #d79b28; }
    .return-status-container[data-returnstep="4"] .progress-circles span:nth-of-type(-n+4) div {
      background-color: #d79b28; }
  .return-status-container[data-returnstep="5"] .return-status-column p:nth-of-type(-n+4) {
    color: #d79b28; }
  .return-status-container[data-returnstep="5"] .progress-circles span:nth-of-type(-n+4) {
    background-color: #d79b28;
    border-color: #d79b28; }
    .return-status-container[data-returnstep="5"] .progress-circles span:nth-of-type(-n+4) div {
      background-color: #d79b28; }
  .return-status-container[data-returnstep="5"] .return-status-column p:nth-of-type(5) {
    color: #1fc167; }
  .return-status-container[data-returnstep="5"] .progress-circles span:nth-of-type(5) {
    background-color: #1fc167;
    border-color: #1fc167; }
    .return-status-container[data-returnstep="5"] .progress-circles span:nth-of-type(5) div {
      background-color: #1fc167; }
  .return-status-container[data-returnstep="5"] .progress-circle-sm,
  .return-status-container[data-returnstep="5"] .vertical-line-sm,
  .return-status-container[data-returnstep="5"] .refund-amount,
  .return-status-container[data-returnstep="5"] .refund-amount-label,
  .return-status-container[data-returnstep="5"] .refund-sent-note {
    display: block; }
  .return-status-container .empty-cell,
  .return-status-container .return-status-image-container {
    height: 90px; }
  .return-status-container .return-date {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    height: 60px;
    text-align: right; }
  .return-status-container .return-progress-messaging-column :last-child {
    position: relative; }
  @media only screen and (max-width: 849px) {
    .return-status-container .return-dates,
    .return-status-container .return-progress-messaging-column {
      width: calc(50% - 39px); } }
  .return-status-container .return-progress-messaging {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    color: #c9c9c9;
    height: 60px; }
  .return-status-container .refund-sent-note {
    display: none;
    position: absolute;
    left: -8px;
    max-width: 175px;
    padding-left: 10px;
    text-indent: -10px;
    font-size: 0.75rem;
    color: #000; }
  .return-status-container .refund-amount {
    display: none;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    white-space: nowrap;
    color: #1fc167; }
  .return-status-container .refund-amount-label {
    display: none;
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.41;
    letter-spacing: 0.02rem;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap; }

.item-return-status h3 {
  margin-bottom: 4px; }

@media only screen and (max-width: 849px) {
  .item-return-status {
    text-align: left;
    margin-left: 15px; } }

.line-item-return-status,
.line-item-return-date,
.please-allow {
  text-transform: none; }

.line-item-return-status,
.line-item-return-date {
  display: inline-block; }

.please-allow {
  width: 74%;
  margin-left: auto;
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1;
  text-indent: -5px; }
  @media only screen and (max-width: 849px) {
    .please-allow {
      text-align: left;
      margin-left: 0; } }

.pt_returnrequest#main {
  margin-top: 50px; }

.pt_returnrequest .account_section {
  float: none;
  width: 100%; }

.pt_returnrequest .primary-content {
  width: 100%;
  padding: 0; }

.pt_order h1.return-status-title {
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #000; }

.return-status-error {
  text-align: center;
  margin-bottom: 20px; }

.returns-form {
  width: 80%;
  margin: 0 auto; }

.returns-contact-us.order-contact-us {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px; }

.customer-service-buttons {
  clear: both;
  margin-bottom: 20px; }
  .customer-service-buttons p {
    width: 210px;
    font-size: 0.75rem;
    padding: 0; }
  .customer-service-buttons .customer-service-button,
  .customer-service-buttons .customer-service-button#chat {
    display: inline-block;
    width: 125px;
    height: auto;
    padding: 6px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin: 1rem 0.75rem 0 0;
    cursor: pointer; }

@media only screen and (max-width: 849px) {
  .mobile-only {
    display: block; } }

@media only screen and (min-width: 849px) {
  .mobile-only {
    display: none; } }

.shipping-status-container div.mobile-only {
  margin-top: 15px;
  margin-left: 15px; }

.order-details .shipment-items .item-list .mobile-only .product-list-item, .order-details .shipment-items .item-list .mobile-only .quantity {
  text-align: left; }

.order-details .shipment-items .item-list .mobile-only .line-item-price {
  display: block; }

.yellowed {
  color: #d79b28;
  font-weight: 600; }

.greened {
  color: #1fc167;
  font-weight: 600; }

.non-ups-return-amount {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .non-ups-return-amount .refund-amount-container {
    margin: 10px auto;
    padding: 28px 40px;
    border: 1px solid #c9c9c9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .non-ups-return-amount .refund-amount {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    line-height: 1;
    white-space: nowrap;
    color: #1fc167; }
  .non-ups-return-amount .refund-amount-label {
    font-family: trade-gothic-next;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.41;
    letter-spacing: 0.02rem;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap; }
  .non-ups-return-amount .please-allow {
    margin: 0;
    text-align: center; }

.free-returns-link-container {
  width: 50%;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #c9c9c9;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .free-returns-link-container p {
    width: 62%;
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #000; }
  .free-returns-link-container a {
    font-family: trade-gothic-next;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #000;
    text-decoration: underline;
    cursor: pointer; }
  @media only screen and (max-width: 849px) {
    .free-returns-link-container {
      width: 100%;
      margin: 0 auto;
      padding: 20px 0; } }

.print-return-success {
  color: #1e4620;
  background-color: #edf7ed;
  margin: 1em 0;
  padding: .5em 0;
  letter-spacing: normal;
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1.5em;
  border-radius: 4px;
  border: 1px solid #cde3ce; }
  .print-return-success strong {
    font-weight: 700; }
  .print-return-success .print-return {
    margin: 5px 0; }

.print-return-error {
  color: #b2292e;
  background-color: #fdecea;
  margin: 1em 0;
  padding: .5em 0;
  letter-spacing: normal;
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1.5em;
  border-radius: 4px;
  border: 1px solid #f3d0cd; }
  .print-return-error strong {
    font-weight: 700; }
  .print-return-error .print-return {
    margin: 5px 0; }

.print-return-warning {
  color: #664d03;
  background-color: #fff3cd;
  margin: 1em 0;
  padding: .5em 0;
  letter-spacing: normal;
  font-size: 14px;
  padding: 14px 16px;
  line-height: 1.5em;
  border-radius: 4px;
  border: 1px solid #ffecb5; }
  .print-return-warning strong {
    font-weight: 700; }
  .print-return-warning .print-return {
    margin: 5px 0; }

.btn.btn-black-small {
  color: #fff;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  background-color: #000000;
  line-height: 1.86em; }
  .btn.btn-black-small:hover {
    color: #ffffff;
    background-color: #444444; }

.btn.btn-green {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  background-color: #1e4620;
  line-height: 1.86em; }

.print-return-warning.label-duplicate {
  margin: 0 auto; }

.label-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.label-title {
  font-size: 34px;
  font-weight: 600;
  padding-top: 0px;
  line-height: normal; }

.label-header, .label-message, .label-subtitle, .label-steps, .label-shipping-image {
  margin-bottom: 12px; }

.label-subtitle {
  font-size: 28px;
  font-weight: 600;
  padding-top: 0px;
  line-height: normal; }

.label-steps ul {
  list-style: disc inside none; }

.label-steps li a {
  text-decoration: underline; }

.label-shipping-image {
  border: 2px dashed #000000;
  border-style: dashed;
  max-width: 1080px;
  display: -ms-flexbox;
  display: flex; }

.label-print-return {
  line-height: normal; }

.label-print-return .print-return {
  margin: 0; }

.label-print-return a.btn {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  border-radius: 4px;
  box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.5);
  margin-left: 16px;
  padding: 10px 16px;
  text-align: center;
  line-height: normal; }

.label-print-return a.btn:hover {
  background-color: #f1bc1e; }

.flex-box .col-12 {
  width: 100%; }

@media (max-width: 500px) {
  .label-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .label-print-return a.btn {
    margin-left: 0px;
    margin-top: 8px; } }

#you-may-love-block .product-tile .product-image img {
  height: auto; }

.primary-content .holiday-home-slot.five .home-five-content .home-five-bottom-mobile {
  display: none !important; }

div.cookiebanner {
  height: auto; }

.primary-content .holiday-home-slot.four .content div .pink-rectangle-container .pink-rectangle,
.primary-content .holiday-home-slot.five .home-five-content .pink-rectangle {
  background-color: transparent; }

.primary-content .holiday-home-slot h1 {
  white-space: normal; }

@media only screen and (max-width: 599px) {
  .homepage_slider {
    padding-top: 59px; }
  .primary-content .holiday-home-slot.two .column-tile img {
    width: 100%; }
  .primary-content .holiday-home-slot.two {
    padding-left: 0;
    padding-right: 0; } }

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

.ps-scroll .slick-active {
  opacity: 1 !important; }

.shop-all button {
  margin: 50px 0 50px 0; }

.bg-ltgray1 {
  background: #f5f5f5; }

.bg-beige1 {
  background: #e9e8e3; }

.section h2.black {
  color: #000000; }

.section h2.white {
  color: #ffffff; }

a.btn.btn-main, button.btn.btn-main {
  position: relative;
  min-width: auto;
  font-size: 17px;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 9px 45px;
  line-height: 1.5em; }

.btn.btn-main::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.btn.btn-main.btn-black {
  background: #000000;
  color: #ffffff; }

.btn.btn-main.btn-white {
  background: #ffffff;
  color: #000000; }

.btn.btn-main.btn-black::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EVector Smart Object%3C/title%3E%3Cpath class='a' d='M1,14a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42L5.59,7,.29,1.71A1,1,0,0,1,1.71.29l6,6a1,1,0,0,1,0,1.42l-6,6A1,1,0,0,1,1,14Z'/%3E%3C/svg%3E"); }

.btn.btn-main.btn-white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Ctitle%3EVector Smart Object%3C/title%3E%3Cpath d='M1,14a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42L5.59,7,.29,1.71A1,1,0,0,1,1.71.29l6,6a1,1,0,0,1,0,1.42l-6,6A1,1,0,0,1,1,14Z'/%3E%3C/svg%3E"); }

div.btn-div {
  margin: 10px 0; }

div.btn-div a.btn.btn-main, div.btn-div button.btn.btn-main {
  display: inline-block; }

div.btn-div.btn-last, div.btn-div.btn-last {
  margin-top: 20px; }

.section .copy h2 {
  margin: 10px 0; }

.section.section-border_outline {
  position: relative;
  width: 100%;
  height: calc(100vh - 91px);
  padding: 20px;
  background: #000000;
  box-sizing: border-box; }

.section.section-border_outline .wall-box {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  top: 0;
  left: 0; }

.section.section-border_outline .wall-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  padding: 20px;
  object-fit: cover;
  object-position: center top; }

.section-border_outline .copy {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 20px; }

.section-wall_copy {
  position: relative;
  width: 100%;
  height: calc(100vh - 61px); }

.section-wall_copy .wall-box {
  width: 100%;
  height: 100%;
  position: absolute; }

.section-wall_copy .wall-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; }

.section-wall_copy .wall-box.wall-denim {
  background-image: url("2020/jan/sale_2_denim_mens_wall_1_600x780.jpg?$staticlink$");
  /* background-attachment:fixed; */
  background-size: cover;
  background-position: top right; }

@media only screen and (max-width: 599px) {
  .section-wall_copy .wall-box.wall-denim {
    background-image: url("2020/jan/sale_2_denim_mens_wall_1_600x780.jpg?$staticlink$"); } }

@media only screen and (min-width: 600px) {
  .section-wall_copy .wall-box.wall-denim {
    background-image: url("2020/jan/sale_2_denim_mens_wall_1_850x1105.jpg?$staticlink$"); } }

@media only screen and (min-width: 850px) {
  .section-wall_copy .wall-box.wall-denim {
    background-image: url("2020/jan/sale_2_denim_mens_wall_1_1600x700.jpg?$staticlink$");
    background-position: top center; } }

.section-wall_copy .wall-box.wall-americana {
  background-image: url("2020/jan/sale_2_americana_wall_1_600x780.jpg?$staticlink$");
  background-attachment: scroll;
  background-size: cover;
  background-position: top center; }

@media only screen and (max-width: 599px) {
  .section-wall_copy .wall-box.wall-americana {
    background-image: url("2020/jan/sale_2_americana_wall_1_600x780.jpg?$staticlink$"); } }

@media only screen and (min-width: 600px) {
  .section-wall_copy .wall-box.wall-americana {
    background-image: url("2020/jan/sale_2_americana_wall_1_850x1105.jpg?$staticlink$"); } }

@media only screen and (min-width: 850px) {
  .section-wall_copy .wall-box.wall-americana {
    background-image: url("2020/jan/sale_2_americana_wall_1_1600x700.jpg?$staticlink$");
    background-position: center top; } }

.section-wall_copy .copy.white h3, .section-wall_copy .copy.white h2 {
  color: #ffffff; }

.section-wall_copy.copy_bot_mid .copy {
  width: 100%;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center; }

.section-wall_copy.copy_bot_left .copy {
  position: absolute;
  padding: 20px;
  padding-bottom: 5vh;
  box-sizing: border-box;
  bottom: 0;
  left: 0%;
  text-align: left; }

.section.section-carousel_single {
  padding: 40px 20px; }

.section.section-carousel_double .carousel-container {
  width: 100%;
  margin-bottom: 0; }

.section.section-carousel_single .carousel-container {
  width: 90%;
  margin: 0 auto; }

.slide-product-item {
  text-align: center; }
  .slide-product-item .product-tile .product-badge {
    display: none; }
  .slide-product-item .product-tile .product-name {
    display: none; }
  .slide-product-item .product-tile .product-pricing {
    float: none; }
    .slide-product-item .product-tile .product-pricing .product-price {
      font-size: 14px;
      color: #3e3e3e;
      margin: 5px 0;
      -ms-flex-pack: center;
          justify-content: center; }
  .slide-product-item .product-tile .product-promo .promotional-message {
    font-size: 13px;
    color: #882525;
    width: 90%;
    margin: 0 auto; }

.slide-product-item.carousel_single_item .product-tile .product-image img {
  width: auto; }

.slide-product-item .price {
  font-size: 14px;
  color: #3e3e3e;
  margin: 5px 0; }

.slide-product-item .callout {
  font-size: 13px;
  color: #882525;
  width: 90%;
  margin: 0 auto; }

.slick-slide .slide-product-item img {
  margin: 0 auto; }

.slide-product-item.carousel_single_item .price-strikeout {
  color: #8c8a80;
  font-size: 16px;
  text-decoration: line-through;
  margin-top: 40px; }

.slide-product-item.carousel_single_item .price {
  color: #3a382d;
  font-size: 17px; }

.carousel-indicators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0; }

.carousel-indicators li button {
  font-size: 0;
  width: 26px;
  height: 3px;
  background: #d8d8d8;
  margin: 0px 5px; }

.carousel-indicators li.slick-active button {
  background: #464646; }

.section.section-categories_list {
  position: relative;
  width: 100%;
  background: #000000;
  padding: 20px 10px;
  box-sizing: border-box; }

.section.section-categories_list h2 {
  color: #ffffff; }

.section.section-categories_list .categories_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.categories_container .categories-half {
  width: 100%;
  text-align: center;
  margin: 0 10px; }

.categories_container .categories-half h3 {
  color: #ffffff;
  font-size: 30px;
  margin: 30px 0;
  margin-bottom: 15px; }

.categories-half ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 9px 0px;
  margin: 15px 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  min-width: auto;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1.5em; }

.search-result-content ul {
  margin: 0;
  margin-bottom: 5px; }

@media only screen and (max-width: 599px) {
  .search-result-content ul {
    margin: 0;
    margin-bottom: 5px; } }

@media only screen and (min-width: 600px) {
  .categories_container .categories-half {
    margin: 0 15px; } }

@media only screen and (min-width: 850px) {
  .section-wall_copy {
    height: calc(100vh - 84px); }
  .section-wall_copy.copy_bot_mid .copy {
    bottom: 10vh; }
  .section.section-carousel_double .carousel-container .slick-list {
    padding-bottom: 30px; }
  .categories_container .categories-half {
    width: 40%;
    margin: 0 15px; }
  .categories_container .categories-half {
    width: 30%; } }

#main:not(.full-bleed), #footer:not(.full-bleed), .inner-wrapper:not(.full-bleed) {
  max-width: 100%;
  padding: 0; }

#main {
  max-width: none; }

#primary {
  margin: 0 auto; }

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

h1, h2, h3, h4, h5 {
  font-family: trade-gothic-next;
  font-weight: 700;
  font-style: normal; }

div, span, p, a {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal; }

a.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1em;
  text-transform: uppercase;
  padding: 13px 15px;
  min-width: 130px; }

.search-result-content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: normal;
      justify-items: normal; }

@media only screen and (min-width: 0px) {
  .content-asset.grid_desktop {
    display: none !important; }
  .content-asset.grid_mobile {
    display: none !important; }
  .search-result-content ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 40px; }
  .search-result-content ul .grid-tile {
    width: 100%;
    max-width: none;
    min-width: unset;
    margin: 0; } }

@media only screen and (min-width: 850px) {
  .content-asset.grid_desktop {
    display: none !important; }
  .content-asset.grid_mobile {
    display: none !important; }
  .search-result-content ul {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1%;
    grid-row-gap: 45px; } }

@media only screen and (min-width: 1200px) {
  .search-result-content ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1%;
    padding: 0%; } }

@media only screen and (min-width: 2000px) {
  .search-result-content ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.fit_contents .fit_details {
  position: absolute; }

.fit_details h2, .fit_details h3 {
  font-weight: 700;
  letter-spacing: normal;
  text-align: left; }

.fit_details p {
  font-family: trade-gothic-next;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02rem; }

.fit_contents.black h2, .fit_contents.black h3, .fit_contents.black p {
  color: #000000; }

.fit_contents.white h2, .fit_contents.white h3, .fit_contents.white p {
  color: #ffffff; }

.fit_contents .fit_picture {
  line-height: 0px; }

.fit_cat_banner .fit_navigation {
  background: #f7f6f3;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 0px;
      grid-template-columns: 0px;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-auto-flow: column;
  overflow-x: scroll;
  -webkit-scroll-snap-type: x proximity;
      -ms-scroll-snap-type: x proximity;
          scroll-snap-type: x proximity;
  padding: 0;
  margin-bottom: 0; }

.fit_cat_banner .fit_navigation:before,
.fit_cat_banner .fit_navigation:after {
  content: '';
  width: 0px; }

.fit_cat_banner .fit_navigation > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  background: #ffffff;
  border-radius: 0px;
  padding: 0px 0px;
  line-height: 0; }

.fit_cat_banner .fit_navigation > div:hover {
  background: #e0e0de; }

.fit_cat_banner .fit_navigation > div.selected {
  background: #d3d2d0; }

.fit_cat_banner .fit_navigation.all > div > a {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 35px 0px; }

.fit_cat_banner .fit_navigation.mens > div, .fit_cat_banner .fit_navigation.womens > div {
  background: #f7f6f3; }

.fit_cat_banner .fit_navigation.mens > div:hover, .fit_cat_banner .fit_navigation.womens > div:hover {
  background: #e0e0de; }

.fit_cat_banner .fit_navigation.mens > div.selected, .fit_cat_banner .fit_navigation.womens > div.selected {
  background: #d3d2d0; }

.fit_cat_banner .fit_navigation picture {
  display: inline-block; }

.fit_navigation h4 {
  color: #151515;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0;
  /*text-shadow: 0px 2px 50px rgba(0,0,0,.70);*/ }

.fit_navigation.womens h4 {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin-top: -5px;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.7); }

.fit_navigation.mens h4 {
  margin-top: 10px; }

.fit_navigation h4.btn {
  background: #000000;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1em;
  text-transform: uppercase;
  padding: 13px 15px;
  min-width: 130px;
  margin-top: 0px; }

.section.section-grid-nav {
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; }

.section.section-grid-nav.grid-4 {
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%; }

.section.section-grid-nav > div {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.section.section-grid-nav > div a {
  display: inline-block;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  letter-spacing: normal; }

.section.section-grid-nav > div a:hover {
  background: #000000;
  color: #ffffff; }

i.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  position: relative; }

i.arrow.right {
  color: #333333;
  top: -3px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.section.section-grid-nav i.arrow {
  top: -1px; }

#main.pt_account, #main.pt_order, .pt_product-details #main, #main.pt_cart, .pt_checkout #main, .pt_order-confirmation #main, .pt_giftcard #main, #int_page .contextchooser .wrapper_country_chooser {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px; }

.search-result-content ul .grid-tile.no_stock .product-image::after {
  content: 'Out of Stock';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  width: 100%;
  background: #4c4c4c;
  color: #ffffff;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  padding: 18px; }

#ae_app #ae_launcher.ae-cta-position-preset-left-lower {
  bottom: -14px !important; }
  @media only screen and (max-width: 768px) {
    #ae_app #ae_launcher.ae-cta-position-preset-left-lower {
      bottom: -16px !important; } }

#ae_app #ae_launcher.ae-cta-position-preset-left-lower.ae-launcher-hover {
  bottom: 0px !important; }

#launcher {
  margin: 10px !important; }

.is-poq {
  display: none; }

.category-features-wrapper {
  padding: 0 2%; }

.category-feature {
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .category-feature {
      -ms-flex-direction: column;
          flex-direction: column; } }

.category-feature .category-feature-details {
  width: 50%;
  padding-right: 2%; }
  @media only screen and (max-width: 768px) {
    .category-feature .category-feature-details {
      width: 100%; } }

.category-feature .category-feature-products {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 2%;
  width: 50%;
  padding: 0;
  margin: 0;
  border: 0; }
  @media only screen and (max-width: 768px) {
    .category-feature .category-feature-products {
      width: 100%; } }

.carousel-minimal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-x: scroll;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.carousel-minimal .carousel-item-product {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 29%;
  scroll-snap-align: start;
  margin-right: 3.5%; }

@media only screen and (min-width: 0px) {
  .fit_cat_banner .fit_navigation {
    grid-auto-columns: 33.33%; }
  .fit_cat_banner .fit_navigation.all {
    grid-auto-columns: 33.33%; }
  .fit_cat_banner .fit_navigation.mens {
    grid-auto-columns: 39%; }
  .fit_cat_banner .fit_navigation.womens {
    grid-auto-columns: 30%; }
  .fit_cat_banner .fit_navigation > div {
    padding: 0px;
    border-right: 1px solid #e0e0de;
    border-bottom: 1px solid #e0e0e0; }
  .fit_cat_banner .fit_navigation.mens > div {
    padding: 10px; }
  .fit_cat_banner .fit_navigation > div:last-child {
    border-right: 0; }
  .fit_contents .fit_details {
    top: 10px;
    left: 10px; }
  .fit_details h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 5px; }
  .fit_details h3 {
    font-size: 20px;
    margin: 10px 0;
    margin-top: 5px; }
  .fit_details p {
    width: 50%;
    font-size: 12px; }
  .fit_navigation h4 {
    font-size: 16px; }
  .fit_navigation h4.btn {
    min-width: 0px; }
  .section.section-grid-nav-title {
    background: #2f4543; }
  .section.section-grid-nav-title h3 {
    font-weight: 700;
    letter-spacing: normal;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    text-shadow: 0px 0px 15px white; }
  .section.section-grid-nav.grid-4 {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%; }
  .section.section-grid-nav > div a .btn-deal {
    font-size: 24px;
    line-height: 1em;
    padding: 10px 0; }
  .section.section-grid-nav > div a .shop-now {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline; }
  .section.section-grid-nav.grid-nav-white > div {
    background: #ffffff; }
  .section.section-grid-nav.grid-nav-white > div a {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 35px 0px; }
  .section.section-grid-nav.grid-nav-white > div a:hover {
    background: #000000;
    color: #ffffff; }
  .content-asset.grid_desktop.desktop_plp_ad_1, .content-asset.grid_desktop.desktop_plp_ad_2, .content-asset.grid_desktop.desktop_plp_ad_3 {
    display: none; }
  .content-asset.grid_mobile.mobile_plp_ad_1, .content-asset.grid_mobile.mobile_plp_ad_2, .content-asset.grid_mobile.mobile_plp_ad_3 {
    display: none; }
  .payments-container .amazon-btn {
    padding: 0px 0; } }

@media only screen and (min-width: 321px) {
  .fit_navigation h4.btn {
    min-width: 130px; }
  .fit_navigation h4 {
    font-size: 17px; } }

@media only screen and (min-width: 400px) {
  .fit_cat_banner .fit_navigation.mens {
    grid-auto-columns: 29%; } }

@media only screen and (min-width: 450px) {
  .fit_cat_banner .fit_navigation.mens {
    grid-auto-columns: 28%; } }

@media only screen and (min-width: 600px) {
  .fit_cat_banner .fit_navigation {
    overflow: auto; }
  .fit_cat_banner .fit_navigation.mens {
    grid-auto-columns: 25%; }
  .fit_cat_banner .fit_navigation.womens {
    grid-auto-columns: 28%; }
  .fit_contents .fit_details {
    top: 15px;
    left: 15px; }
  .fit_details p {
    width: 300px;
    line-height: 1.5em;
    font-size: 14px; }
  .fit_navigation h4.btn {
    min-width: 130px; } }

@media only screen and (min-width: 700px) {
  .section.section-grid-nav.grid-4 {
    -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%; }
  .section.section-grid-nav.grid-nav-white > div {
    background: #ffffff; } }

@media only screen and (min-width: 850px) {
  .content-asset.grid_desktop.desktop_plp_ad_1, .content-asset.grid_desktop.desktop_plp_ad_2, .content-asset.grid_desktop.desktop_plp_ad_3 {
    display: none; }
  .content-asset.grid_mobile.mobile_plp_ad_1, .content-asset.grid_mobile.mobile_plp_ad_2, .content-asset.grid_mobile.mobile_plp_ad_3 {
    display: none; }
  .payments-container .amazon-btn {
    padding: 0px 0; } }

@media only screen and (min-width: 901px) {
  .fit_contents .fit_details {
    top: 20px;
    left: 20px; }
  .fit_cat_banner .fit_navigation.womens {
    grid-auto-columns: 22%; } }

.ss__palette .ss__color__HAQL .ss__swatch,
.ss__palette__list .ss__color__HAQL .ss__swatch {
  background-color: #546B7B !important; }

.ss__palette .ss__color__HBDD .ss__swatch,
.ss__palette__list .ss__color__HBDD .ss__swatch {
  background-color: #242D39 !important; }

.ss__palette .ss__color__7451 .ss__swatch,
.ss__palette__list .ss__color__7451 .ss__swatch {
  background-color: #F5B470 !important; }

.ss__palette .ss__color__1501 .ss__swatch,
.ss__palette__list .ss__color__1501 .ss__swatch {
  background-color: #BBBAB6 !important; }

.ss__palette .ss__color__1001 .ss__swatch,
.ss__palette__list .ss__color__1001 .ss__swatch {
  background-color: #312F2F !important; }

.ss__palette .ss__color__1847 .ss__swatch,
.ss__palette__list .ss__color__1847 .ss__swatch {
  background-color: #F5F3EF !important; }

.ss__palette .ss__color__1211 .ss__swatch,
.ss__palette__list .ss__color__1211 .ss__swatch {
  background-color: #F6F0E8 !important; }

.ss__palette .ss__color__HAML .ss__swatch,
.ss__palette__list .ss__color__HAML .ss__swatch {
  background-color: #7A909E !important; }

.ss__palette .ss__color__HAND .ss__swatch,
.ss__palette__list .ss__color__HAND .ss__swatch {
  background-color: #1E2A36 !important; }

.ss__palette .ss__color__2SB .ss__swatch,
.ss__palette__list .ss__color__2SB .ss__swatch {
  background-color: #1B191C !important; }

.ss__palette .ss__color__1403 .ss__swatch,
.ss__palette__list .ss__color__1403 .ss__swatch {
  background-color: #CAC8C9 !important; }

.ss__palette .ss__color__ECRU .ss__swatch,
.ss__palette__list .ss__color__ECRU .ss__swatch {
  background-color: #EBEBE9 !important; }

.ss__palette .ss__color__2000 .ss__swatch,
.ss__palette__list .ss__color__2000 .ss__swatch {
  background-color: #572e1a !important; }

.ss__palette .ss__color__6500 .ss__swatch,
.ss__palette__list .ss__color__6500 .ss__swatch {
  background-color: #F1E3E0 !important; }

.ss__palette .ss__color__gayl .ss__swatch,
.ss__palette__list .ss__color__gayl .ss__swatch {
  background-color: #B1363C !important; }

.ss__palette .ss__color__1700 .ss__swatch,
.ss__palette__list .ss__color__1700 .ss__swatch {
  background-color: #ffffff !important; }

.ss__palette .ss__color__3443 .ss__swatch,
.ss__palette__list .ss__color__3443 .ss__swatch {
  background-color: #5E6150 !important; }

.ss__palette .ss__color__4903 .ss__swatch,
.ss__palette__list .ss__color__4903 .ss__swatch {
  background-color: #35404F !important; }

.ss__palette .ss__color__HXPL .ss__swatch,
.ss__palette__list .ss__color__HXPL .ss__swatch {
  background-color: #8A9AAA !important; }

.ss__palette .ss__color__HBNM .ss__swatch,
.ss__palette__list .ss__color__HBNM .ss__swatch {
  background-color: #4C667D !important; }

.ss__palette .ss__color__2504 .ss__swatch,
.ss__palette__list .ss__color__2504 .ss__swatch {
  background-color: #58613B !important; }

.ss__palette .ss__color__1105 .ss__swatch,
.ss__palette__list .ss__color__1105 .ss__swatch {
  background-color: #0B0B0B !important; }

.ss__palette .ss__color__HYPL .ss__swatch,
.ss__palette__list .ss__color__HYPL .ss__swatch {
  background-color: #708195 !important; }

.ss__palette .ss__color__4400 .ss__swatch,
.ss__palette__list .ss__color__4400 .ss__swatch {
  background-color: #335360 !important; }

.ss__palette .ss__color__HXQL .ss__swatch,
.ss__palette__list .ss__color__HXQL .ss__swatch {
  background-color: #B8C3CA !important; }

.ss__palette .ss__color__HAYD .ss__swatch,
.ss__palette__list .ss__color__HAYD .ss__swatch {
  background-color: #1A3143 !important; }

.ss__palette .ss__color__1600 .ss__swatch,
.ss__palette__list .ss__color__1600 .ss__swatch {
  background-color: #B6B9BE !important; }

.ss__palette .ss__color__3052 .ss__swatch,
.ss__palette__list .ss__color__3052 .ss__swatch {
  background-color: #454C13 !important; }

.ss__palette .ss__color__1702 .ss__swatch,
.ss__palette__list .ss__color__1702 .ss__swatch {
  background-color: #ede6db !important; }

.ss__palette .ss__color__1866 .ss__swatch,
.ss__palette__list .ss__color__1866 .ss__swatch {
  background-color: #F7F8FA !important; }

.ss__palette .ss__color__6000 .ss__swatch,
.ss__palette__list .ss__color__6000 .ss__swatch {
  background-color: #632B2A !important; }

.ss__palette .ss__color__HXRM .ss__swatch,
.ss__palette__list .ss__color__HXRM .ss__swatch {
  background-color: #495867 !important; }

.ss__palette .ss__color__1210 .ss__swatch,
.ss__palette__list .ss__color__1210 .ss__swatch {
  background-color: #6F6D73 !important; }

.ss__palette .ss__color__2141 .ss__swatch,
.ss__palette__list .ss__color__2141 .ss__swatch {
  background-color: #784D2A !important; }

.ss__palette .ss__color__6012 .ss__swatch,
.ss__palette__list .ss__color__6012 .ss__swatch {
  background-color: #752D31 !important; }

.ss__palette .ss__color__4189 .ss__swatch,
.ss__palette__list .ss__color__4189 .ss__swatch {
  background-color: #164974 !important; }

.ss__palette .ss__color__9802 .ss__swatch,
.ss__palette__list .ss__color__9802 .ss__swatch {
  background-color: #D5CBBE !important; }

.ss__palette .ss__color__2701 .ss__swatch,
.ss__palette__list .ss__color__2701 .ss__swatch {
  background-color: #AF9C82 !important; }

.ss__palette .ss__color__1214 .ss__swatch,
.ss__palette__list .ss__color__1214 .ss__swatch {
  background-color: #316052 !important; }

.ss__palette .ss__color__4439 .ss__swatch,
.ss__palette__list .ss__color__4439 .ss__swatch {
  background-color: #2264AA !important; }

.ss__palette .ss__color__HAAM .ss__swatch,
.ss__palette__list .ss__color__HAAM .ss__swatch {
  background-color: #4D6A7C !important; }

.ss__palette .ss__color__FWIM .ss__swatch,
.ss__palette__list .ss__color__FWIM .ss__swatch {
  background-color: #2D475B !important; }

.ss__palette .ss__color__5060 .ss__swatch,
.ss__palette__list .ss__color__5060 .ss__swatch {
  background-color: #732A42 !important; }

.ss__palette .ss__color__1550 .ss__swatch,
.ss__palette__list .ss__color__1550 .ss__swatch {
  background-color: #9E999D !important; }

.ss__palette .ss__color__HAQL .ss__swatch,
.ss__palette__list .ss__color__HAQL .ss__swatch {
  background-color: #677A88 !important; }

.ss__palette .ss__color__7100 .ss__swatch,
.ss__palette__list .ss__color__7100 .ss__swatch {
  background-color: #DDB960 !important; }

.ss__palette .ss__color__6844 .ss__swatch,
.ss__palette__list .ss__color__6844 .ss__swatch {
  background-color: #DFC7C1 !important; }

.ss__palette .ss__color__1200 .ss__swatch,
.ss__palette__list .ss__color__1200 .ss__swatch {
  background-color: #D1D1D3 !important; }

.ss__palette .ss__color__2103 .ss__swatch,
.ss__palette__list .ss__color__2103 .ss__swatch {
  background-color: #5B2E28 !important; }

.ss__palette .ss__color__1739 .ss__swatch,
.ss__palette__list .ss__color__1739 .ss__swatch {
  background-color: #EEE9E3 !important; }

.ss__palette .ss__color__HBBD .ss__swatch,
.ss__palette__list .ss__color__HBBD .ss__swatch {
  background-color: #9EB0BD !important; }

.ss__palette .ss__color__3410 .ss__swatch,
.ss__palette__list .ss__color__3410 .ss__swatch {
  background-color: #004B46 !important; }

.ss__palette .ss__color__2625 .ss__swatch,
.ss__palette__list .ss__color__2625 .ss__swatch {
  background-color: #D0BEB0 !important; }

.ss__palette .ss__color__4697 .ss__swatch,
.ss__palette__list .ss__color__4697 .ss__swatch {
  background-color: #98B2C8 !important; }

.ss__palette .ss__color__HXND .ss__swatch,
.ss__palette__list .ss__color__HXND .ss__swatch {
  background-color: #2C3A55 !important; }

.ss__palette .ss__color__1075 .ss__swatch,
.ss__palette__list .ss__color__1075 .ss__swatch {
  background-color: #101010 !important; }

.ss__palette .ss__color__IALD .ss__swatch,
.ss__palette__list .ss__color__IALD .ss__swatch {
  background-color: #2C3A54 !important; }

.ss__palette .ss__color__IAJL .ss__swatch,
.ss__palette__list .ss__color__IAJL .ss__swatch {
  background-color: #3A5179 !important; }

.ss__palette .ss__color__1081 .ss__swatch,
.ss__palette__list .ss__color__1081 .ss__swatch {
  background-color: #151515 !important; }

.ss__palette .ss__color__1078 .ss__swatch,
.ss__palette__list .ss__color__1078 .ss__swatch {
  background-color: #918D91 !important; }

.ss__palette .ss__color__2026 .ss__swatch,
.ss__palette__list .ss__color__2026 .ss__swatch {
  background-color: #AE6135 !important; }

.ss__palette .ss__color__HXIL .ss__swatch,
.ss__palette__list .ss__color__HXIL .ss__swatch {
  background-color: #637694 !important; }

.ss__palette .ss__color__HYUL .ss__swatch,
.ss__palette__list .ss__color__HYUL .ss__swatch {
  background-color: #8CA7B4 !important; }

.ss__palette .ss__color__HXFD .ss__swatch,
.ss__palette__list .ss__color__HXFD .ss__swatch {
  background-color: #212B44 !important; }

.ss__palette .ss__color__HYSD .ss__swatch,
.ss__palette__list .ss__color__HYSD .ss__swatch {
  background-color: #22304B !important; }

.ss__palette .ss__color__HXJM .ss__swatch,
.ss__palette__list .ss__color__HXJM .ss__swatch {
  background-color: #2F5570 !important; }

.ss__palette .ss__color__HXMB .ss__swatch,
.ss__palette__list .ss__color__HXMB .ss__swatch {
  background-color: #444247 !important; }

.ss__palette .ss__color__HZZL .ss__swatch,
.ss__palette__list .ss__color__HZZL .ss__swatch {
  background-color: #ABB9B9 !important; }

.ss__palette .ss__color__HAGL .ss__swatch,
.ss__palette__list .ss__color__HAGL .ss__swatch {
  background-color: #576F7A !important; }

.ss__palette .ss__color__HYGD .ss__swatch,
.ss__palette__list .ss__color__HYGD .ss__swatch {
  background-color: #536264 !important; }

.ss__palette .ss__color__4448 .ss__swatch,
.ss__palette__list .ss__color__4448 .ss__swatch {
  background-color: #C6CCC8 !important; }

.ss__palette .ss__color__HZCL .ss__swatch,
.ss__palette__list .ss__color__HZCL .ss__swatch {
  background-color: #8399B0 !important; }

.ss__palette .ss__color__2SBD .ss__swatch,
.ss__palette__list .ss__color__2SBD .ss__swatch {
  background-color: #0C0A0D !important; }

.ss__palette .ss__color__HBC1 .ss__swatch,
.ss__palette__list .ss__color__HBC1 .ss__swatch {
  background-color: #40637F !important; }

.ss__palette .ss__color__HADR .ss__swatch,
.ss__palette__list .ss__color__HADR .ss__swatch {
  background-color: #1C1A1B !important; }

.ss__palette .ss__color__HAKB .ss__swatch,
.ss__palette__list .ss__color__HAKB .ss__swatch {
  background-color: #474548 !important; }

.ss__palette .ss__color__1232 .ss__swatch,
.ss__palette__list .ss__color__1232 .ss__swatch {
  background-color: #696766 !important; }

.ss__palette .ss__color__6875 .ss__swatch,
.ss__palette__list .ss__color__6875 .ss__swatch {
  background-color: #F1E0D8 !important; }

.ss__palette .ss__color__3028 .ss__swatch,
.ss__palette__list .ss__color__3028 .ss__swatch {
  background-color: #CBD7CB !important; }

.ss__palette .ss__color__HATD .ss__swatch,
.ss__palette__list .ss__color__HATD .ss__swatch {
  background-color: #314D60 !important; }

.ss__palette .ss__color__HAOG .ss__swatch,
.ss__palette__list .ss__color__HAOG .ss__swatch {
  background-color: #515055 !important; }

.ss__palette .ss__color__5205 .ss__swatch,
.ss__palette__list .ss__color__5205 .ss__swatch {
  background-color: #501D24 !important; }

.ss__palette .ss__color__HAUB .ss__swatch,
.ss__palette__list .ss__color__HAUB .ss__swatch {
  background-color: #161616 !important; }

.ss__palette .ss__color__HBBL .ss__swatch,
.ss__palette__list .ss__color__HBBL .ss__swatch {
  background-color: #8999AA !important; }

.ss__palette .ss__color__HAFD .ss__swatch,
.ss__palette__list .ss__color__HAFD .ss__swatch {
  background-color: #2D3F56 !important; }

.ss__palette .ss__color__IAFR .ss__swatch,
.ss__palette__list .ss__color__IAFR .ss__swatch {
  background-color: #212B42 !important; }

.ss__palette .ss__color__HAID .ss__swatch,
.ss__palette__list .ss__color__HAID .ss__swatch {
  background-color: #283A44 !important; }

.ss__palette .ss__color__IAFD .ss__swatch,
.ss__palette__list .ss__color__IAFD .ss__swatch {
  background-color: #242F4A !important; }

.ss__palette .ss__color__4268 .ss__swatch,
.ss__palette__list .ss__color__4268 .ss__swatch {
  background-color: #61584E !important; }

.ss__palette .ss__color__HZYD .ss__swatch,
.ss__palette__list .ss__color__HZYD .ss__swatch {
  background-color: #1E3141 !important; }

.ss__palette .ss__color__6003 .ss__swatch,
.ss__palette__list .ss__color__6003 .ss__swatch {
  background-color: #532025 !important; }

.ss__palette .ss__color__2723 .ss__swatch,
.ss__palette__list .ss__color__2723 .ss__swatch {
  background-color: #D0A78E !important; }

.ss__palette .ss__color__2502 .ss__swatch,
.ss__palette__list .ss__color__2502 .ss__swatch {
  background-color: #8E492A !important; }

.ss__palette .ss__color__2107 .ss__swatch,
.ss__palette__list .ss__color__2107 .ss__swatch {
  background-color: #61321F !important; }

.ss__palette .ss__color__HBDB .ss__swatch,
.ss__palette__list .ss__color__HBDB .ss__swatch {
  background-color: #373332 !important; }

.ss__palette .ss__color__GSIM .ss__swatch,
.ss__palette__list .ss__color__GSIM .ss__swatch {
  background-color: #58626F !important; }

.ss__palette .ss__color__HTND .ss__swatch,
.ss__palette__list .ss__color__HTND .ss__swatch {
  background-color: #243346 !important; }

.ss__palette .ss__color__GSML .ss__swatch,
.ss__palette__list .ss__color__GSML .ss__swatch {
  background-color: #BBBDC3 !important; }

.ss__palette .ss__color__2S .ss__swatch,
.ss__palette__list .ss__color__2S .ss__swatch {
  background-color: #22273D !important; }

.ss__palette .ss__color__HRKG .ss__swatch,
.ss__palette__list .ss__color__HRKG .ss__swatch {
  background-color: #767070 !important; }

.ss__palette .ss__color__HBDD .ss__swatch,
.ss__palette__list .ss__color__HBDD .ss__swatch {
  background-color: #263240 !important; }

.ss__palette .ss__color__FWKD .ss__swatch,
.ss__palette__list .ss__color__FWKD .ss__swatch {
  background-color: #1B2938 !important; }

.ss__palette .ss__color__FOUM .ss__swatch,
.ss__palette__list .ss__color__FOUM .ss__swatch {
  background-color: #243F61 !important; }

.ss__palette .ss__color__HWQD .ss__swatch,
.ss__palette__list .ss__color__HWQD .ss__swatch {
  background-color: #354061 !important; }

.ss__palette .ss__color__HXYD .ss__swatch,
.ss__palette__list .ss__color__HXYD .ss__swatch {
  background-color: #223141 !important; }

.ss__palette .ss__color__HWYM .ss__swatch,
.ss__palette__list .ss__color__HWYM .ss__swatch {
  background-color: #2F4360 !important; }

.ss__palette .ss__color__HWTL .ss__swatch,
.ss__palette__list .ss__color__HWTL .ss__swatch {
  background-color: #A8A7AC !important; }

.ss__palette .ss__color__HXXL .ss__swatch,
.ss__palette__list .ss__color__HXXL .ss__swatch {
  background-color: #C6D4D6 !important; }

.ss__palette .ss__color__HBPL .ss__swatch,
.ss__palette__list .ss__color__HBPL .ss__swatch {
  background-color: #BFC4C2 !important; }

.ss__palette .ss__color__HQWD .ss__swatch,
.ss__palette__list .ss__color__HQWD .ss__swatch {
  background-color: #283751 !important; }

.ss__palette .ss__color__HYYM .ss__swatch,
.ss__palette__list .ss__color__HYYM .ss__swatch {
  background-color: #3D4F6D !important; }

.ss__palette .ss__color__HYKD .ss__swatch,
.ss__palette__list .ss__color__HYKD .ss__swatch {
  background-color: #354863 !important; }

.ss__palette .ss__color__HZMM .ss__swatch,
.ss__palette__list .ss__color__HZMM .ss__swatch {
  background-color: #40596C !important; }

.ss__palette .ss__color__HXBM .ss__swatch,
.ss__palette__list .ss__color__HXBM .ss__swatch {
  background-color: #31486B !important; }

.ss__palette .ss__color__HYND .ss__swatch,
.ss__palette__list .ss__color__HYND .ss__swatch {
  background-color: #172236 !important; }

.ss__palette .ss__color__HYW1 .ss__swatch,
.ss__palette__list .ss__color__HYW1 .ss__swatch {
  background-color: #3C3C3E !important; }

.ss__palette .ss__color__HZMR .ss__swatch,
.ss__palette__list .ss__color__HZMR .ss__swatch {
  background-color: #667E9A !important; }

.ss__palette .ss__color__HXQM .ss__swatch,
.ss__palette__list .ss__color__HXQM .ss__swatch {
  background-color: #536788 !important; }

.ss__palette .ss__color__HYVM .ss__swatch,
.ss__palette__list .ss__color__HYVM .ss__swatch {
  background-color: #3C6277 !important; }

.ss__palette .ss__color__HXKM .ss__swatch,
.ss__palette__list .ss__color__HXKM .ss__swatch {
  background-color: #485775 !important; }

.ss__palette .ss__color__HYEM .ss__swatch,
.ss__palette__list .ss__color__HYEM .ss__swatch {
  background-color: #4A5A75 !important; }

.ss__palette .ss__color__HADB .ss__swatch,
.ss__palette__list .ss__color__HADB .ss__swatch {
  background-color: #111111 !important; }

.ss__palette .ss__color__HQUM .ss__swatch,
.ss__palette__list .ss__color__HQUM .ss__swatch {
  background-color: #455565 !important; }

.ss__palette .ss__color__IAHD .ss__swatch,
.ss__palette__list .ss__color__IAHD .ss__swatch {
  background-color: #243340 !important; }

.ss__palette .ss__color__HWCM .ss__swatch,
.ss__palette__list .ss__color__HWCM .ss__swatch {
  background-color: #51607F !important; }

.ss__palette .ss__color__HYJM .ss__swatch,
.ss__palette__list .ss__color__HYJM .ss__swatch {
  background-color: #325670 !important; }

.ss__palette .ss__color__MDW .ss__swatch,
.ss__palette__list .ss__color__MDW .ss__swatch {
  background-color: #6D8091 !important; }

.ss__palette .ss__color__HAJP .ss__swatch,
.ss__palette__list .ss__color__HAJP .ss__swatch {
  background-color: #4F2424 !important; }

.ss__palette .ss__color__1800 .ss__swatch,
.ss__palette__list .ss__color__1800 .ss__swatch {
  background-color: #E7E7E7 !important; }

.ss__palette .ss__color__HUU1 .ss__swatch,
.ss__palette__list .ss__color__HUU1 .ss__swatch {
  background-color: #8A9EB8 !important; }

.ss__palette .ss__color__HSFL .ss__swatch,
.ss__palette__list .ss__color__HSFL .ss__swatch {
  background-color: #607594 !important; }

.ss__palette .ss__color__HWT2 .ss__swatch,
.ss__palette__list .ss__color__HWT2 .ss__swatch {
  background-color: #676E80 !important; }

.ss__palette .ss__color__HWZD .ss__swatch,
.ss__palette__list .ss__color__HWZD .ss__swatch {
  background-color: #263348 !important; }

.ss__palette .ss__color__HVF1 .ss__swatch,
.ss__palette__list .ss__color__HVF1 .ss__swatch {
  background-color: #A7A7AF !important; }

.ss__palette .ss__color__HWKL .ss__swatch,
.ss__palette__list .ss__color__HWKL .ss__swatch {
  background-color: #28598E !important; }

.ss__palette .ss__color__IETL .ss__swatch,
.ss__palette__list .ss__color__IETL .ss__swatch {
  background-color: #5D7694 !important; }

.ss__palette .ss__color__HWKM .ss__swatch,
.ss__palette__list .ss__color__HWKM .ss__swatch {
  background-color: #69809E !important; }

.ss__palette .ss__color__HTW1 .ss__swatch,
.ss__palette__list .ss__color__HTW1 .ss__swatch {
  background-color: #505052 !important; }

.ss__palette .ss__color__FWJD .ss__swatch,
.ss__palette__list .ss__color__FWJD .ss__swatch {
  background-color: #182434 !important; }

.ss__palette .ss__color__FWHL .ss__swatch,
.ss__palette__list .ss__color__FWHL .ss__swatch {
  background-color: #7692A4 !important; }

.ss__palette .ss__color__GZYM .ss__swatch,
.ss__palette__list .ss__color__GZYM .ss__swatch {
  background-color: #586A7E !important; }

.ss__palette .ss__color__HAU1 .ss__swatch,
.ss__palette__list .ss__color__HAU1 .ss__swatch {
  background-color: #272729 !important; }

.ss__palette .ss__color__HAX1 .ss__swatch,
.ss__palette__list .ss__color__HAX1 .ss__swatch {
  background-color: #36485D !important; }

.ss__palette .ss__color__HARM .ss__swatch,
.ss__palette__list .ss__color__HARM .ss__swatch {
  background-color: #476B8C !important; }

.ss__palette .ss__color__FNQM .ss__swatch,
.ss__palette__list .ss__color__FNQM .ss__swatch {
  background-color: #415680 !important; }

.ss__palette .ss__color__HSNL .ss__swatch,
.ss__palette__list .ss__color__HSNL .ss__swatch {
  background-color: #71819B !important; }

.ss__palette .ss__color__HXQR .ss__swatch,
.ss__palette__list .ss__color__HXQR .ss__swatch {
  background-color: #44505F !important; }

.ss__palette .ss__color__HXTL .ss__swatch,
.ss__palette__list .ss__color__HXTL .ss__swatch {
  background-color: #9DA5AC !important; }

.ss__palette .ss__color__HYPB .ss__swatch,
.ss__palette__list .ss__color__HYPB .ss__swatch {
  background-color: #302E33 !important; }

.ss__palette .ss__color__HABD .ss__swatch,
.ss__palette__list .ss__color__HABD .ss__swatch {
  background-color: #2B343D !important; }

.ss__palette .ss__color__HXVR .ss__swatch,
.ss__palette__list .ss__color__HXVR .ss__swatch {
  background-color: #CACDCC !important; }

.ss__palette .ss__color__HXXD .ss__swatch,
.ss__palette__list .ss__color__HXXD .ss__swatch {
  background-color: #444C5E !important; }

.ss__palette .ss__color__HXVL .ss__swatch,
.ss__palette__list .ss__color__HXVL .ss__swatch {
  background-color: #D5D6D5 !important; }

.ss__palette .ss__color__FJED .ss__swatch,
.ss__palette__list .ss__color__FJED .ss__swatch {
  background-color: #182337 !important; }

.ss__palette .ss__color__HZFL .ss__swatch,
.ss__palette__list .ss__color__HZFL .ss__swatch {
  background-color: #6F85AA !important; }

.ss__palette .ss__color__HBQM .ss__swatch,
.ss__palette__list .ss__color__HBQM .ss__swatch {
  background-color: #9BAABC !important; }

.ss__palette .ss__color__HACD .ss__swatch,
.ss__palette__list .ss__color__HACD .ss__swatch {
  background-color: #1C2431 !important; }

.ss__palette .ss__color__HASM .ss__swatch,
.ss__palette__list .ss__color__HASM .ss__swatch {
  background-color: #21283A !important; }

.ss__palette .ss__color__FLZD .ss__swatch,
.ss__palette__list .ss__color__FLZD .ss__swatch {
  background-color: #272E47 !important; }

.ss__palette .ss__color__GGJD .ss__swatch,
.ss__palette__list .ss__color__GGJD .ss__swatch {
  background-color: #2F393C !important; }

.ss__palette .ss__color__HBRD .ss__swatch,
.ss__palette__list .ss__color__HBRD .ss__swatch {
  background-color: #505672 !important; }

.ss__palette .ss__color__HAHR .ss__swatch,
.ss__palette__list .ss__color__HAHR .ss__swatch {
  background-color: #8099A4 !important; }

.ss__palette .ss__color__HZGD .ss__swatch,
.ss__palette__list .ss__color__HZGD .ss__swatch {
  background-color: #294559 !important; }

.ss__palette .ss__color__HZN1 .ss__swatch,
.ss__palette__list .ss__color__HZN1 .ss__swatch {
  background-color: #8A919C !important; }

.ss__palette .ss__color__HYRD .ss__swatch,
.ss__palette__list .ss__color__HYRD .ss__swatch {
  background-color: #1B2B3A !important; }

.ss__palette .ss__color__6189 .ss__swatch,
.ss__palette__list .ss__color__6189 .ss__swatch {
  background-color: #8D9CAF !important; }

.ss__palette .ss__color__HAEC .ss__swatch,
.ss__palette__list .ss__color__HAEC .ss__swatch {
  background-color: #212129 !important; }

.ss__palette .ss__color__HXUD .ss__swatch,
.ss__palette__list .ss__color__HXUD .ss__swatch {
  background-color: #1A3349 !important; }

.ss__palette .ss__color__HYUM .ss__swatch,
.ss__palette__list .ss__color__HYUM .ss__swatch {
  background-color: #586A82 !important; }

.ss__palette .ss__color__HBSM .ss__swatch,
.ss__palette__list .ss__color__HBSM .ss__swatch {
  background-color: #778399 !important; }

.ss__palette .ss__color__HYWB .ss__swatch,
.ss__palette__list .ss__color__HYWB .ss__swatch {
  background-color: #4A4545 !important; }

.ss__palette .ss__color__OPW4 .ss__swatch,
.ss__palette__list .ss__color__OPW4 .ss__swatch {
  background-color: #EEEEEF !important; }

.ss__palette .ss__color__HBUL .ss__swatch,
.ss__palette__list .ss__color__HBUL .ss__swatch {
  background-color: #A9B6C2 !important; }

.ss__palette .ss__color__HXWM .ss__swatch,
.ss__palette__list .ss__color__HXWM .ss__swatch {
  background-color: #76859C !important; }

.ss__palette .ss__color__HXHM .ss__swatch,
.ss__palette__list .ss__color__HXHM .ss__swatch {
  background-color: #4A4D53 !important; }

.ss__palette .ss__color__HWWL .ss__swatch,
.ss__palette__list .ss__color__HWWL .ss__swatch {
  background-color: #788AA2 !important; }

.ss__palette .ss__color__HVDL .ss__swatch,
.ss__palette__list .ss__color__HVDL .ss__swatch {
  background-color: #97A9B2 !important; }

.ss__palette .ss__color__HVJ1 .ss__swatch,
.ss__palette__list .ss__color__HVJ1 .ss__swatch {
  background-color: #D0D5D9 !important; }

.ss__palette .ss__color__HVIG .ss__swatch,
.ss__palette__list .ss__color__HVIG .ss__swatch {
  background-color: #CBCBC6 !important; }

.ss__palette .ss__color__FPTD .ss__swatch,
.ss__palette__list .ss__color__FPTD .ss__swatch {
  background-color: #314564 !important; }

.ss__palette .ss__color__HVDM .ss__swatch,
.ss__palette__list .ss__color__HVDM .ss__swatch {
  background-color: #59749B !important; }

.ss__palette .ss__color__HWT3 .ss__swatch,
.ss__palette__list .ss__color__HWT3 .ss__swatch {
  background-color: #535E70 !important; }

.ss__palette .ss__color__5341 .ss__swatch,
.ss__palette__list .ss__color__5341 .ss__swatch {
  background-color: #B18D9B !important; }

.ss__palette .ss__color__HULD .ss__swatch,
.ss__palette__list .ss__color__HULD .ss__swatch {
  background-color: #424A60 !important; }

.ss__palette .ss__color__HWDL .ss__swatch,
.ss__palette__list .ss__color__HWDL .ss__swatch {
  background-color: #6985AE !important; }

.ss__palette .ss__color__HVOL .ss__swatch,
.ss__palette__list .ss__color__HVOL .ss__swatch {
  background-color: #CDCECF !important; }

.ss__palette .ss__color__OPW1 .ss__swatch,
.ss__palette__list .ss__color__OPW1 .ss__swatch {
  background-color: #EEEDEB !important; }

.ss__palette .ss__color__HSVM .ss__swatch,
.ss__palette__list .ss__color__HSVM .ss__swatch {
  background-color: #606777 !important; }

.ss__palette .ss__color__HVN1 .ss__swatch,
.ss__palette__list .ss__color__HVN1 .ss__swatch {
  background-color: #63879A !important; }

.ss__palette .ss__color__OPW .ss__swatch,
.ss__palette__list .ss__color__OPW .ss__swatch {
  background-color: #EFEFF1 !important; }

.ss__palette .ss__color__HUZ2 .ss__swatch,
.ss__palette__list .ss__color__HUZ2 .ss__swatch {
  background-color: #6D899F !important; }

.ss__palette .ss__color__HVTM .ss__swatch,
.ss__palette__list .ss__color__HVTM .ss__swatch {
  background-color: #303F5C !important; }

.ss__palette .ss__color__HVJ2 .ss__swatch,
.ss__palette__list .ss__color__HVJ2 .ss__swatch {
  background-color: #B8C1CC !important; }

.ss__palette .ss__color__HXCL .ss__swatch,
.ss__palette__list .ss__color__HXCL .ss__swatch {
  background-color: #DEDCDD !important; }

.ss__palette .ss__color__HVXD .ss__swatch,
.ss__palette__list .ss__color__HVXD .ss__swatch {
  background-color: #273A4D !important; }

.ss__palette .ss__color__HTTM .ss__swatch,
.ss__palette__list .ss__color__HTTM .ss__swatch {
  background-color: #384356 !important; }

.ss__palette .ss__color__HVO2 .ss__swatch,
.ss__palette__list .ss__color__HVO2 .ss__swatch {
  background-color: #9CA6A8 !important; }

.ss__palette .ss__color__HXBL .ss__swatch,
.ss__palette__list .ss__color__HXBL .ss__swatch {
  background-color: #A7B2BF !important; }

.ss__palette .ss__color__HWEL .ss__swatch,
.ss__palette__list .ss__color__HWEL .ss__swatch {
  background-color: #8696AE !important; }

.ss__palette .ss__color__HWAL .ss__swatch,
.ss__palette__list .ss__color__HWAL .ss__swatch {
  background-color: #B2B7C3 !important; }

.ss__palette .ss__color__HWFM .ss__swatch,
.ss__palette__list .ss__color__HWFM .ss__swatch {
  background-color: #5E7184 !important; }

.ss__palette .ss__color__HTXD .ss__swatch,
.ss__palette__list .ss__color__HTXD .ss__swatch {
  background-color: #1B2028 !important; }

.ss__palette .ss__color__HVSD .ss__swatch,
.ss__palette__list .ss__color__HVSD .ss__swatch {
  background-color: #273F53 !important; }

.ss__palette .ss__color__HTDM .ss__swatch,
.ss__palette__list .ss__color__HTDM .ss__swatch {
  background-color: #515C6F !important; }

.ss__palette .ss__color__HVAM .ss__swatch,
.ss__palette__list .ss__color__HVAM .ss__swatch {
  background-color: #5A6F80 !important; }

.ss__palette .ss__color__HVVR .ss__swatch,
.ss__palette__list .ss__color__HVVR .ss__swatch {
  background-color: #868080 !important; }

.ss__palette .ss__color__HMDD .ss__swatch,
.ss__palette__list .ss__color__HMDD .ss__swatch {
  background-color: #425667 !important; }

.ss__palette .ss__color__HYTL .ss__swatch,
.ss__palette__list .ss__color__HYTL .ss__swatch {
  background-color: #95AAB5 !important; }

.ss__palette .ss__color__HYTM .ss__swatch,
.ss__palette__list .ss__color__HYTM .ss__swatch {
  background-color: #4D668A !important; }

.ss__palette .ss__color__HUND .ss__swatch,
.ss__palette__list .ss__color__HUND .ss__swatch {
  background-color: #303F66 !important; }

.ss__palette .ss__color__HYOM .ss__swatch,
.ss__palette__list .ss__color__HYOM .ss__swatch {
  background-color: #425D71 !important; }

.ss__palette .ss__color__HXYL .ss__swatch,
.ss__palette__list .ss__color__HXYL .ss__swatch {
  background-color: #516E97 !important; }

.ss__palette .ss__color__HZC1 .ss__swatch,
.ss__palette__list .ss__color__HZC1 .ss__swatch {
  background-color: #9CA7B2 !important; }

.ss__palette .ss__color__HYMD .ss__swatch,
.ss__palette__list .ss__color__HYMD .ss__swatch {
  background-color: #24384E !important; }

.ss__palette .ss__color__HYBM .ss__swatch,
.ss__palette__list .ss__color__HYBM .ss__swatch {
  background-color: #8995A3 !important; }

.ss__palette .ss__color__HZAL .ss__swatch,
.ss__palette__list .ss__color__HZAL .ss__swatch {
  background-color: #86A4BC !important; }

.ss__palette .ss__color__HXSM .ss__swatch,
.ss__palette__list .ss__color__HXSM .ss__swatch {
  background-color: #4D5B7C !important; }

.ss__palette .ss__color__HYBR .ss__swatch,
.ss__palette__list .ss__color__HYBR .ss__swatch {
  background-color: #99A3AD !important; }

.ss__palette .ss__color__HCVD .ss__swatch,
.ss__palette__list .ss__color__HCVD .ss__swatch {
  background-color: #283752 !important; }

.ss__palette .ss__color__HQFM .ss__swatch,
.ss__palette__list .ss__color__HQFM .ss__swatch {
  background-color: #4D586C !important; }

.ss__palette .ss__color__HPGD .ss__swatch,
.ss__palette__list .ss__color__HPGD .ss__swatch {
  background-color: #2E3346 !important; }

.ss__palette .ss__color__HVE1 .ss__swatch,
.ss__palette__list .ss__color__HVE1 .ss__swatch {
  background-color: #4C6E89 !important; }

.ss__palette .ss__color__HYCL .ss__swatch,
.ss__palette__list .ss__color__HYCL .ss__swatch {
  background-color: #C7D3E1 !important; }

.ss__palette .ss__color__FERD .ss__swatch,
.ss__palette__list .ss__color__FERD .ss__swatch {
  background-color: #303D4C !important; }

.ss__palette .ss__color__HAHL .ss__swatch,
.ss__palette__list .ss__color__HAHL .ss__swatch {
  background-color: #869598 !important; }

.ss__palette .ss__color__HYXM .ss__swatch,
.ss__palette__list .ss__color__HYXM .ss__swatch {
  background-color: #40596E !important; }

.ss__palette .ss__color__1537 .ss__swatch,
.ss__palette__list .ss__color__1537 .ss__swatch {
  background-color: #EDEBDE !important; }

.ss__palette .ss__color__6217 .ss__swatch,
.ss__palette__list .ss__color__6217 .ss__swatch {
  background-color: #B01B19 !important; }

.ss__palette .ss__color__4100 .ss__swatch,
.ss__palette__list .ss__color__4100 .ss__swatch {
  background-color: #303A5D !important; }

.ss__palette .ss__color__9602 .ss__swatch,
.ss__palette__list .ss__color__9602 .ss__swatch {
  background-color: #53C6B3 !important; }

.ss__palette .ss__color__2120 .ss__swatch,
.ss__palette__list .ss__color__2120 .ss__swatch {
  background-color: #1B1A20 !important; }

.ss__palette .ss__color__BLK .ss__swatch,
.ss__palette__list .ss__color__BLK .ss__swatch {
  background-color: #111111 !important; }

.ss__palette .ss__color__1080 .ss__swatch,
.ss__palette__list .ss__color__1080 .ss__swatch {
  background-color: #1F1E23 !important; }

.ss__palette .ss__color__7327 .ss__swatch,
.ss__palette__list .ss__color__7327 .ss__swatch {
  background-color: #9B5E46 !important; }

.ss__palette .ss__color__7003 .ss__swatch,
.ss__palette__list .ss__color__7003 .ss__swatch {
  background-color: #CE961F !important; }

.ss__palette .ss__color__3921 .ss__swatch,
.ss__palette__list .ss__color__3921 .ss__swatch {
  background-color: #1C2B46 !important; }

.ss__palette .ss__color__3000 .ss__swatch,
.ss__palette__list .ss__color__3000 .ss__swatch {
  background-color: #4C7E68 !important; }

.ss__palette .ss__color__3529 .ss__swatch,
.ss__palette__list .ss__color__3529 .ss__swatch {
  background-color: #4E3737 !important; }

.ss__palette .ss__color__7014 .ss__swatch,
.ss__palette__list .ss__color__7014 .ss__swatch {
  background-color: #B06E4D !important; }

.ss__palette .ss__color__6804 .ss__swatch,
.ss__palette__list .ss__color__6804 .ss__swatch {
  background-color: #F4E0E1 !important; }

.ss__palette .ss__color__4000 .ss__swatch,
.ss__palette__list .ss__color__4000 .ss__swatch {
  background-color: #5E88B3 !important; }

.ss__palette .ss__color__2707 .ss__swatch,
.ss__palette__list .ss__color__2707 .ss__swatch {
  background-color: #E2DCD2 !important; }

.ss__palette .ss__color__2602 .ss__swatch,
.ss__palette__list .ss__color__2602 .ss__swatch {
  background-color: #F0E0CF !important; }

.ss__palette .ss__color__6444 .ss__swatch,
.ss__palette__list .ss__color__6444 .ss__swatch {
  background-color: #C3262F !important; }

.ss__palette .ss__color__1708 .ss__swatch,
.ss__palette__list .ss__color__1708 .ss__swatch {
  background-color: #EEEEF3 !important; }

.ss__palette .ss__color__1234 .ss__swatch,
.ss__palette__list .ss__color__1234 .ss__swatch {
  background-color: #363238 !important; }

.ss__palette .ss__color__4609 .ss__swatch,
.ss__palette__list .ss__color__4609 .ss__swatch {
  background-color: #2A3C63 !important; }

.ss__palette .ss__color__TIE .ss__swatch,
.ss__palette__list .ss__color__TIE .ss__swatch {
  background-color: #E4DFE5 !important; }

.ss__palette .ss__color__4777 .ss__swatch,
.ss__palette__list .ss__color__4777 .ss__swatch {
  background-color: #7795A8 !important; }

.ss__palette .ss__color__2416 .ss__swatch,
.ss__palette__list .ss__color__2416 .ss__swatch {
  background-color: #55696A !important; }

.ss__palette .ss__color__5500 .ss__swatch,
.ss__palette__list .ss__color__5500 .ss__swatch {
  background-color: #05B0BF !important; }

.ss__palette .ss__color__5301 .ss__swatch,
.ss__palette__list .ss__color__5301 .ss__swatch {
  background-color: #E1D2D4 !important; }

.ss__palette .ss__color__7012 .ss__swatch,
.ss__palette__list .ss__color__7012 .ss__swatch {
  background-color: #CCA562 !important; }

.ss__palette .ss__color__3304 .ss__swatch,
.ss__palette__list .ss__color__3304 .ss__swatch {
  background-color: #CCDEE0 !important; }

.ss__palette .ss__color__2537 .ss__swatch,
.ss__palette__list .ss__color__2537 .ss__swatch {
  background-color: #DEC8BA !important; }

.ss__palette .ss__color__3124 .ss__swatch,
.ss__palette__list .ss__color__3124 .ss__swatch {
  background-color: #182122 !important; }

.ss__palette .ss__color__HUZL .ss__swatch,
.ss__palette__list .ss__color__HUZL .ss__swatch {
  background-color: #6B7F99 !important; }

.ss__palette .ss__color__3539 .ss__swatch,
.ss__palette__list .ss__color__3539 .ss__swatch {
  background-color: #6B654D !important; }

.ss__palette .ss__color__1831 .ss__swatch,
.ss__palette__list .ss__color__1831 .ss__swatch {
  background-color: #E0DFD8 !important; }

.ss__palette .ss__color__3507 .ss__swatch,
.ss__palette__list .ss__color__3507 .ss__swatch {
  background-color: #8D7C70 !important; }

.ss__palette .ss__color__HWJL .ss__swatch,
.ss__palette__list .ss__color__HWJL .ss__swatch {
  background-color: #D1D2CC !important; }

.ss__palette .ss__color__HXJL .ss__swatch,
.ss__palette__list .ss__color__HXJL .ss__swatch {
  background-color: #8996A6 !important; }

.ss__palette .ss__color__HVVG .ss__swatch,
.ss__palette__list .ss__color__HVVG .ss__swatch {
  background-color: #B5B0AC !important; }

.ss__palette .ss__color__5208 .ss__swatch,
.ss__palette__list .ss__color__5208 .ss__swatch {
  background-color: #D6C9D3 !important; }

.ss__palette .ss__color__8006 .ss__swatch,
.ss__palette__list .ss__color__8006 .ss__swatch {
  background-color: #F6994B !important; }

.ss__palette .ss__color__HZKM .ss__swatch,
.ss__palette__list .ss__color__HZKM .ss__swatch {
  background-color: #5E75A7 !important; }

.ss__palette .ss__color__2505 .ss__swatch,
.ss__palette__list .ss__color__2505 .ss__swatch {
  background-color: #8A8568 !important; }

.ss__palette .ss__color__4001 .ss__swatch,
.ss__palette__list .ss__color__4001 .ss__swatch {
  background-color: #3061A6 !important; }

.ss__palette .ss__color__5002 .ss__swatch,
.ss__palette__list .ss__color__5002 .ss__swatch {
  background-color: #843F73 !important; }

.ss__palette .ss__color__6059 .ss__swatch,
.ss__palette__list .ss__color__6059 .ss__swatch {
  background-color: #9F2A2A !important; }

.ss__palette .ss__color__3301 .ss__swatch,
.ss__palette__list .ss__color__3301 .ss__swatch {
  background-color: #CCE7E2 !important; }

.ss__palette .ss__color__OLC .ss__swatch,
.ss__palette__list .ss__color__OLC .ss__swatch {
  background-color: #636746 !important; }

.ss__palette .ss__color__6401 .ss__swatch,
.ss__palette__list .ss__color__6401 .ss__swatch {
  background-color: #CE7E4A !important; }

.ss__palette .ss__color__2410 .ss__swatch,
.ss__palette__list .ss__color__2410 .ss__swatch {
  background-color: #C6A77A !important; }

.ss__palette .ss__color__4874 .ss__swatch,
.ss__palette__list .ss__color__4874 .ss__swatch {
  background-color: #2E3451 !important; }

.ss__palette .ss__color__6007 .ss__swatch,
.ss__palette__list .ss__color__6007 .ss__swatch {
  background-color: #652930 !important; }

.ss__palette .ss__color__1215 .ss__swatch,
.ss__palette__list .ss__color__1215 .ss__swatch {
  background-color: #D1CCCD !important; }

.ss__palette .ss__color__4602 .ss__swatch,
.ss__palette__list .ss__color__4602 .ss__swatch {
  background-color: #98B1C1 !important; }

.ss__palette .ss__color__4501 .ss__swatch,
.ss__palette__list .ss__color__4501 .ss__swatch {
  background-color: #132E5A !important; }

.ss__palette .ss__color__6700 .ss__swatch,
.ss__palette__list .ss__color__6700 .ss__swatch {
  background-color: #9E0E17 !important; }

.ss__palette .ss__color__7000 .ss__swatch,
.ss__palette__list .ss__color__7000 .ss__swatch {
  background-color: #EAC86C !important; }

.ss__palette .ss__color__4401 .ss__swatch,
.ss__palette__list .ss__color__4401 .ss__swatch {
  background-color: #C3E1E3 !important; }

.ss__palette .ss__color__8418 .ss__swatch,
.ss__palette__list .ss__color__8418 .ss__swatch {
  background-color: #F66C3D !important; }

.ss__palette .ss__color__4059 .ss__swatch,
.ss__palette__list .ss__color__4059 .ss__swatch {
  background-color: #498BD7 !important; }

.ss__palette .ss__color__8001 .ss__swatch,
.ss__palette__list .ss__color__8001 .ss__swatch {
  background-color: #E0972F !important; }

.ss__palette .ss__color__3071 .ss__swatch,
.ss__palette__list .ss__color__3071 .ss__swatch {
  background-color: #655E42 !important; }

.ss__palette .ss__color__3106 .ss__swatch,
.ss__palette__list .ss__color__3106 .ss__swatch {
  background-color: #625A42 !important; }

.ss__palette .ss__color__1118 .ss__swatch,
.ss__palette__list .ss__color__1118 .ss__swatch {
  background-color: #131217 !important; }

.ss__palette .ss__color__1849 .ss__swatch,
.ss__palette__list .ss__color__1849 .ss__swatch {
  background-color: #EDECF1 !important; }

.ss__palette .ss__color__6629 .ss__swatch,
.ss__palette__list .ss__color__6629 .ss__swatch {
  background-color: #E8959F !important; }

.ss__palette .ss__color__4656 .ss__swatch,
.ss__palette__list .ss__color__4656 .ss__swatch {
  background-color: #52749A !important; }

.ss__palette .ss__color__blk .ss__swatch,
.ss__palette__list .ss__color__blk .ss__swatch {
  background-color: #000000 !important; }

.ss__palette .ss__color__gun .ss__swatch,
.ss__palette__list .ss__color__gun .ss__swatch {
  background-color: #A19C92 !important; }

.ss__palette .ss__color__tor .ss__swatch,
.ss__palette__list .ss__color__tor .ss__swatch {
  background-color: #5A3625 !important; }

.ss__palette .ss__color__slv .ss__swatch,
.ss__palette__list .ss__color__slv .ss__swatch {
  background-color: #B8AFA8 !important; }

.ss__palette .ss__color__brn .ss__swatch,
.ss__palette__list .ss__color__brn .ss__swatch {
  background-color: #8A756A !important; }

.ss__palette .ss__color__1213 .ss__swatch,
.ss__palette__list .ss__color__1213 .ss__swatch {
  background-color: #635E5D !important; }

.ss__palette .ss__color__1079 .ss__swatch,
.ss__palette__list .ss__color__1079 .ss__swatch {
  background-color: #0E0611 !important; }

.ss__palette .ss__color__6908 .ss__swatch,
.ss__palette__list .ss__color__6908 .ss__swatch {
  background-color: #2D262C !important; }

.ss__palette .ss__color__7123 .ss__swatch,
.ss__palette__list .ss__color__7123 .ss__swatch {
  background-color: #FFD67F !important; }

.ss__palette .ss__color__4105 .ss__swatch,
.ss__palette__list .ss__color__4105 .ss__swatch {
  background-color: #42567C !important; }

.ss__palette .ss__color__6064 .ss__swatch,
.ss__palette__list .ss__color__6064 .ss__swatch {
  background-color: #D9283A !important; }

.ss__palette .ss__color__1014 .ss__swatch,
.ss__palette__list .ss__color__1014 .ss__swatch {
  background-color: #271E29 !important; }

.ss__palette .ss__color__6069 .ss__swatch,
.ss__palette__list .ss__color__6069 .ss__swatch {
  background-color: #672C2A !important; }

.ss__palette .ss__color__1238 .ss__swatch,
.ss__palette__list .ss__color__1238 .ss__swatch {
  background-color: #BBBCBD !important; }

.ss__palette .ss__color__8007 .ss__swatch,
.ss__palette__list .ss__color__8007 .ss__swatch {
  background-color: #EAA789 !important; }

.ss__palette .ss__color__3005 .ss__swatch,
.ss__palette__list .ss__color__3005 .ss__swatch {
  background-color: #777B64 !important; }

.ss__palette .ss__color__HUUL .ss__swatch,
.ss__palette__list .ss__color__HUUL .ss__swatch {
  background-color: #94A4B3 !important; }

.ss__palette .ss__color__4950 .ss__swatch,
.ss__palette__list .ss__color__4950 .ss__swatch {
  background-color: #862A2F !important; }

.ss__palette .ss__color__6878 .ss__swatch,
.ss__palette__list .ss__color__6878 .ss__swatch {
  background-color: #E5BBB9 !important; }

.ss__palette .ss__color__2500 .ss__swatch,
.ss__palette__list .ss__color__2500 .ss__swatch {
  background-color: #D8C3AA !important; }

.ss__palette .ss__color__HVLL .ss__swatch,
.ss__palette__list .ss__color__HVLL .ss__swatch {
  background-color: #869CAA !important; }

.ss__palette .ss__color__1096 .ss__swatch,
.ss__palette__list .ss__color__1096 .ss__swatch {
  background-color: #D5D4DA !important; }

.ss__palette .ss__color__3508 .ss__swatch,
.ss__palette__list .ss__color__3508 .ss__swatch {
  background-color: #2C6562 !important; }

.ss__palette .ss__color__1239 .ss__swatch,
.ss__palette__list .ss__color__1239 .ss__swatch {
  background-color: #7C3C42 !important; }

.ss__palette .ss__color__1023 .ss__swatch,
.ss__palette__list .ss__color__1023 .ss__swatch {
  background-color: #7B8563 !important; }

.ss__palette .ss__color__5109 .ss__swatch,
.ss__palette__list .ss__color__5109 .ss__swatch {
  background-color: #761E4E !important; }

.ss__palette .ss__color__9628 .ss__swatch,
.ss__palette__list .ss__color__9628 .ss__swatch {
  background-color: #713A5B !important; }

.ss__palette .ss__color__6304 .ss__swatch,
.ss__palette__list .ss__color__6304 .ss__swatch {
  background-color: #ED6240 !important; }

.ss__palette .ss__color__6016 .ss__swatch,
.ss__palette__list .ss__color__6016 .ss__swatch {
  background-color: #E44C3F !important; }

.ss__palette .ss__color__6506 .ss__swatch,
.ss__palette__list .ss__color__6506 .ss__swatch {
  background-color: #E2D1C9 !important; }

.ss__palette .ss__color__4255 .ss__swatch,
.ss__palette__list .ss__color__4255 .ss__swatch {
  background-color: #B1BCBE !important; }

.ss__palette .ss__color__CFIM .ss__swatch,
.ss__palette__list .ss__color__CFIM .ss__swatch {
  background-color: #90ACB1 !important; }

.ss__palette .ss__color__8302 .ss__swatch,
.ss__palette__list .ss__color__8302 .ss__swatch {
  background-color: #EBC2B9 !important; }

.ss__palette .ss__color__1009 .ss__swatch,
.ss__palette__list .ss__color__1009 .ss__swatch {
  background-color: #1C1E28 !important; }

.ss__palette .ss__color__9812 .ss__swatch,
.ss__palette__list .ss__color__9812 .ss__swatch {
  background-color: #D2B39B !important; }

.ss__palette .ss__color__6389 .ss__swatch,
.ss__palette__list .ss__color__6389 .ss__swatch {
  background-color: #45506D !important; }

.ss__palette .ss__color__7023 .ss__swatch,
.ss__palette__list .ss__color__7023 .ss__swatch {
  background-color: #DAC849 !important; }

.ss__palette .ss__color__1100 .ss__swatch,
.ss__palette__list .ss__color__1100 .ss__swatch {
  background-color: #626265 !important; }

.ss__palette .ss__color__6602 .ss__swatch,
.ss__palette__list .ss__color__6602 .ss__swatch {
  background-color: #D16C81 !important; }

.ss__palette .ss__color__6002 .ss__swatch,
.ss__palette__list .ss__color__6002 .ss__swatch {
  background-color: #8B374E !important; }

.ss__palette .ss__color__4902 .ss__swatch,
.ss__palette__list .ss__color__4902 .ss__swatch {
  background-color: #202B58 !important; }

.ss__palette .ss__color__8393 .ss__swatch,
.ss__palette__list .ss__color__8393 .ss__swatch {
  background-color: #DDAFA9 !important; }

.ss__palette .ss__color__WHT .ss__swatch,
.ss__palette__list .ss__color__WHT .ss__swatch {
  background-color: #ffffff !important; }

.ss__palette .ss__color__HZED .ss__swatch,
.ss__palette__list .ss__color__HZED .ss__swatch {
  background-color: #2C3D57 !important; }

.ss__palette .ss__color__HYDG .ss__swatch,
.ss__palette__list .ss__color__HYDG .ss__swatch {
  background-color: #B7B4B7 !important; }

.ss__palette .ss__color__5141 .ss__swatch,
.ss__palette__list .ss__color__5141 .ss__swatch {
  background-color: #8D6973 !important; }

.ss__palette .ss__color__HWBL .ss__swatch,
.ss__palette__list .ss__color__HWBL .ss__swatch {
  background-color: #638092 !important; }

.ss__palette .ss__color__HXCM .ss__swatch,
.ss__palette__list .ss__color__HXCM .ss__swatch {
  background-color: #546881 !important; }

.ss__palette .ss__color__6023 .ss__swatch,
.ss__palette__list .ss__color__6023 .ss__swatch {
  background-color: #C7655D !important; }

.ss__palette .ss__color__GUJM .ss__swatch,
.ss__palette__list .ss__color__GUJM .ss__swatch {
  background-color: #556483 !important; }

.ss__palette .ss__color__HYER .ss__swatch,
.ss__palette__list .ss__color__HYER .ss__swatch {
  background-color: #556687 !important; }

.ss__palette .ss__color__HTJM .ss__swatch,
.ss__palette__list .ss__color__HTJM .ss__swatch {
  background-color: #223452 !important; }

.ss__palette .ss__color__HSYG .ss__swatch,
.ss__palette__list .ss__color__HSYG .ss__swatch {
  background-color: #343237 !important; }

.ss__palette .ss__color__HROL .ss__swatch,
.ss__palette__list .ss__color__HROL .ss__swatch {
  background-color: #ABB7C3 !important; }

.ss__palette .ss__color__HYDD .ss__swatch,
.ss__palette__list .ss__color__HYDD .ss__swatch {
  background-color: #1D2E40 !important; }

.ss__palette .ss__color__HVRL .ss__swatch,
.ss__palette__list .ss__color__HVRL .ss__swatch {
  background-color: #8895A5 !important; }

.ss__palette .ss__color__HXSD .ss__swatch,
.ss__palette__list .ss__color__HXSD .ss__swatch {
  background-color: #494953 !important; }

.ss__palette .ss__color__HPLL .ss__swatch,
.ss__palette__list .ss__color__HPLL .ss__swatch {
  background-color: #AABBC8 !important; }

.ss__palette .ss__color__HYIM .ss__swatch,
.ss__palette__list .ss__color__HYIM .ss__swatch {
  background-color: #82909D !important; }

.ss__palette .ss__color__HXN1 .ss__swatch,
.ss__palette__list .ss__color__HXN1 .ss__swatch {
  background-color: #3D4662 !important; }

.ss__palette .ss__color__HYMG .ss__swatch,
.ss__palette__list .ss__color__HYMG .ss__swatch {
  background-color: #555457 !important; }

.ss__palette .ss__color__HYFR .ss__swatch,
.ss__palette__list .ss__color__HYFR .ss__swatch {
  background-color: #3E3C42 !important; }

.ss__palette .ss__color__4367 .ss__swatch,
.ss__palette__list .ss__color__4367 .ss__swatch {
  background-color: #2D3D4F !important; }

.ss__palette .ss__color__HXHL .ss__swatch,
.ss__palette__list .ss__color__HXHL .ss__swatch {
  background-color: #7E868A !important; }

.ss__palette .ss__color__HPYL .ss__swatch,
.ss__palette__list .ss__color__HPYL .ss__swatch {
  background-color: #A0B4BE !important; }

.ss__palette .ss__color__HUVD .ss__swatch,
.ss__palette__list .ss__color__HUVD .ss__swatch {
  background-color: #222D49 !important; }

.ss__palette .ss__color__HXKL .ss__swatch,
.ss__palette__list .ss__color__HXKL .ss__swatch {
  background-color: #BFC7C9 !important; }

.ss__palette .ss__color__HYXD .ss__swatch,
.ss__palette__list .ss__color__HYXD .ss__swatch {
  background-color: #202F4F !important; }

.ss__palette .ss__color__HVI1 .ss__swatch,
.ss__palette__list .ss__color__HVI1 .ss__swatch {
  background-color: #B6B3AE !important; }

.ss__palette .ss__color__HYZL .ss__swatch,
.ss__palette__list .ss__color__HYZL .ss__swatch {
  background-color: #6F6E7F !important; }

.ss__palette .ss__color__HZGR .ss__swatch,
.ss__palette__list .ss__color__HZGR .ss__swatch {
  background-color: #29455B !important; }

.ss__palette .ss__color__HXZG .ss__swatch,
.ss__palette__list .ss__color__HXZG .ss__swatch {
  background-color: #A29D97 !important; }

.ss__palette .ss__color__HYAL .ss__swatch,
.ss__palette__list .ss__color__HYAL .ss__swatch {
  background-color: #ABBAB7 !important; }

.ss__palette .ss__color__HXLM .ss__swatch,
.ss__palette__list .ss__color__HXLM .ss__swatch {
  background-color: #465775 !important; }

.ss__palette .ss__color__HWMM .ss__swatch,
.ss__palette__list .ss__color__HWMM .ss__swatch {
  background-color: #5E6D8B !important; }

.ss__palette .ss__color__6701 .ss__swatch,
.ss__palette__list .ss__color__6701 .ss__swatch {
  background-color: #AE1220 !important; }

.ss__palette .ss__color__HBMD .ss__swatch,
.ss__palette__list .ss__color__HBMD .ss__swatch {
  background-color: #202A3A !important; }

.ss__palette .ss__color__4707 .ss__swatch,
.ss__palette__list .ss__color__4707 .ss__swatch {
  background-color: #718EAE !important; }

.ss__palette .ss__color__HZQT .ss__swatch,
.ss__palette__list .ss__color__HZQT .ss__swatch {
  background-color: #4F5668 !important; }

.ss__palette .ss__color__HZBM .ss__swatch,
.ss__palette__list .ss__color__HZBM .ss__swatch {
  background-color: #304064 !important; }

.ss__palette .ss__color__HWOM .ss__swatch,
.ss__palette__list .ss__color__HWOM .ss__swatch {
  background-color: #566365 !important; }

.ss__palette .ss__color__HWNM .ss__swatch,
.ss__palette__list .ss__color__HWNM .ss__swatch {
  background-color: #677695 !important; }

.ss__palette .ss__color__HYAR .ss__swatch,
.ss__palette__list .ss__color__HYAR .ss__swatch {
  background-color: #A5AFB1 !important; }

.ss__palette .ss__color__HYHL .ss__swatch,
.ss__palette__list .ss__color__HYHL .ss__swatch {
  background-color: #A0ACB2 !important; }

.ss__palette .ss__color__HXDD .ss__swatch,
.ss__palette__list .ss__color__HXDD .ss__swatch {
  background-color: #7F8B8D !important; }

.ss__palette .ss__color__HPPB .ss__swatch,
.ss__palette__list .ss__color__HPPB .ss__swatch {
  background-color: #625E5D !important; }

.ss__palette .ss__color__HWRM .ss__swatch,
.ss__palette__list .ss__color__HWRM .ss__swatch {
  background-color: #606E88 !important; }

.ss__palette .ss__color__3512 .ss__swatch,
.ss__palette__list .ss__color__3512 .ss__swatch {
  background-color: #DEAC6F !important; }

.ss__palette .ss__color__2002 .ss__swatch,
.ss__palette__list .ss__color__2002 .ss__swatch {
  background-color: #8B3B1A !important; }

.ss__palette .ss__color__3444 .ss__swatch,
.ss__palette__list .ss__color__3444 .ss__swatch {
  background-color: #65481C !important; }

.ss__palette .ss__color__HZIM .ss__swatch,
.ss__palette__list .ss__color__HZIM .ss__swatch {
  background-color: #919EB2 !important; }

.ss__palette .ss__color__HZIR .ss__swatch,
.ss__palette__list .ss__color__HZIR .ss__swatch {
  background-color: #7287A1 !important; }

.ss__palette .ss__color__4028 .ss__swatch,
.ss__palette__list .ss__color__4028 .ss__swatch {
  background-color: #2D4C84 !important; }

.ss__palette .ss__color__HVNM .ss__swatch,
.ss__palette__list .ss__color__HVNM .ss__swatch {
  background-color: #3D5876 !important; }

.ss__palette .ss__color__HXZR .ss__swatch,
.ss__palette__list .ss__color__HXZR .ss__swatch {
  background-color: #9F9F9F !important; }

.ss__palette .ss__color__HXHR .ss__swatch,
.ss__palette__list .ss__color__HXHR .ss__swatch {
  background-color: #343B47 !important; }

.ss__palette .ss__color__HZJR .ss__swatch,
.ss__palette__list .ss__color__HZJR .ss__swatch {
  background-color: #657898 !important; }

.ss__palette .ss__color__HVGD .ss__swatch,
.ss__palette__list .ss__color__HVGD .ss__swatch {
  background-color: #3F4A68 !important; }

.ss__palette .ss__color__7008 .ss__swatch,
.ss__palette__list .ss__color__7008 .ss__swatch {
  background-color: #2D425D !important; }

.ss__palette .ss__color__HVSM .ss__swatch,
.ss__palette__list .ss__color__HVSM .ss__swatch {
  background-color: #637D9B !important; }

.ss__palette .ss__color__6482 .ss__swatch,
.ss__palette__list .ss__color__6482 .ss__swatch {
  background-color: #651D17 !important; }

.ss__palette .ss__color__1366 .ss__swatch,
.ss__palette__list .ss__color__1366 .ss__swatch {
  background-color: #82898B !important; }

.ss__palette .ss__color__HXER .ss__swatch,
.ss__palette__list .ss__color__HXER .ss__swatch {
  background-color: #5D5458 !important; }

.ss__palette .ss__color__HXFR .ss__swatch,
.ss__palette__list .ss__color__HXFR .ss__swatch {
  background-color: #B4C1C8 !important; }

.ss__palette .ss__color__HVEM .ss__swatch,
.ss__palette__list .ss__color__HVEM .ss__swatch {
  background-color: #44546E !important; }

.ss__palette .ss__color__HGWL .ss__swatch,
.ss__palette__list .ss__color__HGWL .ss__swatch {
  background-color: #C4D1D7 !important; }

.ss__palette .ss__color__HUOM .ss__swatch,
.ss__palette__list .ss__color__HUOM .ss__swatch {
  background-color: #71859F !important; }

.ss__palette .ss__color__4258 .ss__swatch,
.ss__palette__list .ss__color__4258 .ss__swatch {
  background-color: #8DAFC8 !important; }

.ss__palette .ss__color__HXML .ss__swatch,
.ss__palette__list .ss__color__HXML .ss__swatch {
  background-color: #62778A !important; }

.ss__palette .ss__color__HVIL .ss__swatch,
.ss__palette__list .ss__color__HVIL .ss__swatch {
  background-color: #8E9FB1 !important; }

.ss__palette .ss__color__HWGD .ss__swatch,
.ss__palette__list .ss__color__HWGD .ss__swatch {
  background-color: #232B36 !important; }

.ss__palette .ss__color__HVO1 .ss__swatch,
.ss__palette__list .ss__color__HVO1 .ss__swatch {
  background-color: #C1C6CA !important; }

.ss__palette .ss__color__HVQM .ss__swatch,
.ss__palette__list .ss__color__HVQM .ss__swatch {
  background-color: #647D9D !important; }

.ss__palette .ss__color__HVPM .ss__swatch,
.ss__palette__list .ss__color__HVPM .ss__swatch {
  background-color: #6A7A9B !important; }

.ss__palette .ss__color__4646 .ss__swatch,
.ss__palette__list .ss__color__4646 .ss__swatch {
  background-color: #4A5B6B !important; }

.ss__palette .ss__color__1235 .ss__swatch,
.ss__palette__list .ss__color__1235 .ss__swatch {
  background-color: #F2F1EF !important; }

.ss__palette .ss__color__HWHD .ss__swatch,
.ss__palette__list .ss__color__HWHD .ss__swatch {
  background-color: #212541 !important; }

.ss__palette .ss__color__HTSD .ss__swatch,
.ss__palette__list .ss__color__HTSD .ss__swatch {
  background-color: #262C42 !important; }

.ss__palette .ss__color__2059 .ss__swatch,
.ss__palette__list .ss__color__2059 .ss__swatch {
  background-color: #A75526 !important; }

.ss__palette .ss__color__1701 .ss__swatch,
.ss__palette__list .ss__color__1701 .ss__swatch {
  background-color: #E8E1D7 !important; }

.ss__palette .ss__color__HSWL .ss__swatch,
.ss__palette__list .ss__color__HSWL .ss__swatch {
  background-color: #B6BECB !important; }

.ss__palette .ss__color__FCCL .ss__swatch,
.ss__palette__list .ss__color__FCCL .ss__swatch {
  background-color: #5B5E6F !important; }

.ss__palette .ss__color__HSXD .ss__swatch,
.ss__palette__list .ss__color__HSXD .ss__swatch {
  background-color: #3C4A65 !important; }

.ss__palette .ss__color__HUGM .ss__swatch,
.ss__palette__list .ss__color__HUGM .ss__swatch {
  background-color: #32405A !important; }

.ss__palette .ss__color__HUFD .ss__swatch,
.ss__palette__list .ss__color__HUFD .ss__swatch {
  background-color: #1F2C46 !important; }

.ss__palette .ss__color__HWBR .ss__swatch,
.ss__palette__list .ss__color__HWBR .ss__swatch {
  background-color: #3A4D6D !important; }

.ss__palette .ss__color__HJQM .ss__swatch,
.ss__palette__list .ss__color__HJQM .ss__swatch {
  background-color: #405067 !important; }

.ss__palette .ss__color__HVYD .ss__swatch,
.ss__palette__list .ss__color__HVYD .ss__swatch {
  background-color: #212530 !important; }

.ss__palette .ss__color__HZFD .ss__swatch,
.ss__palette__list .ss__color__HZFD .ss__swatch {
  background-color: #2B3149 !important; }

.ss__palette .ss__color__6047 .ss__swatch,
.ss__palette__list .ss__color__6047 .ss__swatch {
  background-color: #733030 !important; }

.ss__palette .ss__color__HOJL .ss__swatch,
.ss__palette__list .ss__color__HOJL .ss__swatch {
  background-color: #69788F !important; }

.ss__palette .ss__color__HTQL .ss__swatch,
.ss__palette__list .ss__color__HTQL .ss__swatch {
  background-color: #8A9BAF !important; }

.ss__palette .ss__color__VTW .ss__swatch,
.ss__palette__list .ss__color__VTW .ss__swatch {
  background-color: #8293AF !important; }

.ss__palette .ss__color__7027 .ss__swatch,
.ss__palette__list .ss__color__7027 .ss__swatch {
  background-color: #191619 !important; }

.ss__palette .ss__color__HTWG .ss__swatch,
.ss__palette__list .ss__color__HTWG .ss__swatch {
  background-color: #434047 !important; }

.ss__palette .ss__color__HQPD .ss__swatch,
.ss__palette__list .ss__color__HQPD .ss__swatch {
  background-color: #283347 !important; }

.ss__palette .ss__color__HRPM .ss__swatch,
.ss__palette__list .ss__color__HRPM .ss__swatch {
  background-color: #465366 !important; }

.ss__palette .ss__color__HJJM .ss__swatch,
.ss__palette__list .ss__color__HJJM .ss__swatch {
  background-color: #58738C !important; }

.ss__palette .ss__color__HRVM .ss__swatch,
.ss__palette__list .ss__color__HRVM .ss__swatch {
  background-color: #415168 !important; }

.ss__palette .ss__color__HUSD .ss__swatch,
.ss__palette__list .ss__color__HUSD .ss__swatch {
  background-color: #282E48 !important; }

.ss__palette .ss__color__HIPG .ss__swatch,
.ss__palette__list .ss__color__HIPG .ss__swatch {
  background-color: #858082 !important; }

.ss__palette .ss__color__HXGG .ss__swatch,
.ss__palette__list .ss__color__HXGG .ss__swatch {
  background-color: #4D4D4F !important; }

.ss__palette .ss__color__HSZD .ss__swatch,
.ss__palette__list .ss__color__HSZD .ss__swatch {
  background-color: #323956 !important; }

.ss__palette .ss__color__HTZL .ss__swatch,
.ss__palette__list .ss__color__HTZL .ss__swatch {
  background-color: #AFB3B6 !important; }

.ss__palette .ss__color__HVTG .ss__swatch,
.ss__palette__list .ss__color__HVTG .ss__swatch {
  background-color: #5F5755 !important; }

.ss__palette .ss__color__1790 .ss__swatch,
.ss__palette__list .ss__color__1790 .ss__swatch {
  background-color: #8393AB !important; }

.ss__palette .ss__color__6009 .ss__swatch,
.ss__palette__list .ss__color__6009 .ss__swatch {
  background-color: #83373B !important; }

.ss__palette .ss__color__HTYM .ss__swatch,
.ss__palette__list .ss__color__HTYM .ss__swatch {
  background-color: #64718D !important; }

.ss__palette .ss__color__HGSD .ss__swatch,
.ss__palette__list .ss__color__HGSD .ss__swatch {
  background-color: #383E4A !important; }

.ss__palette .ss__color__HTPM .ss__swatch,
.ss__palette__list .ss__color__HTPM .ss__swatch {
  background-color: #3E4E67 !important; }

.ss__palette .ss__color__2301 .ss__swatch,
.ss__palette__list .ss__color__2301 .ss__swatch {
  background-color: #DC7316 !important; }

.ss__palette .ss__color__2202 .ss__swatch,
.ss__palette__list .ss__color__2202 .ss__swatch {
  background-color: #CA997F !important; }

.ss__palette .ss__color__6497 .ss__swatch,
.ss__palette__list .ss__color__6497 .ss__swatch {
  background-color: #CA6462 !important; }

.ss__palette .ss__color__HRHM .ss__swatch,
.ss__palette__list .ss__color__HRHM .ss__swatch {
  background-color: #5E6E87 !important; }

.ss__palette .ss__color__HUVM .ss__swatch,
.ss__palette__list .ss__color__HUVM .ss__swatch {
  background-color: #43668D !important; }

.ss__palette .ss__color__HSPM .ss__swatch,
.ss__palette__list .ss__color__HSPM .ss__swatch {
  background-color: #536583 !important; }

.ss__palette .ss__color__HTLL .ss__swatch,
.ss__palette__list .ss__color__HTLL .ss__swatch {
  background-color: #7E8B9E !important; }

.ss__palette .ss__color__4733 .ss__swatch,
.ss__palette__list .ss__color__4733 .ss__swatch {
  background-color: #6D747E !important; }

.ss__palette .ss__color__HTZR .ss__swatch,
.ss__palette__list .ss__color__HTZR .ss__swatch {
  background-color: #B3B6BE !important; }

.ss__palette .ss__color__1426 .ss__swatch,
.ss__palette__list .ss__color__1426 .ss__swatch {
  background-color: #88898D !important; }

.ss__palette .ss__color__4246 .ss__swatch,
.ss__palette__list .ss__color__4246 .ss__swatch {
  background-color: #0A3C46 !important; }

.ss__palette .ss__color__HORD .ss__swatch,
.ss__palette__list .ss__color__HORD .ss__swatch {
  background-color: #2A3244 !important; }

.ss__palette .ss__color__GZKL .ss__swatch,
.ss__palette__list .ss__color__GZKL .ss__swatch {
  background-color: #5A7085 !important; }

.ss__palette .ss__color__HHKL .ss__swatch,
.ss__palette__list .ss__color__HHKL .ss__swatch {
  background-color: #B2BFCC !important; }

.ss__palette .ss__color__HVUM .ss__swatch,
.ss__palette__list .ss__color__HVUM .ss__swatch {
  background-color: #4F6081 !important; }

.ss__palette .ss__color__HIBL .ss__swatch,
.ss__palette__list .ss__color__HIBL .ss__swatch {
  background-color: #91A5B0 !important; }

.ss__palette .ss__color__HTQR .ss__swatch,
.ss__palette__list .ss__color__HTQR .ss__swatch {
  background-color: #495773 !important; }

.ss__palette .ss__color__HVBD .ss__swatch,
.ss__palette__list .ss__color__HVBD .ss__swatch {
  background-color: #344465 !important; }

.ss__palette .ss__color__HUQM .ss__swatch,
.ss__palette__list .ss__color__HUQM .ss__swatch {
  background-color: #393D49 !important; }

.ss__palette .ss__color__HTTR .ss__swatch,
.ss__palette__list .ss__color__HTTR .ss__swatch {
  background-color: #424E66 !important; }

.ss__palette .ss__color__HPML .ss__swatch,
.ss__palette__list .ss__color__HPML .ss__swatch {
  background-color: #97A8B3 !important; }

.ss__palette .ss__color__HURM .ss__swatch,
.ss__palette__list .ss__color__HURM .ss__swatch {
  background-color: #555E68 !important; }

.ss__palette .ss__color__HXGR .ss__swatch,
.ss__palette__list .ss__color__HXGR .ss__swatch {
  background-color: #475371 !important; }

.ss__palette .ss__color__7009 .ss__swatch,
.ss__palette__list .ss__color__7009 .ss__swatch {
  background-color: #CE9B47 !important; }

.ss__palette .ss__color__HBIL .ss__swatch,
.ss__palette__list .ss__color__HBIL .ss__swatch {
  background-color: #95A1A9 !important; }

.ss__palette .ss__color__HUXG .ss__swatch,
.ss__palette__list .ss__color__HUXG .ss__swatch {
  background-color: #666265 !important; }

.ss__palette .ss__color__HXJR .ss__swatch,
.ss__palette__list .ss__color__HXJR .ss__swatch {
  background-color: #606E88 !important; }

.ss__palette .ss__color__HWXM .ss__swatch,
.ss__palette__list .ss__color__HWXM .ss__swatch {
  background-color: #606E87 !important; }

.ss__palette .ss__color__4684 .ss__swatch,
.ss__palette__list .ss__color__4684 .ss__swatch {
  background-color: #048FCD !important; }

.ss__palette .ss__color__HQA .ss__swatch,
.ss__palette__list .ss__color__HQA .ss__swatch {
  background-color: #5F6E8F !important; }

.ss__palette .ss__color__RED .ss__swatch,
.ss__palette__list .ss__color__RED .ss__swatch {
  background-color: #EE0116 !important; }

.ss__palette .ss__color__HQT .ss__swatch,
.ss__palette__list .ss__color__HQT .ss__swatch {
  background-color: #696251 !important; }

.ss__palette .ss__color__4122 .ss__swatch,
.ss__palette__list .ss__color__4122 .ss__swatch {
  background-color: #2B435F !important; }

.ss__palette .ss__color__HVTR .ss__swatch,
.ss__palette__list .ss__color__HVTR .ss__swatch {
  background-color: #494544 !important; }

.ss__palette .ss__color__GGKM .ss__swatch,
.ss__palette__list .ss__color__GGKM .ss__swatch {
  background-color: #364753 !important; }

.ss__palette .ss__color__HSOM .ss__swatch,
.ss__palette__list .ss__color__HSOM .ss__swatch {
  background-color: #314156 !important; }

.ss__palette .ss__color__GRHM .ss__swatch,
.ss__palette__list .ss__color__GRHM .ss__swatch {
  background-color: #2E4962 !important; }

.ss__palette .ss__color__GNFD .ss__swatch,
.ss__palette__list .ss__color__GNFD .ss__swatch {
  background-color: #1D1D1F !important; }

.ss__palette .ss__color__HTUD .ss__swatch,
.ss__palette__list .ss__color__HTUD .ss__swatch {
  background-color: #3B3F4A !important; }

.ss__palette .ss__color__HWDR .ss__swatch,
.ss__palette__list .ss__color__HWDR .ss__swatch {
  background-color: #8F95A3 !important; }

.ss__palette .ss__color__HUWD .ss__swatch,
.ss__palette__list .ss__color__HUWD .ss__swatch {
  background-color: #2C3346 !important; }

.ss__palette .ss__color__HTY1 .ss__swatch,
.ss__palette__list .ss__color__HTY1 .ss__swatch {
  background-color: #616D7D !important; }

.ss__palette .ss__color__HJIM .ss__swatch,
.ss__palette__list .ss__color__HJIM .ss__swatch {
  background-color: #617189 !important; }

.ss__palette .ss__color__HVAL .ss__swatch,
.ss__palette__list .ss__color__HVAL .ss__swatch {
  background-color: #9EA3A3 !important; }

.ss__palette .ss__color__HRNR .ss__swatch,
.ss__palette__list .ss__color__HRNR .ss__swatch {
  background-color: #7C93A8 !important; }

.ss__palette .ss__color__HVZR .ss__swatch,
.ss__palette__list .ss__color__HVZR .ss__swatch {
  background-color: #7B90A3 !important; }

.ss__palette .ss__color__6885 .ss__swatch,
.ss__palette__list .ss__color__6885 .ss__swatch {
  background-color: #9E6460 !important; }

.ss__palette .ss__color__7326 .ss__swatch,
.ss__palette__list .ss__color__7326 .ss__swatch {
  background-color: #D1C289 !important; }

.ss__palette .ss__color__4403 .ss__swatch,
.ss__palette__list .ss__color__4403 .ss__swatch {
  background-color: #2AB2AA !important; }

.ss__palette .ss__color__9807 .ss__swatch,
.ss__palette__list .ss__color__9807 .ss__swatch {
  background-color: #3796B6 !important; }

.ss__palette .ss__color__ICZL .ss__swatch,
.ss__palette__list .ss__color__ICZL .ss__swatch {
  background-color: #8DA8BB !important; }

.ss__palette .ss__color__IDER .ss__swatch,
.ss__palette__list .ss__color__IDER .ss__swatch {
  background-color: #325874 !important; }

.ss__palette .ss__color__HRRL .ss__swatch,
.ss__palette__list .ss__color__HRRL .ss__swatch {
  background-color: #DBDDD8 !important; }

.ss__palette .ss__color__4880 .ss__swatch,
.ss__palette__list .ss__color__4880 .ss__swatch {
  background-color: #B9CBD9 !important; }

.ss__palette .ss__color__IABL .ss__swatch,
.ss__palette__list .ss__color__IABL .ss__swatch {
  background-color: #405E76 !important; }

.ss__palette .ss__color__HZIL .ss__swatch,
.ss__palette__list .ss__color__HZIL .ss__swatch {
  background-color: #214058 !important; }

.ss__palette .ss__color__HZQL .ss__swatch,
.ss__palette__list .ss__color__HZQL .ss__swatch {
  background-color: #9EB2C0 !important; }

.ss__palette .ss__color__IAGM .ss__swatch,
.ss__palette__list .ss__color__IAGM .ss__swatch {
  background-color: #33485B !important; }

.ss__palette .ss__color__IAND .ss__swatch,
.ss__palette__list .ss__color__IAND .ss__swatch {
  background-color: #35455E !important; }

.ss__palette .ss__color__HZVM .ss__swatch,
.ss__palette__list .ss__color__HZVM .ss__swatch {
  background-color: #1B2C40 !important; }

.ss__palette .ss__color__HZRL .ss__swatch,
.ss__palette__list .ss__color__HZRL .ss__swatch {
  background-color: #536E7F !important; }

.ss__palette .ss__color__IAHM .ss__swatch,
.ss__palette__list .ss__color__IAHM .ss__swatch {
  background-color: #1D314A !important; }

.ss__palette .ss__color__6612 .ss__swatch,
.ss__palette__list .ss__color__6612 .ss__swatch {
  background-color: #DECEAD !important; }

.ss__palette .ss__color__4442 .ss__swatch,
.ss__palette__list .ss__color__4442 .ss__swatch {
  background-color: #2E2838 !important; }

.ss__palette .ss__color__6510 .ss__swatch,
.ss__palette__list .ss__color__6510 .ss__swatch {
  background-color: #233A64 !important; }

.ss__palette .ss__color__1601 .ss__swatch,
.ss__palette__list .ss__color__1601 .ss__swatch {
  background-color: #A0531F !important; }

.ss__palette .ss__color__1120 .ss__swatch,
.ss__palette__list .ss__color__1120 .ss__swatch {
  background-color: #33322E !important; }

.ss__palette .ss__color__IDLL .ss__swatch,
.ss__palette__list .ss__color__IDLL .ss__swatch {
  background-color: #8E9EA1 !important; }

.ss__palette .ss__color__IDCM .ss__swatch,
.ss__palette__list .ss__color__IDCM .ss__swatch {
  background-color: #283546 !important; }

.ss__palette .ss__color__ICRM .ss__swatch,
.ss__palette__list .ss__color__ICRM .ss__swatch {
  background-color: #7B99B1 !important; }

.ss__palette .ss__color__IDHR .ss__swatch,
.ss__palette__list .ss__color__IDHR .ss__swatch {
  background-color: #18273D !important; }

.ss__palette .ss__color__IDFL .ss__swatch,
.ss__palette__list .ss__color__IDFL .ss__swatch {
  background-color: #7D8EA0 !important; }

.ss__palette .ss__color__IDDR .ss__swatch,
.ss__palette__list .ss__color__IDDR .ss__swatch {
  background-color: #687989 !important; }

.ss__palette .ss__color__IDEM .ss__swatch,
.ss__palette__list .ss__color__IDEM .ss__swatch {
  background-color: #2E425D !important; }

.ss__palette .ss__color__ICYR .ss__swatch,
.ss__palette__list .ss__color__ICYR .ss__swatch {
  background-color: #657187 !important; }

.ss__palette .ss__color__IDAT .ss__swatch,
.ss__palette__list .ss__color__IDAT .ss__swatch {
  background-color: #E0E2E1 !important; }

.ss__palette .ss__color__ICUG .ss__swatch,
.ss__palette__list .ss__color__ICUG .ss__swatch {
  background-color: #80796F !important; }

.ss__palette .ss__color__HSSD .ss__swatch,
.ss__palette__list .ss__color__HSSD .ss__swatch {
  background-color: #13161E !important; }

.ss__palette .ss__color__1607 .ss__swatch,
.ss__palette__list .ss__color__1607 .ss__swatch {
  background-color: #F04048 !important; }

.ss__palette .ss__color__ICG3 .ss__swatch,
.ss__palette__list .ss__color__ICG3 .ss__swatch {
  background-color: #7487A3 !important; }

.ss__palette .ss__color__ICCL .ss__swatch,
.ss__palette__list .ss__color__ICCL .ss__swatch {
  background-color: #2E384E !important; }

.ss__palette .ss__color__IBZL .ss__swatch,
.ss__palette__list .ss__color__IBZL .ss__swatch {
  background-color: #B9C0BE !important; }

.ss__palette .ss__color__IDHD .ss__swatch,
.ss__palette__list .ss__color__IDHD .ss__swatch {
  background-color: #1E2E49 !important; }

.ss__palette .ss__color__IDBD .ss__swatch,
.ss__palette__list .ss__color__IDBD .ss__swatch {
  background-color: #212C3E !important; }

.ss__palette .ss__color__IDVG .ss__swatch,
.ss__palette__list .ss__color__IDVG .ss__swatch {
  background-color: #2F2D2C !important; }

.ss__palette .ss__color__IAJD .ss__swatch,
.ss__palette__list .ss__color__IAJD .ss__swatch {
  background-color: #2C4160 !important; }

.ss__palette .ss__color__IAPD .ss__swatch,
.ss__palette__list .ss__color__IAPD .ss__swatch {
  background-color: #2E3E57 !important; }

.ss__palette .ss__color__4816 .ss__swatch,
.ss__palette__list .ss__color__4816 .ss__swatch {
  background-color: #004E90 !important; }

.ss__palette .ss__color__HVCM .ss__swatch,
.ss__palette__list .ss__color__HVCM .ss__swatch {
  background-color: #495971 !important; }

.ss__palette .ss__color__IDTB .ss__swatch,
.ss__palette__list .ss__color__IDTB .ss__swatch {
  background-color: #1C1C1D !important; }

.ss__palette .ss__color__IDTM .ss__swatch,
.ss__palette__list .ss__color__IDTM .ss__swatch {
  background-color: #2F4159 !important; }

.ss__palette .ss__color__ICBL .ss__swatch,
.ss__palette__list .ss__color__ICBL .ss__swatch {
  background-color: #6C839A !important; }

.ss__palette .ss__color__IDKM .ss__swatch,
.ss__palette__list .ss__color__IDKM .ss__swatch {
  background-color: #4E6B85 !important; }

.ss__palette .ss__color__IHQL .ss__swatch,
.ss__palette__list .ss__color__IHQL .ss__swatch {
  background-color: #A8B7BE !important; }

.ss__palette .ss__color__6610 .ss__swatch,
.ss__palette__list .ss__color__6610 .ss__swatch {
  background-color: #C495AD !important; }

.ss__palette .ss__color__5139 .ss__swatch,
.ss__palette__list .ss__color__5139 .ss__swatch {
  background-color: #A09DA4 !important; }

.ss__palette .ss__color__ICE1 .ss__swatch,
.ss__palette__list .ss__color__ICE1 .ss__swatch {
  background-color: #212E44 !important; }

.ss__palette .ss__color__IDIR .ss__swatch,
.ss__palette__list .ss__color__IDIR .ss__swatch {
  background-color: #0D1522 !important; }

.ss__palette .ss__color__ICVD .ss__swatch,
.ss__palette__list .ss__color__ICVD .ss__swatch {
  background-color: #354461 !important; }

.ss__palette .ss__color__ICXR .ss__swatch,
.ss__palette__list .ss__color__ICXR .ss__swatch {
  background-color: #5C7993 !important; }

.ss__palette .ss__color__ICMM .ss__swatch,
.ss__palette__list .ss__color__ICMM .ss__swatch {
  background-color: #657C94 !important; }

.ss__palette .ss__color__IADM .ss__swatch,
.ss__palette__list .ss__color__IADM .ss__swatch {
  background-color: #1C3041 !important; }

.ss__palette .ss__color__HZJL .ss__swatch,
.ss__palette__list .ss__color__HZJL .ss__swatch {
  background-color: #283953 !important; }

.ss__palette .ss__color__IAML .ss__swatch,
.ss__palette__list .ss__color__IAML .ss__swatch {
  background-color: #8295A4 !important; }

.ss__palette .ss__color__8303 .ss__swatch,
.ss__palette__list .ss__color__8303 .ss__swatch {
  background-color: #BE7F78 !important; }

.ss__palette .ss__color__6810 .ss__swatch,
.ss__palette__list .ss__color__6810 .ss__swatch {
  background-color: #E6CECA !important; }

.ss__palette .ss__color__5353 .ss__swatch,
.ss__palette__list .ss__color__5353 .ss__swatch {
  background-color: #BFD0D2 !important; }

.ss__palette .ss__color__1349 .ss__swatch,
.ss__palette__list .ss__color__1349 .ss__swatch {
  background-color: #ADA69B !important; }

.ss__palette .ss__color__4739 .ss__swatch,
.ss__palette__list .ss__color__4739 .ss__swatch {
  background-color: #161616 !important; }

.ss__palette .ss__color__9808 .ss__swatch,
.ss__palette__list .ss__color__9808 .ss__swatch {
  background-color: #D4A593 !important; }

.ss__palette .ss__color__HZXD .ss__swatch,
.ss__palette__list .ss__color__HZXD .ss__swatch {
  background-color: #2C394A !important; }

.ss__palette .ss__color__HZNM .ss__swatch,
.ss__palette__list .ss__color__HZNM .ss__swatch {
  background-color: #506C84 !important; }

.ss__palette .ss__color__ICJM .ss__swatch,
.ss__palette__list .ss__color__ICJM .ss__swatch {
  background-color: #28425D !important; }

.ss__palette .ss__color__HZKL .ss__swatch,
.ss__palette__list .ss__color__HZKL .ss__swatch {
  background-color: #6585A2 !important; }

.ss__palette .ss__color__HZWM .ss__swatch,
.ss__palette__list .ss__color__HZWM .ss__swatch {
  background-color: #374659 !important; }

.ss__palette .ss__color__HZLL .ss__swatch,
.ss__palette__list .ss__color__HZLL .ss__swatch {
  background-color: #728393 !important; }

.ss__palette .ss__color__ICPM .ss__swatch,
.ss__palette__list .ss__color__ICPM .ss__swatch {
  background-color: #36445B !important; }

.ss__palette .ss__color__ICLD .ss__swatch,
.ss__palette__list .ss__color__ICLD .ss__swatch {
  background-color: #233149 !important; }

.ss__palette .ss__color__IBZL .ss__swatch,
.ss__palette__list .ss__color__IBZL .ss__swatch {
  background-color: #99A5AF !important; }

.ss__palette .ss__color__ICED .ss__swatch,
.ss__palette__list .ss__color__ICED .ss__swatch {
  background-color: #394A5D !important; }

.ss__palette .ss__color__ICNL .ss__swatch,
.ss__palette__list .ss__color__ICNL .ss__swatch {
  background-color: #839DB4 !important; }

.ss__palette .ss__color__ICDM .ss__swatch,
.ss__palette__list .ss__color__ICDM .ss__swatch {
  background-color: #1B2536 !important; }

.ss__palette .ss__color__6202 .ss__swatch,
.ss__palette__list .ss__color__6202 .ss__swatch {
  background-color: #D85279 !important; }

.ss__palette .ss__color__1019 .ss__swatch,
.ss__palette__list .ss__color__1019 .ss__swatch {
  background-color: #1F1E1C !important; }

.ss__palette .ss__color__1602 .ss__swatch,
.ss__palette__list .ss__color__1602 .ss__swatch {
  background-color: #F0D3CF !important; }

.ss__palette .ss__color__LGB .ss__swatch,
.ss__palette__list .ss__color__LGB .ss__swatch {
  background-color: #C2DBE2 !important; }

.ss__palette .ss__color__BRR1 .ss__swatch,
.ss__palette__list .ss__color__BRR1 .ss__swatch {
  background-color: #C00019 !important; }

.ss__palette .ss__color__MNT .ss__swatch,
.ss__palette__list .ss__color__MNT .ss__swatch {
  background-color: #1F1E24 !important; }

.ss__palette .ss__color__RDA .ss__swatch,
.ss__palette__list .ss__color__RDA .ss__swatch {
  background-color: #BB0011 !important; }

.ss__palette .ss__color__BLU .ss__swatch,
.ss__palette__list .ss__color__BLU .ss__swatch {
  background-color: #909EB9 !important; }

.ss__palette .ss__color__IAUL .ss__swatch,
.ss__palette__list .ss__color__IAUL .ss__swatch {
  background-color: #4A5A73 !important; }

.ss__palette .ss__color__IARM .ss__swatch,
.ss__palette__list .ss__color__IARM .ss__swatch {
  background-color: #59749F !important; }

.ss__palette .ss__color__IAOG .ss__swatch,
.ss__palette__list .ss__color__IAOG .ss__swatch {
  background-color: #A4A4A2 !important; }

.ss__palette .ss__color__IBVD .ss__swatch,
.ss__palette__list .ss__color__IBVD .ss__swatch {
  background-color: #7C8AA2 !important; }

.ss__palette .ss__color__ICC1 .ss__swatch,
.ss__palette__list .ss__color__ICC1 .ss__swatch {
  background-color: #4E677B !important; }

.ss__palette .ss__color__ICG1 .ss__swatch,
.ss__palette__list .ss__color__ICG1 .ss__swatch {
  background-color: #8092A2 !important; }

.ss__palette .ss__color__IBZ1 .ss__swatch,
.ss__palette__list .ss__color__IBZ1 .ss__swatch {
  background-color: #B2BEBE !important; }

.ss__palette .ss__color__ICD2 .ss__swatch,
.ss__palette__list .ss__color__ICD2 .ss__swatch {
  background-color: #17253C !important; }

.ss__palette .ss__color__HWRN .ss__swatch,
.ss__palette__list .ss__color__HWRN .ss__swatch {
  background-color: #7795A0 !important; }

.ss__palette .ss__color__5157 .ss__swatch,
.ss__palette__list .ss__color__5157 .ss__swatch {
  background-color: #C2B4D5 !important; }

.ss__palette .ss__color__8410 .ss__swatch,
.ss__palette__list .ss__color__8410 .ss__swatch {
  background-color: #EF3D13 !important; }

.ss__palette .ss__color__3525 .ss__swatch,
.ss__palette__list .ss__color__3525 .ss__swatch {
  background-color: #71BA9D !important; }

.ss__palette .ss__color__IAOL .ss__swatch,
.ss__palette__list .ss__color__IAOL .ss__swatch {
  background-color: #C8D1D6 !important; }

.ss__palette .ss__color__IAOM .ss__swatch,
.ss__palette__list .ss__color__IAOM .ss__swatch {
  background-color: #2D456D !important; }

.ss__palette .ss__color__IBML .ss__swatch,
.ss__palette__list .ss__color__IBML .ss__swatch {
  background-color: #647E97 !important; }

.ss__palette .ss__color__IBCG .ss__swatch,
.ss__palette__list .ss__color__IBCG .ss__swatch {
  background-color: #47464A !important; }

.ss__palette .ss__color__9805 .ss__swatch,
.ss__palette__list .ss__color__9805 .ss__swatch {
  background-color: #29292B !important; }

.ss__palette .ss__color__4143 .ss__swatch,
.ss__palette__list .ss__color__4143 .ss__swatch {
  background-color: #94A0AF !important; }

.ss__palette .ss__color__BKG .ss__swatch,
.ss__palette__list .ss__color__BKG .ss__swatch {
  background-color: #282830 !important; }

.ss__palette .ss__color__1201 .ss__swatch,
.ss__palette__list .ss__color__1201 .ss__swatch {
  background-color: #15131C !important; }

.ss__palette .ss__color__IBHM .ss__swatch,
.ss__palette__list .ss__color__IBHM .ss__swatch {
  background-color: #7F91A2 !important; }

.ss__palette .ss__color__HXTG .ss__swatch,
.ss__palette__list .ss__color__HXTG .ss__swatch {
  background-color: #8D8680 !important; }

.ss__palette .ss__color__HVUB .ss__swatch,
.ss__palette__list .ss__color__HVUB .ss__swatch {
  background-color: #171516 !important; }

.ss__palette .ss__color__HUXL .ss__swatch,
.ss__palette__list .ss__color__HUXL .ss__swatch {
  background-color: #4D5E77 !important; }

.ss__palette .ss__color__HVHL .ss__swatch,
.ss__palette__list .ss__color__HVHL .ss__swatch {
  background-color: #7A8B9B !important; }

.ss__palette .ss__color__HOGL .ss__swatch,
.ss__palette__list .ss__color__HOGL .ss__swatch {
  background-color: #395169 !important; }

.ss__palette .ss__color__HLIL .ss__swatch,
.ss__palette__list .ss__color__HLIL .ss__swatch {
  background-color: #B5B9B8 !important; }

.ss__palette .ss__color__IBO1 .ss__swatch,
.ss__palette__list .ss__color__IBO1 .ss__swatch {
  background-color: #8EA4B2 !important; }

.ss__palette .ss__color__IAZ1 .ss__swatch,
.ss__palette__list .ss__color__IAZ1 .ss__swatch {
  background-color: #526D8B !important; }

.ss__palette .ss__color__IAHR .ss__swatch,
.ss__palette__list .ss__color__IAHR .ss__swatch {
  background-color: #63818C !important; }

.ss__palette .ss__color__HAXD .ss__swatch,
.ss__palette__list .ss__color__HAXD .ss__swatch {
  background-color: #242E3A !important; }

.ss__palette .ss__color__FJCD .ss__swatch,
.ss__palette__list .ss__color__FJCD .ss__swatch {
  background-color: #111328 !important; }

.ss__palette .ss__color__FDEL .ss__swatch,
.ss__palette__list .ss__color__FDEL .ss__swatch {
  background-color: #263B5A !important; }

.ss__palette .ss__color__HWLM .ss__swatch,
.ss__palette__list .ss__color__HWLM .ss__swatch {
  background-color: #68718E !important; }

.ss__palette .ss__color__3003 .ss__swatch,
.ss__palette__list .ss__color__3003 .ss__swatch {
  background-color: #008F58 !important; }

.ss__palette .ss__color__HUZ1 .ss__swatch,
.ss__palette__list .ss__color__HUZ1 .ss__swatch {
  background-color: #364459 !important; }

.ss__palette .ss__color__6880 .ss__swatch,
.ss__palette__list .ss__color__6880 .ss__swatch {
  background-color: #E6506A !important; }

.ss__palette .ss__color__HVQR .ss__swatch,
.ss__palette__list .ss__color__HVQR .ss__swatch {
  background-color: #486279 !important; }

.ss__palette .ss__color__HZXM .ss__swatch,
.ss__palette__list .ss__color__HZXM .ss__swatch {
  background-color: #46546D !important; }

.ss__palette .ss__color__HVML .ss__swatch,
.ss__palette__list .ss__color__HVML .ss__swatch {
  background-color: #A0B0BF !important; }

.ss__palette .ss__color__HWBD .ss__swatch,
.ss__palette__list .ss__color__HWBD .ss__swatch {
  background-color: #11131E !important; }

.ss__palette .ss__color__HTVL .ss__swatch,
.ss__palette__list .ss__color__HTVL .ss__swatch {
  background-color: #5D6C89 !important; }

.ss__palette .ss__color__HUPD .ss__swatch,
.ss__palette__list .ss__color__HUPD .ss__swatch {
  background-color: #223349 !important; }

.ss__palette .ss__color__HTPR .ss__swatch,
.ss__palette__list .ss__color__HTPR .ss__swatch {
  background-color: #253149 !important; }

.ss__palette .ss__color__HTX1 .ss__swatch,
.ss__palette__list .ss__color__HTX1 .ss__swatch {
  background-color: #111521 !important; }

.ss__palette .ss__color__HTOR .ss__swatch,
.ss__palette__list .ss__color__HTOR .ss__swatch {
  background-color: #191A1F !important; }

.ss__palette .ss__color__HSYR .ss__swatch,
.ss__palette__list .ss__color__HSYR .ss__swatch {
  background-color: #363232 !important; }

.ss__palette .ss__color__HPKD .ss__swatch,
.ss__palette__list .ss__color__HPKD .ss__swatch {
  background-color: #1E202F !important; }

.ss__palette .ss__color__HSOR .ss__swatch,
.ss__palette__list .ss__color__HSOR .ss__swatch {
  background-color: #607185 !important; }

.ss__palette .ss__color__HTD2 .ss__swatch,
.ss__palette__list .ss__color__HTD2 .ss__swatch {
  background-color: #3B4254 !important; }

.ss__palette .ss__color__HSY1 .ss__swatch,
.ss__palette__list .ss__color__HSY1 .ss__swatch {
  background-color: #353235 !important; }

.ss__palette .ss__color__HSNM .ss__swatch,
.ss__palette__list .ss__color__HSNM .ss__swatch {
  background-color: #6A748B !important; }

.ss__palette .ss__color__HSNR .ss__swatch,
.ss__palette__list .ss__color__HSNR .ss__swatch {
  background-color: #516987 !important; }

.ss__palette .ss__color__HSUR .ss__swatch,
.ss__palette__list .ss__color__HSUR .ss__swatch {
  background-color: #2E3B5B !important; }

.ss__palette .ss__color__HTEM .ss__swatch,
.ss__palette__list .ss__color__HTEM .ss__swatch {
  background-color: #7792AD !important; }

.ss__palette .ss__color__HSQR .ss__swatch,
.ss__palette__list .ss__color__HSQR .ss__swatch {
  background-color: #0F1525 !important; }

.ss__palette .ss__color__HTFM .ss__swatch,
.ss__palette__list .ss__color__HTFM .ss__swatch {
  background-color: #3B4C6A !important; }

.ss__palette .ss__color__HSRD .ss__swatch,
.ss__palette__list .ss__color__HSRD .ss__swatch {
  background-color: #1A1E29 !important; }

.ss__palette .ss__color__HUDG .ss__swatch,
.ss__palette__list .ss__color__HUDG .ss__swatch {
  background-color: #7C7677 !important; }

.ss__palette .ss__color__HRGM .ss__swatch,
.ss__palette__list .ss__color__HRGM .ss__swatch {
  background-color: #3F4F6B !important; }

.ss__palette .ss__color__1212 .ss__swatch,
.ss__palette__list .ss__color__1212 .ss__swatch {
  background-color: #0D0E13 !important; }

.ss__palette .ss__color__HSGM .ss__swatch,
.ss__palette__list .ss__color__HSGM .ss__swatch {
  background-color: #32415C !important; }

.ss__palette .ss__color__HPNM .ss__swatch,
.ss__palette__list .ss__color__HPNM .ss__swatch {
  background-color: #374559 !important; }

.ss__palette .ss__color__HPIM .ss__swatch,
.ss__palette__list .ss__color__HPIM .ss__swatch {
  background-color: #162333 !important; }

.ss__palette .ss__color__HPEM .ss__swatch,
.ss__palette__list .ss__color__HPEM .ss__swatch {
  background-color: #2E3851 !important; }

.ss__palette .ss__color__HPFD .ss__swatch,
.ss__palette__list .ss__color__HPFD .ss__swatch {
  background-color: #1D2437 !important; }

.ss__palette .ss__color__GOJD .ss__swatch,
.ss__palette__list .ss__color__GOJD .ss__swatch {
  background-color: #1A2229 !important; }

.ss__palette .ss__color__HMHM .ss__swatch,
.ss__palette__list .ss__color__HMHM .ss__swatch {
  background-color: #13253B !important; }

.ss__palette .ss__color__HKED .ss__swatch,
.ss__palette__list .ss__color__HKED .ss__swatch {
  background-color: #0B0B17 !important; }

.ss__palette .ss__color__HHBM .ss__swatch,
.ss__palette__list .ss__color__HHBM .ss__swatch {
  background-color: #132031 !important; }

.ss__palette .ss__color__HTMD .ss__swatch,
.ss__palette__list .ss__color__HTMD .ss__swatch {
  background-color: #223152 !important; }

.ss__palette .ss__color__GTPL .ss__swatch,
.ss__palette__list .ss__color__GTPL .ss__swatch {
  background-color: #6181A0 !important; }

.ss__palette .ss__color__GQBD .ss__swatch,
.ss__palette__list .ss__color__GQBD .ss__swatch {
  background-color: #2A3E59 !important; }

.ss__palette .ss__color__FGCL .ss__swatch,
.ss__palette__list .ss__color__FGCL .ss__swatch {
  background-color: #3D5B71 !important; }

.ss__palette .ss__color__HVVD .ss__swatch,
.ss__palette__list .ss__color__HVVD .ss__swatch {
  background-color: #142138 !important; }

.ss__palette .ss__color__HOIR .ss__swatch,
.ss__palette__list .ss__color__HOIR .ss__swatch {
  background-color: #4E6C86 !important; }

.ss__palette .ss__color__HPWM .ss__swatch,
.ss__palette__list .ss__color__HPWM .ss__swatch {
  background-color: #354D65 !important; }

.ss__palette .ss__color__HBKD .ss__swatch,
.ss__palette__list .ss__color__HBKD .ss__swatch {
  background-color: #0A0A12 !important; }

.ss__palette .ss__color__HJDD .ss__swatch,
.ss__palette__list .ss__color__HJDD .ss__swatch {
  background-color: #2E3F51 !important; }

.ss__palette .ss__color__family__blue,
.ss__palette__list .ss__color__family__blue {
  background-color: #00436d;
  border-radius: 50%; }

.ss__palette .ss__color__family__khakibeige,
.ss__palette__list .ss__color__family__khakibeige {
  background-color: #ddd59d;
  border-radius: 50%; }

.ss__palette .ss__color__family__black,
.ss__palette__list .ss__color__family__black {
  background-color: #000000;
  border-radius: 50%; }

.ss__palette .ss__color__family__white,
.ss__palette__list .ss__color__family__white {
  background-color: #FFFFFF;
  border-radius: 50%; }

.ss__palette .ss__color__family__grey,
.ss__palette__list .ss__color__family__grey {
  background-color: #B0B0B0;
  border-radius: 50%; }

.ss__palette .ss__color__family__red,
.ss__palette__list .ss__color__family__red {
  background-color: #a22526;
  border-radius: 50%; }

.ss__palette .ss__color__family__pink,
.ss__palette__list .ss__color__family__pink {
  background-color: #da9eb1;
  border-radius: 50%; }

.ss__palette .ss__color__family__brown,
.ss__palette__list .ss__color__family__brown {
  background-color: #553f2b;
  border-radius: 50%; }

.ss__palette .ss__color__family__purple,
.ss__palette__list .ss__color__family__purple {
  background-color: #6b4c81;
  border-radius: 50%; }

.ss__palette .ss__color__family__green,
.ss__palette__list .ss__color__family__green {
  background-color: #56814b;
  border-radius: 50%; }

.ss__palette .ss__color__family__assorted,
.ss__palette__list .ss__color__family__assorted {
  background: url(../images/swatch/swatch-assorted.png) no-repeat 0 0;
  border-radius: 50%; }

.ss__palette .ss__color__family__yellow,
.ss__palette__list .ss__color__family__yellow {
  background-color: #efe393;
  border-radius: 50%; }

.ss__palette .ss__color__family__multi,
.ss__palette__list .ss__color__family__multi {
  background: url(../images/swatch/multi.png) no-repeat 0 0;
  border-radius: 50%; }

.ss__palette .ss__color__negro .ss__swatch,
.ss__palette__list .ss__color__negro .ss__swatch {
  background-color: black !important; }

.ss__palette .ss__color__blanco .ss__swatch,
.ss__palette__list .ss__color__blanco .ss__swatch {
  background-color: #fff !important;
  border: 1px solid #000 !important; }

.ss__palette .ss__color__blanco.ss__active .ss__checkbox .ss__icon,
.ss__palette__list .ss__color__blanco.ss__active .ss__checkbox .ss__icon {
  fill: #000 !important; }

.ss__palette .ss__color__azul .ss__swatch,
.ss__palette__list .ss__color__azul .ss__swatch {
  background-color: #00436d !important; }

.ss__palette .ss__color__rojo .ss__swatch,
.ss__palette__list .ss__color__rojo .ss__swatch {
  background-color: #a22526 !important; }

.ss__palette .ss__color__gris .ss__swatch,
.ss__palette__list .ss__color__gris .ss__swatch {
  background-color: #b0b0b0 !important; }

.ss__palette .ss__color__rosa .ss__swatch,
.ss__palette__list .ss__color__rosa .ss__swatch {
  background-color: #da9eb1 !important; }

.ss__palette .ss__color__caquibeige .ss__swatch,
.ss__palette__list .ss__color__caquibeige .ss__swatch {
  background-color: #ddd59d !important; }

.ss__palette .ss__color__verde .ss__swatch,
.ss__palette__list .ss__color__verde .ss__swatch {
  background-color: #56814b !important; }

.ss__palette .ss__color__marrn .ss__swatch,
.ss__palette__list .ss__color__marrn .ss__swatch {
  background-color: #553f2b !important; }

.ss__palette .ss__color__amarillo .ss__swatch,
.ss__palette__list .ss__color__amarillo .ss__swatch {
  background-color: #efe393 !important; }

.ss__palette .ss__color__naranja .ss__swatch,
.ss__palette__list .ss__color__naranja .ss__swatch {
  background-color: #da970a !important; }

.ss__palette .ss__color__prpura .ss__swatch,
.ss__palette__list .ss__color__prpura .ss__swatch {
  background-color: #6b4c81 !important; }

.ss__palette .ss__color__surtido .ss__swatch,
.ss__palette__list .ss__color__surtido .ss__swatch {
  background: url(../images/swatch/swatch-assorted.png) no-repeat 0 0;
  background-size: 100% 100%; }

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 9999;
      order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
      transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: left top;
      transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
      transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none; }

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.afterpay-checkout-pbi {
  margin-bottom: 40px;
  padding-left: 200px; }
  .afterpay-checkout-pbi ul {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0; }
  .afterpay-checkout-pbi li {
    margin-top: 15px; }
    .afterpay-checkout-pbi li:last-child {
      padding-left: 20px; }
    .afterpay-checkout-pbi li img {
      padding-right: 9px; }

.payment-image {
  height: 18px;
  width: 97px;
  padding: 0 0 4px 0; }

.cart-afterpay-message {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 5px 10px; }

.learn-more {
  padding-bottom: 50px; }

.cart-afterpay-message {
  float: right; }

.product-detail .product-afterpay-message .afterpay-link {
  display: inline-block;
  padding: 5px 10px; }
  @media only screen and (max-width: 599px) {
    .product-detail .product-afterpay-message .afterpay-link {
      padding: 5px 0; } }

.afterpay-link a {
  color: #1a0dab;
  cursor: pointer;
  padding-left: 10px;
  font-size: 14px; }

.terms-content {
  margin-left: 46px;
  color: #878787;
  font-size: 15px;
  margin-bottom: 12px; }

.afterpay-modal {
  width: 780px;
  height: 600px; }

.product-afterpay-message a,
.product-afterpay-message .afterpay-link {
  color: #999; }

.product-afterpay-message .afterpay-image {
  height: 15px;
  vertical-align: middle;
  width: 70px; }

.loader-image {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: 50% 50% no-repeat white;
  opacity: .8;
  background: url("../images/Loading_icon.gif") 50% 50% no-repeat white; }

.redirect-text {
  padding: 80px 36px 80px 100px;
  font-size: 23px;
  font-style: italic;
  margin: 0 auto;
  float: right; }

.notify-message {
  padding-left: 122px; }

.link-us {
  font-size: 11px;
  color: gray;
  text-decoration: underline; }

.terms-us {
  font-size: 11px;
  color: gray;
  padding-left: 39px; }

.terms-content-us {
  padding-bottom: 10px;
  background-color: #FBFCFC; }

.afterpay-payment-container {
  line-height: 0; }

.afterpay-checkout-button, input.afterpay-checkout-button {
  width: 100%;
  height: 49px;
  background-image: url("../images/payments/afterpay_black-on-green.svg");
  background-size: contain;
  background-color: #00d64f;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 849px) {
    .afterpay-checkout-button, input.afterpay-checkout-button {
      height: 50px; } }

.afterpay-placeorder-button {
  width: 246px;
  height: 37px;
  background-image: url("../images/afterpay-logo.png") !important;
  background-size: cover;
  background-color: #000000 !important; }

.afterpay-paynow-button {
  width: 246px !important;
  height: 37px;
  background-image: url("../images/afterpay-logo.png") !important;
  background-size: cover;
  margin-left: 10px;
  background-color: #000000 !important;
  /*border-style: none;*/ }

.afterpay-summary-button-container {
  width: 100%;
  position: relative;
  margin-top: 30px; }

.afterpay-hidden {
  display: none; }

.afterpay-paynow-pdp {
  float: left;
  padding-left: .5em; }

@media only screen and (max-width: 960px) {
  .afterpay-paynow-pdp {
    margin-top: 10px; } }

.afterpay-summary {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.afterpay-back-button {
  height: 37px; }

.afterpay-paymethod-widget-div {
  width: 100%;
  margin-bottom: 25px; }

.payment-method .afterpay-placeorder-button {
  text-align: center;
  -ms-flex-align: start;
      align-items: flex-start; }

#dialog-container .afterpay-modal {
  margin: 0 auto;
  height: auto; }
  @media only screen and (max-width: 960px) {
    #dialog-container .afterpay-modal {
      width: 100%; } }

#dialog-container:has(.afterpay-modal) {
  width: 100%; }

.country-selector.globale-selector .current-country {
  cursor: pointer; }
  .country-selector.globale-selector .current-country.selector-active {
    position: relative; }
  .country-selector.globale-selector .current-country .selector-icon {
    opacity: 0; }

@media (min-width: 1025px) {
  .pt_checkout_globale.pt_checkout {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #ffffff;
    margin: auto;
    height: auto !important;
    max-width: 1124px;
    width: 100% !important; } }

@media (min-width: 960px) {
  .pt_checkout_globale.pt_checkout {
    width: 100% !important; } }

@media (min-width: 760px) {
  .pt_checkout_globale.pt_checkout {
    width: 100% !important; } }

@media (max-width: 1025px) {
  .pt_checkout_globale.pt_checkout {
    width: 100%;
    max-width: 100%;
    border-left: 0;
    border-right: 0; }
    .pt_checkout_globale.pt_checkout #main {
      padding: 0; } }

.pt_checkout_globale.pt_checkout #primary {
  border: 0 none;
  float: left;
  margin: 0;
  width: 100%; }
  .pt_checkout_globale.pt_checkout #primary #header {
    height: auto; }
    .pt_checkout_globale.pt_checkout #primary #header .primary-logo {
      padding-bottom: 15px;
      position: static !important;
      width: 100% !important;
      float: none !important; }
      .pt_checkout_globale.pt_checkout #primary #header .primary-logo img {
        height: 44px; }

.gePopupsContainer .glControls input.glDefaultBtn.glCancelBtn:hover {
  background-color: #000 !important;
  color: #fff !important; }

.CustomSwitcherPopup .glMainContent .dropDownRow .dropdown select {
  margin-left: 0; }

@font-face {
  font-family: RobotoCondensed;
  font-weight: 200;
  src: url("https://globale-prod.s3-eu-west-1.amazonaws.com/merchantscontent/langehair/fonts/RobotoCondensed-Light.ttf"); }

@font-face {
  font-family: RobotoCondensed;
  font-weight: 400;
  src: url("https://globale-prod.s3-eu-west-1.amazonaws.com/merchantscontent/langehair/fonts/RobotoCondensed-Regular.ttf"); }

@font-face {
  font-family: RobotoCondensed;
  font-weight: 600;
  src: url("https://globale-prod.s3-eu-west-1.amazonaws.com/merchantscontent/langehair/fonts/RobotoCondensed-Bold.ttf"); }

/* Payment Methods 
.globale_overlay {
	background-color: $gle-background-grey;
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000001;
}
.globale_popup_wrapper {
	z-index: 100001100;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#globale_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000000000;
	font-family: Arial;
	text-align: left;
}
#globale_csc_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	z-index: 1000001;
	font-family: Arial;
	background-color: $gle-white;
	visibility: hidden;
	display: block;
	background: transparent !important;
}
.globale_noShadow {
	box-shadow: none !important;
}
.gePopupsContainer {
	.CustomSwitcherPopup {
		.dropDownRow {
			.dropdown {
				position: relative;
                select {
                    width: 100%;
                    display: block;
                    height: 45px;
                    padding: 0 8px;
                    margin-bottom: 30px;
                    margin-left: 0;
                    border: 1px solid #eee;
                    font-family: RobotoCondensed, sans-serif;
                    font-size: 16px;
                    background: url(https://globale-prod.s3-eu-west-1.amazonaws.com/merchantscontent/langehair/dropdown.png) calc(100% - 15px) no-repeat #fff;
                    background-size: 18px;
                    font-weight: 400;
                    color: #000;
                    border-radius: 0;
                    direction: ltr;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                }
			}
		}
	}
	background: #fef1f3;
	width: 600px;
	height: auto;
	font-family: $gle-font-family;
	border: 2px solid #eee;
	border-radius: 5px;
	.glMainContent {
		li {
			margin: 8px 0;
		}
	}
}
.dropDownRow {
    .caption {
        color: $gle-black;
        font-size: 16px;
        text-transform: none;
        margin: 10px 0;
        text-align: start;
    }
}
#ge_currencyrow[data-show='false'] {
	display: none;
}
#ge_currencyrow[data-show='true'] {
	display: block;
}
select {
	&::-ms-expand {
		display: none;
	}
}
.gle_desktop {
	.mobile {
		display: none;
	}
	.gleheader {
		margin: 0 -15px 30px -15px;
	}
}
.gle_mobile {
	.texts {
		display: none;
	}
	.texts.mobile {
		display: block;
		padding: 10px 0;
		margin: 15px 0;
		.glMainContent {
			display: block;
			line-height: 1.5;
		}
	}
}
span.glClose {
	background-image: url(https://globale-prod.s3-eu-west-1.amazonaws.com/merchantscontent/langehair/X_black.png);
	width: 20px;
	background-repeat: no-repeat;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.glPopupContent {
	padding: 60px 100px;
}
.headerContainer {
	width: 150px;
	height: 17px;
	margin: 0 auto 30px;
}
.gleheader,
.texts {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.glTitle,
h1 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.5;
	font-family: $gle-font-family;
	color: $gle-black;
	letter-spacing: 0.5px;
}
.glMainContent {
	font-size: 16px;
	text-transform: none;
	line-height: initial;
	text-align: center;
	color: $gle-black;
	ul {
		list-style: disc !important;
		padding: 0;
		margin: 0;
		list-style-position: inside !important;
	}
	li {
		text-align: center;
	}
}
.CustomSwitcherPopup {
	.glMainContent {
		margin: 0 auto;
		width: 80%;
	}
    .glDefaultBtn {
        text-transform: none;
        color: #de2a61;
        font-size: 16px;
        background: none;
        border: none;
        text-decoration: underline;
        margin-bottom: 0;
        font-family: WorkSansGE, sans-serif;
        margin-top: 0;
        margin-right: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        cursor: pointer;
        font-weight: normal;
    }
	.glDefaultBtn.glCancelBtn {
		display: block;
		margin: 0 auto;
		background: $gle-black;
		color: $gle-white;
		border: none;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: 20px;
		font-family: $gle-font-family;
		padding: 15px;
		min-height: 60px;
		border-radius: 10px;
		width: 100%;
		letter-spacing: 0.5px;
		-webkit-appearance: none;
		-webkit-border-radius: 10px;
		cursor: pointer;
	}
}
.countrySwitcherFormWrapper {
	width: 80%;
	margin: 0 auto;
}
.glMainContent.mobile {
	display: none;
}
.texts {
	margin-bottom: 30px;
	margin: 30px 0;
	padding: 15px 0;
}
.en-GB {
	.CustomWelcomePopup {
		.backToShop {
			padding: 15px 70px;
		}
	}
}
.CustomWelcomePopup {
    .changeShipping {
		text-transform: none;
        color: #de2a61;
        font-size: 16px;
        background: none;
        border: none;
        text-decoration: underline;
        margin-bottom: 0;
        font-family: WorkSansGE, sans-serif;
        margin-top: 0;
        margin-right: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        cursor: pointer;
        font-weight: normal;
	}
}
.CustomWelcomePopup .backToShop,
.CustomSwitcherPopup .glCancelBtn {
    display: block;
    margin: 0 auto;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: RobotoCondensed, sans-serif;
    padding: 15px;
    min-height: 60px;
    border-radius: 10px;
    width: 100%;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    cursor: pointer;
	text-decoration: none;
}
.glControls {
	text-align: center;
	margin-bottom: 0;
	width: 80%;
	margin: 0 auto;
}
.paymentMethod {
	text-align: center;
	background: transparent;
	margin: 15px -25px 0;
}
.glPayment {
	height: 30px;
	width: 50px;
	margin: 6px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	line-height: 60px;
	vertical-align: middle;
}
.glPaymentVisa {
	background-image: url("https://globale-prod.s3.amazonaws.com/Images/PaymentMethods/pm_1.png");
}
.glPaymentMastercard {
	background-image: url("https://globale-prod.s3.amazonaws.com/Images/PaymentMethods/pm_2.png");
}
.glPaymentPayPal {
	background-image: url("https://s3.global-e.com/merchantscontent/astleyclarke/icons/paypal.png");
	background-size: 75%;
}
*/

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