.clearfix:after, nav[role="navigation"]:after, .level-2 > ul:after, .category-switch:after, .form-row:after, .menu-category:after, .level-1 > li:after, .product-tile:after, .compare-items-panel:after, .pdp-main:after, .product-thumbnails ul:after, .pdp-main .product-review:after, .pdp-main .product-actions:after, .bonus-product-list .bonus-product-item:after, .bonus-product-list .bonus-product-list-footer:after, .cart-footer:after, .cart-actions:after, .cart-recommendations .product-listing:after, .cart-empty:after, .cart-empty .product-listing:after, .list-share:after, .gift-registry-advanced:after, .home-bottom-slots:after, .store-list-pdp-container .store-list-item:after, .search-suggestion-wrapper:after, .product-suggestion:after {
  content: "";
  display: table;
  clear: both; }

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

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

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }

.alignCenter {
  text-align: center; }

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

.hidden {
  display: none !important; }

.underline {
  text-decoration: underline; }

.small-mobile-only {
  display: none !important; }

.mobile-only {
  display: none !important; }

.desktop-only {
  display: block !important; }

.tablet-mobile-only {
  display: none !important; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  color: #9c9c9c;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #fff; }

a {
  color: #717174;
  text-decoration: underline;
  overflow: hidden;
  outline: none; }
  a:hover {
    color: #222222;
    text-decoration: underline; }
  a:focus, a:active {
    outline: none; }

ol.lower-alpha {
  list-style: lower-alpha; }
  ol.lower-alpha li {
    list-style: inherit !important; }

ol.lower-roman {
  list-style: lower-roman; }
  ol.lower-roman li {
    list-style: inherit !important; }

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

table {
  width: 100%; }

th {
  text-align: left; }

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

#main {
  width: 100%; }

button,
.button,
.buttonstyle,
input[type="button"] {
  position: relative;
  border: none;
  border: 2px solid #222222;
  color: #fff;
  font-family: "Philosopher", serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: #222222; }
  button:hover,
  .button:hover,
  .buttonstyle:hover,
  input[type="button"]:hover {
    background: #fff;
    color: #000; }
  button:focus, button:active,
  .button:focus,
  .button:active,
  .buttonstyle:focus,
  .buttonstyle:active,
  input[type="button"]:focus,
  input[type="button"]:active {
    outline: none; }
  button.ui-dialog-titlebar-close, button.ui-dialog-titlebar-close:hover,
  .button.ui-dialog-titlebar-close,
  .button.ui-dialog-titlebar-close:hover,
  .buttonstyle.ui-dialog-titlebar-close,
  .buttonstyle.ui-dialog-titlebar-close:hover,
  input[type="button"].ui-dialog-titlebar-close,
  input[type="button"].ui-dialog-titlebar-close:hover {
    background: transparent; }
  button.btn-secondary,
  .button.btn-secondary,
  .buttonstyle.btn-secondary,
  input[type="button"].btn-secondary {
    background: #fff;
    color: #222222;
    border: 2px solid #222222;
    border-radius: 10px; }
    button.btn-secondary:hover,
    .button.btn-secondary:hover,
    .buttonstyle.btn-secondary:hover,
    input[type="button"].btn-secondary:hover {
      background: #222222;
      color: #fff; }
  button[disabled], button.disabled,
  .button[disabled],
  .button.disabled,
  .buttonstyle[disabled],
  .buttonstyle.disabled,
  input[type="button"][disabled],
  input[type="button"].disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    opacity: 0.5; }
  button i.left,
  .button i.left,
  .buttonstyle i.left,
  input[type="button"] i.left {
    margin-right: 0.6em; }
  button i.right,
  .button i.right,
  .buttonstyle i.right,
  input[type="button"] i.right {
    margin-left: 0.6em; }

.button-text {
  border: 2px solid #000;
  color: #fff;
  cursor: pointer;
  display: block;
  padding-left: 15px;
  position: relative;
  text-align: left; }
  .button-text:hover {
    background-color: transparent;
    color: #000; }

.login-box-content .button-text {
  text-transform: capitalize; }

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%; }

#wrapper {
  border: 0;
  left: 0;
  margin: auto;
  position: relative;
  width: 100%; }
  #wrapper.pt_categorylanding .primary-content {
    padding-bottom: 0; }
    @media screen and (min-width: 768px) {
      #wrapper.pt_categorylanding .primary-content {
        width: 80%; } }
  #wrapper.pt_categorylanding .refinements {
    border-right: 0;
    display: none;
    width: 0; }
    @media screen and (min-width: 768px) {
      #wrapper.pt_categorylanding .refinements {
        display: block;
        width: 20%; } }
  #wrapper.menu-active {
    margin-left: 50%; }
    #wrapper.menu-active .wrap {
      padding: 0;
      margin: 0; }
  @media screen and (min-width: 768px) {
    #wrapper.menu-active {
      left: auto; } }

.wrap {
  display: block;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  clear: both;
  transition: margin 0.3s ease; }
  .wrap:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }

.primary-content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .primary-content {
      border: none;
      float: right;
      margin-left: -1px;
      padding: 0 0 20px;
      position: relative;
      width: 80%; } }
  .primary-focus .primary-content {
    border: 0 none;
    float: left;
    margin: 0;
    width: 76%; }
  .full-width .primary-content {
    border: 0 none;
    width: 100%;
    padding: 0 0 50px; }

#secondary {
  border: 0;
  float: none;
  width: 100%;
  background: #fff;
  /*temporary fix for auto-height bug */
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    #secondary {
      background: #fff;
      float: left;
      width: 18%;
      position: relative;
      margin-right: 15px;
      padding: 9px; }
      #secondary nav {
        padding-left: 5px;
        padding-right: 5px; }
        #secondary nav a {
          display: block; }
      .primary-focus #secondary {
        background: none;
        border: none;
        box-sizing: border-box;
        float: left;
        padding-left: .4rem;
        width: 24%; } }

.secondary-content {
  clear: both; }

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

.ui-dialog {
  background-color: #fff;
  padding: 0;
  border-radius: 10px; }
  .ui-dialog .ui-widget-header {
    background-color: #fff;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 40px;
    text-transform: uppercase; }
  .ui-dialog .ui-dialog-title {
    color: #333;
    font-weight: bold;
    display: none; }
  .ui-dialog .ui-icon-closethick {
    background-image: url("../images/interface/icon-ui-close.png");
    background-position: left top;
    height: 32px;
    width: 32px;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 32px;
    margin: 0;
    opacity: .5;
    padding: 0;
    right: 0;
    top: 0;
    width: 32px; }
    .ui-dialog .ui-dialog-titlebar-close:hover {
      opacity: 1; }
    .ui-dialog .ui-dialog-titlebar-close span {
      margin: 0;
      padding: 0; }
  .ui-dialog h1,
  .ui-dialog h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 5px 0; }
  .ui-dialog .dialog-required {
    font-weight: 400;
    position: relative;
    text-transform: none; }

button.ui-dialog-titlebar-close {
  background-color: transparent; }
  .ui-dialog button.ui-dialog-titlebar-close {
    background-color: transparent; }

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

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

.ui-tabs .ui-tabs-nav {
  height: 2.45em;
  padding: 0; }
  .ui-tabs .ui-tabs-nav > li {
    background-color: #fff;
    font-style: italic; }
    .ui-tabs .ui-tabs-nav > li.ui-state-active {
      background-color: #fff;
      border-bottom: 5px solid #333; }
      .ui-tabs .ui-tabs-nav > li.ui-state-active a {
        color: #333; }
    .ui-tabs .ui-tabs-nav > li a {
      color: #333; }

.ui-tabs .ui-tabs-panel {
  background-color: #fff;
  border: 0;
  color: #414141;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px; }
  .ui-tabs .ui-tabs-panel ul, .ui-tabs .ui-tabs-panel ol {
    width: 100%;
    overflow: hidden; }
  .ui-tabs .ui-tabs-panel p {
    display: block;
    width: 100%;
    clear: both; }

#vertical-carousel {
  height: 19rem;
  position: relative;
  overflow: hidden; }
  #vertical-carousel ul {
    height: 10000em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    #vertical-carousel ul li {
      float: left;
      height: 19rem;
      width: 100%; }
      #vertical-carousel ul li .capture-product-id {
        display: none; }
  #vertical-carousel .jcarousel-nav {
    color: #999;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    right: 0;
    text-transform: uppercase; }
    #vertical-carousel .jcarousel-nav:hover {
      color: #58585A; }
    #vertical-carousel .jcarousel-nav.inactive {
      display: none; }
  #vertical-carousel .jcarousel-prev {
    bottom: 30px; }
  #vertical-carousel .jcarousel-next {
    bottom: 0; }

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

legend {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-size: 1.3em;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0.5em 2% 0.5em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  color: #000; }
  .ie7 legend {
    width: 94%; }
  legend span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    padding: 0 .5em; }
    legend span em {
      color: #d2232a; }

.dialog-required {
  display: inline;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0.16em 0;
  text-transform: capitalize;
  color: #d2232a; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem; }
  .form-horizontal label {
    float: left;
    margin-top: 0.5rem;
    margin-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .form-horizontal label {
        text-align: right;
        width: 25%; } }
  .label-inline label {
    display: inline;
    float: none;
    font-size: 1em;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    width: auto; }
  .label-above label {
    margin-bottom: .3rem;
    width: auto; }

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

#CreditCardForm .form-row {
  clear: both; }

.form-row {
  margin: .5rem 0 1rem; }

.form-row-button {
  clear: left; }
  @media screen and (min-width: 768px) {
    .form-horizontal .form-row-button {
      margin-left: 27%;
      width: 62%; } }

.round-btn {
  background: #000;
  border: 2px solid #000;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 26px;
  font-family: unset;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .round-btn:hover {
    background: #fff;
    color: #000; }

.field-wrapper {
  box-sizing: border-box;
  margin-bottom: .5rem;
  width: 100%; }
  .form-horizontal .field-wrapper {
    float: left;
    width: 76%; }
    @media screen and (min-width: 768px) {
      .form-horizontal .field-wrapper {
        padding-left: 2%;
        width: 50%; } }
  .label-inline .field-wrapper {
    float: left;
    padding-left: 0;
    width: auto; }
  .label-above .field-wrapper {
    float: none;
    padding-left: 0;
    width: auto; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
  border: 1px solid #353535;
  box-sizing: border-box;
  height: 30px;
  vertical-align: middle;
  padding: 5px 10px;
  text-indent: 0;
  width: 100%;
  color: #bcbcbc;
  font-size: 14px; }

textarea {
  height: 120px;
  line-height: 1.5em; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(150, 150, 150, 0.6); }

select {
  background-color: #fff;
  width: 100%;
  height: 30px;
  padding: 0 0.8em;
  font-size: 14px;
  border: 1px solid #353535;
  cursor: pointer; }
  .search-result-options select {
    height: auto;
    padding: .25em;
    font-size: 12px; }

input[type="checkbox"],
input[type="radio"] {
  margin: 1em 1% 1em 2%; }
  .label-inline input[type="checkbox"], .label-inline
  input[type="radio"] {
    margin: 0 .3rem 0 0; }

.form-caption {
  clear: left;
  width: auto; }
  @media screen and (min-width: 768px) {
    .form-horizontal .form-caption {
      margin-left: 27%; } }
  .label-above .form-caption {
    margin-left: 0; }
  .form-indent .form-caption {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .form-indent {
    margin-left: 27%; } }

.error-message {
  border: 2px solid #990000;
  background-color: #faeded;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%; }

.error {
  background-color: #faeded;
  border-color: #990000;
  color: #990000;
  font-size: 14px; }

span.error,
div.error {
  background: none;
  display: block;
  margin-top: 2px; }

.error-form {
  background-color: #faeded;
  border: 1px solid #990000;
  border-radius: .5em;
  color: #990000;
  margin: 0.5em 0;
  padding: 0.8em; }

.form-inline form {
  padding: 0 0 2em;
  width: 98%; }

.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto; }

.form-inline input[type="text"], .form-inline select {
  margin-left: 0;
  width: 95%; }

.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

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

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

.required-indicator {
  color: #d2232a; }
  .required-indicator em {
    font-style: normal; }

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

.char-count {
  display: block;
  margin-left: 27%; }

.item-list {
  margin-bottom: 1em;
  table-layout: fixed; }
  .item-list tr {
    border-bottom: 1px solid #9c9c9c; }
    .item-list tr.last {
      border: 0 none; }
    .item-list tr.headings {
      display: none; }
  .item-list th.section-header {
    white-space: nowrap; }
  .item-list td {
    padding: 1em;
    vertical-align: top; }
    .item-list td.view {
      min-width: 60px;
      text-align: center; }
      .item-list td.view a {
        text-decoration: underline; }

.section-header {
  padding: 1em; }

.item-details .product-list-item .name {
  font-size: 1.2em;
  font-style: normal; }
  .item-details .product-list-item .name a {
    text-decoration: none; }

.item-details .product-list-item .value {
  font-weight: 700; }

.item-details .product-list-item .promo {
  color: #990000; }

.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through; }

.item-availability {
  min-width: 85px; }

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

td.item-dashboard {
  color: #58585A;
  width: 18rem;
  padding: 1em 0; }
  td.item-dashboard label {
    font-weight: normal;
    width: auto;
    color: #9c9c9c; }
  td.item-dashboard .field-wrapper {
    width: auto;
    margin-bottom: 0; }
  td.item-dashboard .form-row {
    margin: 0 0 10px;
    display: inline-block; }
  td.item-dashboard input,
  td.item-dashboard .value,
  td.item-dashboard select .option-toggle-public label {
    color: #58585A;
    float: left; }
  td.item-dashboard .input-checkbox {
    margin: 5px; }
  td.item-dashboard .form-row.option-date-added {
    margin-bottom: 5px;
    width: 100%; }
    td.item-dashboard .form-row.option-date-added label {
      margin-top: 0; }
    td.item-dashboard .form-row.option-date-added .value {
      margin-top: 0; }
  td.item-dashboard .form-row.option-quantity-desired {
    min-width: 45%;
    margin-right: 10px; }
    td.item-dashboard .form-row.option-quantity-desired input {
      width: 3rem;
      padding: 0;
      text-align: center; }
    td.item-dashboard .form-row.option-quantity-desired label,
    td.item-dashboard .form-row.option-quantity-desired .value {
      margin-top: 0; }
  td.item-dashboard .option-priority .value {
    margin-top: .6em; }
  td.item-dashboard .option-update button {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block; }
  td.item-dashboard .option-add-to-cart {
    margin-top: .5rem;
    width: 18rem;
    width: -webkit-max-content;
    width: max-content;
    /*
		input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    */ }
    td.item-dashboard .option-add-to-cart label {
      color: #333;
      float: left;
      font-weight: 700;
      margin: .75rem .5rem 0 0;
      text-transform: uppercase;
      width: auto; }
    td.item-dashboard .option-add-to-cart input {
      width: 3rem;
      margin-right: 1em;
      text-align: center;
      padding: 0; }
    td.item-dashboard .option-add-to-cart .button-fancy-large {
      margin-top: .5em;
      padding: 0 20px;
      font-size: 1em;
      line-height: 30px;
      height: 30px; }

.tooltip {
  cursor: help;
  position: relative; }
  .tooltip.product-tile {
    cursor: pointer; }

.tooltip-content {
  display: none; }

.ui-tooltip.ui-widget-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px 3px #999;
  color: #bcbcbc;
  text-align: center;
  z-index: 2; }
  .ui-tooltip.ui-widget-content h4,
  .ui-tooltip.ui-widget-content p {
    text-align: center; }
  .ui-tooltip.ui-widget-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic; }
  .ui-tooltip.ui-widget-content p {
    font-size: 12px;
    line-height: normal; }

.ui-tooltip {
  background: #fff; }

.tooltip-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 100%;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  border-top: 20px solid #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 #999; }

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

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

.slot-grid-header p {
  margin: 0;
  padding: 0; }

.slot-grid-header p {
  margin: 0;
  padding: 0; }

.product-listing-1x4 {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: .83em 0; }
  .product-listing-1x4 .search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 18%; }

.pt_product-search-result .cat-landing .breadcrumb {
  padding-left: 10px; }

.category-head-content {
  position: relative;
  height: auto;
  max-height: 400px;
  overflow: hidden;
  border-bottom: 1px solid #222222; }
  .category-head-content .content-slot .cat-link {
    pointer-events: none; }
  .category-head-content .category-info {
    position: absolute;
    display: inline-block;
    width: 30%;
    height: 100%;
    padding: 0 0 0 25px;
    z-index: 10;
    float: left;
    line-height: 350px; }
    .category-head-content .category-info .info-wrap {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
  .category-head-content h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 54px;
    font-style: italic;
    line-height: 1;
    text-transform: none;
    color: #222222; }
  .category-head-content span {
    font-size: 14px;
    line-height: normal;
    text-transform: Capitalize; }
  .category-head-content .category-image {
    display: inline-block;
    position: relative;
    width: 70%;
    max-height: 399px;
    overflow: hidden;
    z-index: 5;
    float: right;
    text-align: right; }
    .category-head-content .category-image img {
      display: inline-block;
      width: 100%;
      vertical-align: middle; }
    .category-head-content .category-image .wave-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%;
      z-index: 15;
      float: none; }
  .category-head-content:after {
    display: block;
    content: "";
    height: 0;
    width: 100%;
    clear: both; }
  .education.page .category-head-content h1 {
    clear: both;
    float: left; }
  .education.page .category-head-content span {
    clear: both;
    float: left; }
  .category-head-content.category-landing-content {
    max-height: none; }
    .category-head-content.category-landing-content h1 {
      font-size: 42px; }
    .category-head-content.category-landing-content .content-slot {
      position: relative;
      border-top: 1px solid #000;
      overflow: hidden; }
      .category-head-content.category-landing-content .content-slot .cat-link {
        pointer-events: auto; }
      .category-head-content.category-landing-content .content-slot .category-info {
        line-height: 190px;
        font-size: 42px; }
      .category-head-content.category-landing-content .content-slot .category-image {
        max-height: 199px; }
      .category-head-content.category-landing-content .content-slot:nth-child(even) .category-info {
        right: 0; }
      .category-head-content.category-landing-content .content-slot:nth-child(even) .category-image {
        float: left;
        text-align: left; }
        .category-head-content.category-landing-content .content-slot:nth-child(even) .category-image .wave-bg {
          left: auto;
          right: 0;
          transform: scaleX(-1); }

.account-nav-asset {
  margin: 30px 5px;
  padding: 10px 0;
  border-top: 1px solid #a6a8aa; }
  .account-nav-asset h2 {
    font-weight: 500;
    font-style: italic;
    margin-top: 0; }
  .account-nav-asset p a {
    text-decoration: underline;
    text-transform: none; }

.content-asset p {
  line-height: 1.6em;
  margin: 1em 0; }

.content-asset ul,
.content-asset ol {
  line-height: 1.6em;
  margin: 1em 0 1em 2em;
  padding: 0 1.5em; }

.content-asset address {
  margin: 1em 0; }

.content-asset ul li {
  list-style: square outside none; }

.content-asset ol li {
  list-style: decimal outside none; }

.content-asset .account-options {
  margin: 25px 0 0;
  overflow: auto;
  padding: 0; }
  .content-asset .account-options li {
    border-bottom: 2px solid #222222;
    float: left;
    list-style: none outside none !important;
    margin: 0 0 0 5%;
    padding: 1em 0;
    position: relative;
    width: 40%; }
    @media screen and (min-width: 768px) {
      .content-asset .account-options li {
        min-height: 7rem; }
        .content-asset .account-options li:nth-child(2n+1) {
          margin: 0; } }
    .content-asset .account-options li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      color: #000;
      font-style: italic;
      text-decoration: none; }
      .content-asset .account-options li a h3 {
        margin: 10px 0;
        font-size: 1.8em;
        font-weight: 600; }
    .content-asset .account-options li img {
      float: left;
      margin-right: 20px; }
    .content-asset .account-options li p {
      margin: 0;
      padding-left: 68px; }

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

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

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em; }
  .menu-slot .social-links {
    padding-left: 0; }
    .menu-slot .social-links li {
      display: inline-block;
      padding-left: 0; }
  @media screen and (min-width: 768px) {
    .menu-slot {
      width: 13.5rem;
      display: block; } }

#homepage-slider .slide {
  float: left;
  overflow: hidden;
  position: relative; }
  #homepage-slider .slide .banner-message {
    position: absolute;
    top: 10%; }
    @media screen and (min-width: 768px) {
      #homepage-slider .slide .banner-message {
        top: 2%; } }
    #homepage-slider .slide .banner-message .banner-text1 {
      font-family: Verdana, sans-serif;
      font-size: 2rem;
      font-weight: 300;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        #homepage-slider .slide .banner-message .banner-text1 {
          font-size: 5rem;
          font-weight: 200; } }
    #homepage-slider .slide .banner-message .banner-text2 {
      font-family: "Philosopher", serif;
      font-size: 1.5rem;
      font-style: italic;
      text-transform: lowercase; }
      @media screen and (min-width: 768px) {
        #homepage-slider .slide .banner-message .banner-text2 {
          font-size: 4rem; } }
    #homepage-slider .slide .banner-message .banner-text3 {
      font-family: Verdana, sans-serif;
      font-size: 0.5rem;
      font-weight: 400;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        #homepage-slider .slide .banner-message .banner-text3 {
          font-size: 1.3rem;
          font-weight: 200; } }

#homepage-slider .slide1 .banner-message {
  left: 3%; }
  #homepage-slider .slide1 .banner-message .banner-text1 {
    color: #00629b;
    display: inline; }
  #homepage-slider .slide1 .banner-message .banner-text2 {
    color: #fff;
    display: inline; }
  #homepage-slider .slide1 .banner-message .banner-text3 {
    color: #fff;
    text-align: right; }

#homepage-slider .slide2 .banner-message {
  left: 3%; }
  #homepage-slider .slide2 .banner-message .banner-text1 {
    color: #0954ab;
    display: inline;
    letter-spacing: -0.1rem; }
  #homepage-slider .slide2 .banner-message .banner-text2 {
    color: #58585A;
    display: inline; }
  #homepage-slider .slide2 .banner-message .banner-text3 {
    color: #000; }

#homepage-slider .slide3 .banner-message {
  left: 3%; }
  #homepage-slider .slide3 .banner-message .banner-text1 {
    color: #0954ab;
    display: inline;
    margin-top: -2rem; }
  #homepage-slider .slide3 .banner-message .banner-text2 {
    color: #fff;
    display: inline; }
  #homepage-slider .slide3 .banner-message .banner-text3 {
    color: #000; }

#homepage-slider .slide4 .banner-message {
  right: 3%; }
  #homepage-slider .slide4 .banner-message .banner-text1 {
    color: #0954ab;
    margin-top: 0rem;
    text-indent: 3rem; }
    @media screen and (min-width: 768px) {
      #homepage-slider .slide4 .banner-message .banner-text1 {
        margin-top: -1rem; } }
  #homepage-slider .slide4 .banner-message .banner-text2 {
    color: #fff; }
  #homepage-slider .slide4 .banner-message .banner-text3 {
    color: #fff; }

#homepage-slider .slide5 .banner-message {
  left: 15%; }
  #homepage-slider .slide5 .banner-message .banner-text1 {
    color: #00629b;
    display: inline; }
  #homepage-slider .slide5 .banner-message .banner-text2 {
    color: #990000;
    display: inline; }
  #homepage-slider .slide5 .banner-message .banner-text3 {
    color: #fff; }

/* 
#home-bottom-left {
	margin: auto;
	max-width: 320px;
	position: relative;
	text-align: center;
	width: 100%;
	h1 {
		color: $black;
		font-family: $sans-serif-alt;
		font-size: 2rem;
		font-weight: 100;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		@media screen and (min-width: 768px) {
			font-size: 4rem;
		}
	}
	ul {
		margin: -.5em 0 .5em 0;
		li {
			border-right: 1px solid $dim-gray;
			color: $dim-gray;
			display: inline;
			font-family: $sans-serif-alt;
  			font-size: .8rem;
  			font-weight: 400;
  			list-style: none outside none;
 			margin: 0 5px 0 0;
			padding: 0 5px 0 0;
  			text-transform: uppercase;
			&:last-child {
				border: 0 none;
			}
			span {
				margin: 0 10px 0 0;
			}
		}
	}
	img {
		display: block;
	}
}

#home-bottom-center {
	width: 100%;
	margin: auto;
	max-width: 320px;
	position: relative;
	.home-bottom-center-text {
		position: absolute;
		text-align: center;
		top: 18%;
		width: 100%;
		h1 {
			color: $cerulean;
			font-family: $serif;
			font-size: 4rem;
			font-style: italic;
			font-weight: normal;
			margin: 0;
			padding: 0;
			text-transform: lowercase;
		}
		h2 {
			color: $dim-gray;
			font-family: $sans-serif-alt;
			font-size: 1.3rem;
			font-weight: 100;
			letter-spacing: .2em;
			margin-top: -.05rem;
			text-transform: uppercase;
		}
		h3 {
			color: $dim-gray;
			font-family: $serif;
			font-size: .8rem;
			font-weight: normal;
			margin-top: -1rem;
			text-transform: uppercase;
		}
	}
	img {
		display: block;
	}
}

.home-bottom-right {
	font-family: $sans-serif-alt;
	width: 100%;
	margin: auto;
	max-width: 320px;
	position: relative;
	text-align: center;
	.home-bottom-right-header {
		h1 {
			color: $rain-forest;
			font-size: 2.2rem;
			font-style: normal;
			font-weight: 200;
			margin: -0.4rem 0 0 0;
			padding: 0;
			text-transform: uppercase;
			@media screen and (min-width: 768px) {
				font-size: 4rem;
				margin-top: -0.8rem;
			}
		}
		h2 {
			color: $dim-gray;
			font-size: 0.7rem;
			font-weight: 400;
			padding: .5em 0 0 0;
			margin: 0;
			@media screen and (min-width: 768px) {
				font-size: 1rem;
				font-weight: 200;
			}
		}
		img {
			display: block;
		}
	}
	.product-tile {
		border: 0 none;
		margin: 1em auto 0;
		min-height: 255px;
		width: 90%;
		img {
			box-shadow: 0px 0px 5px 3px $very-light-gray;
			max-width: 90%;
		}
		.product-name {
			height: auto;
		}
		.product-sales-price {
			color: $black;
		}
	}
}
*/
.category-slot .catlanding-banner,
.product-slot .catlanding-banner {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .category-slot .catlanding-banner img,
  .product-slot .catlanding-banner img {
    height: auto;
    width: 100%; }

.category-slot .category-tile,
.product-slot .category-tile {
  float: left;
  overflow: hidden;
  padding: 0 .15%;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .category-slot .category-tile,
    .product-slot .category-tile {
      width: 33%; } }
  .category-slot .category-tile img,
  .product-slot .category-tile img {
    height: auto;
    width: 100%; }

.category-slot .cat-banner,
.product-slot .cat-banner {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .category-slot .cat-banner img,
  .product-slot .cat-banner img {
    height: auto;
    width: 100%; }
  .category-slot .cat-banner h1,
  .product-slot .cat-banner h1 {
    color: #58585A;
    right: 2%; }

nav[role="navigation"] {
  background-color: transparent;
  color: #bcbcbc;
  left: -50%;
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 14px;
  padding: 5px;
  display: inline-block; }
  .menu-active nav[role="navigation"] {
    left: -50%;
    bottom: 0;
    z-index: 999; }
  @media screen and (min-width: 1024px) {
    nav[role="navigation"] {
      left: auto;
      float: none;
      width: auto;
      top: 0;
      position: relative;
      padding: 0; } }
  nav[role="navigation"] a.user-account {
    display: none; }

.menu-toggle {
  background-color: transparent;
  border: none;
  color: #bcbcbc;
  display: block;
  float: left;
  padding: 20px;
  line-height: inherit;
  border-radius: 0;
  background: none; }
  @media screen and (min-width: 1024px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:hover {
    color: #000;
    background-color: transparent; }
  .menu-toggle:focus, .menu-toggle:active {
    outline: none; }
  .menu-toggle .menu-icon {
    font-size: 2em; }

.menu-category {
  border-bottom: 2px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }
  @media screen and (min-width: 1024px) {
    .menu-category {
      border-bottom: 0;
      width: 100%;
      margin: 0 auto; } }
  .menu-category li {
    list-style: none;
    margin: 5px 0; }
    .menu-category li:first-child {
      margin-top: 0; }
    .menu-category li:last-child {
      margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .menu-category li {
        display: inline-block;
        border: none;
        float: left;
        margin: 0;
        line-height: 70px;
        text-align: center;
        vertical-align: middle; }
        .menu-category li:hover > a {
          background-color: transparent; }
        .menu-category li:first-child, .menu-category li:last-child {
          margin: 0; } }
    .menu-category li.activeCat {
      background-color: #ccd0d3; }
      .menu-category li.activeCat a {
        color: #58585A; }
      .menu-category li.activeCat:hover {
        background-color: #ccd0d3; }
  .menu-category a {
    color: #bcbcbc;
    display: block;
    font-size: 14px;
    padding: 0.9rem 1rem;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    line-height: initial;
    /*
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    */ }
    @media screen and (min-width: 1024px) {
      .menu-category a {
        width: auto; } }

.level-1 > li {
  background-color: transparent; }
  .level-1 > li:first-child {
    border: none; }
  .level-1 > li.has-submenu {
    position: relative; }
    .level-1 > li.has-submenu.active ul li {
      font-weight: normal; }
  .level-1 > li .menu-item-toggle {
    color: #58585A;
    cursor: pointer;
    float: left;
    line-height: 1.1;
    padding: 1rem 0.8rem;
    transition: background-color 0.3s;
    width: 2.1rem;
    display: none; }
    .level-1 > li .menu-item-toggle:hover {
      background-color: #1a1a1a; }
    @media screen and (min-width: 1024px) {
      .level-1 > li .menu-item-toggle {
        display: none; } }
  .level-1 > li > a {
    float: left;
    padding-left: 0.8rem; }
    .level-1 > li > a:hover {
      text-decoration: none; }
    @media screen and (min-width: 1024px) {
      .level-1 > li > a {
        float: none;
        padding: 0.9rem 0.6rem;
        width: 100%;
        font-size: 0.7rem; }
        .level-1 > li > a.has-sub-menu {
          width: 100%; }
        .level-1 > li > a:hover {
          color: #000; } }
  .level-1 > li:hover > a {
    color: #000; }

.menu-category-submenu {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: hidden;
  transition: all .3s ease;
  position: absolute;
  top: 45px;
  left: -40%; }
  .menu-category-submenu li {
    background: #fff;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    top: 26px;
    width: 100%;
    white-space: nowrap;
    z-index: 111;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc; }
    @media screen and (min-width: 1024px) {
      .menu-category-submenu li {
        padding: 0;
        top: 0;
        line-height: 1;
        line-height: initial; } }
    .menu-category-submenu li a {
      text-transform: capitalize;
      padding: 0.5rem 1rem; }
      .menu-category-submenu li a:hover {
        text-decoration: none;
        color: #000; }
    .menu-category-submenu li:first-child {
      padding-top: 10px;
      border-top: 1px solid #bcbcbc; }
    .menu-category-submenu li:last-child {
      padding-bottom: 10px;
      border-bottom: 1px solid #bcbcbc; }
  .level-1 > li.has-submenu.active .menu-category-submenu {
    max-height: 1000px; }

.has-submenu:hover .menu-category-submenu {
  background: #fff;
  display: block !important;
  width: auto;
  top: 70px;
  z-index: 90; }

.level-2 {
  clear: left;
  display: none !important; }
  .level-2 > ul {
    padding-bottom: .5em;
    padding-left: 2.1rem; }
  .level-1 > .active .level-2 {
    display: block; }
  @media screen and (min-width: 1024px) {
    .level-2 {
      background-color: #fff;
      box-shadow: 0 3px 3px 2px rgba(66, 66, 66, 0.3);
      color: #333;
      padding: 0;
      position: absolute;
      z-index: 1; }
      .level-1 li:hover .level-2 {
        display: block; }
      .level-2 a {
        color: #58585A; }
        .level-2 a:hover {
          text-decoration: underline; }
      .level-2 > ul {
        float: left;
        padding-left: 0; }
        .level-2 > ul > li {
          float: none;
          min-width: 12em; }
          .level-2 > ul > li > a {
            padding: 0.5em 1rem;
            text-transform: none; }
            .level-2 > ul > li > a:hover {
              text-decoration: none; }
      .level-2 .menu-vertical > li > a:first-child {
        padding-top: 1em; }
      .level-2 .menu-horizontal {
        float: none; }
        .level-2 .menu-horizontal > li {
          border-right: 1px solid #e0e0e0;
          float: left;
          padding-right: 2rem; }
          .level-2 .menu-horizontal > li:last-child {
            border-right: none; }
      .level-2 .banner {
        float: left; } }
  .level-2 .banner {
    display: none; }
    @media screen and (min-width: 1024px) {
      .level-2 .banner {
        display: block; } }
    .level-2 .banner img {
      vertical-align: top; }

.level-3 {
  display: none;
  padding-left: 2em; }
  .level-2 .active .level-3 {
    display: block; }
  @media screen and (min-width: 1024px) {
    .level-3 {
      display: block; }
      .level-3 a {
        color: #262626;
        font-weight: normal;
        font-size: 1em;
        padding: 0; }
      .level-3 li {
        float: none;
        padding: 0.4em; } }

.menu-utility-user {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 70px;
  border-left: 1px solid #bcbcbc; }
  .header-left .menu-utility-user {
    display: none; }
  .menu-utility-user li {
    position: relative;
    border-top: 1px solid #1a1a1a;
    list-style: none;
    padding: 0; }
    .menu-utility-user li:first-child {
      border: none; }
    .menu-utility-user li i {
      font-size: 1.5em; }
    @media screen and (min-width: 480px) {
      .menu-utility-user li {
        background-color: transparent;
        border-color: transparent;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center; }
        .menu-utility-user li:first-child {
          border: none; } }
    .menu-utility-user li a {
      background: #58585A;
      color: #fff;
      text-decoration: none;
      display: block;
      text-transform: uppercase;
      padding-left: 0.8rem;
      padding: 0.9rem 1rem; }
      .menu-utility-user li a:hover {
        color: #000; }
      @media screen and (min-width: 768px) {
        .menu-utility-user li a {
          background: transparent;
          color: #a6a8aa;
          transition: none;
          text-transform: none;
          padding: 1.4em 1.2em;
          letter-spacing: initial;
          font-size: 0.88em; }
          .menu-utility-user li a:hover {
            color: #000;
            text-decoration: none; }
            .menu-utility-user li a:hover .account-menu-icon {
              background-position: -27px -58px; }
            .menu-utility-user li a:hover .menu-arrow {
              background-position: -20px 0; }
          .menu-utility-user li a i {
            font-size: 3em;
            padding: 0; } }
  @media screen and (min-width: 768px) {
    .menu-utility-user .user-info {
      position: relative;
      transition: color .5s ease; }
      .menu-utility-user .user-info:hover a.user-account, .menu-utility-user .user-info.active a.user-account {
        border: none; }
      .menu-utility-user .user-info:hover .user-login, .menu-utility-user .user-info.active .user-login {
        color: #58585A; }
      .menu-utility-user .user-info:hover .user-panel, .menu-utility-user .user-info.active .user-panel {
        opacity: 1;
        visibility: visible; }
      .menu-utility-user .user-info:hover .account-menu-icon, .menu-utility-user .user-info.active .account-menu-icon {
        background-position: -27px -58px; }
      .menu-utility-user .user-info:hover .menu-arrow, .menu-utility-user .user-info.active .menu-arrow {
        background-position: -20px 0; }
      .menu-utility-user .user-info a.user-account {
        border: none; } }
  .menu-utility-user .user-info .account-menu-icon {
    width: 25px;
    height: 25px;
    background-image: url("../images/header-sprites@2x.png");
    background-repeat: no-repeat;
    background-size: 54px;
    background-position: 0 -58px;
    display: inline-block;
    margin: 5px; }
  .menu-utility-user .user-info .account-menu-title {
    line-height: 30px;
    float: right; }
  .menu-utility-user .user-info .menu-arrow {
    width: 20px;
    height: 20px;
    background-image: url("../images/header-sprites@2x.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 0;
    display: inline-block;
    float: right;
    margin: 5px; }
  .menu-utility-user .user-info .user-panel {
    text-align: left;
    transition: all .3s ease;
    width: 100%; }
    .menu-utility-user .user-info .user-panel h3 {
      display: none;
      margin: 0;
      padding-bottom: .7em;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .menu-utility-user .user-info .user-panel h3 {
          display: block; } }
    @media screen and (min-width: 768px) {
      .menu-utility-user .user-info .user-panel {
        background-color: #fff;
        margin-top: 0;
        opacity: 0;
        padding: 8px 40px 12px;
        position: absolute;
        visibility: hidden;
        z-index: 90;
        border-radius: 0;
        border-left: 1px solid #bcbcbc;
        border-right: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
        width: auto;
        top: 71px;
        left: -10%;
        display: table;
        white-space: nowrap; } }
    @media screen and (min-width: 768px) {
      .menu-utility-user .user-info .user-panel .user-panel-title {
        display: none; } }
    .menu-utility-user .user-info .user-panel .user-links .account-username {
      text-transform: capitalize;
      font-weight: bold;
      display: block;
      margin-bottom: 10px;
      padding: 0 0.5em 0;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .menu-utility-user .user-info .user-panel .user-links {
        border-top: medium none; } }
    .menu-utility-user .user-info .user-panel a {
      display: block;
      margin: 5px 0;
      transition: background-color 0.3s, color 0.3s; }
      .menu-utility-user .user-info .user-panel a:first-child {
        margin-top: 0; }
      .menu-utility-user .user-info .user-panel a:hover {
        background-color: #717174; }
      @media screen and (min-width: 768px) {
        .menu-utility-user .user-info .user-panel a {
          padding: 0;
          margin: 10px 0;
          text-align: center; }
          .menu-utility-user .user-info .user-panel a:hover {
            background-color: transparent; } }
    .menu-utility-user .user-info .user-panel .user-logout {
      text-transform: uppercase;
      text-align: left;
      border: none;
      height: auto;
      line-height: inherit;
      font-size: 14px;
      border-radius: 0; }
      .menu-utility-user .user-info .user-panel .user-logout:hover {
        background: #717174; }
      @media screen and (min-width: 768px) {
        .menu-utility-user .user-info .user-panel .user-logout {
          border: 2px solid #000;
          border-radius: 15px;
          color: #000;
          cursor: pointer;
          display: block;
          height: 30px;
          line-height: 26px;
          font-family: unset;
          font-weight: bold;
          position: relative;
          text-align: center;
          text-transform: uppercase; }
          .menu-utility-user .user-info .user-panel .user-logout:hover {
            background: #000;
            color: #fff; } }
  .menu-utility-user .user-info .loggedin {
    left: -38%;
    padding: 12px 20px 5px;
    width: 190px; }

.language {
  display: inline-block;
  float: left;
  line-height: 70px;
  vertical-align: middle;
  padding: 0 15px; }
  .language a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .language a:hover {
      text-decoration: none; }

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

#header {
  background: #fff;
  border-bottom: 1px solid #bcbcbc; }

.header-main {
  position: relative;
  min-height: 70px;
  display: flex; }
  .header-main .header-left {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: initial;
    height: 100%;
    margin-right: auto; }
  .header-main .header-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 230px; }
  .header-main .fa-user {
    display: none; }
  .header-main .header-promo-area {
    width: auto;
    float: right;
    text-align: right;
    margin-right: 10px; }
    .header-main .header-promo-area p {
      padding: 0;
      margin: 0; }
    .header-main .header-promo-area .subscript {
      font-size: 11px; }

.menu-toggle {
  padding: 18px 20px; }

.search-toggle {
  display: block;
  width: 60px;
  height: 70px;
  background: #fff;
  border: none;
  border-left: 1px solid #bcbcbc;
  float: right;
  transition: all .3s ease; }
  .search-toggle .fa {
    color: #bcbcbc;
    font-size: 1.2em;
    transform: translate(4px, 4px); }
  .search-toggle:hover .fa {
    color: #222222; }
  .search-toggle.active {
    border-color: rgba(255, 255, 255, 0);
    width: auto;
    z-index: 99; }
    .search-toggle.active .fa {
      font-size: 1.8em;
      transform: translate(0, 4px); }

button.search-toggle:hover {
  background: none; }

.header-search {
  display: none;
  right: 0;
  position: absolute;
  top: 0px;
  width: 70%;
  z-index: 98;
  outline: 1px solid #bcbcbc; }
  @media screen and (min-width: 1024px) and (max-width: 1500px) {
    .header-search {
      top: 70px; } }
  @media screen and (min-width: 960px) and (max-width: 1024px) {
    .header-search {
      left: 238px; } }
  .header-search form fieldset {
    background-color: #fff; }
  .header-search input[type="text"] {
    display: block;
    padding: 0 10px 0 0;
    width: 95%;
    float: right;
    outline: none;
    height: 70px;
    border: none;
    font-size: 2em;
    box-shadow: none; }
  .header-search button {
    color: #bcbcbc;
    float: left;
    width: 5%;
    padding: 0;
    transition: none;
    line-height: 70px;
    border: none;
    background: none; }
    .header-search button:hover {
      color: #000; }
    .header-search button i {
      font-size: 1.2em;
      transform: translate(5px, 3px); }

/*** Hide Fonts.com badge ***/
#mti_wfs_colophon {
  display: none !important; }

.primary-logo {
  z-index: 1;
  width: 170px;
  height: 70px;
  float: left;
  margin: 0; }
  @media screen and (max-width: 670px) {
    .primary-logo {
      height: 30px; } }
  .primary-logo a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center; }
  .primary-logo img {
    width: 170px;
    float: left;
    margin-top: 8px; }

.first-primary-logo {
  margin: 0 0 0 20px; }

.header-logo {
  min-width: 360px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 670px) {
    .header-logo {
      min-width: 0;
      width: 200px; } }

#mini-cart {
  border-left: 1px solid #bcbcbc;
  display: inline-block;
  height: 70px;
  overflow: hidden; }
  #mini-cart a {
    display: block;
    line-height: 30px; }
  #mini-cart .mini-cart-name a {
    color: #000;
    line-height: 1.25em;
    text-decoration: none; }
  #mini-cart .mini-cart-right-col {
    display: inline-block;
    width: 65%; }
    #mini-cart .mini-cart-right-col .minicart-pricing-row {
      position: relative;
      top: auto; }
  #mini-cart .promo {
    color: #990000; }
  #mini-cart .minicart-icon {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 2em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px); }
    #mini-cart .minicart-icon::before {
      content: "\f07a"; }
  #mini-cart .minicart-qty-par {
    float: right;
    padding: 0 5px 0;
    font-size: 0.88em; }
  #mini-cart .minicart-label-text {
    float: right;
    margin-right: 5px;
    display: none; }

#mini-cart .mini-cart-total {
  position: relative;
  margin-left: 1px;
  z-index: 6;
  transition: none; }

#mini-cart .mini-cart-link {
  position: relative;
  color: #a6a8aa;
  border: 1px solid transparent;
  box-shadow: 1px 0 0 0 transparent, 0 1px 0 0 rgba(255, 255, 255, 0);
  right: 1px;
  padding: 1.2em 0.6em 1em 0.9em; }
  #mini-cart .mini-cart-link:hover {
    color: #000; }
  #mini-cart .mini-cart-link i {
    font-size: 3em; }
  #mini-cart .mini-cart-link .menu-arrow {
    width: 20px;
    height: 20px;
    background-image: url("../images/header-sprites@2x.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 0;
    display: inline-block;
    float: right;
    margin: 5px;
    display: none; }

.mini-cart-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
  position: absolute;
  right: 20px;
  width: 20rem;
  z-index: 5;
  border: 1px solid #000;
  top: 71px;
  transition: opacity .75s ease; }
  #mini-cart:hover .mini-cart-content, .mini-cart-content.active {
    display: block;
    opacity: 1; }

.mini-cart-header {
  font-size: 1.1em;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0.5em;
  padding: 5px; }

.mini-cart-products {
  max-height: 360px;
  padding: 0.5em;
  overflow: auto; }

.mini-cart-product {
  border-bottom: 1px solid #a6a8aa;
  overflow: hidden;
  padding: 0.5em .75em;
  position: relative; }
  .mini-cart-product:last-of-type {
    border: none; }
  .mini-cart-product.collapsed .mini-cart-name,
  .mini-cart-product.collapsed .mini-cart-attributes,
  .mini-cart-product.collapsed .mini-cart-pricing,
  .mini-cart-product.collapsed .product-availability-list {
    width: 90%; }
  .mini-cart-product.collapsed .mini-cart-image {
    display: none; }
  .mini-cart-product .mini-cart-toggle {
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }

.mini-cart-image {
  float: left;
  width: 35%; }

.mini-cart-name {
  float: left;
  width: 65%; }

.mini-cart-attributes, .mini-cart-product .product-availability-list {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  width: 100%; }

.mini-cart-pricing {
  clear: right;
  float: left;
  font-size: 0.9em;
  width: 50%;
  height: 30px; }

.minicart-pricing-row {
  position: absolute;
  top: 70%; }

.mini-cart-totals {
  text-align: center;
  border-top: 1px dotted #58585A;
  padding: 0; }

.mini-cart-subtotals {
  font-weight: 700;
  margin: 0 auto;
  padding: .5em .625em;
  width: 16rem;
  width: -webkit-max-content;
  width: max-content;
  color: #000; }
  .mini-cart-subtotals .label {
    margin: 0 .5rem;
    font-weight: bold; }
  .mini-cart-subtotals .value {
    margin-right: .5rem; }

.mini-cart-slot {
  font-size: 0.9em;
  font-style: italic;
  clear: both; }

.mini-cart-bottom {
  padding: 0 1em 0.3em; }

.mini-cart-link-cart {
  border: 2px solid #000;
  border-radius: 15px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: unset;
  font-weight: bold;
  height: auto;
  line-height: 26px;
  position: relative;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  text-decoration: none;
  text-transform: capitalize;
  background: #fff; }
  .mini-cart-link-cart:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }

.mini-cart-link-checkout {
  clear: both;
  display: block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em; }

#mini-cart .mini-cart-link-cart {
  line-height: 28px; }

.breadcrumb {
  font-size: 12px;
  margin: 0;
  padding: 14px 0 14px 1em;
  text-transform: uppercase; }
  .breadcrumb li {
    display: inline;
    list-style: none outside none; }

.paging-current-page {
  left: -999em;
  position: absolute; }

.breadcrumb-element {
  color: #666;
  font-size: 12px;
  text-decoration: none; }
  .breadcrumb-element:after {
    color: #666;
    content: '/';
    margin-left: .4em;
    text-decoration: none !important; }
  .breadcrumb-element:last-child:after {
    content: ''; }
  .breadcrumb-element:first-child {
    color: #58585A; }

.breadcrumb-refinement {
  font-weight: 700; }
  .breadcrumb-refinement:after {
    content: attr(data-divider);
    font-style: normal; }
  .breadcrumb-refinement:last-of-type:after {
    content: ''; }

.breadcrumb-refinement-value {
  background-color: rgba(90, 90, 90, 0.3);
  display: inline-block;
  border-radius: 3px;
  margin: 0 .42em .42em 0;
  padding: 0 .42em; }

.breadcrumb-relax {
  background: none;
  color: #990000;
  font-style: normal;
  padding: 0 0 0 .4em; }

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #000;
  padding: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Philosopher", serif; }

h1, .h1 {
  font-size: 2em;
  font-weight: 400;
  margin: 0.625rem 0;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      margin: 0 0 14px; } }

h2, .h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #222222;
  font-style: italic; }

h3, .h3 {
  font-size: 1.15em; }

h4, .h4 {
  font-size: 1.083em;
  margin: 0; }

.subtext {
  font-size: 0.917em; }

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

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

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

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

.content-header {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px !important;
  color: #000; }
  .content-header span {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400; }

.section-header {
  border-top: 1px solid #9c9c9c;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0.5em 1.25% 0.5em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  color: #000; }
  .ie7 .section-header {
    width: 94%; }
  .section-header span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    padding: 0 .5em; }
    .section-header span em {
      color: #d2232a; }

.section-header-note {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none; }

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

.button-fancy-large {
  font-size: 15px;
  font-weight: bold;
  height: 37px;
  padding: 3px 35px; }

#category-level-0 {
  font-size: 0.8em;
  padding-left: 0px; }
  #category-level-0 > li {
    color: #666;
    display: block;
    padding: .25em;
    padding-left: .5em; }
    #category-level-0 > li .refinement-link {
      background: none;
      padding: 0;
      color: #717174;
      font-size: 14px; }
      #category-level-0 > li .refinement-link:hover {
        color: #000;
        text-decoration: none; }
      #category-level-0 > li .refinement-link.active {
        font-weight: bold;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        position: relative;
        overflow: visible; }
        #category-level-0 > li .refinement-link.active::before {
          position: absolute;
          left: -12px; }
    #category-level-0 > li.expandable .refinement-link {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      padding: 0; }
    #category-level-0 > li.expandable .active {
      font-weight: bold; }

.login-order-track, .pt_wish-list .login-general {
  border-top: 1px solid #bcbcbc;
  display: block;
  margin-top: 30px;
  padding-top: 10px; }

.login-order-track {
  display: none; }

#category-level-1 {
  font-size: .925em;
  padding-top: 0;
  padding-left: 0; }
  #category-level-1 li {
    color: #666;
    display: block;
    padding: .25em 1em; }
    #category-level-1 li .refinement-link {
      background: none;
      padding: 0;
      color: #717174;
      text-decoration: none; }
      #category-level-1 li .refinement-link:hover {
        text-decoration: none;
        color: #000; }
      #category-level-1 li .refinement-link.fa-angle-right {
        margin-left: 0; }
        #category-level-1 li .refinement-link.fa-angle-right:before {
          display: none; }
    #category-level-1 li.expandable .refinement-link {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      padding: 0; }
    #category-level-1 li.expandable .active {
      font-weight: bold;
      padding: 0 0 0 .2em; }

#category-level-2 a.active {
  color: #5A5A5A;
  font-weight: 700; }

#category-level-2 a.refinement-link {
  margin: 0 0 0 .4em;
  padding: 0;
  color: #a6a8aa;
  font-size: .9125em; }

#category-level-2 {
  padding: .5em .1em 0 .7em; }

#category-level-3 {
  padding: .3em 0 0; }
  #category-level-3 a.refinement-link {
    font-style: normal;
    margin: 0 0 0 .9em;
    padding: 0; }

.refinement-header {
  background-color: #fff;
  font-weight: bold;
  color: #000;
  display: block;
  font-size: 0.9em;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase; }

.refinement {
  padding-bottom: .65em;
  position: relative; }
  .no-sale .refinement {
    display: none !important; }
  .refinement.category-refinement {
    display: block; }
    .no-sale .refinement.category-refinement {
      display: block !important; }
  .pt_categorylanding .refinement {
    display: none; }
    .pt_categorylanding .refinement.category-refinement {
      display: block; }
  .refinement h3 {
    background-color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 12px;
    padding: 0 0 5px;
    font-weight: normal;
    font-family: inherit;
    font-size: 16px;
    color: #424242; }
    .ie7 .refinement h3 {
      clear: both; }
    .refinement h3 i {
      color: #5A5A5A; }
  .refinement ul {
    list-style: none outside none;
    margin: 0;
    padding: .325em .5em 0; }
  .refinement li {
    padding: .5em; }
  .refinement.color ul li {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 8px 5px 0;
    padding: 2px;
    border: 1px solid #000;
    transition: all .3s ease; }
    .refinement.color ul li a {
      padding: 0;
      text-indent: -999em;
      background-repeat: repeat;
      background-position: center center;
      display: block; }
  .refinement ul li i {
    color: #e0e0e0; }
  .refinement ul li.selected i {
    color: #222222; }
  .refinement ul li a {
    color: #717174; }
  .refinement ul.swatches li {
    float: left;
    padding: .16em; }
    .refinement ul.swatches li a {
      border: 2px solid #e0e0e0;
      display: block;
      padding: 0.2em 0.8em; }
    .refinement ul.swatches li.selected a {
      border-color: #5A5A5A;
      font-weight: bold; }
    .refinement ul.swatches li.unselectable a {
      background-image: url("../images/interface/icon-color-swatch-unselectable.png");
      background-position: right top; }
  .refinement ul.refinementColor li a {
    height: 30px;
    padding: 0;
    text-indent: -999em;
    width: 30px; }
  .refinement .clear-refinement {
    display: inline-block;
    font-weight: 500;
    background: #222222;
    color: #fff; }
    .refinement .clear-refinement .clear-link {
      display: inline-block;
      vertical-align: middle;
      color: #fff !important;
      padding: 2px 5px; }
    .refinement .clear-refinement .fa {
      font-size: 14px;
      margin-right: 5px; }
  .refinement .refinement-link {
    border: 0 none; }
  .refinement .selected .refinement-link {
    background-position: left bottom; }
  .refinement .refinement-top-level {
    padding: 1em; }
  .refinement.Category {
    margin-top: 5px; }

.scrollable {
  height: 10em;
  overflow: auto; }

.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: .58em 0;
  padding: 0; }
  .nav ul li {
    list-style: none outside none !important;
    margin: 0 0 .58em !important; }

.nav .toggle {
  border: 0 none;
  display: block;
  font-size: 1em;
  color: #000;
  margin: .83em 0 .58em;
  text-transform: uppercase; }
  .nav .toggle span {
    background: none repeat scroll 0 0 transparent; }

.nav .expanded {
  background-position: left -96px; }

#secondary .fa-angle-right:before {
  content: "\25B6"; }

#secondary .fa-angle-down:before {
  content: "\25BC"; }

#secondary .last-visited {
  display: none;
  overflow: hidden;
  margin-top: 15px;
  padding-bottom: 15px; }
  #secondary .last-visited h2 {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-weight: normal; }
    .ie7 #secondary .last-visited h2 {
      clear: both; }
    #secondary .last-visited h2 i {
      color: #5A5A5A; }
  #secondary .last-visited ul {
    padding: 8px 0 0; }
    #secondary .last-visited ul .grid-tile {
      width: 48%;
      margin: 0 0% 4% 4%;
      background-color: #fff; }
      #secondary .last-visited ul .grid-tile .product-tile {
        height: initial;
        min-height: 195px;
        max-height: 210px; }
        #secondary .last-visited ul .grid-tile .product-tile .product-image img {
          border: 1px solid #e0e0e0; }
          #secondary .last-visited ul .grid-tile .product-tile .product-image img:hover {
            border-color: #5A5A5A; }
        #secondary .last-visited ul .grid-tile .product-tile .product-name {
          height: initial;
          font-size: 1em;
          margin: .5em 0;
          text-align: left; }
          #secondary .last-visited ul .grid-tile .product-tile .product-name a {
            color: #717174; }
        #secondary .last-visited ul .grid-tile .product-tile .product-pricing,
        #secondary .last-visited ul .grid-tile .product-tile .product-promo,
        #secondary .last-visited ul .grid-tile .product-tile .product-review,
        #secondary .last-visited ul .grid-tile .product-tile #quickviewbutton {
          display: none; }
    #secondary .last-visited ul .grid-tile.new-row {
      margin-left: 0; }

#footer * {
  box-sizing: border-box; }

.footer-top h3 {
  font-style: italic; }

.footer-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0; }
  .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-menu ul li {
      display: inline-block;
      width: 100%;
      line-height: 40px;
      vertical-align: middle;
      margin: 5px 0; }
      .footer-menu ul li:first-child {
        margin-top: 0; }
      .footer-menu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        background: #fff;
        transition: all .3s ease; }
        .footer-menu ul li a:hover {
          color: #fff;
          background: #a6a8aa;
          text-decoration: none; }
      .footer-menu ul li ul {
        max-height: 0px;
        transition: all .3s ease;
        overflow: hidden; }
        .footer-menu ul li ul li {
          margin: 0; }
          .footer-menu ul li ul li a {
            font-size: 13px;
            color: #fff;
            background: #58585A; }
            .footer-menu ul li ul li a:hover {
              color: #58585A;
              background: #a6a8aa; }
          .footer-menu ul li ul li:last-child {
            margin-bottom: 0; }
        .footer-menu ul li ul.open {
          max-height: 1000px; }
      .footer-menu ul li.active > a {
        font-weight: bold; }
        .footer-menu ul li.active > a:hover {
          background: #fff;
          color: #58585A; }
  .footer-menu.menu-active {
    left: 60%; }

footer {
  position: relative;
  color: #bcbcbc;
  clear: both;
  /* end social */ }
  footer .footer-top {
    background: #353535;
    padding: 5px 0 15px; }
    footer .footer-top .top-left {
      display: inline-block;
      max-width: 400px;
      padding-bottom: 30px; }
    footer .footer-top .top-right {
      display: block;
      float: right; }
  footer .footer-signup {
    margin-bottom: 30px; }
    footer .footer-signup .footer-signup-button {
      display: block;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
      line-height: normal;
      border: 1px solid #bcbcbc; }
      footer .footer-signup .footer-signup-button .fa {
        margin-right: 10px; }
      footer .footer-signup .footer-signup-button:hover {
        color: #353535;
        background: #bcbcbc;
        text-decoration: none; }
  footer .footer-social {
    display: block;
    margin-right: 5%;
    float: left; }
    footer .footer-social.social-share ul li {
      width: auto;
      height: 25px;
      overflow: hidden; }
      footer .footer-social.social-share ul li.googleplus {
        padding-top: 5px; }
    footer .footer-social ul {
      display: inline-block;
      margin: 5px 0;
      padding: 0;
      list-style-type: none;
      float: left; }
      footer .footer-social ul li {
        display: block;
        width: 60px;
        height: 60px;
        list-style-type: none;
        float: left; }
        footer .footer-social ul li:last-child {
          margin-right: 0; }
        footer .footer-social ul li a {
          display: block;
          width: 100%;
          height: 100%;
          background: url("../images/interface/icon-sprite-dannyco-footer@2x.png");
          background-size: 360px 120px;
          text-indent: -99999px; }
          footer .footer-social ul li a.facebook {
            background-position: 0 0; }
            footer .footer-social ul li a.facebook:hover {
              background-position: 0 -60px; }
          footer .footer-social ul li a.twitter {
            background-position: -60px 0; }
            footer .footer-social ul li a.twitter:hover {
              background-position: -60px -60px; }
          footer .footer-social ul li a.youtube {
            background-position: -300px 0; }
            footer .footer-social ul li a.youtube:hover {
              background-position: -300px -60px; }
          footer .footer-social ul li a.instagram {
            background-position: -120px 0; }
            footer .footer-social ul li a.instagram:hover {
              background-position: -120px -60px; }
          footer .footer-social ul li a.pinterest {
            background-position: -180px 0; }
            footer .footer-social ul li a.pinterest:hover {
              background-position: -180px -60px; }
          footer .footer-social ul li a.googleplus {
            background-position: -240px 0; }
            footer .footer-social ul li a.googleplus:hover {
              background-position: -240px -60px; }
    footer .footer-social.social-share {
      margin-right: 0; }
      footer .footer-social.social-share ul li {
        margin-right: 5px; }
    footer .footer-social.social-ig {
      display: block;
      height: 100%;
      width: 100%;
      max-width: 550px;
      margin: 15px 0;
      border: 1px solid #353535;
      text-align: center;
      color: #353535;
      float: right;
      overflow: hidden; }
      footer .footer-social.social-ig .instafeed {
        position: relative;
        display: block;
        overflow: auto;
        background: #fff;
        max-height: 350px;
        padding: 35px 15px 15px; }
        footer .footer-social.social-ig .instafeed .main-ig-link {
          position: absolute;
          top: 5px;
          left: 15px;
          right: 15px;
          display: block;
          text-align: left;
          text-decoration: none;
          font-size: 1em;
          font-weight: normal;
          font-style: italic;
          color: #222222; }
          footer .footer-social.social-ig .instafeed .main-ig-link i {
            margin-right: 5px;
            color: #222222; }
      footer .footer-social.social-ig .ig-image {
        display: block;
        float: left;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #bcbcbc; }
        footer .footer-social.social-ig .ig-image a.ig-link {
          display: block;
          width: 100%;
          max-width: 50%;
          height: 100%;
          border: 1px solid #bcbcbc;
          float: left; }
          footer .footer-social.social-ig .ig-image a.ig-link img {
            display: block; }
        footer .footer-social.social-ig .ig-image:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
      footer .footer-social.social-ig .ig-caption {
        display: inline-block;
        max-width: 46%;
        padding: 0 10px; }
        footer .footer-social.social-ig .ig-caption a.ig-avatar-link {
          display: block;
          width: 100%; }
          footer .footer-social.social-ig .ig-caption a.ig-avatar-link img {
            display: block;
            max-width: 75px;
            margin: 15px auto; }
  footer .footer-bottom {
    background: #222222;
    padding-top: 15px; }
    footer .footer-bottom > .wrap {
      position: relative; }
    footer .footer-bottom a {
      color: #bcbcbc;
      text-decoration: none; }
      footer .footer-bottom a:hover {
        color: #9c9c9c;
        text-decoration: none; }
      footer .footer-bottom a.toTop {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        background: #353535; }
        footer .footer-bottom a.toTop .fa {
          color: #fff;
          font-size: 32px;
          padding-top: 8px; }
        footer .footer-bottom a.toTop:hover .fa {
          color: #cacacc; }
    footer .footer-bottom .copyright {
      display: block;
      line-height: 35px;
      vertical-align: middle;
      color: #9c9c9c;
      font-size: 12px;
      text-align: right;
      padding-right: 115px;
      clear: both; }
  footer .footer-nav {
    width: 80%;
    font-size: 14px;
    color: #cacacc; }
    footer .footer-nav h4 {
      color: #5A5A5A;
      text-transform: none;
      font-style: italic;
      margin-bottom: 10px; }
    footer .footer-nav ul {
      display: block;
      width: 23%;
      margin: 0 2% 5px 0;
      padding: 0;
      overflow: hidden;
      float: left; }
      footer .footer-nav ul li {
        list-style-type: none;
        float: none; }
      footer .footer-nav ul:nth-child(4) {
        margin-top: 32px; }
  footer.menu-active {
    left: 60%; }

/* end footer */
.swatch-black a {
  background-color: #000000 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-tile {
  color: #999;
  position: relative;
  text-align: center; }
  .product-tile img {
    max-width: 95%;
    max-height: 190px;
    vertical-align: middle; }
  .product-tile .product-image {
    display: block;
    position: relative;
    width: 100%;
    height: 226px;
    background: #fff;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: #717174 1px solid; }
    .product-tile .product-image .thumb-link {
      display: block;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-decoration: none;
      text-align: center; }
      .product-tile .product-image .thumb-link:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
    .product-tile .product-image .quickview {
      background-color: rgba(90, 90, 90, 0.8);
      color: #fff;
      display: none;
      min-width: 60%;
      top: 50%;
      left: 50%;
      padding: .5em 1em;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      position: absolute;
      text-decoration: none;
      transform: translate(-50%, -50%);
      transition: all .3s ease; }
      .product-tile .product-image .quickview i {
        margin-left: 0.5em;
        display: none; }
      .product-tile .product-image .quickview:hover {
        background-color: #5a5a5a;
        text-decoration: none; }
    .product-tile .product-image:hover .quickview {
      display: block; }
  .product-tile .product-id {
    color: #000;
    font-style: italic;
    font-size: 21px;
    font-family: "Philosopher", serif; }
  .product-tile .product-name {
    margin: .5em .625em; }
    .product-tile .product-name a {
      font-size: 16px;
      text-decoration: none;
      text-transform: uppercase; }
  .product-tile .product-pricing {
    margin: 0.5em 0;
    color: #5A5A5A; }
    .no-sale .product-tile .product-pricing {
      display: none !important; }
    .product-tile .product-pricing .product-standard-price {
      text-decoration: line-through; }
    .product-tile .product-pricing span:nth-child(2) {
      color: #717174; }
  .grid-tile .product-tile .product-swatches {
    float: right;
    width: 100%; }
    .no-sale .grid-tile .product-tile .product-swatches {
      display: none !important; }
  .product-tile .product-swatches-all {
    cursor: pointer;
    font-size: 0.9em; }
  .product-tile .product-swatches ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    .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 li {
    float: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 8px 5px 0;
    padding: 2px;
    border: 1px solid #000;
    overflow: hidden; }
  .product-tile .product-swatches li.blue a {
    background: #0095da; }
  .product-tile .product-swatches li.red a {
    background: #d2232a; }
  .product-tile .product-swatches li.yellow a {
    background: #fff200; }
  .product-tile .product-swatches li.grey a {
    background: #bcbcbc; }
  .product-tile .product-swatches li.white a {
    background: #fff; }
  .product-tile .product-swatches li.black a {
    background: #000; }
  .product-tile .product-swatches li.dark-gray a {
    background: #58585A; }
  .product-tile .product-swatches li.citrus a {
    background: #0954ab; }
  .product-tile .product-swatches li.green a {
    background: #41ad49; }
  .product-tile .product-swatches li.charcoal a {
    background: #424242; }
  .product-tile .product-swatches li.cerulean a {
    background: #00629b; }
  .product-tile .product-swatches li a {
    width: 18px;
    height: 18px; }
  .product-tile .product-swatches .swatch {
    display: block; }
    .product-tile .product-swatches .swatch img {
      border: 1px solid #fff;
      height: 12px;
      padding: 1px;
      width: 12px; }
  .product-tile .product-swatches .selected img, .product-tile .product-swatches img:hover {
    border-color: #58585A;
    display: none; }
  .product-tile .product-swatches img {
    display: none; }
  .product-tile .product-promo {
    font-size: 0.8em;
    margin: 0.5em 0;
    text-transform: uppercase; }
    .no-sale .product-tile .product-promo {
      display: none !important; }
  .product-tile .product-compare {
    line-height: 11px;
    position: relative;
    margin-top: -30px;
    background: #fff;
    padding: 4px 6px;
    width: 105px;
    margin: auto;
    font-size: 14px;
    font-family: FontAwesome; }
    .no-sale .product-tile .product-compare {
      display: none !important; }
    .product-tile .product-compare label {
      font-weight: 400;
      line-height: 1;
      padding: 0 0 0 .5em;
      width: auto; }
    .product-tile .product-compare .field-wrapper {
      margin-bottom: 0; }
    .product-tile .product-compare input {
      float: left;
      margin: 0; }
  .product-tile .product-review {
    display: none;
    margin-bottom: 1em; }
    .product-tile .product-review .rating-title {
      display: inline-block;
      margin-right: 1em; }
    .product-tile .product-review .rating {
      display: inline-block; }
  .wide-tiles .product-tile {
    height: auto !important; }
    .wide-tiles .product-tile .product-image {
      float: left;
      padding-right: 2em; }
    .wide-tiles .product-tile .product-name,
    .wide-tiles .product-tile .product-pricing,
    .wide-tiles .product-tile .product-promo,
    .wide-tiles .product-tile .product-swatches,
    .wide-tiles .product-tile .product-review {
      display: none;
      float: left;
      text-align: left;
      width: 65%; }
    .wide-tiles .product-tile .product-name {
      font-size: 1.5em;
      height: auto;
      margin-top: 0; }
    .wide-tiles .product-tile .product-pricing {
      font-size: 1.3em; }
    .wide-tiles .product-tile .product-swatches {
      margin-bottom: 1em; }

.capture-product-id {
  left: -999em;
  position: absolute; }

.pt_product-search-result .primary-content,
.pt_content-search-result .primary-content {
  background: none repeat scroll 0 0 #fff; }

.pt_product-search-result .primary-content h1.content-header {
  padding-left: 15px; }

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  width: 120px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("../images/arrowdown.png") no-repeat 90% 50%; }

.items-per-page .select-style {
  width: 50px; }

.select-style select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-style select:focus {
  outline: none; }

.slot-grid-header {
  margin: 0; }

.pt_product-search-result html-slot-container p {
  margin: 0; }

.pt_product-search-result .wrap {
  max-width: unset; }

.pt_product-search-result .breadcrumb {
  padding: 10px 0 10px 0;
  text-transform: unset; }

.pt_product-search-result .sort-by, .pt_product-search-result .items-per-page {
  margin: 0; }

.category-refinement h3.toggle {
  margin: 0; }

.category-head-name {
  background-color: #fff;
  display: block;
  font-size: 2.1em;
  letter-spacing: 0.125em;
  margin: 0;
  padding: 7px 10px 7px;
  text-transform: uppercase;
  line-height: 35px; }

.category-main-banner img {
  max-width: 100%; }

.refinements .refinement {
  font-size: 0.9em; }
  .refinements .refinement .refinement-header {
    display: none; }
  .refinements .refinement ul {
    padding-left: 15px; }
  .refinements .refinement h3 {
    cursor: pointer;
    color: #9c9c9c;
    font-weight: bold;
    display: inline-block;
    margin-left: 0; }
  .refinements .refinement li {
    padding: 0 0 5px; }
    .refinements .refinement li a {
      font-size: 14px;
      line-height: normal;
      text-decoration: none; }
  .refinements .refinement .toggle.fa-angle-down {
    font-size: 0.8em; }

.refinements .refinement.category-refinement {
  padding-left: 5px;
  border-bottom: 1px solid #717174;
  margin-bottom: 5px; }
  .refinements .refinement.category-refinement + .refinement .refinement-header {
    display: block; }

.refinements .refinement.color {
  margin-top: 10px; }
  .refinements .refinement.color ul li.blue a {
    background: #0095da; }
  .refinements .refinement.color ul li.light-blue a {
    background: #5bcbf5; }
  .refinements .refinement.color ul li.dark-blue a {
    background: #25408f; }
  .refinements .refinement.color ul li.red a {
    background: #d2232a; }
  .refinements .refinement.color ul li.burgundy a {
    background: #571e07; }
  .refinements .refinement.color ul li.pink a {
    background: #f281b3; }
  .refinements .refinement.color ul li.purple a {
    background: #72246b; }
  .refinements .refinement.color ul li.light-purple a {
    background: #bea2bd; }
  .refinements .refinement.color ul li.violet a {
    background: #45276d; }
  .refinements .refinement.color ul li.lilac a {
    background: #786595; }
  .refinements .refinement.color ul li.yellow a {
    background: #fff200; }
  .refinements .refinement.color ul li.light-yellow a {
    background: #edd69c; }
  .refinements .refinement.color ul li.orange a {
    background: #e98c24; }
  .refinements .refinement.color ul li.light-orange a {
    background: #f0b06d; }
  .refinements .refinement.color ul li.grey a,
  .refinements .refinement.color ul li.gray a {
    background: #808285; }
  .refinements .refinement.color ul li.white a {
    background: #fff; }
  .refinements .refinement.color ul li.black a {
    background: #000; }
  .refinements .refinement.color ul li.dark-gray a {
    background: #58585A; }
  .refinements .refinement.color ul li.charcoal a {
    background: #424242; }
  .refinements .refinement.color ul li.citrus a {
    background: #0954ab; }
  .refinements .refinement.color ul li.green a {
    background: #41ad49; }
  .refinements .refinement.color ul li.light-green a {
    background: #bddab3; }
  .refinements .refinement.color ul li.cerulean a {
    background: #00629b; }
  .refinements .refinement.color ul li.turquoise a {
    background: #00aab1; }
  .refinements .refinement.color ul li.gold a {
    background: #ad740b; }
  .refinements .refinement.color ul li.silver a {
    background: #c7c8ca; }
  .refinements .refinement.color ul li.brown a {
    background: #583110; }
  .refinements .refinement.color ul li.light-brown a {
    background: #9e7b62; }
  .refinements .refinement.color ul li.tan a {
    background: #f8d9b8; }
  .refinements .refinement.color ul li.blonde a {
    background: #d3aa08; }
  .refinements .refinement.color ul li a {
    height: 18px;
    width: 18px; }

#secondary.refinements .refinement .fa-angle-down::before {
  cursor: pointer;
  content: "";
  border-bottom: 5px solid transparent;
  border-left: 5px solid #9C9C9C;
  border-top: 5px solid transparent;
  width: 0;
  height: 0;
  display: block; }

#secondary.refinements .refinement:not(.category-refinement) ul {
  display: none; }

#secondary.refinements .refinement:not(.category-refinement).expanded .fa-angle-down::before {
  border-left: 5px solid transparent;
  border-top: 5px solid #9C9C9C;
  border-right: 5px solid transparent;
  position: relative;
  top: 2px; }

#secondary.refinements .refinement:not(.category-refinement).expanded ul {
  display: block; }

.pt_product-search-result .html-slot-container p {
  margin: 0; }

.pt_productsearchresult.nohits .refinement.Category ul {
  margin-top: 10px; }

.refinement li a .fa {
  margin-right: 5px; }

#noresults-help,
.no-hits-search {
  margin-left: 10px; }

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #990000;
  font-style: italic; }

.no-hits-search-term {
  display: none; }

.no-hits-footer {
  border-top: 1px solid #ccc;
  margin: 20px 10px;
  padding: 20px 0; }

.pt_product-search-noresult .primary-content {
  padding: 0 15px;
  background: #fff; }

.pt_product-search-noresult .no-hits-search .input-text {
  width: 70%; }

.pt_product-search-noresult .no-hits-search button {
  border: 1px solid #ccc;
  line-height: 28px;
  margin: 0 0 0 5px; }

.pt_product-search-noresult .content-asset p {
  margin: 0 0 1em; }

.pt_product-search-noresult .pagination {
  margin: 8px 20px 0 0; }

.search-result-bookmarks {
  margin: 15px; }
  .search-result-bookmarks .first {
    border-right: 1px solid #999;
    padding-right: 5px; }

.sortpages {
  float: left; }

.search-result-options {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border: #000 1px solid;
  font-size: 13px;
  margin: 0 0 15px; }
  .search-result-options.bottom {
    margin: 20px 0 40px; }
  .search-result-options .pagination {
    margin: 8px 20px 0 0; }

.sort-by,
.items-per-page {
  float: left;
  margin: 0 0 0 1em;
  padding: 3px 5px; }

.sort-by label,
.items-per-page label {
  display: none; }

.pagination {
  float: right;
  margin: 5px 20px 0 0; }
  .pagination .results-hits {
    color: #666;
    float: left; }
  .pagination ul {
    float: right;
    margin: 0 12px;
    padding: 0; }
  .pagination li {
    display: block;
    float: left;
    list-style: none;
    padding: 0 0.1em;
    font-weight: bold;
    color: #666; }
    .pagination li a {
      color: #000;
      font-weight: normal; }
    .pagination li.first-last {
      margin-left: 8px; }
  .pagination a {
    text-decoration: underline; }

.search-result-items {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .search-result-items li {
    list-style: none outside none; }
  .search-result-items .new-row {
    clear: both; }
  .search-result-items .grid-tile {
    background: none repeat scroll 0 0 #fff;
    float: left;
    list-style: none outside none;
    width: 23.5%;
    margin: 2% 0 0 2%; }
  .search-result-items .grid-tile.new-row {
    margin-left: 0px; }
  .search-result-items .invisible {
    display: none; }

.search-result-content {
  clear: both; }

.search-promo {
  padding: 20px;
  display: none; }

#results-content {
  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 {
  display: block;
  float: left;
  margin-right: 0.5em; }
  .toggle-grid i {
    cursor: pointer;
    margin-right: 0.3em; }
  .toggle-grid [data-option="column"] {
    color: #58585A; }
  .toggle-grid.wide [data-option="wide"] {
    color: #58585A; }
  .toggle-grid.wide [data-option="column"] {
    color: #666; }

.wide-tiles .search-result-items .grid-tile {
  width: 91%; }

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

@media screen and (min-width: 960px) {
  .category-recommendations.mobile {
    display: none; } }

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

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

.pt_product-compare .full-width {
  padding: 0 1.25em; }
  .pt_product-compare .full-width .print-page {
    float: right;
    margin: .75em;
    display: none; }
  .pt_product-compare .full-width .back {
    padding: 1em 0;
    margin: 0; }

.compare-items {
  background: #fff;
  width: 100%;
  clear: both;
  margin: 1em 0 0;
  overflow: hidden;
  padding: 0 1em 1em;
  border-bottom: 1px solid #cacacc; }
  .compare-items h2 {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-transform: uppercase; }

.compare-item {
  background-color: #e0e0e0;
  float: left;
  height: 55px;
  margin-right: 1.08em;
  margin-bottom: 0.7em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 55px; }
  .compare-item .compare-item-remove {
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 0 .16em;
    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;
    line-height: 55px;
    vertical-align: middle; }

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc; }

.compare-buttons {
  overflow: auto; }
  .compare-buttons button {
    float: left; }
    .compare-buttons button#clear-compared-items {
      background-color: #fff;
      color: #000;
      margin-left: 1.08em; }
      .compare-buttons button#clear-compared-items:hover {
        background-color: #fff; }

.category-switch {
  background: #fff;
  padding: 1em; }
  .category-switch label {
    float: left;
    margin: 0;
    width: 45%; }
    @media (min-width: 410px) {
      .category-switch label {
        width: 11em; } }
  .category-switch select {
    clear: both;
    float: left;
    margin: 0.5em 0;
    width: 55%; }
    @media (min-width: 410px) {
      .category-switch select {
        width: 15em; } }

#compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background: #fff; }
  #compare-table th {
    overflow: hidden;
    padding: 0 .5em;
    font-size: 14px; }
    #compare-table th.product {
      position: relative; }
  #compare-table td {
    overflow: hidden;
    font-size: 14px; }
  #compare-table a:hover {
    text-decoration: underline; }
  #compare-table .quickview {
    min-width: 100%; }
    #compare-table .quickview:hover {
      text-decoration: none; }
  #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: #E9E9E9; }
  #compare-table .product-attribute {
    border-right: 1px solid #ccc;
    word-break: break-all; }
  #compare-table .action {
    display: block;
    padding: 0.5em 0;
    text-decoration: underline; }
  #compare-table .remove-link {
    color: #999;
    float: right;
    padding: .3rem;
    transition: color .5s ease;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50; }
    #compare-table .remove-link:hover {
      color: #58585A;
      text-decoration: none; }
  #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 {
    z-index: 49;
    overflow: hidden;
    margin-bottom: 1em; }
    #compare-table .product-tile .product-id {
      font-size: 16px; }
    #compare-table .product-tile .product-pricing {
      font-size: 14px; }
    #compare-table .product-tile .product-name {
      height: auto;
      margin: .2em 0 1em 0; }
      #compare-table .product-tile .product-name a {
        font-size: 14px; }
    #compare-table .product-tile .swatch-list {
      display: inline-block; }
  #compare-table .product-image {
    height: auto; }
    #compare-table .product-image img {
      height: auto; }
  #compare-table .button-cart {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 0 5px; }
  #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%; }

#product-nav-container {
  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 #e0e0e0;
    padding-right: 5px; }

.pdp-main {
  margin: 0; }
  .pdp-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pdp-main label {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto; }
  .pdp-main .product-col-1 {
    float: left;
    width: 46%;
    max-width: 640px;
    margin-right: 1%; }
    .pdp-main .product-col-1 .product-image-container {
      text-align: center; }
    .pdp-main .product-col-1 .download-manual-link,
    .pdp-main .product-col-1 .dealer-resources-link,
    .pdp-main .product-col-1 .download-image-link {
      padding-left: 15%;
      display: block;
      clear: both; }
      .pdp-main .product-col-1 .download-manual-link a,
      .pdp-main .product-col-1 .dealer-resources-link a,
      .pdp-main .product-col-1 .download-image-link a {
        display: block;
        padding: 5px 0;
        font-size: 14px;
        text-decoration: none; }
        .pdp-main .product-col-1 .download-manual-link a .fa,
        .pdp-main .product-col-1 .dealer-resources-link a .fa,
        .pdp-main .product-col-1 .download-image-link a .fa {
          margin-right: 5px;
          font-size: 18px;
          vertical-align: bottom; }
  .pdp-main .mobile-images-block {
    display: none;
    border: 0 none;
    border: 1px solid #a6a8aa; }
  .pdp-main .product-primary-image {
    position: relative;
    display: inline-block;
    height: auto;
    max-width: calc(100% - 80px);
    max-height: 480px;
    padding: 0;
    text-align: center; }
    .pdp-main .product-primary-image:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }

.pt_product-details #main {
  background: #fff; }

.pt_product-details .product-banner {
  margin: 2em 0; }
  .pt_product-details .product-banner img {
    display: block;
    width: 100%;
    height: auto; }

.main-image {
  display: block;
  width: 100%;
  height: 100%; }
  .main-image:hover {
    cursor: -moz-zoom-in, auto; }
  .main-image .primary-image {
    width: auto;
    max-width: 100%;
    max-height: 480px;
    display: inline-block;
    vertical-align: middle; }

.product-image-zoomLink {
  display: block;
  left: -5px;
  position: absolute;
  bottom: 20px;
  transition: none 0s ease 0s;
  vertical-align: middle;
  width: auto;
  pointer-events: none; }
  .product-image-zoomLink .icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/interface/magnify.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 5px 0 25px;
    float: left; }
  .product-image-zoomLink:hover .icon {
    background-position: 0 -16px; }

.product-image-zoom img {
  width: 80%;
  margin: 0 10%;
  max-height: 80%; }

.product-thumbnails .thumbs-wrap ul li:last-child {
  margin: 0; }

.product-thumbnails {
  padding-right: 15px;
  display: block;
  width: 75px;
  float: left; }
  .product-thumbnails .thumb {
    float: left;
    width: 60px;
    height: auto;
    border: 2px solid #fff;
    margin-bottom: 10px; }
    .product-thumbnails .thumb.selected {
      border-color: #58585A; }
    .product-thumbnails .thumb a {
      display: block;
      width: 100%;
      height: 100%; }
  .product-thumbnails img {
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: auto; }
    .product-thumbnails img.productthumbnail {
      cursor: pointer;
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .product-thumbnails h2 {
    margin: 1rem 0 .3rem; }
  .product-thumbnails .thumbs-wrap {
    position: relative;
    width: auto;
    overflow: hidden;
    display: block;
    padding-top: 1px; }
    .product-thumbnails .thumbs-wrap ul {
      position: relative;
      top: 0;
      left: 0;
      overflow: hidden; }
      .product-thumbnails .thumbs-wrap ul li {
        list-style-type: none; }
    .product-thumbnails .thumbs-wrap.overflow .prev-thumbs,
    .product-thumbnails .thumbs-wrap.overflow .next-thumbs {
      display: block;
      width: 27px;
      height: 62px;
      text-align: center;
      line-height: 60px;
      background: #fff;
      position: relative;
      z-index: 4;
      pointer-events: auto;
      background-color: #fff;
      background-image: url("../images/nav-arrows.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: none;
      text-indent: -9999px;
      border: 2px solid #fff; }
      .product-thumbnails .thumbs-wrap.overflow .prev-thumbs.disabled,
      .product-thumbnails .thumbs-wrap.overflow .next-thumbs.disabled {
        opacity: 0.3;
        color: #ccc;
        pointer-events: none; }
    .product-thumbnails .thumbs-wrap.overflow .prev-thumbs {
      top: 0;
      background-position: -2px -3px;
      /*box-shadow:0 5px 0 $white;*/ }
      .product-thumbnails .thumbs-wrap.overflow .prev-thumbs:hover, .product-thumbnails .thumbs-wrap.overflow .prev-thumbs.disabled {
        background-position: -2px -3px; }
    .product-thumbnails .thumbs-wrap.overflow .next-thumbs {
      top: -126px;
      background-position: -25px -3px;
      /*box-shadow:0 -4px 0 $white, 0 4px 0 $white;*/
      display: inline-block;
      right: -323px; }
      .product-thumbnails .thumbs-wrap.overflow .next-thumbs:hover, .product-thumbnails .thumbs-wrap.overflow .next-thumbs.disabled {
        background-position: -25px -3px; }
    .product-thumbnails .thumbs-wrap.overflow ul.overflow-block {
      list-style: none;
      top: -61px;
      height: 63px;
      display: inline-flex;
      position: relative; }

.pdp-main .product-col-2 {
  float: right;
  width: 53%;
  color: #717174; }
  .pdp-main .product-col-2 .price-standard {
    padding-right: .5rem; }

.pdp-main .product-brand .brand-image {
  display: inline-block; }
  .pdp-main .product-brand .brand-image img {
    display: block; }

.pdp-main .product-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  color: #222222; }

.pdp-main .product-number {
  color: #717174;
  font-size: 14px;
  margin-bottom: 0.5rem; }

.pdp-main .view-detail-link {
  display: block;
  margin-bottom: 15px; }

.pdp-main .product-price {
  font-size: 20px;
  margin-bottom: .5em;
  font-weight: bold; }
  .no-sale .pdp-main .product-price {
    display: none !important; }
  .pdp-main .product-price .price-standard {
    color: #222222;
    text-decoration: line-through; }
  .pdp-main .product-price .price-level {
    font-size: 20px;
    color: #990000;
    line-height: 28px;
    vertical-align: text-top; }
  .pdp-main .product-price .price-sales {
    color: #58585A; }
  .pdp-main .product-price .price-level + .price-sales {
    color: #990000; }
  .pdp-main .product-price .price-tiered {
    color: #990000;
    font-size: .6em;
    line-height: 1.5em; }

.pdp-main .availability label {
  text-transform: none;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  color: #222222; }

.pdp-main .availability span.value, .pdp-main .availability .availability-novariation {
  display: inline-block;
  font-size: 13px; }

.pdp-main .product-review {
  display: none;
  margin-bottom: .5rem; }
  .pdp-main .product-review .rating {
    color: #990000; }
    .pdp-main .product-review .rating .fa {
      color: #f1e42a;
      font-size: 17px;
      margin-top: 5px; }

.pdp-main .product-main-attributes .attribute {
  padding: .2em 0; }

.pdp-main .product-main-attributes .label {
  padding: 0; }

.vid-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 10px auto 15px;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */ }
  .vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pdp-main .info-tabs {
  display: inline-block;
  margin: 20px 0;
  width: 100%; }

.product-variations .attribute,
.product-options .attribute {
  margin: 0.5em 0;
  overflow: hidden;
  padding: 10px 0 10px 0;
  position: relative;
  border-top: 2px solid #ccc; }
  .product-variations .attribute h3,
  .product-variations .attribute .label,
  .product-options .attribute h3,
  .product-options .attribute .label {
    font-weight: normal;
    margin-bottom: .3rem;
    font-size: 15px; }
  .product-variations .attribute .value,
  .product-options .attribute .value {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .product-variations .attribute .value,
      .product-options .attribute .value {
        width: 75%; } }
  .product-variations .attribute ul,
  .product-options .attribute ul {
    float: right;
    width: 100%; }
  .product-variations .attribute .selected-value,
  .product-options .attribute .selected-value {
    border: 0 none;
    color: #58585A;
    font-weight: bold;
    padding: 1.3em 0 0 .4em;
    text-transform: uppercase;
    display: none; }
    @media screen and (min-width: 768px) {
      .product-variations .attribute .selected-value,
      .product-options .attribute .selected-value {
        padding-top: .8em; } }
  .product-variations .attribute .size-chart-link,
  .product-options .attribute .size-chart-link {
    clear: both;
    float: none; }
    .product-variations .attribute .size-chart-link a,
    .product-options .attribute .size-chart-link a {
      border-color: #fff !important;
      padding: 0; }

.product-variations .swatches li,
.product-options .swatches li {
  float: left; }
  .product-variations .swatches li:hover a, .product-variations .swatches li.selected a,
  .product-options .swatches li:hover a,
  .product-options .swatches li.selected a {
    border-color: #222222;
    border-style: solid;
    border-width: 3px;
    padding: 0; }
  .product-variations .swatches li.unselectable a,
  .product-options .swatches li.unselectable a {
    color: #cacacc;
    opacity: .8;
    border: none; }
  .product-variations .swatches li.unselectable:hover a,
  .product-options .swatches li.unselectable:hover a {
    border-color: #58585A; }
  .product-variations .swatches li a,
  .product-options .swatches li a {
    border: none;
    display: block;
    line-height: 3.5;
    min-height: 2.625rem;
    min-width: 2.625rem;
    margin: 0 .5rem .5rem 0;
    padding: 0px;
    text-align: center;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .product-variations .swatches li a,
      .product-options .swatches li a {
        line-height: 2;
        min-height: 2rem;
        min-width: 2rem; } }

.product-variations .color li a,
.product-options .color li a {
  line-height: 0;
  width: 2.625rem;
  height: 2.625rem; }
  .product-variations .color li a img,
  .product-options .color li a img {
    width: 100%;
    height: 100%; }

.product-variations select,
.product-options select {
  background-color: #fff;
  border: 1px solid #a6a8aa;
  border-radius: 0;
  height: 42px;
  width: 100%;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .product-variations select,
    .product-options select {
      height: 32px; } }

.product-set .product-add-to-cart {
  display: block; }

.product-variations .swatches li a, .product-options .swatches li a {
  border-width: 2px;
  padding: 2px; }

.pdp-main .product-add-to-cart {
  border-top: 2px solid #ccc;
  margin: 0;
  padding: 1em 0 0.5em;
  overflow: hidden; }
  .pdp-main .product-add-to-cart.no-sale {
    display: none !important; }
  .pdp-main .product-add-to-cart .qty-n-stock {
    display: inline-block;
    width: 50%; }
    .pdp-main .product-add-to-cart .qty-n-stock .inventory {
      white-space: nowrap;
      display: inline-block; }
      .pdp-main .product-add-to-cart .qty-n-stock .inventory label {
        display: inline-block;
        line-height: 20px;
        vertical-align: text-top;
        margin-right: 2px;
        text-transform: none; }
      .pdp-main .product-add-to-cart .qty-n-stock .inventory input {
        font-size: 1.2em;
        margin: .4em;
        text-align: center;
        border-color: #222222;
        line-height: 25px;
        padding: 0;
        width: 46px;
        height: 38px; }
    .pdp-main .product-add-to-cart .qty-n-stock .product-price {
      float: left;
      font-size: 2em;
      margin: 0;
      padding-top: .3rem;
      padding-bottom: .5em;
      text-align: right; }
  .pdp-main .product-add-to-cart .right-col {
    display: inline-block;
    float: right;
    padding: 5px 0;
    text-align: right; }
    .pdp-main .product-add-to-cart .right-col a {
      margin-left: 10px; }
      .pdp-main .product-add-to-cart .right-col a:hover {
        text-decoration: none;
        color: #222222; }
      .pdp-main .product-add-to-cart .right-col a.addtowishlist {
        margin-left: 0; }
    .pdp-main .product-add-to-cart .right-col .fa {
      font-size: 14px; }
  .pdp-main .product-add-to-cart button {
    white-space: nowrap;
    display: inline-block;
    margin: 0 0 15px; }
    @media screen and (min-width: 768px) {
      .pdp-main .product-add-to-cart button {
        height: 48px; } }

.pdp-main .product-actions .retailers {
  float: none;
  margin: 0 0 13px;
  border-bottom: 1px solid #ccc;
  width: 100%; }
  .pdp-main .product-actions .retailers p {
    font-size: 14px;
    margin: 5px 0 10px; }
  .pdp-main .product-actions .retailers a {
    display: inline-block;
    vertical-align: middle;
    max-width: 90px; }

.pdp-main .product-actions a {
  text-decoration: none;
  margin-bottom: 10px; }
  .pdp-main .product-actions a .fa {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: bottom; }
  .pdp-main .product-actions a.addtowishlist .pdp-main .product-actions a.send-to-friend {
    text-decoration: underline; }

.pdp-main .pdp-share {
  border-top: 2px solid #ccc; }
  .pdp-main .pdp-share .share-links {
    display: inline-block;
    padding-top: 1em; }
    .pdp-main .pdp-share .share-links .addtowishlist,
    .pdp-main .pdp-share .share-links .send-to-friend {
      clear: both;
      float: left;
      margin-bottom: 0.75em;
      font-size: 14px;
      cursor: pointer; }
  .pdp-main .pdp-share .socialsharing {
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 1em;
    overflow: hidden; }
    .pdp-main .pdp-share .socialsharing .social-share-links {
      overflow: hidden; }
      .pdp-main .pdp-share .socialsharing .social-share-links li {
        float: left; }
  .pdp-main .pdp-share.isForSale {
    border: none; }
    .pdp-main .pdp-share.isForSale .share-links {
      padding-top: 0; }
      .pdp-main .pdp-share.isForSale .share-links .addtowishlist,
      .pdp-main .pdp-share.isForSale .share-links .send-to-friend {
        clear: none;
        float: none;
        margin-bottom: 0; }
    .pdp-main .pdp-share.isForSale .socialsharing {
      padding-top: 1em;
      float: left; }

.retaillogo {
  display: inline-block;
  line-height: 40px;
  margin: 0 10px;
  vertical-align: text-bottom; }

.facebook-integration {
  display: inline-flex;
  margin: 0 10px; }

.gplus-integration, .tweet-integration {
  display: inline-block;
  padding-top: 3px; }

#send-to-friend-main > fieldset {
  display: table-cell; }

#send-to-friend-dialog {
  padding-bottom: 2em; }
  #send-to-friend-dialog .login-create {
    background: #222222;
    text-decoration: none; }
    #send-to-friend-dialog .login-create:hover {
      background: #fff; }
  #send-to-friend-dialog .send-to-friend-login-message {
    margin-bottom: 30px; }
  #send-to-friend-dialog .cancel-button {
    text-decoration: none; }
  #send-to-friend-dialog .button-text {
    display: inline-block; }

#send-to-friend-main {
  max-width: 90%;
  padding-right: 2em; }
  #send-to-friend-main .label-inline {
    margin-left: 0; }
  #send-to-friend-main textarea {
    line-height: 20px; }

.send-to-friend-login-message > p {
  display: block;
  padding-bottom: 10px; }

.send-to-friend-product {
  padding: 2em 0;
  margin: 1em 0 2em;
  border-bottom: 1px solid #e0e0e0; }
  .send-to-friend-product .product-image {
    border: 1px solid #e0e0e0;
    text-align: center; }
    .send-to-friend-product .product-image img {
      max-width: 100%; }

.send-to-friend-product dd {
  width: 100%;
  margin: 0 0 1em; }

.send-to-friend-product dt {
  font-weight: bold;
  width: 100%;
  margin-right: 1em;
  margin: 0 0.5em 0.1em 0; }

.share-options a:hover {
  text-decoration: none; }

.pdp-main .product-actions label {
  float: left;
  text-transform: none;
  line-height: 28px;
  margin-right: 20px; }

.pdp-main .product-actions a {
  margin-right: .4rem; }
  .pdp-main .product-actions a.share-icon {
    color: #999;
    float: left; }
    .pdp-main .product-actions a.share-icon:hover {
      color: #58585A; }
    .pdp-main .product-actions a.share-icon i {
      font-size: 2.125em; }
    .pdp-main .product-actions a.share-icon[data-share="facebook"]:hover {
      color: #3b5999; }
    .pdp-main .product-actions a.share-icon[data-share="instagram"] {
      color: #fff; }
      .pdp-main .product-actions a.share-icon[data-share="instagram"] i {
        font-size: 1.25em;
        vertical-align: top; }
      .pdp-main .product-actions a.share-icon[data-share="instagram"]:hover {
        color: #fff; }
    .pdp-main .product-actions a.share-icon[data-share="youtube"]:hover {
      color: #bb0000; }
    .pdp-main .product-actions a.share-icon[data-share="twitter"]:hover {
      color: #27aae1; }

.pdp-main .product-actions .social-share-links li.ig-icon {
  width: 40px;
  height: 44px; }
  .pdp-main .product-actions .social-share-links li.ig-icon a.share-icon {
    position: relative;
    background: #999;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    margin: 2px 11px 0 0;
    padding: 5px 1px 3px 6px;
    text-align: center;
    background: #999 url("../images/interface/icon-instagram-sprite@2x.png");
    background-size: 30px 60px;
    background-repeat: no-repeat; }
    .pdp-main .product-actions .social-share-links li.ig-icon a.share-icon:hover {
      background-position: 0 -30px; }
    .pdp-main .product-actions .social-share-links li.ig-icon a.share-icon .ig-follow {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      opacity: 0 !important; }
    .pdp-main .product-actions .social-share-links li.ig-icon a.share-icon .IGF {
      line-height: 30px !important; }

.pdp-main .product-set-actions {
  clear: both;
  overflow: hidden; }
  .pdp-main .product-set-actions a {
    float: right;
    margin-left: 15px; }

.pdp-main .recommendations {
  clear: left;
  padding: 2em 0;
  width: 100%; }
  .pdp-main .recommendations h2 {
    font-size: 2em;
    font-style: italic;
    font-weight: 400;
    margin-left: 14px;
    text-transform: none;
    color: #58585A;
    text-align: center; }
  .pdp-main .recommendations #carousel-recommendations {
    position: relative;
    overflow: hidden;
    width: 300px; }
  .pdp-main .recommendations ul {
    position: relative; }
  .pdp-main .recommendations li {
    float: left;
    width: 33%; }
  .pdp-main .recommendations .product-tile {
    padding: 0 0.75em; }
  .pdp-main .recommendations .product-id a {
    text-decoration: none;
    color: #333; }
  .pdp-main .recommendations .product-name {
    font-size: 1em;
    margin: .2em 0;
    width: 100%; }
  .pdp-main .recommendations .product-price {
    font-size: 1em; }
  .pdp-main .recommendations .jcarousel-clip {
    margin: auto;
    overflow: hidden;
    width: 300px; }
  .pdp-main .recommendations .jcarousel-nav {
    cursor: pointer;
    position: absolute;
    width: 9px;
    height: 17px;
    top: 20%; }
    .pdp-main .recommendations .jcarousel-nav.inactive {
      display: none; }
  .pdp-main .recommendations .jcarousel-prev {
    background: url("../images/interface/icon-jcarousel-horiz-arrow-left.png") repeat scroll 0 0 transparent;
    left: 0; }
  .pdp-main .recommendations .jcarousel-next {
    background: url("../images/interface/icon-jcarousel-horiz-arrow-right.png") repeat scroll 0 0 transparent;
    right: 0; }
  .pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
    display: block !important; }

.js .pdp-main .recommendations .product-tile .recommendation-tooltip {
  display: none !important; }

.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 .availability-block {
  padding-bottom: 0.7em;
  padding-top: 1.0em; }
  .no-sale .pdp-main .availability-block {
    display: none !important; }
  .pdp-main .availability-block p {
    margin: 0; }

.pdp-main .promotion {
  border-top: 2px solid #ccc;
  margin: 0em 0;
  overflow: hidden;
  padding: 1.0em 1.5em .7em 0em;
  font-family: "Philosopher", serif;
  font-size: 15px;
  font-style: italic; }
  .no-sale .pdp-main .promotion {
    display: none !important; }
  .pdp-main .promotion .promotion-title {
    color: #222222;
    display: inline-block; }
  .pdp-main .promotion .promotion-callout {
    color: #a6a8aa;
    display: inline-block; }

.pdp-main .product-description {
  border-top: 2px solid #ccc;
  margin: 0em 0;
  overflow: hidden;
  padding: 1.0em 1.5em 0.7em 0em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.pdp-main .product-feature-icons {
  border-top: 2px solid #ccc;
  margin: 10px 0 -2px;
  padding: 0; }
  .pdp-main .product-feature-icons ul {
    padding: 20px 0 20px 15px; }
    .pdp-main .product-feature-icons ul li {
      position: relative;
      display: inline-block;
      width: 100px;
      vertical-align: middle;
      margin: 5px 10px; }
      .pdp-main .product-feature-icons ul li a,
      .pdp-main .product-feature-icons ul li img {
        display: block; }
      .pdp-main .product-feature-icons ul li .tooltip {
        cursor: pointer; }
      .pdp-main .product-feature-icons ul li .tooltip-content {
        /*
          .content-asset{
            h4,
            p{
              text-align:center;
              line-height:normal;
            }
            h4{
              text-transform:uppercase;
              font-style:italic;
            }
          }
          */ }

.pdp-main .product-tabs {
  border: none;
  display: inline-block;
  width: 100%; }
  .pdp-main .product-tabs .print-page {
    right: 0;
    position: absolute;
    display: none; }
  .pdp-main .product-tabs .tabs-menu {
    height: auto; }
    .pdp-main .product-tabs .tabs-menu li a {
      padding: 0.6rem 1rem;
      font-size: 20px;
      font-style: normal;
      text-decoration: none;
      font-weight: bold;
      font-family: "Philosopher", serif; }
  .pdp-main .product-tabs .tab-content {
    min-height: 6.25rem;
    font-size: 1em;
    color: #717174;
    padding: 15px;
    clear: both; }
    .pdp-main .product-tabs .tab-content ul {
      list-style-type: disc;
      margin-left: 2rem; }
    .pdp-main .product-tabs .tab-content ol {
      list-style-type: decimal; }
    .pdp-main .product-tabs .tab-content .download-product {
      margin-left: 0px; }
    .pdp-main .product-tabs .tab-content .productKnowledge-content {
      display: block;
      max-width: 250px;
      padding: 1em;
      text-align: center; }
      .pdp-main .product-tabs .tab-content .productKnowledge-content h3 {
        margin: 0 0 0.3125em; }
      .pdp-main .product-tabs .tab-content .productKnowledge-content .item-link .fa {
        margin-right: 0.3125em; }
  .pdp-main .product-tabs .ui-tabs-nav > li.ui-state-active {
    border-bottom: 5px solid #717174; }
    .pdp-main .product-tabs .ui-tabs-nav > li.ui-state-active a {
      color: #222222;
      font-size: 20px; }

.pdp-main .product-set-list {
  border-top: 1px solid #e0e0e0;
  margin: 0 0 0 6px; }
  .pdp-main .product-set-list .product-set-item {
    border-bottom: 1px solid #e0e0e0;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 1em 0; }
    .pdp-main .product-set-list .product-set-item:last-child {
      border: none; }
  .pdp-main .product-set-list .product-set-image {
    float: left;
    width: 22%; }
    .pdp-main .product-set-list .product-set-image .product-thumbnail {
      width: 100%; }
  .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: 5px 0 0;
    width: auto; }
  .pdp-main .product-set-list .block-add-to-cart {
    background: none repeat scroll 0 0 #E9E9E9;
    clear: both;
    overflow: hidden;
    padding: .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: .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: .9em;
      margin: 3px 5px 0 0;
      padding-left: 1em;
      padding-right: 1em; }
  .pdp-main .product-set-list + .product-add-to-cart {
    overflow: hidden; }
    .pdp-main .product-set-list + .product-add-to-cart .product-price {
      float: left; }
    .pdp-main .product-set-list + .product-add-to-cart button.add-to-cart {
      float: right; }

.product-detail ol .ui-tabs .ui-tabs-nav li {
  list-style: decimal; }

.product-detail ul .ui-tabs .ui-tabs-nav li {
  list-style: disc; }

.ui-tabs .ui-tabs-nav li ul li {
  list-style-type: disc;
  list-style-position: inside;
  white-space: normal;
  margin: 0 0 5px;
  float: none; }

.ui-tabs .ui-tabs-nav li a {
  color: #333; }

.ui-tabs .ui-tabs-panel {
  width: 100%; }

.product-detail .ui-tabs .ui-tabs-nav li .tab-content a.button-fancy-large {
  border-width: 1px;
  color: #717174; }

.tab-content a.button-fancy-large {
  color: #717174;
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  height: auto;
  margin: 15px 0 0;
  padding: 5px 15px; }
  .tab-content a.button-fancy-large:hover {
    text-decoration: none; }

.tab-content .download-product {
  text-transform: uppercase;
  margin-left: 35px; }

.tab-content a.button-fancy-large > span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 10px;
  padding: 5px 0;
  vertical-align: middle;
  color: #717174; }
  .tab-content a.button-fancy-large > span:nth-child(2) {
    margin-left: 0; }
  .tab-content a.button-fancy-large > span.fa-download {
    font-family: FontAwesome;
    font-size: 20px;
    position: relative;
    top: 0px; }

.js button.add-all-to-cart {
  display: inherit; }

.unavailable-button {
  text-transform: uppercase;
  display: block;
  border: 1px solid #a6a8aa;
  background: none;
  margin: 0 0 15px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center; }
  .unavailable-button .unavailable-label-text {
    font-size: 14px;
    font-weight: 500; }
    .unavailable-button .unavailable-label-text.with-custom {
      font-size: 15px;
      color: #717174; }
  .unavailable-button .unavailable-custom-text {
    display: block;
    font-size: 12px;
    color: #222222;
    margin-top: 2px; }

.availability-msg #product-availability-out {
  color: #d2232a; }

.availability-msg #product-availability-low {
  color: #ecbe08; }

.notifymsg {
  color: #222222;
  font-size: 12px;
  margin: 7px 0 5px;
  float: left; }

.notify-submit-fields {
  clear: both;
  padding-top: 5px; }
  .notify-submit-fields span.error {
    clear: both;
    float: left; }

.notify-submit-fields > input {
  border: 1px solid #222222;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 1px 0 2px 1px rgba(66, 66, 66, 0.1);
  float: left; }

.notify-submit-fields > input[type="email"] {
  width: 70%; }

.notify-submit-fields > input[type="submit"] {
  height: 30px;
  border-radius: 0 3px 3px 0;
  margin-bottom: 3px;
  margin-left: -5px;
  padding: 7px 15px 6.5px;
  background: transparent linear-gradient(to bottom, #fff 0%, #cacacc 100%) repeat scroll 0 0;
  float: left; }

.notify-response {
  color: #019328;
  font-size: 12px; }

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #e0e0e0; }
  @media screen and (max-width: 768px) {
    .bonus-product-list .bonus-product-item .product-col-1,
    .bonus-product-list .bonus-product-item .product-col-2 {
      float: left;
      clear: none; } }

.bonus-product-list .product-add-to-cart {
  padding-bottom: 0; }
  .bonus-product-list .product-add-to-cart .inventory {
    width: auto; }

.bonus-product-list .product-name {
  float: none;
  margin: 1em 0; }

.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit; }

.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em; }
  .bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
    float: right; }

.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative; }
  .bonus-product-list .selected-bonus-item .item-name {
    font-weight: bold; }
  .bonus-product-list .selected-bonus-item .remove-link {
    cursor: pointer;
    color: #990000;
    left: -1em;
    position: absolute; }
    .bonus-product-list .selected-bonus-item .remove-link:hover {
      color: #424242; }

.bonus-discount-container .promo-details {
  display: none; }
  .bonus-discount-container .promo-details.visible {
    display: block; }

.sizinginformation {
  border: 0 none;
  padding: 10px; }
  .sizinginformation th {
    background: none repeat scroll 0 0 #E9E9E9; }
  .sizinginformation td, .sizinginformation th {
    border-bottom: 1px solid #E9E9E9;
    padding: 10px; }
  .sizinginformation td {
    border-left: 1px solid #E9E9E9; }
  .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 *******************/
.pt_cart .login-box .tooltip {
  display: none; }

.pt_cart #main, .pt_cart#wrapper {
  background: #fff; }

.pt_cart .heading {
  font-size: 2.5em;
  font-weight: bold;
  padding: 0 0 10px;
  display: none; }

.pt_cart #cart-table th.section-header:first-child {
  padding-left: 25px;
  text-align: left; }

.pt_cart #cart-table .section-header {
  font-size: 1.3em;
  font-weight: normal;
  padding: 0.3em 0;
  text-transform: uppercase;
  width: auto;
  text-align: center; }

.pt_cart #cart-table td {
  padding: 1em 0.5em 1em;
  text-align: center; }
  .pt_cart #cart-table td.item-image {
    padding-left: 25px; }
  .pt_cart #cart-table td.item-details, .pt_cart #cart-table td.item-quantity-details {
    text-align: left; }

.pt_cart #cart-table .item-details .product-list-item .name {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal; }

.pt_cart #cart-table .item-details .product-list-item .sku span {
  color: #222222;
  font-family: "Philosopher", serif; }
  .pt_cart #cart-table .item-details .product-list-item .sku span.label {
    display: none; }

.pt_cart #cart-table .item-details .product-list-item .value {
  font-weight: normal; }

.pt_cart #cart-table .item-details .product-list-item .size span {
  display: none; }

.pt_cart #cart-table .item-details .product-list-item .width span {
  display: none; }

.pt_cart #cart-table .item-details .product-list-item div {
  padding: 2px 0; }

.pt_cart #cart-table .item-quantity input {
  margin: .4em;
  text-align: left;
  border-color: #222222;
  border-width: 2px;
  color: #222222;
  height: auto;
  line-height: 25px;
  padding: 0 4px;
  width: 37px; }

.pt_cart #cart-table .item-price {
  font-size: 1.2em;
  padding-left: 20px;
  white-space: nowrap; }

.pt_cart #cart-table .item-total {
  font-size: 1.2em;
  font-weight: 600;
  white-space: nowrap; }

.pt_cart button:hover {
  text-decoration: none; }

.pt_cart .button-continue {
  color: #bcbcbc;
  background: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 36px;
  text-transform: capitalize;
  padding-left: 0;
  border: none; }
  .pt_cart .button-continue:hover {
    text-decoration: underline;
    color: #222222; }
  .pt_cart .button-continue .fa-angle-double-left:before {
    position: relative;
    top: -2px;
    left: -5px; }

.pt_cart button.button-continue i {
  line-height: 2.5em;
  margin-right: 2px; }

.pt_cart .cart-order-totals .button-text {
  float: right;
  margin-bottom: 1.4em;
  background-color: #fff;
  color: #222222;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 17px;
  height: 35px;
  font-weight: bold;
  font-size: 15px;
  line-height: normal; }

.pt_cart ul.product-availability-list {
  padding-top: 5px; }

.pt_cart .mobile-qty {
  display: none;
  font-size: 14px; }

.pt_cart .item-image > img {
  width: 100%; }

.pt_cart .cart-actions-top {
  margin-top: 50px;
  padding-bottom: 50px; }
  .pt_cart .cart-actions-top .button-continue {
    top: 0;
    left: 5px; }

.pt_cart .breadcrumb {
  display: none; }

.pt_cart .cart-coupon-code {
  display: none; }

.pt_cart .cart-footer {
  border-bottom: medium none;
  margin-top: 1.5em; }

.pt_cart .order-discount {
  color: #d2232a; }

.pt_cart .wrap #cart-table .rowgiftcert .item-quantity {
  padding: 1em 2.1em; }

#cart-table thead {
  display: none; }
  @media screen and (min-width: 768px) {
    #cart-table thead {
      display: table-header-group; } }

#cart-table td {
  box-sizing: border-box;
  padding: 5px; }

#cart-table .header-total-price {
  text-align: right; }

#cart-table .item-image {
  float: left;
  text-align: center;
  width: 40%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-image {
      float: none;
      width: 7rem; } }

#cart-table .item-details {
  float: left;
  width: 60%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-details {
      float: none;
      width: 40%; } }
  #cart-table .item-details .name {
    font-size: 1.3em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
  #cart-table .item-details .edit-details {
    display: inline-block;
    margin-top: 5px;
    text-decoration: initial; }

#cart-table .item-quantity {
  clear: none;
  float: none;
  text-align: left;
  width: 7%; }
  #cart-table .item-quantity input {
    width: 2.7rem; }

#cart-table .item-quantity-details {
  clear: none;
  float: none;
  text-align: left;
  width: 17%; }
  #cart-table .item-quantity-details .item-user-actions button {
    border: medium none;
    background: transparent;
    color: #bcbcbc;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    #cart-table .item-quantity-details .item-user-actions button:hover {
      color: #222222; }
  #cart-table .item-quantity-details .item-user-actions .add-to-wishlist {
    text-decoration: initial; }

#cart-table .item-price {
  float: left;
  width: 60%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-price {
      float: none;
      width: auto; } }

#cart-table .price-promotion .price-sales {
  color: #d2232a; }

#cart-table .price-promotion .price-standard {
  margin: 0 0.3em 0 0;
  text-decoration: line-through; }

#cart-table .item-total {
  float: left;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  width: 100%;
  word-wrap: break-word; }
  @media screen and (min-width: 768px) {
    #cart-table .item-total {
      float: none;
      font-size: 1em;
      width: auto; } }
  @media screen and (min-width: 768px) {
    #cart-table .item-total .promo-adjustment {
      width: 7.5rem; } }

#cart-table .price-unadjusted {
  color: #666;
  display: block;
  margin: 0 0 .42em; }
  #cart-table .price-unadjusted span {
    text-decoration: line-through; }

#cart-table .price-adjusted-total {
  color: #666;
  display: block;
  margin: .42em 0 0; }
  #cart-table .price-adjusted-total span {
    color: #990000; }

#cart-table .gift-cert-delivery {
  color: #990000; }

.cart-promo {
  background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
  color: #333;
  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-footer {
  border-bottom: 1px solid #e0e0e0;
  margin: 0.83em 0 2em;
  padding-bottom: 10px; }

.cart-actions .button-fancy-large {
  border: 1px solid;
  padding: 3px 55px;
  font-weight: normal; }

.cart-footer .order-totals-table td {
  text-align: right; }

.ipad {
  display: none !important; }

.desktop {
  display: block !important; }

.cart-coupon-code {
  float: left;
  width: 400px; }
  .cart-coupon-code input {
    margin-bottom: .5rem;
    height: 30px;
    padding-top: 6px;
    clear: both;
    float: left;
    width: 75%; }
  .pt_cart .cart-coupon-code .error-form {
    margin-bottom: 1em; }
  .cart-coupon-code .error {
    padding-top: 0.4em; }
  .cart-coupon-code button.apply {
    background: linear-gradient(to bottom, #fff 0%, #f1e9c9 100%);
    border-radius: 0 3px 3px 0;
    float: left;
    line-height: 26px;
    margin-left: -2px; }
    .cart-coupon-code button.apply:hover {
      background: linear-gradient(to bottom, #f1e9c9 0%, #fff 100%); }
  .cart-coupon-code p {
    font-size: 14px;
    margin-top: 30px; }

.cart-order-totals {
  float: right;
  margin-top: 0;
  max-width: 350px; }

.order-totals-table td {
  padding: .3rem;
  text-align: right; }

.order-totals-table .order-totals-item {
  width: 60%; }

.order-totals-table .order-totals-value {
  width: 40%; }

.order-totals-table .order-subtotal {
  font-size: 1em; }

.order-totals-table .order-total {
  font-size: 16px;
  font-weight: 700; }

.order-totals-table .order-shipping {
  font-size: 1.2em; }

.order-value {
  white-space: nowrap; }

.cart-actions {
  text-align: right; }
  .cart-actions.top {
    margin-bottom: 1em; }

.cart-action-checkout {
  display: inline-block; }

.cart-action-continue-shopping {
  display: inline-block; }
  .cart-action-continue-shopping button.button-text {
    line-height: 3.25em;
    margin-right: 1.0em; }

.cart-recommendations {
  margin-top: 3rem; }
  .cart-recommendations .product-listing {
    padding: 2rem 0;
    border-top: 1px solid #a6a8aa; }
    .cart-recommendations .product-listing h2 {
      color: #666;
      font-size: 2.5em;
      font-weight: 600;
      padding-bottom: 5px;
      margin: 0;
      text-align: center;
      text-transform: none; }
    .cart-recommendations .product-listing ul.search-result-items {
      padding: 0 15px;
      overflow: hidden; }
    .cart-recommendations .product-listing .search-result-items .grid-tile {
      width: 18%;
      margin: 2% 9% 0 0;
      background: none; }
      .cart-recommendations .product-listing .search-result-items .grid-tile.new-row {
        clear: none; }
      .cart-recommendations .product-listing .search-result-items .grid-tile:nth-child(4n) {
        margin-right: 0; }
      .cart-recommendations .product-listing .search-result-items .grid-tile .product-tile .product-image a.thumb-link {
        border-bottom: #a6a8aa 1px solid; }
  .cart-recommendations .product-tile .product-name {
    margin-top: 1px;
    height: auto;
    padding: 0 10px; }
  .cart-recommendations .product-tile img {
    width: 100%; }
  .cart-recommendations .product-swatches {
    display: none; }
  .cart-recommendations .product-pricing {
    display: none; }
  .cart-recommendations .product-review {
    display: none; }
  .cart-recommendations .product-promo {
    display: none; }

.cart-actions-top {
  margin-top: .5rem;
  padding-bottom: 1em; }
  .cart-actions-top .cart-action-continue-shopping {
    display: inline-block;
    float: left; }

.cart-empty {
  margin-top: 4rem; }
  .cart-empty h1 {
    text-align: center; }
  .cart-empty .cart-action-continue-shopping {
    float: none;
    text-align: center;
    margin-bottom: 4rem; }
  .cart-empty .product-listing {
    background-color: #fff;
    padding: 1rem 0; }
    .cart-empty .product-listing h2 {
      font-size: 1.2em;
      font-weight: normal;
      padding-bottom: 5px;
      margin: 0;
      color: #58585A;
      border-bottom: 1px solid #e0e0e0; }
    .cart-empty .product-listing .search-result-items {
      margin-top: 1em; }

.promo-adjustment {
  color: #990000; }

ul.product-availability-list {
  margin: 0;
  padding: 0;
  width: 5em;
  width: -webkit-max-content;
  width: max-content; }
  ul.product-availability-list li {
    list-style: none outside none; }
  ul.product-availability-list .on-order, ul.product-availability-list .not-available {
    color: #990000;
    font-size: 0.9em; }

.account-welcome .welcome-message {
  font-size: 1.2em;
  font-style: italic; }

.account-welcome .not-user {
  margin: .83em 0; }

#password-reset {
  white-space: nowrap; }

.checkout-progress-indicator {
  font-family: "Philosopher", serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  padding-bottom: 1em;
  display: table; }
  .checkout-progress-indicator > div {
    display: table-cell;
    vertical-align: middle;
    float: left; }
    .checkout-progress-indicator > div > a,
    .checkout-progress-indicator > div > i {
      display: table-cell;
      text-decoration: none;
      vertical-align: middle; }
  .checkout-progress-indicator div {
    display: inline;
    padding: 0 0.83em 0 0; }
  .checkout-progress-indicator .active span {
    font-weight: 700;
    color: #000; }
  .checkout-progress-indicator a {
    text-decoration: none; }
  .checkout-progress-indicator i {
    padding-left: .83em;
    color: #ccc; }
  .checkout-progress-indicator .step-3 {
    padding-right: 0; }

.shipping-method {
  margin-top: 1.83em; }
  .shipping-method label {
    display: inline;
    float: none !important;
    padding-right: .42em !important; }
  .shipping-method .shipping-description {
    display: inline; }

.gift-message-text.hidden {
  display: none; }

.billing-coupon-code .form-row {
  width: 50%; }

.redemption {
  color: #990000; }
  .redemption .success {
    color: #019328; }
  .redemption span.error {
    margin-left: 0; }

.payment-method-options .form-row {
  clear: none;
  float: left;
  width: auto; }

.payment-method {
  clear: both;
  display: none; }

.payment-method-expanded {
  display: block; }

.month,
.year,
.day {
  clear: none;
  float: left;
  margin: 0 0 2% 2%; }
  .month select,
  .year select,
  .day select {
    width: auto; }

.month .form-caption {
  margin-left: 0; }

.cvn {
  clear: left; }

.ssn {
  clear: left; }

.bml-terms-and-conditions {
  border: 1px solid #58585A;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em; }

.bml-table-col-1 {
  width: 25%; }

.pt_checkout h3 {
  padding-bottom: 1em; }

.checkout-mini-cart {
  background-color: #E9E9E9;
  max-height: 330px;
  overflow: auto; }

.checkout-order-totals {
  background-color: #E9E9E9;
  padding: 0.3rem .5rem; }

.place-order-totals {
  clear: both; }
  .place-order-totals .order-totals-table {
    float: right;
    width: 50%; }

.order-component-block {
  margin: 1.67em 0; }
  .order-component-block .section-header a {
    float: right;
    font-weight: normal; }
  .order-component-block .details {
    background: none repeat scroll 0 0 #e0e0e0;
    color: #58585A;
    padding: 0.5em 1em; }

.order-summary-footer {
  position: relative; }
  .order-summary-footer h2 {
    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;
  padding: 1.67em 0 0;
  text-align: right; }
  .submit-order .back-to-cart:hover {
    text-decoration: underline; }
  .submit-order button {
    margin-left: 1.5em; }

.pt_order-confirmation #main > .wrap .primary-content {
  margin: 1em 0 0 0;
  padding: 1em;
  width: 100%;
  background: #fff; }

.pt_order-confirmation h1 {
  font-size: 2.5em;
  text-transform: none;
  letter-spacing: normal; }

.pt_order-confirmation .order-shipment-table {
  margin: 0 0 1.67em; }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border-right: 1px solid #e0e0e0;
    min-width: 200px; }

.pt_order-confirmation #primary h2 {
  font-size: 2em;
  font-style: italic;
  font-weight: normal; }

.pt_order-confirmation .print-page {
  float: right; }

.confirmation-message {
  margin-bottom: 1.67em;
  padding-bottom: 1.67em;
  font-size: 14px; }

.order-discount {
  color: #990000; }

.gift-cert-used {
  padding: .83em 0; }

.order-detail-options {
  border-top: 1px solid #e0e0e0;
  margin: 1.67em 0 0;
  padding: 1.67em 0 0;
  text-align: right; }
  .order-detail-options a {
    margin: 0 .83em; }

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em; }

.pt_order-confirmation .order-confirmation-details .content-header {
  margin: .6em 0 !important; }

.order-confirmation-details .item-list th.paymentTotal {
  min-width: 190px;
  text-align: right; }

.order-confirmation-details .item-list .order-totals-table tr {
  border: none; }

.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 .83em 24%; }

.cvn-tooltip {
  font-weight: bold;
  margin: 5px;
  text-align: center; }
  .cvn-tooltip img {
    height: 150px;
    width: 110px; }

.pt_checkout {
  /************ Billing Page **********/
  /************** Summary Page *************/ }
  .pt_checkout #main {
    margin: 10px 0 90px; }
    .pt_checkout #main .wrap {
      background: #fff; }
  .pt_checkout .primary-focus .primary-content {
    width: 75%;
    padding: 0.8em 1em 3em 0.8em; }
  .pt_checkout .primary-focus #secondary {
    width: 25%;
    margin-right: 0; }
  .pt_checkout form.address {
    border-right: 1px solid #e0e0e0;
    padding-right: 1.7em; }
  .pt_checkout .checkout-shipping .dialog-required {
    line-height: 27px;
    vertical-align: top; }
  .pt_checkout .checkout-shipping legend span {
    font-size: 0.9em;
    text-transform: capitalize; }
  .pt_checkout .checkout-shipping .form-caption {
    display: inline-block;
    margin: 4px 2px 2px 10px; }
  .pt_checkout .checkout-shipping .label-inline .field-wrapper {
    line-height: 16px; }
  .pt_checkout .form-horizontal .select-address label {
    display: block;
    float: none;
    padding-left: 7%;
    text-align: left;
    width: initial; }
  .pt_checkout .select-address.form-row {
    margin: 0; }
  .pt_checkout .form-horizontal .select-address .field-wrapper {
    padding: 5px 0 20px 7%;
    width: 85%; }
  .pt_checkout legend {
    padding: 0.2em 2.5%; }
  .pt_checkout .form-horizontal label {
    width: 22.5%;
    margin-top: 4px; }
  .pt_checkout .form-row {
    margin: 1rem 0; }
    .pt_checkout .form-row.CREDIT_CARD {
      margin-right: 1em; }
  .pt_checkout .discount {
    color: #d2232a; }
  .pt_checkout .dialog-required .required-indicator {
    font-size: 1em;
    line-height: 15px;
    text-transform: capitalize;
    vertical-align: baseline; }
  .pt_checkout .form-row .required-indicator {
    display: inline-block;
    font-size: 16px;
    margin: 0 4px 0 0;
    vertical-align: baseline;
    line-height: 15px; }
  .pt_checkout .form-horizontal .field-wrapper {
    width: 54.5%; }
  .pt_checkout input[type="radio"] {
    float: inherit; }
  .pt_checkout .form-horizontal .input-radio + label {
    margin: 3px 10px 0 2px;
    width: initial; }
  .pt_checkout .tooltip {
    text-decoration: underline;
    font-size: 1.2em; }
  .pt_checkout .form-indent {
    margin: 1em 0 1em 24.5%;
    padding-left: 1px; }
  .pt_checkout .form-horizontal .shippinginstruction-radio label span {
    display: inline-block;
    width: 130px; }
  .pt_checkout .label-inline .field-wrapper {
    margin: 2px 0;
    width: auto; }
  .pt_checkout input[type="radio"] {
    margin: 0.5em 1% 0.5em 0.5%; }
  .pt_checkout .field-wrapper input[type="radio"]:last-child {
    margin: 0 4px 0 8px; }
  .pt_checkout .form-row.gift-radio {
    margin: 35px 0 0; }
  .pt_checkout .form-row.shippinginstruction-radio {
    margin: 0; }
  .pt_checkout .char-count {
    margin: 2px; }
  .pt_checkout .form-row.gift-message-text {
    margin-top: 0.5em; }
  .pt_checkout .form-row.shippinginstruction-text {
    margin-top: 0.5em; }
  .pt_checkout .gift-message-text .field-wrapper {
    margin-bottom: 0; }
  .pt_checkout .input-textarea {
    line-height: 17px;
    height: auto; }
  .pt_checkout .shipping-footer {
    padding: 0.35em 0 2em 24.5%; }
  .pt_checkout .summary h3.section-header {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.3em 0.8em;
    font-family: inherit;
    margin: 0 0 2px; }
  .pt_checkout .section-header-note {
    text-decoration: underline; }
  .pt_checkout .section-header-note.minisummary {
    display: none; }
  .pt_checkout .order-component-block {
    margin: 0; }
    .pt_checkout .order-component-block h3.section-header {
      border-top: 0 none;
      font-size: 0.9em; }
    .pt_checkout .order-component-block .address {
      color: #bcbcbc;
      font-size: 0.8em; }
      .pt_checkout .order-component-block .address div:first-child {
        color: #353535; }
  .pt_checkout .mini-cart-name {
    font-size: 0.9em;
    font-style: normal; }
  .pt_checkout .mini-cart-product .mini-cart-toggle {
    display: block; }
  .pt_checkout .checkout-mini-cart {
    background-color: unset; }
  .pt_checkout .mini-cart-image {
    margin-right: 5px; }
  .pt_checkout .mini-cart-image img {
    width: 100%; }
  .pt_checkout .minicart-pricing-row {
    border-right: 1px solid;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 4px 0 0;
    position: initial; }
  .pt_checkout .mini-cart-name {
    display: inline;
    float: none;
    text-transform: uppercase;
    width: auto; }
  .pt_checkout table.order-totals-table {
    display: initial; }
  .pt_checkout .promo {
    color: #d2232a; }
  .pt_checkout .mini-cart-attributes {
    float: none;
    font-size: 1.1em;
    font-weight: normal;
    padding: 1px 0;
    width: auto; }
  .pt_checkout .mini-cart-pricing {
    float: none;
    width: initial;
    display: inline-block;
    height: initial; }
    .pt_checkout .mini-cart-pricing .label {
      text-transform: uppercase; }
  .pt_checkout .size span {
    display: none; }
  .pt_checkout .order-totals-table .order-shipping {
    font-size: 1em; }
  .pt_checkout .checkout-order-totals {
    background-color: unset;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    text-align: right; }
  .pt_checkout .order-totals-table td {
    padding: 0.15rem 0.3rem; }
  .pt_checkout select {
    text-indent: 2px; }
  .pt_checkout .order-component-block .details {
    background: none;
    padding: 0.5em; }
  .pt_checkout .order-component-block {
    margin: 2em 0; }
  .pt_checkout .gift-message-text label,
  .pt_checkout .shippinginstruction-text label {
    display: none; }
  .pt_checkout .gift-message-text .field-wrapper,
  .pt_checkout .shippinginstruction-text .field-wrapper {
    margin: 0 0 0 23%; }
  .pt_checkout .billing-coupon-code .form-row {
    width: 70%; }
  .pt_checkout .billing-coupon-code {
    margin-bottom: 3em; }
  .pt_checkout #help-number > h3 {
    color: #353535;
    font-size: 1.2em;
    font-style: italic;
    margin: 0;
    padding-bottom: 0.9em; }
  .pt_checkout .privacy-policy {
    display: block;
    font-size: 1.2em;
    padding-bottom: 45px;
    text-decoration: underline; }
  .pt_checkout #checkout-giftcertcoupon-help p {
    font-size: 1.2em;
    padding-right: 1em; }
  .pt_checkout .label-above label {
    width: auto; }
  .pt_checkout .form-horizontal .label-above .field-wrapper {
    width: auto; }
  .pt_checkout .billing-coupon-code .apply {
    font-size: 1.2em;
    font-weight: bold; }
  .pt_checkout .year select {
    width: 60px; }
  .pt_checkout .form-row .month,
  .pt_checkout .form-row .year {
    margin: 0 0 0 11px; }
  .pt_checkout .form-horizontal .cvn .field-wrapper {
    width: auto; }
    .pt_checkout .form-horizontal .cvn .field-wrapper input[type="text"] {
      width: 55px; }
    .pt_checkout .form-horizontal .cvn .field-wrapper span.error {
      position: absolute; }
  .pt_checkout .form-field-tooltip {
    padding-top: 0.3em; }
  .pt_checkout .checkout-billing .form-row-button .button-fancy-large {
    margin: 20px 0 50px 40%; }
  .pt_checkout .payment-method-options .field-wrapper input[type="radio"] {
    margin: 0 5px 0 0; }
  .pt_checkout .gift-cert-redemption {
    display: none; }
  .pt_checkout .payment-method-options .PayPal,
  .pt_checkout .payment-method-options .BML {
    display: none; }
  .pt_checkout .payment-select {
    display: none; }
  .pt_checkout #cart-table .item-image {
    width: 15%; }
  .pt_checkout #cart-table .product-list-item .sku span {
    color: #a6a8aa;
    font-weight: normal; }
  .pt_checkout .section-header span {
    font-size: 1em;
    font-weight: 700;
    padding: 0; }
  .pt_checkout .order-component-block .details {
    padding: 0.5em 0.9em; }
  .pt_checkout.review .order-totals-table {
    display: table; }
    .pt_checkout.review .order-totals-table td:last-of-type {
      width: 130px; }
  .pt_checkout.review .button-fancy-large {
    font-weight: normal; }
  .pt_checkout.review #help-number {
    font-weight: bold;
    font-family: "Philosopher", serif;
    padding: 0.1em 0.8em 0.9em;
    color: #000;
    font-style: italic;
    font-size: 1.2em; }
    .pt_checkout.review #help-number .value {
      white-space: nowrap; }
  .pt_checkout.review .summary h3.section-header {
    padding: 0.35em 0.8em; }
  .pt_checkout.review .checkout-mini-cart {
    border-bottom: 1px solid #9c9c9c; }
    .pt_checkout.review .checkout-mini-cart .mini-cart-name {
      font-size: 0.8em; }
    .pt_checkout.review .checkout-mini-cart .mini-cart-pricing {
      font-size: 0.8em;
      margin-top: 2em; }
      .pt_checkout.review .checkout-mini-cart .mini-cart-pricing .mini-cart-price {
        color: #d2232a; }
  .pt_checkout.review #secondary {
    border-left: 1px solid #9c9c9c;
    padding-left: 1em;
    overflow: visible; }
    .pt_checkout.review #secondary h3 {
      border-top: 1px solid #9c9c9c;
      border-bottom: 1px solid #9c9c9c; }
      .pt_checkout.review #secondary h3 span {
        font-weight: normal; }
    .pt_checkout.review #secondary .order-totals-table {
      margin-bottom: 20px; }
      .pt_checkout.review #secondary .order-totals-table .order-subtotal {
        font-size: 0.8em; }
      .pt_checkout.review #secondary .order-totals-table td:last-of-type {
        width: 90px; }
    .pt_checkout.review #secondary .mini-payment-instrument .details {
      font-size: 0.8em;
      color: #bcbcbc; }
      .pt_checkout.review #secondary .mini-payment-instrument .details div:first-of-type {
        color: #353535; }
    .pt_checkout.review #secondary::before {
      content: "";
      display: block;
      position: absolute;
      height: 52px;
      top: 0;
      left: -1px;
      border-left: 1px solid #fff; }
  .pt_checkout.review .back-to-cart {
    text-decoration: none; }
    .pt_checkout.review .back-to-cart::before {
      content: "<<"; }

.review #cart-table {
  margin-bottom: 1.5em; }
  .review #cart-table .section-header {
    font-size: 1.3em;
    font-weight: 400;
    padding: 0.3em 0;
    text-transform: uppercase;
    width: auto; }
    .review #cart-table .section-header:nth-of-type(3) {
      padding-right: 15px; }
  .review #cart-table td {
    padding: 1em 0.5em 1.2em; }
    .review #cart-table td.item-total {
      font-weight: normal;
      padding-right: 10px;
      color: #d2232a; }
  .review #cart-table .item-details .product-list-item .name {
    font-size: 1em;
    font-weight: normal; }
  .review #cart-table .item-details .product-list-item .sku .label {
    display: none; }
  .review #cart-table .item-details .product-list-item .sku .value {
    font-weight: normal;
    font-family: "Philosopher", serif;
    color: #222222; }

.review .item-image > img {
  width: 100px; }

.review .sku {
  padding: 4px 0; }

.review #cart-table th.section-header:first-child {
  padding-left: 25px; }

.review #cart-table .item-quantity,
.review #cart-table .item-total,
.review #cart-table .item-quantity-details {
  font-size: 1.2em; }

.review #cart-table .item-quantity {
  text-indent: 13px;
  width: 10%; }

.review .place-order-totals .order-totals-table .order-subtotal,
.review .place-order-totals .order-totals-table .order-sales-tax {
  font-size: 1.2em;
  font-weight: normal; }

.review .checkout-order-totals .order-subtotal > td {
  font-size: 1.1em;
  font-weight: normal; }

.review .checkout-order-totals {
  border-top: 0 none; }

.review .mini-shipment h3.section-header {
  border-top: 0; }

.review .mini-shipment {
  margin: 0; }

.review .mobile-qty {
  display: none; }

.review .checkout-progress-indicator a {
  position: relative;
  top: -2px; }

.pt_checkout_avs #main.primary-focus {
  margin-top: 55px; }
  .pt_checkout_avs #main.primary-focus .primary-content {
    width: 100%;
    padding: 1em; }

.pt_checkout_avs .avs-results {
  padding: 15px 0;
  overflow: hidden; }

.pt_checkout_avs .address {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #a6a8aa; }
  .pt_checkout_avs .address p {
    float: left;
    padding-right: 110px; }
  .pt_checkout_avs .address button {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    margin-top: -15px; }

.pt_checkout_avs .original-address {
  position: relative;
  display: block;
  width: 25%;
  max-width: 250px;
  padding: 0 10px 15px;
  border: 2px solid #e0e0e0;
  float: left; }
  .pt_checkout_avs .original-address .address {
    border: none; }

.pt_checkout_avs .suggested-address {
  position: relative;
  display: block;
  width: 72%;
  padding: 0 15px 15px;
  background: #e0e0e0;
  float: right; }
  .pt_checkout_avs .suggested-address .address-list {
    border-top: 1px solid #a6a8aa; }

.pt_order #main > .wrap {
  background: #fff; }

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

.minishipments-method {
  padding-top: 10px; }

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  padding-right: 0; }

.pt_checkout #cart-table .cart-row .shipment-label {
  font-weight: 700;
  margin-top: 35px;
  font-size: 1.4em; }

#PasswordResetForm fieldset,
#NewPasswordForm fieldset {
  position: relative;
  max-width: 320px;
  padding-bottom: 2em; }

#PasswordResetForm button,
#NewPasswordForm button {
  margin-top: 1em; }

.reset-request-confirm {
  padding-bottom: 2em; }

h1 .account-logout {
  font-size: 0.6em;
  float: none;
  display: none; }

.pt_account h1, .pt_wish-list h1, .pt_customer-service h1 {
  font-weight: 600;
  text-transform: none;
  letter-spacing: initial;
  font-style: italic; }

@media screen and (min-width: 768px) {
  .pt_account #secondary, .pt_wish-list #secondary, .pt_customer-service #secondary {
    width: 20%;
    min-height: 775px;
    margin-bottom: 45px; }
  .pt_account #primary, .pt_wish-list #primary, .pt_customer-service #primary {
    width: 78%;
    padding: 24px;
    margin-bottom: 45px;
    background-color: #fff;
    min-height: 775px; }
  .pt_account .g-recaptcha, .pt_wish-list .g-recaptcha, .pt_customer-service .g-recaptcha {
    margin: 20px 0 20px 27%; }
  .pt_account .col-1 .g-recaptcha, .pt_wish-list .col-1 .g-recaptcha, .pt_customer-service .col-1 .g-recaptcha {
    margin-left: 0; } }

.pt_account .secondary-navigation ul, .pt_wish-list .secondary-navigation ul, .pt_customer-service .secondary-navigation ul {
  margin-left: 10px; }

.pt_account .section-header {
  color: #000;
  font-weight: 500; }

.pt_account h1 {
  padding-left: 10px; }

.pt_account .confirm-message {
  padding-left: 10px;
  color: #41ad49; }

.pt_account legend {
  padding-left: 10px; }

.pt_account .required-indicator {
  text-transform: capitalize;
  font-size: 15px; }

.pt_account .form-horizontal label {
  font-weight: normal; }

.pt_account .label-inline label {
  margin-left: 4px; }

.pt_account select::-ms-expand {
  display: none; }

.pt_account select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("../images/arrowdown.png") no-repeat 99% 4px; }

@-moz-document url-prefix() {
  .pt_account select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important; } }

.pt_account input[type="checkbox"] {
  visibility: hidden; }
  .pt_account input[type="checkbox"]::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../images/ui-icons_256x240.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border: 1px solid #353535;
    visibility: visible;
    display: block;
    position: relative;
    left: -3px;
    top: -1px; }
  .pt_account input[type="checkbox"]:checked::after {
    background-position: -65px -145px; }

@media screen and (min-width: 768px) {
  .pt_order #secondary {
    width: 20%;
    min-height: 775px;
    margin-bottom: 45px; }
  .pt_order #primary {
    width: 78%;
    padding: 24px;
    margin-bottom: 45px;
    background-color: #fff;
    min-height: 775px; }
  .pt_order .g-recaptcha {
    margin: 20px 0 20px 27%; }
  .pt_order .col-1 .g-recaptcha {
    margin-left: 0; } }

.pt_order .secondary-navigation ul {
  margin-left: 10px; }

.registration-selection input, .registration-selection label {
  display: inline;
  float: none; }

.address-list {
  padding: 0; }
  .address-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 135px;
    padding: 1em 0;
    width: 30%; }
    .address-list li.default {
      border-bottom: 1px solid #9c9c9c;
      float: none;
      width: auto; }
  .address-list .mini-address-title {
    color: #000; }

.payment-list {
  overflow: hidden;
  padding: 0; }
  .payment-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 110px;
    width: 33%; }

.order-history-header {
  background: #E9E9E9;
  overflow: hidden;
  padding: 10px; }
  .order-history-header .label {
    font-weight: 700; }
  .order-history-header button {
    float: right; }
  .order-history-header .order-date, .order-history-header .order-status, .order-history-header .order-number {
    float: left;
    margin: 2px 0;
    width: 60%; }

.order-history-items {
  margin: 20px 0; }

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

.return-reason-action.inactive {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0s linear;
  display: none; }

.return-reason-action {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  transition: visibility 0.5s, opacity 0.5s linear;
  width: 66%;
  float: left; }
  .return-reason-action .form-row {
    width: 45%;
    display: inline-block; }
    .return-reason-action .form-row.option-reason {
      margin-right: 2%; }

#return-items {
  float: right;
  margin: 1em 0; }

.trackingnumber .value {
  word-break: break-word; }

.order-shipment-table .line-item-return .form-row {
  margin: 0; }

.order-shipment-table .line-item-returnqty {
  text-align: right; }
  .order-shipment-table .line-item-returnqty .input-text {
    max-width: 30%; }

#order-items-form .order-totals-table {
  min-width: 160px; }
  #order-items-form .order-totals-table tr {
    border-bottom: none; }

#order-items-form .section-header {
  width: auto; }
  #order-items-form .section-header:last-child {
    text-align: right; }

#order-items-form .order-shipment-table .line-item-details {
  min-width: 150px; }

.newsletter-signup-dialog #dialog-container {
  padding: 0 1em; }

.newsletter-signup {
  padding-bottom: 30px; }
  .newsletter-signup h2 {
    text-transform: none;
    margin-bottom: 30px; }
  .newsletter-signup .field-wrapper {
    max-width: 80%; }
  .newsletter-signup .form-row.label-inline {
    margin-bottom: 0.5rem; }
  .newsletter-signup .form-indent {
    margin-left: 0; }
    .newsletter-signup .form-indent.confirm-signup {
      margin: 15px 0; }
  .newsletter-signup .newsletter-language .input-select {
    max-width: 120px; }

.pt_wish-list .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #E9E9E9;
  overflow: hidden;
  padding: 2em; }
  .pt_wish-list .list-table-header p {
    color: #999;
    float: right;
    margin: 0;
    overflow: hidden;
    width: 40%; }

.pt_wish-list .primary-content .list-table-header h2 {
  float: left; }

.pt_wish-list .item-image {
  width: 150px; }
  .pt_wish-list .item-image img {
    width: 100%; }

.pt_wish-list ul.product-availability-list {
  width: auto; }

.list-share {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2em 0; }
  .list-share .share-option {
    box-sizing: border-box;
    display: block;
    margin: 0.3rem 0;
    float: right; }
  .list-share .share-options {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 1.7em;
    float: left;
    margin-top: 0.3rem; }
    .list-share .share-options > label {
      font-family: "Philosopher", serif;
      font-style: italic;
      display: inline;
      float: left;
      margin: 5px 15px 0px 0px; }
    .list-share .share-options .social-share-links {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      float: left;
      display: inline; }
      .list-share .share-options .social-share-links li {
        float: left;
        margin-right: 5px; }
        .list-share .share-options .social-share-links li .fa {
          font-size: 32px; }
    .list-share .share-options .share-title {
      display: inline; }
    .list-share .share-options .send-to-friend {
      display: inline-table; }
  .list-share .list-title {
    float: left; }
  .list-share .print-page {
    float: right;
    margin-top: 8px; }
  .list-share .share-link {
    display: block;
    cursor: pointer;
    float: left; }
  .list-share .share-link-content {
    display: none; }
    .list-share .share-link-content.active {
      display: block;
      float: left; }
      .list-share .share-link-content.active a {
        word-break: break-all; }
    .list-share .share-link-content span.label {
      font-weight: bold;
      padding-right: 5px; }

.wishlist-share .share-options {
  margin-top: 0; }

.option-priority label span {
  margin-right: 5px; }

.event-info {
  margin: 1em; }

.wishlist-search .form-row,
.registry-search .form-row {
  clear: none;
  float: left;
  width: 100%;
  max-width: 290px;
  margin-right: 15px; }
  .wishlist-search .form-row:nth-of-type(3n + 1),
  .registry-search .form-row:nth-of-type(3n + 1) {
    margin-left: 0; }

.wishlist-search .form-row-button,
.registry-search .form-row-button {
  margin-left: 0;
  clear: both; }

.wishlist-search .button-find,
.registry-search .button-find {
  width: auto;
  margin-bottom: 10px;
  padding: 2px 25px 0; }

.form-horizontal label.editAddressLabel {
  margin-top: 0;
  margin-bottom: 5px; }

.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-size: 1.3em; }

.pt_gift-registry .add-gift-cert {
  border: 1px solid #E9E9E9;
  margin-bottom: -1px;
  overflow: auto;
  padding: .83em; }
  .pt_gift-registry .add-gift-cert p {
    color: #999;
    font-style: italic;
    line-height: 1.5em; }

.pt_gift-registry .hdr-options {
  width: 9%; }

@media screen and (min-width: 768px) {
  .pt_gift-registry #secondary {
    width: 20%;
    min-height: 775px;
    margin-bottom: 45px; }
  .pt_gift-registry #primary {
    width: 78%;
    padding: 24px;
    margin-bottom: 45px;
    background-color: #fff;
    min-height: 775px; }
  .pt_gift-registry .g-recaptcha {
    margin-left: 27%;
    margin-top: 20px; }
  .pt_gift-registry .col-1 .g-recaptcha {
    margin-left: 0; } }

.pt_gift-registry .secondary-navigation ul {
  margin-left: 10px; }

.page-content-tab-navigaton button {
  background-color: #e0e0e0;
  border-color: #E9E9E9;
  border-width: 1px;
  color: #999;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 -1px; }
  .page-content-tab-navigaton button.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff; }

.page-content-tab-wrapper {
  border: 1px solid #E9E9E9;
  padding: .42em; }

.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: #990000; }

.gift-registry-advanced .toggle-content {
  display: none; }

.gift-certificate-purchase {
  background-color: #E9E9E9;
  margin-bottom: 1em;
  padding: .83em; }
  @media (min-width: 768px) {
    .gift-certificate-purchase .content-asset {
      box-sizing: border-box;
      float: left;
      padding-right: 1rem;
      width: 50%; } }
  .gift-certificate-purchase .content-asset img {
    margin: 1.66em 0; }
  .gift-certificate-purchase form {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 1.66em 1.66em;
    width: 100%; }
    @media (min-width: 768px) {
      .gift-certificate-purchase form {
        float: left;
        width: 50%; } }
    .gift-certificate-purchase form .cert-amount {
      clear: none;
      float: left;
      margin: 0;
      width: 40%; }
    .gift-certificate-purchase form button {
      margin-top: -4px;
      width: 12em;
      width: -webkit-max-content;
      width: max-content; }
    .gift-certificate-purchase form .form-row-button {
      clear: none;
      float: left;
      margin: 2.1em 0 0 1.66em;
      width: 50%; }
  .gift-certificate-purchase .cert-amount .form-caption {
    margin: 1.66em 0 0;
    position: absolute;
    width: 40%; }
  .gift-certificate-purchase .cert-amount.error {
    padding-bottom: 2.92em; }
  .gift-certificate-purchase span.error {
    margin-left: 2%; }

.check-balance {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 1.66em;
  padding: 0 0 1.66em; }

.gift-cert-balance {
  float: left;
  width: 40%; }
  .gift-cert-balance label {
    display: none; }
  .gift-cert-balance input {
    margin-top: 0;
    width: 93%; }
  .gift-cert-balance .form-caption {
    margin-left: 0; }

.gift-cert-balance-submit {
  clear: none;
  float: left; }

.gift-cert-balance .label {
  display: none; }

.checkoutlogin {
  margin: 3em auto;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .checkoutlogin .col-2 {
      border-left: 1px solid #e0e0e0;
      padding-left: 45px; } }

.login-box h3 {
  margin: 0; }

.login-box p {
  margin: 1em 0; }

.login-box .error {
  margin-left: 0; }

.login-box input[type="text"], .login-box input[type="password"] {
  border: 1px solid #9c9c9c;
  height: 33px;
  border-radius: 4px; }

.login-box h2 {
  font-size: 1.5em; }

.login-rememberme {
  display: inline-block;
  margin-left: .5em; }

.login-oauth p:first-child {
  font-size: 2em;
  text-align: center;
  margin: 15px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000; }

#create-account-benefits .benefits {
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase; }

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%; }

.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_store-locator h1 {
  font-weight: 600;
  text-transform: none;
  letter-spacing: initial;
  font-style: italic; }

.pt_store-locator h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.pt_store-locator .primary-content > p {
  margin-bottom: 50px; }

.pt_store-locator .primary-content .col-1,
.pt_store-locator .primary-content .col-2 {
  width: 50%; }
  .pt_store-locator .primary-content .col-1 h2,
  .pt_store-locator .primary-content .col-2 h2 {
    margin-top: 0;
    text-transform: none; }

.pt_store-locator .primary-content .col-1 {
  padding-right: 3%;
  border-right: 2px solid #bcbcbc; }

.pt_store-locator .primary-content .col-2 {
  padding-left: 3%; }

.pt_store-locator .item-list {
  width: 100%; }
  .pt_store-locator .item-list tr th {
    background-color: #a6a8aa;
    border: medium none;
    width: 33%; }
    .pt_store-locator .item-list tr th:nth-of-type(2) {
      width: 34%; }
  .pt_store-locator .item-list tr td {
    background-color: #fff;
    border-bottom: 1px solid #222222;
    font-size: 15px;
    vertical-align: middle; }

.pt_store-locator.results h1 {
  color: #222222; }

.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  color: #222222;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 20px 0; }

.store-map {
  border-bottom: 1px solid #e0e0e0; }

.store-locator-no-results > p {
  color: #d2232a; }

.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%; }

#store-map-div {
  width: 100%;
  height: 340px;
  margin-bottom: 15px; }

.store-find h1 {
  font-weight: bold;
  font-style: italic;
  letter-spacing: unset;
  text-transform: none; }

.store-find h2 {
  font-size: 1.5em; }

.store-find .section-header {
  border-top: 0; }

.store-find .col-1 {
  border-right: 1px solid #bcbcbc;
  padding-right: 40px; }
  .store-find .col-1 h2.section-header {
    font-size: 0.8em;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.store-find .consumer-msg {
  max-width: 45%; }

.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 #suggestions {
  background-color: #666;
  color: #e0e0e0;
  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 .ui-dialog-content .product-col-1 {
  padding: 13px 1%;
  width: 39%; }
  .js .ui-dialog-content .product-col-1 .product-image {
    max-width: 100%; }

.js .ui-dialog-content .product-col-2 {
  padding: 20px 0;
  width: 58%; }

.js .ui-dialog-content .pdp-main .product-name {
  margin-top: 0; }

.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;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  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; }

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

#QuickViewDialog .main-image {
  cursor: default; }

#QuickViewDialog .product-image-zoomLink {
  display: none; }

#homepage-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0; }

.home-bottom-slots {
  margin: auto;
  max-width: 1300px;
  min-height: 200px;
  padding: 20px 0; }
  .home-bottom-slots h2 {
    text-align: center;
    font-size: 28px;
    font-style: italic;
    text-transform: none;
    color: #9c9c9c; }
  .home-bottom-slots .whats-new-items li {
    background: #fff;
    float: left;
    list-style: none;
    margin: 0 0 2% 3.5%;
    padding: 0 0 2%;
    width: 31%; }
    .home-bottom-slots .whats-new-items li.new-row {
      margin: 0 0 2% 0%; }
    .home-bottom-slots .whats-new-items li .product-id {
      color: #222222;
      font-style: italic;
      font-size: 19px;
      font-family: "Philosopher", serif; }
    .home-bottom-slots .whats-new-items li a {
      text-decoration: none; }
  .home-bottom-slots .home-bottom-left,
  .home-bottom-slots .home-bottom-center,
  .home-bottom-slots .home-bottom-right {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%; }
    .home-bottom-slots .home-bottom-left .home-bottom-content,
    .home-bottom-slots .home-bottom-center .home-bottom-content,
    .home-bottom-slots .home-bottom-right .home-bottom-content {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      padding: 15px; }
      .home-bottom-slots .home-bottom-left .home-bottom-content h3,
      .home-bottom-slots .home-bottom-center .home-bottom-content h3,
      .home-bottom-slots .home-bottom-right .home-bottom-content h3 {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 22px;
        margin-top: 0; }
      .home-bottom-slots .home-bottom-left .home-bottom-content p,
      .home-bottom-slots .home-bottom-center .home-bottom-content p,
      .home-bottom-slots .home-bottom-right .home-bottom-content p {
        text-align: left; }
      .home-bottom-slots .home-bottom-left .home-bottom-content .bottom-left,
      .home-bottom-slots .home-bottom-center .home-bottom-content .bottom-left,
      .home-bottom-slots .home-bottom-right .home-bottom-content .bottom-left {
        position: absolute;
        bottom: 15px;
        left: 15px; }
      .home-bottom-slots .home-bottom-left .home-bottom-content .bottom-right,
      .home-bottom-slots .home-bottom-center .home-bottom-content .bottom-right,
      .home-bottom-slots .home-bottom-right .home-bottom-content .bottom-right {
        position: absolute;
        bottom: 15px;
        right: 15px; }
    .home-bottom-slots .home-bottom-left .home-bottom-image,
    .home-bottom-slots .home-bottom-center .home-bottom-image,
    .home-bottom-slots .home-bottom-right .home-bottom-image {
      display: block;
      width: 100%;
      height: auto;
      z-index: 0; }
    .home-bottom-slots .home-bottom-left:last-child,
    .home-bottom-slots .home-bottom-center:last-child,
    .home-bottom-slots .home-bottom-right:last-child {
      margin-right: 0; }

.product-listing-whatsnew {
  padding-bottom: 60px; }
  .product-listing-whatsnew.flexslider .slides img {
    display: inline-block;
    width: auto; }

.whatsnew-items {
  margin: 0;
  padding: 0; }
  .whatsnew-items li {
    list-style: none outside none; }
  .whatsnew-items .new-row {
    clear: both; }
  .whatsnew-items .grid-tile {
    background: none repeat scroll 0 0 #fff;
    float: left;
    list-style: none outside none;
    width: 32%;
    margin: 2% 0 0 2%; }
  .whatsnew-items .grid-tile.new-row {
    margin-left: 0px; }
  .whatsnew-items .invisible {
    display: none; }
  .whatsnew-items .product-tile {
    color: #222222; }
    .whatsnew-items .product-tile .product-id {
      font-size: 20px;
      font-style: italic;
      font-family: "Philosopher", serif;
      font-weight: bold; }
    .whatsnew-items .product-tile .product-name a {
      text-decoration: none;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-style: normal;
      text-transform: uppercase;
      font-size: 16px; }

.flex-control-nav {
  text-align: center;
  right: 0; }

.flex-direction-nav a {
  bottom: 5px;
  top: auto;
  opacity: 0.7; }
  .flex-direction-nav a.flex-prev {
    left: calc(42% - 32px); }
  .flex-direction-nav a.flex-next {
    right: 40%; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: calc(42% - 32px); }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 40%; }

.product-listing-whatsnew.mobile.flexslider .flex-direction-nav a.flex-prev, .product-listing-whatsnew.mobile.flexslider:hover .flex-direction-nav a.flex-prev {
  left: calc(28% - 32px); }

.product-listing-whatsnew.mobile.flexslider .flex-direction-nav a.flex-next, .product-listing-whatsnew.mobile.flexslider:hover .flex-direction-nav a.flex-next {
  right: 17%; }

.product-listing-whatsnew.mobile .flex-control-nav {
  width: 44%;
  margin: 0 28%; }

.home-trending {
  position: relative;
  background-color: #222222;
  height: auto;
  max-height: 400px;
  overflow: hidden; }

.trending.content {
  position: relative;
  float: left;
  height: 100%;
  width: 30%;
  padding: 10px 20px 30px;
  z-index: 50;
  font-size: 14px; }
  .trending.content h2 {
    color: #9c9c9c; }
  .trending.content a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 15px;
    padding: 4px 22px;
    text-decoration: none;
    color: #fff;
    font-size: 14px; }

.trending.banner {
  position: relative;
  width: 70%;
  z-index: 40;
  overflow: hidden; }
  .trending.banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px; }
    .trending.banner img.banner-img {
      float: right; }
  .trending.banner .wave-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%; }

.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 .online-stock span {
  float: left; }

.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left; }

.availability-web {
  padding: 0.2rem 0; }
  .availability-web label {
    float: none;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 0; }
  .availability-web p {
    margin: 0; }
  .availability-web .availability-novariation {
    color: #999;
    font-style: italic; }

.availability-storepickup .availability-instore,
.availability-storepickup .availability-web {
  background-color: #e0e0e0;
  padding: 1rem; }

.availability-storepickup .availability-web {
  float: none; }

.availability-storepickup .availability-instore {
  margin-bottom: 1rem; }

.in-stock-msg,
.is-in-stock,
[data-status="store-in-stock"] {
  color: #019328;
  font-weight: 400; }

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #d2232a;
  font-size: 12px; }

.preorder-msg,
.backorder-msg,
.low-stock {
  color: #f1e42a; }

.on-order,
.preorder-msg,
.backorder-msg {
  color: #008578;
  font-weight: 700; }

#user-zip {
  display: block;
  margin: 1rem auto 0; }

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px; }

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.store-tile {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3rem 0.4rem;
  padding: 0.8rem;
  text-align: center;
  width: 175px; }
  .store-tile.selected {
    background-color: rgba(9, 84, 171, 0.5); }
  .store-tile .store-status {
    display: block;
    font-size: 0.9em;
    margin: 1rem 0; }

.store-list-pdp-container {
  margin-top: 1em; }
  .store-list-pdp-container .store-list-pdp {
    margin-top: 0.5em; }
  .store-list-pdp-container .store-list-item {
    display: none;
    padding: 0.5em  0.8em; }
    .store-list-pdp-container .store-list-item:last-of-type {
      border: none; }
    .store-list-pdp-container .store-list-item.selected {
      display: block;
      font-weight: bold; }
    .store-list-pdp-container .store-list-item.visible {
      display: block; }
    .store-list-pdp-container .store-list-item .store-address {
      float: left; }
    .store-list-pdp-container .store-list-item .store-status {
      float: right; }

.selected-store-address {
  margin-top: 0.5em; }

.selected-store-availability {
  margin: 0.3em 0 0.5em; }

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  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 #999;
  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 #E9E9E9; }

.multiship .label {
  font-weight: bold; }

.hide {
  display: none; }

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent; }

#cart-table .item-delivery-options {
  padding: 1em 0 1em 0;
  width: 8rem; }

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

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%; }

#cart-table .item-delivery-options label {
  display: inline;
  margin-left: 2%; }

#search-suggestions {
  position: absolute;
  z-index: 99; }

.search-suggestion-wrapper {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .search-suggestion-wrapper.full {
      margin-left: -100%;
      width: 200%; }
      .search-suggestion-wrapper.full .phrase-suggestions {
        width: 42.8571429%;
        float: left; }
      .search-suggestion-wrapper.full .product-suggestions {
        width: 55.1428571%;
        margin-left: 2%;
        float: right;
        margin: 1.2em 0;
        padding: 0 1.2em 1.2em;
        border-left: 1px solid #ccc; } }
  .search-suggestion-wrapper .hitgroup {
    color: #666;
    margin: .7rem 0 .7rem .7rem; }
    .search-suggestion-wrapper .hitgroup .header {
      margin: 0 0 .5rem 0;
      background: #58585A;
      color: #fff;
      padding: .5em; }
    .search-suggestion-wrapper .hitgroup .hit {
      display: block;
      margin-left: 0.5rem;
      margin-bottom: 0.5rem; }
      .search-suggestion-wrapper .hitgroup .hit:hover {
        text-decoration: underline; }
    .search-suggestion-wrapper .hitgroup .parent-category {
      color: #999; }

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

.product-suggestion .product-link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-top-color: #ccc;
  padding: 0.5em; }
  .product-suggestion .product-link:hover, .product-suggestion .product-link:focus {
    background-color: #e0e0e0;
    border-color: #ccc;
    border-bottom-color: transparent; }

.product-suggestion .product-image {
  float: left;
  text-align: center;
  width: 25%;
  border: 1px solid #ccc; }
  .product-suggestion .product-image img {
    max-width: 100%; }

.product-suggestion .product-details {
  float: right;
  padding-top: .5em;
  width: 70%; }
  .product-suggestion .product-details .product-price {
    color: #000; }

.search-phrase {
  color: #999;
  margin: 1em; }
  .search-phrase .completed {
    font-style: italic; }
    .search-phrase .completed .original {
      text-decoration: underline;
      font-weight: bold; }
  .search-phrase .corrected {
    font-weight: bold; }

/*================================================
				404 Error Page
==================================================*/
.pt_error .primary-content,
.pt_error .page-content .primary-content {
  width: 100%; }

.pt_error #secondary {
  display: none; }

.error-page {
  text-align: center;
  padding: 50px 25px;
  margin: 0 auto;
  font-size: 0.9em; }
  .error-page p {
    line-height: 1.2em;
    color: #717174;
    margin-top: 0; }
  .error-page a {
    margin: 25px auto 0;
    padding: 0;
    width: 200px;
    text-decoration: none;
    color: #222222;
    border-radius: 15px;
    text-align: center;
    font-weight: bold; }
    .error-page a:hover {
      background: #000;
      color: #fff; }

/* ##############################################
   #              Education 
   ############################################## */
.pt_education .education-loader {
  background: url("../images/loader.gif") center center no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin: 15px auto; }

.education .education-categories {
  background: #000;
  padding: 10px 0 20px;
  text-align: center; }
  .education .education-categories h6 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0 20px; }
  .education .education-categories ul {
    margin: 0;
    padding: 0;
    list-style: none outside none; }
    .education .education-categories ul li {
      display: inline-block;
      margin-bottom: 15px; }
      .education .education-categories ul li a {
        border: 2px solid #fff;
        border-radius: 15px;
        padding: 2px 15px;
        font-size: 0.9em;
        color: #fff;
        text-decoration: none; }
        .education .education-categories ul li a:hover {
          text-decoration: none;
          background: #fff;
          color: #000; }
      .education .education-categories ul li + li {
        margin-left: 15px; }
  .education .education-categories #education-dropdown {
    display: block;
    width: 80%;
    margin: 0 auto; }
    .education .education-categories #education-dropdown select {
      position: relative;
      border: 2px solid #bcbcbc;
      border-radius: 15px;
      font-size: 12px;
      color: #222222;
      padding: 0 15px;
      background: #fff url("../images/arrowdown.png") 98% 50% no-repeat;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer; }

.education .education-main {
  padding: 0 0 15px; }
  .education .education-main .jscroll-next {
    text-decoration: none;
    width: 200px;
    margin: 30px auto; }
  .education .education-main ul {
    margin: 0;
    padding: 0;
    list-style: none outside none; }
    .education .education-main ul .education-article {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 2px solid #bcbcbc; }
      .education .education-main ul .education-article .article-wrap {
        padding: 2%; }
      .education .education-main ul .education-article .article-image {
        float: left;
        height: 100%;
        max-height: 480px;
        overflow: hidden;
        position: relative;
        width: 35%; }
      .education .education-main ul .education-article .article-content {
        position: relative;
        width: 55%;
        height: 100%;
        float: left; }
        .education .education-main ul .education-article .article-content a {
          text-decoration: none; }
        .education .education-main ul .education-article .article-content h3 {
          margin: 15px 0;
          font-size: 1.5em;
          font-style: italic;
          color: #bcbcbc;
          display: none; }
          .education .education-main ul .education-article .article-content h3.article-name {
            display: block; }
        .education .education-main ul .education-article .article-content .date {
          display: block;
          margin: 15px 0; }
      .education .education-main ul .education-article .round-btn {
        display: inline-block;
        font-size: 0.9em;
        padding: 0 10px 0 15px;
        text-decoration: none;
        text-transform: unset; }
        .education .education-main ul .education-article .round-btn .fa {
          margin-left: 10px; }
      .education .education-main ul .education-article.odd .article-image {
        float: left; }
      .education .education-main ul .education-article.odd .article-content {
        margin-left: 2%; }
      .education .education-main ul .education-article.even .article-image {
        float: right; }
      .education .education-main ul .education-article.even .article-content {
        margin-right: 2%; }
  .education .education-main .page-actions {
    display: block;
    margin: 0 auto;
    padding: 30px 0 45px;
    overflow: hidden;
    clear: both; }
    .education .education-main .page-actions.landing-page {
      text-align: center; }
    .education .education-main .page-actions a {
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      padding: 0 15px;
      text-decoration: none; }
      .education .education-main .page-actions a.btn-back .fa {
        margin-left: 0;
        margin-right: 10px; }
      .education .education-main .page-actions a.btn-view-more {
        width: 200px;
        color: #222222;
        background: #fff; }
        .education .education-main .page-actions a.btn-view-more:hover {
          background: #222222;
          color: #fff; }
  .education .education-main.our-artists .education-article.artist-article {
    display: block; }

.education .education-content {
  overflow: hidden; }
  .education .education-content h3 {
    font-size: 24px;
    text-decoration: underline;
    clear: both;
    color: #222222; }
  .education .education-content h4 {
    font-size: 18px; }
  .education .education-content h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0; }
  .education .education-content ul {
    list-style: unset outside;
    padding-left: 20px; }
  .education .education-content a {
    display: block;
    text-decoration: none; }
    .education .education-content a:hover {
      text-decoration: underline; }
  .education .education-content img {
    display: block; }
    .education .education-content img.headshot {
      width: 100%;
      max-width: 300px;
      margin: 0 20px 20px 0;
      float: left; }
    .education .education-content img.winner {
      max-width: 480px;
      clear: both;
      float: none; }
    .education .education-content img.portrait {
      width: auto;
      height: auto;
      margin-right: 0;
      max-height: 300px; }
  .education .education-content hr {
    color: #bcbcbc;
    margin: 30px 0; }
  .education .education-content .team {
    clear: both;
    overflow: hidden; }
  .education .education-content .column {
    display: inline-block; }
    .education .education-content .column.column-left {
      width: 70%;
      padding-right: 2%;
      float: left; }
    .education .education-content .column.column-right {
      width: 30%;
      padding-left: 2%;
      float: right; }
  .education .education-content .education-vid {
    position: relative;
    margin: 30px 0;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */ }
    .education .education-content .education-vid iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .education .education-content .featured-image {
    position: relative;
    overflow: hidden; }
    .education .education-content .featured-image .wave-bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
    .education .education-content .featured-image .featured-img {
      margin: -10px 0 0 5px;
      width: 100%; }
    .education .education-content .featured-image .featured-caption {
      display: block;
      background: rgba(0, 0, 0, 0.4);
      padding: 5px;
      font-size: 14px;
      color: #fff;
      position: absolute;
      bottom: 15px;
      right: 15px; }

.education #education-social {
  text-align: left; }
  .education #education-social ul {
    display: inline-block;
    margin: 20px auto;
    padding: 0;
    overflow: hidden;
    clear: both;
    float: left; }
    .education #education-social ul li {
      float: left;
      display: inline-block;
      list-style: none outside none !important;
      margin-right: 5px; }
      .education #education-social ul li span {
        vertical-align: top !important; }
      .education #education-social ul li.google > div {
        width: 57px !important; }

/* ##############################################
   #          Press / Product Knowledge
   ############################################## */
.press .press-main,
.press .pk-main,
.productKnowledge .press-main,
.productKnowledge .pk-main {
  padding: 50px 0; }
  .press .press-main h1,
  .press .pk-main h1,
  .productKnowledge .press-main h1,
  .productKnowledge .pk-main h1 {
    font-size: 2.5em;
    font-style: italic;
    text-transform: none;
    margin-bottom: 5px; }
  .press .press-main .press-intro,
  .press .press-main .pk-intro,
  .press .pk-main .press-intro,
  .press .pk-main .pk-intro,
  .productKnowledge .press-main .press-intro,
  .productKnowledge .press-main .pk-intro,
  .productKnowledge .pk-main .press-intro,
  .productKnowledge .pk-main .pk-intro {
    font-family: "Philosopher", serif;
    color: #222222;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    margin: 5px 0 30px; }
  .press .press-main .sorting-pagination.top,
  .press .pk-main .sorting-pagination.top,
  .productKnowledge .press-main .sorting-pagination.top,
  .productKnowledge .pk-main .sorting-pagination.top {
    margin-top: 15px;
    margin-bottom: 30px; }
  .press .press-main .sorting-pagination.bottom,
  .press .pk-main .sorting-pagination.bottom,
  .productKnowledge .press-main .sorting-pagination.bottom,
  .productKnowledge .pk-main .sorting-pagination.bottom {
    margin-top: 30px; }
  .press .press-main .sorting-pagination .sort-by,
  .press .pk-main .sorting-pagination .sort-by,
  .productKnowledge .press-main .sorting-pagination .sort-by,
  .productKnowledge .pk-main .sorting-pagination .sort-by {
    margin-left: 0; }
  .press .press-main .pagination,
  .press .pk-main .pagination,
  .productKnowledge .press-main .pagination,
  .productKnowledge .pk-main .pagination {
    margin-right: 10px; }
    .press .press-main .pagination .results-hits,
    .press .pk-main .pagination .results-hits,
    .productKnowledge .press-main .pagination .results-hits,
    .productKnowledge .pk-main .pagination .results-hits {
      padding-right: 5px; }
  .press .press-main ul,
  .press .pk-main ul,
  .productKnowledge .press-main ul,
  .productKnowledge .pk-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .press .press-main .item-tile,
  .press .pk-main .item-tile,
  .productKnowledge .press-main .item-tile,
  .productKnowledge .pk-main .item-tile {
    display: inline-block;
    list-style: none outside none;
    width: 22.5%;
    margin: 0 0 5% 2%;
    text-align: center;
    vertical-align: top; }
    .press .press-main .item-tile:first-child, .press .press-main .item-tile:nth-child(4n+1),
    .press .pk-main .item-tile:first-child,
    .press .pk-main .item-tile:nth-child(4n+1),
    .productKnowledge .press-main .item-tile:first-child,
    .productKnowledge .press-main .item-tile:nth-child(4n+1),
    .productKnowledge .pk-main .item-tile:first-child,
    .productKnowledge .pk-main .item-tile:nth-child(4n+1) {
      margin-left: 0; }
    .press .press-main .item-tile .item-image,
    .press .pk-main .item-tile .item-image,
    .productKnowledge .press-main .item-tile .item-image,
    .productKnowledge .pk-main .item-tile .item-image {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #222222; }
    .press .press-main .item-tile .item-name,
    .press .press-main .item-tile .item-date,
    .press .press-main .item-tile .item-link,
    .press .pk-main .item-tile .item-name,
    .press .pk-main .item-tile .item-date,
    .press .pk-main .item-tile .item-link,
    .productKnowledge .press-main .item-tile .item-name,
    .productKnowledge .press-main .item-tile .item-date,
    .productKnowledge .press-main .item-tile .item-link,
    .productKnowledge .pk-main .item-tile .item-name,
    .productKnowledge .pk-main .item-tile .item-date,
    .productKnowledge .pk-main .item-tile .item-link {
      display: block;
      width: 100%;
      padding: 0 2%; }
    .press .press-main .item-tile .item-name,
    .press .pk-main .item-tile .item-name,
    .productKnowledge .press-main .item-tile .item-name,
    .productKnowledge .pk-main .item-tile .item-name {
      font-size: 18px;
      color: #222222;
      font-style: italic;
      margin: 10px 0; }
    .press .press-main .item-tile .item-date,
    .press .pk-main .item-tile .item-date,
    .productKnowledge .press-main .item-tile .item-date,
    .productKnowledge .pk-main .item-tile .item-date {
      font-size: 14px;
      margin-bottom: 10px; }
    .press .press-main .item-tile .item-link .fa,
    .press .pk-main .item-tile .item-link .fa,
    .productKnowledge .press-main .item-tile .item-link .fa,
    .productKnowledge .pk-main .item-tile .item-link .fa {
      margin-right: 5px; }
  .press .press-main .page-actions,
  .press .pk-main .page-actions,
  .productKnowledge .press-main .page-actions,
  .productKnowledge .pk-main .page-actions {
    padding: 45px 0;
    text-align: center; }
    .press .press-main .page-actions a,
    .press .pk-main .page-actions a,
    .productKnowledge .press-main .page-actions a,
    .productKnowledge .pk-main .page-actions a {
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      padding: 0 15px;
      text-decoration: none; }
      .press .press-main .page-actions a.btn-back .fa,
      .press .pk-main .page-actions a.btn-back .fa,
      .productKnowledge .press-main .page-actions a.btn-back .fa,
      .productKnowledge .pk-main .page-actions a.btn-back .fa {
        margin-left: 0;
        margin-right: 10px; }
      .press .press-main .page-actions a.btn-view-more,
      .press .pk-main .page-actions a.btn-view-more,
      .productKnowledge .press-main .page-actions a.btn-view-more,
      .productKnowledge .pk-main .page-actions a.btn-view-more {
        width: 200px;
        color: #222222;
        background: #fff; }
        .press .press-main .page-actions a.btn-view-more:hover,
        .press .pk-main .page-actions a.btn-view-more:hover,
        .productKnowledge .press-main .page-actions a.btn-view-more:hover,
        .productKnowledge .pk-main .page-actions a.btn-view-more:hover {
          background: #222222;
          color: #fff; }

/* ##############################################
   # ISML Directory: careers
   ############################################## */
.careers .breadcrumb {
  display: none; }

.careers .wrap {
  max-width: unset;
  padding: 0; }

.career-header {
  background: #000;
  padding: 20px; }
  .career-header h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
    font-size: 1.8em; }

/******   Brands   ******/
.brand-grid {
  margin: auto; }
  .brand-grid ul {
    padding-left: 0; }
  .brand-grid .brand-tile {
    display: inline-block;
    list-style: none outside none;
    width: 22.5%;
    height: 100px;
    margin: 0 0 0.5% 2%;
    text-align: center; }
    .brand-grid .brand-tile:nth-child(4n+1) {
      margin: 0 0 0.5% 0%; }
    .brand-grid .brand-tile .brand {
      height: 100%; }
      .brand-grid .brand-tile .brand:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        /* vertical alignment of the "a" inline element */
        height: 100%; }
      .brand-grid .brand-tile .brand a {
        display: inline-block;
        vertical-align: middle; }
      .brand-grid .brand-tile .brand .brand-image img {
        display: block; }
        .brand-grid .brand-tile .brand .brand-image img.hover {
          display: none; }
      .brand-grid .brand-tile .brand .brand-image:hover img.default {
        display: none; }
      .brand-grid .brand-tile .brand .brand-image:hover img.hover {
        display: block; }

/****** Contact Us ******/
.careers-main {
  padding: 40px 20px 0;
  margin: 0 auto;
  max-width: 1300px; }

.contact-us-details .breadcrumb {
  display: none; }

.contactus-main {
  padding-top: 3%;
  max-width: 800px; }
  .contactus-main h1 {
    font-style: italic;
    font-weight: bold;
    letter-spacing: unset;
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e0e0; }
  .contactus-main p span {
    color: #353535;
    font-weight: bold; }

/****** Privacy Policy ******/
.privacy-policy .breadcrumb {
  display: none; }

.privacy-policy-main {
  padding-top: 3%;
  max-width: 800px; }
  .privacy-policy-main h1 {
    font-style: italic;
    font-weight: bold;
    letter-spacing: unset;
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e0e0; }
  .privacy-policy-main p span {
    color: #666;
    font-weight: bold; }

/****** Our Story ******/
.our-story .breadcrumb {
  display: none; }

.our-story .wrap {
  max-width: unset;
  padding: 0; }

.block-wave {
  height: 500px;
  overflow: hidden; }

.block-wave.white {
  height: auto;
  overflow: hidden; }

.block-wave::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  width: 100%; }

.block-wave .our-story-main {
  float: left;
  height: 100%;
  padding: 0 0 0 25px;
  position: relative;
  width: 30%;
  z-index: 10; }

.our-story-main {
  padding-top: 0; }
  .our-story-main h1 {
    color: #000;
    font-family: "Philosopher", serif;
    font-size: 3.5em;
    font-style: italic;
    letter-spacing: unset;
    text-transform: none; }

.block-wave.white .our-story-main {
  margin-top: 40px; }

.block-wave.white .our-story-main {
  background: #fff;
  color: #000; }

.block-wave .back-wp-wave-img {
  background: #353535;
  float: left;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  width: 70%;
  z-index: 5; }

.block-wave.white .back-wp-wave-img {
  background: #fff; }

.block-wave .back-wp-wave-img .white-wave {
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 25%;
  z-index: 15; }

.block-wave .back-wp-wave-img .right-image {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5; }

.block-wave .border-styled-box {
  float: right;
  padding: 25px;
  position: relative;
  z-index: 10; }

.block-wave.white .border-styled-box {
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.block-wave {
  float: none; }
  .block-wave .border-styled-box span {
    display: block;
    line-height: 1; }
    .block-wave .border-styled-box span:nth-child(1) {
      font-size: 1.7em; }
    .block-wave .border-styled-box span:nth-child(2) {
      font-size: 3.5em;
      margin-left: 100px; }
    .block-wave .border-styled-box span:nth-child(3) {
      font-size: 1.7em;
      margin-left: 125px; }
    .block-wave .border-styled-box span:nth-child(4) {
      font-size: 3.5em;
      margin-left: 100px; }
    .block-wave .border-styled-box span:nth-child(5) {
      font-size: 1.7em;
      margin-left: 100px; }
  .block-wave.white .border-styled-box span {
    color: #fff;
    display: block;
    line-height: 1; }
    .block-wave.white .border-styled-box span:nth-child(1) {
      font-size: 3.5em; }
    .block-wave.white .border-styled-box span:nth-child(2) {
      font-size: 1.8em; }
    .block-wave.white .border-styled-box span:nth-child(3) {
      font-size: 3.5em; }

.block-wave.right .border-styled-box {
  margin-top: -150px; }

.widthRegulator {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 25px; }

.block.widthRegulator {
  padding: 50px 25px; }

.wp-left-right {
  overflow: hidden; }

.wp-left-right .s-left, .wp-left-right .s-right {
  float: left;
  width: 50%; }

.wp-left-right .s-left {
  padding-right: 25px; }

.wp-left-right .s-right {
  padding-left: 25px; }

.block-wave.right .our-story-main {
  float: right; }

.block-wave.purple .our-story-main {
  background: #55314c;
  color: #f4e1d3; }

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

.block-wave.right .back-wp-wave-img {
  float: right; }

.block-wave.purple .back-wp-wave-img {
  background: #55314c; }

.block-wave.right .back-wp-wave-img .white-wave {
  left: inherit;
  right: 0; }

.wp-tiers {
  overflow: hidden; }
  .wp-tiers .s-tier {
    float: left;
    width: 32%; }
    .wp-tiers .s-tier:nth-child(2) {
      padding: 0 20px; }

.block-wave .back-wp-wave-img .fullbg {
  height: auto !important;
  position: relative;
  width: 100% !important;
  z-index: 5; }

/****** Warranty Information ******/
.warranty-information .breadcrumb {
  display: none; }

.warranty-main {
  padding-top: 4%; }
  .warranty-main h1 {
    font-style: italic;
    font-weight: bold;
    letter-spacing: unset;
    text-transform: capitalize;
    font-size: 1.8em; }
  .warranty-main p, .warranty-main li {
    font-size: 0.9em;
    color: #666; }

/***** Sitemap *****/
.sitemap-main {
  display: block;
  width: 85%;
  margin: 30px 0 30px 15%;
  overflow: hidden; }
  .sitemap-main > ul,
  .sitemap-main .content-asset ul {
    display: inline-block;
    color: #717174;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 50%;
    float: left; }
    .sitemap-main > ul li,
    .sitemap-main .content-asset ul li {
      list-style: disc inside none; }
      .sitemap-main > ul li.toplevel,
      .sitemap-main .content-asset ul li.toplevel {
        margin-bottom: 15px; }
    .sitemap-main > ul ul,
    .sitemap-main .content-asset ul ul {
      padding-left: 1.5em; }
      .sitemap-main > ul ul li,
      .sitemap-main .content-asset ul ul li {
        list-style: square inside none; }
        .sitemap-main > ul ul li:last-child,
        .sitemap-main .content-asset ul ul li:last-child {
          margin-bottom: 10px; }
  .sitemap-main #sitemap-content {
    display: inline-block;
    width: 50%;
    float: left; }
    .sitemap-main #sitemap-content ul {
      width: 100%; }
  .sitemap-main h3 {
    font-size: 1.5em;
    margin: 10px 0 5px; }
  .sitemap-main a {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .whatsnew-items .grid-tile {
    margin: 0;
    margin-bottom: 45px; }
  .flex-direction-nav a {
    bottom: 5px;
    top: auto; }
    .flex-direction-nav a.flex-prev {
      left: 10px; }
    .flex-direction-nav a.flex-next {
      right: 10px; }
  .pdp-main .product-image-container .flex-direction-nav a {
    bottom: auto;
    top: 50%; }
  /* needed for sticky footer */
  #wrapper {
    margin-bottom: 0;
    min-height: 0; }
    #wrapper:after {
      height: auto; }
  .wrap {
    width: 100%; }
  .pt_storefront .wrap {
    max-width: 100%;
    padding: 0; }
  .menu-category.wrap {
    width: 100%;
    min-width: inherit;
    padding: 0; }
  legend {
    font-size: 0.9em; }
  label {
    font-size: 0.9em; }
  .form-caption {
    font-size: 0.9em; }
  .label-inline label {
    font-size: 0.9em; }
  /* Account */
  .login-box {
    padding-right: 0; }
  #create-account-benefits .benefits {
    font-size: 1em; }
  #secondary.nav .secondary-navigation {
    text-align: center;
    margin-top: 0;
    padding-top: 1em;
    border-top: 1px solid #e0e0e0; }
  #secondary .account-nav-asset {
    text-align: center;
    margin: 30px 0 0;
    padding: 30px 0 0; }
  .checkoutlogin {
    width: 100%; }
  .form-horizontal .label-inline .field-wrapper {
    width: auto; }
  /* ::Helper Classes
  -------------------------------------------------------------------------------- Site Structure */
  .mobile-only {
    display: block !important; }
  .tablet-mobile-only {
    display: block !important; }
  .desktop-only {
    display: none !important; }
  .desktop-tablet {
    display: none !important; }
  img {
    max-width: 100%; }
  .tooltip-content {
    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; }
  .col-1,
  .col-2 {
    float: none;
    width: 100%; }
  .scrollable {
    height: auto; }
    .scrollable li {
      float: left; }
      .scrollable li a {
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        display: block;
        padding: .2em .8em; }
  /* Header */
  #header {
    height: auto;
    padding: 0;
    border-bottom: 0 none; }
    #header .header-main {
      min-height: inherit; }
      #header .header-main .fa-user {
        display: block; }
      #header .header-main .header-left {
        float: none;
        height: 80px;
        width: 240px;
        padding: 5px 0;
        margin: 0 5px 0 5px;
        overflow: hidden; }
      #header .header-main .header-right {
        width: 100%;
        margin: 0 0 0 auto;
        border-top: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
        height: 80px; }
      #header .header-main img {
        margin: 0; }
  .primary-logo {
    margin: 0; }
  .language {
    position: absolute;
    right: 0;
    bottom: 110%; }
  .pt_product-search-result .html-slot-container p {
    margin: 0; }
  .pt_product-search-result .html-slot-container img {
    height: 300px; }
  .pt_product-search-result .wrap .wrap {
    padding: 0; }
  .pt_product-search-result .product-tile .product-id {
    font-size: 1.2em; }
  .pt_product-search-result .product-tile .product-pricing {
    font-size: 0.9em; }
  .pt_product-search-result .product-tile .product-name a {
    font-size: 0.8em; }
  .pt_product-search-result .product-tile .product-swatches li a {
    height: 16px;
    width: 16px; }
  .pt_product-search-result .product-tile .product-swatches li {
    height: 22px;
    width: 22px; }
  .search-result-options .pagination .results-hits {
    font-size: 0.9em; }
  .search-result-options .pagination ul {
    font-size: 0.9em; }
  .header-right .menu-utility-user .user-info .user-panel {
    padding: 12px 10px 10px;
    position: absolute;
    width: 100%;
    background: #fff;
    margin-top: 1px;
    display: none;
    text-align: center;
    left: 2px;
    border: 1px solid #bcbcbc;
    border-top: 0;
    z-index: 20; }
    .header-right .menu-utility-user .user-info .user-panel a {
      font-size: 14px;
      padding: 0;
      text-transform: capitalize; }
      .header-right .menu-utility-user .user-info .user-panel a:hover {
        background-color: unset; }
    .header-right .menu-utility-user .user-info .user-panel .user-logout {
      border: 2px solid #000;
      border-radius: 15px;
      color: #000;
      cursor: pointer;
      display: block;
      height: 30px;
      line-height: 26px;
      font-family: unset;
      font-weight: bold;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
      .header-right .menu-utility-user .user-info .user-panel .user-logout:hover {
        background: #000;
        color: #fff; }
  .header-right .menu-utility-user .user-info.active .user-panel {
    display: block; }
  #navigation .menu-utility-user .user-info .user-panel .account-username {
    display: none; }
  #navigation .menu-utility-user .user-info .loggedin {
    padding: 0;
    width: auto; }
  .menu-utility-user li:hover .loggedin {
    display: block;
    left: 0; }
  .menu-utility-user, #mini-cart, .search-toggle {
    /*width: 32%;*/
    width: 49.5%; }
  .menu-utility-user {
    border-right: 1px solid #bcbcbc; }
  .language.search-active,
  .menu-utility-user.search-active,
  #mini-cart.search-active {
    display: none; }
  #mini-cart .minicart-qty-par {
    display: inline-block;
    float: none;
    padding: 0 0 0 10px;
    text-align: center;
    vertical-align: super; }
  .menu-utility-user .user-info .account-menu-title {
    display: none; }
  .header-search {
    display: inline-block;
    float: none;
    width: 88%;
    display: none;
    position: absolute;
    top: 71px;
    left: 0; }
    .header-search input[type="text"] {
      float: right;
      font-size: 2em;
      height: 68px;
      box-shadow: none;
      color: #bcbcbc;
      width: 85%; }
    .header-search button {
      line-height: 65px;
      padding-left: 15px;
      width: auto; }
      .header-search button i {
        transform: translate(0px, 4px); }
  .country-selector {
    float: right;
    font-size: 0.88em;
    transform: translate(0%, 72%); }
  #mini-cart {
    border-right: 1px solid #bcbcbc;
    width: 34%; }
    #mini-cart .minicart-icon {
      margin: 0; }
    #mini-cart .minicart-icon {
      transform: translate(7px, 0px); }
    #mini-cart .mini-cart-link {
      padding: 1.1em 5% 0.8em 10%;
      text-align: center; }
      #mini-cart .mini-cart-link .minicart-label-text,
      #mini-cart .mini-cart-link .menu-arrow {
        display: none; }
  .search-toggle .fa {
    transform: none; }
  button.search-toggle {
    border-radius: 0;
    background: none;
    padding: 9px 0 9px 0;
    line-height: inherit;
    font-size: 21px;
    border: none; }
    button.search-toggle i {
      padding: 8px 7px; }
    button.search-toggle:focus, button.search-toggle:active {
      outline: none; }
  .menu-utility-user {
    margin-top: 0;
    border-left: none; }
  .menu-utility-user li a {
    font-size: 1.2em;
    padding: 1.1em 43% 1em;
    background: transparent;
    color: #bcbcbc;
    font-family: unset; }
  .menu-active nav[role="navigation"] {
    padding: 7px;
    top: 0;
    width: 60%;
    left: -60%; }
  .level-1 > li a {
    color: #fff; }
  .level-1 > li:hover > a {
    color: #fff; }
  .menu-category li {
    margin: 7px 0;
    cursor: pointer;
    position: relative; }
    .menu-category li a {
      background: #000; }
      .menu-category li a:hover {
        color: #bcbcbc; }
    .menu-category li:last-child {
      margin-bottom: 0; }
  .menu-category-submenu {
    display: none !important;
    overflow: visible;
    padding: unset;
    max-height: unset;
    position: relative;
    left: 0;
    top: 0;
    width: 100%; }
    .menu-category-submenu li {
      margin: 7px 0 0;
      padding: 0;
      left: 0;
      top: auto;
      border: none; }
      .menu-category-submenu li:last-child {
        border: none; }
      .menu-category-submenu li a {
        font-size: 0.88em;
        padding: 0.9rem 1rem;
        padding-left: 25px;
        color: #000;
        background: #bcbcbc;
        text-align: left; }
        .menu-category-submenu li a:hover {
          color: #000 !important; }
      .menu-category-submenu li:first-child {
        margin-top: 7px;
        padding: 0;
        border: 0; }
      .menu-category-submenu li:last-child {
        padding: 0; }
  .has-submenu .fa.fa-caret-right,
  .has-submenu .fa.fa-caret-down {
    float: right;
    font-size: 1.4em; }
  .has-submenu:hover .menu-category-submenu {
    display: none !important;
    background: none;
    left: 0;
    overflow: unset;
    position: relative;
    top: 0;
    width: 100%; }
  .has-submenu .menu-category-submenu {
    display: none !important; }
  .has-submenu.active .menu-category-submenu {
    display: block !important; }
  #wrapper.menu-active {
    margin-left: 60%; }
  #header #navigation .menu-utility-user {
    display: block;
    float: left;
    font-size: 0.88em;
    overflow: visible;
    width: 100%;
    border: 0 none;
    padding-top: 20px; }
    #header #navigation .menu-utility-user .fa-user {
      display: none; }
    #header #navigation .menu-utility-user .account-menu-title {
      color: #fff;
      line-height: unset;
      display: block;
      float: none;
      font-size: 1.18em;
      text-transform: capitalize; }
  #header #navigation .menu-utility-user a {
    background: #000;
    color: #fff;
    font-size: 1em;
    padding: 0.9rem 1rem;
    width: 100%;
    text-transform: capitalize; }
    #header #navigation .menu-utility-user a:hover {
      color: #bcbcbc; }
    #header #navigation .menu-utility-user a.hidden {
      display: block !important; }
    #header #navigation .menu-utility-user a.login-link {
      display: none; }
    #header #navigation .menu-utility-user a.notused {
      display: none !important; }
  .menu-toggle.active {
    color: #000; }
  .search-toggle.active i {
    float: right;
    transform: translate(-5%, 0px); }
  .search-toggle.active .fa {
    transform: translate(0px, 0px); }
  #category-level-0 > li .refinement-link {
    text-transform: capitalize; }
  /* Footer */
  footer {
    /* needed for sticky footer */
    height: auto; }
    footer .footer-top {
      padding: 5px 0 15px;
      max-width: 100%; }
      footer .footer-top label,
      footer .footer-top input,
      footer .footer-top h4 {
        float: none;
        margin: 0 auto; }
      footer .footer-top label {
        display: block;
        width: 100%; }
      footer .footer-top h4 {
        width: 100%;
        text-align: center; }
      footer .footer-top .top-left {
        display: block;
        width: 100%;
        float: left; }
      footer .footer-top .top-right {
        display: block;
        width: 100%;
        float: none; }
    footer .footer-container {
      padding: 20px 10px; }
      footer .footer-container .footer-logo {
        display: none; }
      footer .footer-container .footer-content {
        width: 100%; }
      footer .footer-container .footer-social {
        margin-top: 0; }
  footer .footer-nav {
    max-width: 320px;
    width: 90%;
    margin: 0 auto; }
    footer .footer-nav h4 {
      color: #5A5A5A; }
    footer .footer-nav ul {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
      float: left;
      border-top: 1px solid #9c9c9c;
      padding: 20px 0 12px; }
      footer .footer-nav ul:first-child {
        border-top: 0; }
      footer .footer-nav ul li {
        margin-bottom: 5px; }
  .footer-menu {
    padding: 1px 0; }
    .footer-menu .wrap {
      max-width: 100%;
      padding: 0;
      background-color: #222222; }
    .footer-menu ul li {
      border-bottom: 1px solid #222222;
      margin: 0; }
      .footer-menu ul li a {
        text-transform: none;
        color: #222222;
        font-weight: bold; }
      .footer-menu ul li:first-child {
        border-top: 1px solid #222222; }
      .footer-menu ul li:last-child {
        border-bottom: none; }
  /***** HOMEPAGE *****/
  .home-trending .trending.content {
    position: relative;
    background: none;
    width: 100%;
    height: auto;
    padding: 10px 10px 50px; }
  .home-trending .trending.banner {
    width: 100%; }
    .home-trending .trending.banner img {
      height: auto; }
    .home-trending .trending.banner .wave-black {
      display: none; }
  .mini-cart-products {
    max-height: 100%; }
  .mini-cart-content {
    max-width: 220px;
    top: 55px;
    right: 1px;
    display: none !important; }
  #quickviewbutton {
    display: none !important; }
  ul.search-result-items .grid-tile {
    margin: 0 0 3% 4%;
    width: 48%; }
    ul.search-result-items .grid-tile:nth-child(odd) {
      margin-left: 0;
      clear: both; }
    ul.search-result-items .grid-tile.new-row {
      margin-left: 4%; }
    ul.search-result-items .grid-tile:nth-child(odd).new-row {
      margin-left: 0; }
  .search-result-options {
    display: block;
    padding-top: 6px; }
    .search-result-options .pagination {
      margin: 0;
      clear: both;
      overflow: visible;
      position: relative;
      float: none;
      text-align: center;
      width: 100%;
      padding: 6px 90px; }
      .search-result-options .pagination .results-hits {
        display: inline-block;
        float: none;
        text-align: center;
        line-height: 14px;
        margin-right: 12px; }
      .search-result-options .pagination ul {
        position: relative;
        display: inline-block;
        line-height: 14px;
        padding-top: 0;
        margin-right: 0; }
    .search-result-options .sortpages {
      text-align: center; }
      .search-result-options .sortpages .sort-by,
      .search-result-options .sortpages .items-per-page {
        display: inline-block;
        float: none; }
      .search-result-options .sortpages .sort-by {
        margin: 0; }
        .search-result-options .sortpages .sort-by select {
          width: 120px;
          font-size: 12px; }
  .wrap > .refinements {
    display: none; }
  .search-result-content {
    margin-top: 1em; }
  .mobile-category-refinement {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: #fff;
    margin: 0 0 .5em 0;
    padding: 14px 0; }
    .mobile-category-refinement #toggle-mobile-refinements {
      background: #fff;
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to bottom right, #E9E9E9, #cacacc);
      /* Standard syntax */
      width: 100%;
      border: 2px solid #717174;
      padding: 10px;
      font-size: 15px;
      font-weight: bold; }
      .mobile-category-refinement #toggle-mobile-refinements:after {
        content: '   +'; }
    .mobile-category-refinement button {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: none;
      color: #000; }
    .mobile-category-refinement .category-refinement {
      text-transform: uppercase; }
      .mobile-category-refinement .category-refinement a {
        text-decoration: none; }
      .mobile-category-refinement .category-refinement .refinement-link.active::before {
        content: "\25B6"; }
    .mobile-category-refinement .mobile-refinements-container {
      padding: 14px;
      border: 2px solid #717174;
      border-radius: 3px;
      visibility: hidden;
      opacity: 0;
      display: none;
      transition: visibility 0.5s, opacity 0.5s linear;
      margin-top: -2px; }
    .mobile-category-refinement.open .mobile-refinements-container {
      visibility: visible;
      opacity: 1;
      display: block; }
    .mobile-category-refinement.open #toggle-mobile-refinements:after {
      content: '  -';
      white-space: pre; }
    .mobile-category-refinement.open #toggle-mobile-refinements {
      background: transparent none repeat scroll 0 0; }
    .mobile-category-refinement .refinement.color ul li {
      height: 20px;
      width: 20px; }
    .mobile-category-refinement .refinement.color {
      margin-top: 10px; }
      .mobile-category-refinement .refinement.color ul li.blue a {
        background: #0095da; }
      .mobile-category-refinement .refinement.color ul li.red a {
        background: #d2232a; }
      .mobile-category-refinement .refinement.color ul li.yellow a {
        background: #fff200; }
      .mobile-category-refinement .refinement.color ul li.grey a {
        background: #bcbcbc; }
      .mobile-category-refinement .refinement.color ul li.white a {
        background: #fff; }
      .mobile-category-refinement .refinement.color ul li.black a {
        background: #000; }
      .mobile-category-refinement .refinement.color ul li.dark-gray a {
        background: #58585A; }
      .mobile-category-refinement .refinement.color ul li.citrus a {
        background: #0954ab; }
      .mobile-category-refinement .refinement.color ul li.green a {
        background: #41ad49; }
      .mobile-category-refinement .refinement.color ul li.charcoal a {
        background: #424242; }
      .mobile-category-refinement .refinement.color ul li.cerulean a {
        background: #00629b; }
      .mobile-category-refinement .refinement.color ul li a {
        height: 14px;
        width: 14px; }
  .refinement .refine-attribute {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 5px; }
  .refinement.color > ul {
    padding-left: 8%; }
  .refinement ul li .refinement-link.value {
    font-size: 0.9em; }
  .refinement-link .fa.fa-square-o.fa-lg {
    padding-right: 5px; }
  .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%; }
  .pt_product-details .primary-content {
    padding: 3px 0 68px; }
  .pt_product-details .breadcrumb .last {
    display: none; }
  .pt_product-details .wrap {
    padding: 0 2%; }
  .category-head-content .category-info {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    float: none;
    line-height: normal; }
    .category-head-content .category-info h1 {
      font-size: 32px;
      background: #fff;
      padding: 0 15px;
      text-align: left; }
  .category-head-content .category-image {
    width: 100%;
    max-height: none;
    float: none;
    height: auto;
    line-height: normal;
    display: block; }
    .category-head-content .category-image img.wave-bg {
      display: none; }
  .category-head-content.category-landing-content .content-slot .category-info {
    line-height: 50%; }
  /* Education */
  .education .category-head-content {
    max-height: none;
    border: none; }
    .education .category-head-content span,
    .education .category-head-content h1 {
      display: block;
      width: 100%; }
    .education .category-head-content .category-image {
      display: block;
      text-align: center;
      height: auto;
      line-height: normal; }
      .education .category-head-content .category-image img {
        display: block; }
        .education .category-head-content .category-image img.wave-bg {
          display: none; }
  .education .education-main ul .education-article .article-image,
  .education .education-main ul .education-article .article-content {
    width: 100%;
    max-height: none; }
  .education #education-social {
    text-align: center; }
  .education .education-content .column.column-right, .education .education-content .column.column-left {
    width: 100%; }
  .education .education-content .featured-image {
    max-width: 300px;
    margin: 15px 15px 5px 0;
    float: left; }
  /*** Press / Product Knowledge ***/
  .press .press-main .item-tile,
  .press .pk-main .item-tile,
  .productKnowledge .press-main .item-tile,
  .productKnowledge .pk-main .item-tile {
    width: 45%;
    margin: 0 0 8% 5%; }
    .press .press-main .item-tile:nth-child(odd),
    .press .pk-main .item-tile:nth-child(odd),
    .productKnowledge .press-main .item-tile:nth-child(odd),
    .productKnowledge .pk-main .item-tile:nth-child(odd) {
      margin-left: 0; }
  .privacy-policy-main {
    padding-top: 0;
    width: 100%; }
  .privacy-policy-main h1 {
    text-align: center;
    font-size: 1.5em; }
  .privacy-policy p {
    text-align: center; }
  .category-recommendations.desktop {
    display: none; }
  .category-recommendations.mobile {
    float: left;
    background-color: #fff;
    width: 100%;
    margin: 2em 0 1em;
    padding: 15px; }
    .category-recommendations.mobile .last-visited h2 {
      border-bottom: 1px solid #e0e0e0;
      display: block;
      font-size: 1.1em;
      margin: 0;
      padding: 0 0 5px;
      text-transform: uppercase;
      font-weight: normal; }
      .ie7 .category-recommendations.mobile .last-visited h2 {
        clear: both; }
      .category-recommendations.mobile .last-visited h2 i {
        color: #5A5A5A; }
    .category-recommendations.mobile .last-visited ul.search-result-items {
      padding: 8px 0 0;
      overflow: hidden; }
      .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile {
        background-color: #fff;
        margin-bottom: 15px;
        margin: 0 0 3% 4%;
        width: 48%; }
        .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile:nth-child(odd), .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile.new-row {
          margin-left: 0;
          clear: both; }
        .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile {
          height: initial;
          max-height: none; }
          .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile .product-image img {
            border: 1px solid #e0e0e0; }
          .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile .product-name {
            height: initial;
            font-size: 1em;
            margin-top: 4px;
            text-align: left; }
          .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile .product-pricing,
          .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile .product-promo,
          .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile .product-review,
          .category-recommendations.mobile .last-visited ul.search-result-items .grid-tile .product-tile #quickviewbutton {
            display: none; }
  .pt_account .primary-content, .pt_gift-registry .primary-content, .pt_wish-list .primary-content, .pt_customer-service .primary-content {
    background-color: #fff;
    padding: 3px 12px 20px; }
  .pt_account #secondary.nav, .pt_gift-registry #secondary.nav, .pt_wish-list #secondary.nav, .pt_customer-service #secondary.nav {
    padding: 3px 12px 68px;
    background-color: #fff; }
  .pt_account .g-recaptcha, .pt_gift-registry .g-recaptcha, .pt_wish-list .g-recaptcha, .pt_customer-service .g-recaptcha {
    margin-top: 20px; }
  .pt_account .wrap, .pt_gift-registry .wrap, .pt_wish-list .wrap, .pt_customer-service .wrap {
    padding: 0 2%; }
  #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 **************/
  .pdp-main .product-col-1,
  .pdp-main .product-col-2 {
    clear: both;
    float: none;
    margin: 15px 0 0;
    width: 100%; }
  .pdp-main .recommendations {
    width: 85%;
    margin: auto; }
    .pdp-main .recommendations h2 {
      font-size: 1.625em; }
    .pdp-main .recommendations li {
      display: block;
      width: 100%; }
  .pdp-main .product-name {
    margin: 25px 0 10px; }
  .pdp-main .promotion .promotion-title {
    font-size: 86%; }
  .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%; }
  .pdp-main .product-add-to-cart button {
    clear: both;
    width: 100%; }
  .pdp-main .flex-direction-nav a::before {
    color: #999;
    text-shadow: unset; }
  .pdp-main .flex-direction-nav a {
    text-shadow: unset; }
  .pdp-main .product-tabs-mobile .tab-content .productKnowledge-content {
    display: block;
    max-width: 250px;
    padding: 1em;
    text-align: center;
    margin: 0 auto; }
    .pdp-main .product-tabs-mobile .tab-content .productKnowledge-content h3 {
      font-size: 18px;
      color: #717174;
      margin: 0 0 0.3125em; }
    .pdp-main .product-tabs-mobile .tab-content .productKnowledge-content .item-link {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 16px; }
      .pdp-main .product-tabs-mobile .tab-content .productKnowledge-content .item-link .fa {
        margin-right: 0.3125em; }
  #homepage-slider.flexslider .slides > li {
    border: none; }
  #homepage-slider.flexslider .flex-direction-nav a::before {
    text-shadow: none; }
  #homepage-slider.flexslider .flex-direction-nav a {
    text-shadow: none; }
  .ui-tabs {
    padding: 0; }
  .product-detail .ui-tabs .ui-tabs-nav li {
    float: none; }
  .product-detail ol .ui-tabs .ui-tabs-nav li {
    list-style: decimal !important;
    padding-left: 18px; }
  .ui-tabs .ui-tabs-panel ol {
    list-style: decimal;
    padding-left: 18px; }
  .ui-tabs .ui-tabs-nav > li {
    display: block;
    font-size: 0.8em;
    margin: 0;
    width: 100%;
    border-color: #e0e0e0;
    border-top: 1px solid #a6a8aa; }
    .ui-tabs .ui-tabs-nav > li:first-child {
      border-top: 0; }
    .ui-tabs .ui-tabs-nav > li.ui-tabs-active {
      padding-bottom: 1em;
      border-bottom: 1px solid #a6a8aa; }
    .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_cart #secondary {
    display: none; }
  .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;
    padding: 1em 0;
    width: 98%; }
  .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 .order-shipment-details {
    border: none;
    width: 100%; }
  .pt_order-confirmation .order-shipment-table .shipping-method {
    padding-left: 0; }
  .contactus-main {
    padding-top: 0; }
    .contactus-main h1 {
      font-size: 1.5em;
      text-align: center;
      width: 100%; }
    .contactus-main p span {
      text-align: center;
      display: inherit; }
  .content-asset ul.account-options li {
    float: none;
    width: auto;
    margin-left: 0; }
    .content-asset ul.account-options li img {
      top: 29%;
      position: absolute; }
    .content-asset ul.account-options li a h3 {
      margin-left: 68px; }
  /********** Our Story *********/
  .block-wave.white .our-story-main {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .our-story-main h1 {
    font-size: 2em;
    text-align: center; }
  .block-wave {
    height: auto; }
    .block-wave .back-wp-wave-img .white-wave {
      display: none; }
    .block-wave .back-wp-wave-img {
      width: 100%; }
  .block-wave.white .border-styled-box span:nth-child(1) {
    font-size: 2em; }
  .block-wave.white .border-styled-box span:nth-child(2) {
    font-size: 1.5em; }
  .block-wave.white .border-styled-box span:nth-child(3) {
    font-size: 2em; }
  .block-wave.right .border-styled-box span:nth-child(2) {
    font-size: 3em; }
  .block-wave.white .border-styled-box {
    padding: 10% 3%;
    right: 0;
    text-align: right; }
  .block.widthRegulator {
    padding: 0 2%;
    font-size: 0.9em; }
  .wp-left-right .s-left, .wp-left-right .s-right {
    padding: 0;
    width: 100%; }
  .wp-tiers .s-tier {
    float: none;
    width: 100%; }
    .wp-tiers .s-tier:nth-child(2) {
      padding: 0; }
  .block-wave.right .our-story-main {
    float: unset;
    height: auto;
    width: 100%;
    padding: 0; }
  .block-wave.right .elementVerticalCenter {
    margin-top: 0 !important;
    background: #55314c; }
  .block.widthRegulator {
    padding: 2%; }
  /******* End Our Story *******/
  .address-list li,
  .payment-list li {
    float: none;
    width: auto; }
  .order-history-header button {
    font-size: 1em;
    padding: .25em; }
  .page-content-tab-navigaton button {
    width: 100%; }
  .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-items-form {
    padding: 0 10px; }
    #order-items-form .item-list th.section-header,
    #order-items-form .order-shipment-table th.section-header {
      white-space: normal;
      display: none; }
    #order-items-form .item-list .mobile-table-header,
    #order-items-form .order-shipment-table .mobile-table-header {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0.5em 0 0.25em 0.5em;
      margin-bottom: 0.5em;
      border-bottom: 1px solid #e0e0e0;
      background: #e0e0e0; }
    #order-items-form .item-list td,
    #order-items-form .order-shipment-table td {
      display: block;
      padding: 1em 0; }
    #order-items-form .item-list {
      margin-bottom: 3em; }
    #order-items-form .order-totals-table {
      max-width: 60%; }
      #order-items-form .order-totals-table td {
        display: table-cell;
        text-align: left;
        padding: 0.25em 0; }
    #order-items-form .order-shipment-table td.line-item-return,
    #order-items-form .order-shipment-table td.line-item-returnqty {
      width: 50%;
      float: left; }
    #order-items-form .order-shipment-table td.line-item-returnqty .input-text {
      max-width: 45px; }
    #order-items-form .return-reason-action {
      width: 100%; }
      #order-items-form .return-reason-action .option-reason,
      #order-items-form .return-reason-action .option-action {
        width: 48%; }
    #order-items-form #return-controls {
      clear: both; }
  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-image {
    width: 30%; }
  table.item-list .item-details {
    width: 50%; }
  table.item-list .item-availability,
  table.item-list .item-dashboard {
    width: 97%; }
  table.item-list .delete-registry {
    text-align: center; }
  .pt_wish-list table.item-list .item-image {
    width: 35%; }
  .pt_wish-list table.item-list .item-details {
    width: 60%; }
  .list-table-header {
    padding: 1em !important; }
    .list-table-header .button {
      display: block;
      margin: 20px 0;
      width: 196px; }
    .list-table-header p {
      display: none; }
    .list-table-header button {
      display: block;
      width: 260px; }
  /* Homepage */
  .home-bottom-slots .whats-new-items {
    -webkit-padding-start: 0; }
    .home-bottom-slots .whats-new-items li {
      background: #fff;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
  .home-bottom-slots .home-bottom-right,
  .home-bottom-slots .home-bottom-left,
  .home-bottom-slots .home-bottom-center {
    width: 100%;
    clear: both;
    float: none; }
  #email-alert-signup {
    margin: 0;
    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; }
  h1 {
    font-weight: 400;
    margin: .625rem 0;
    letter-spacing: 2px;
    text-transform: uppercase; }
  /***** PDP *****/
  .pdp-main .product-add-to-cart .qty-n-stock {
    width: 50%;
    float: left; }
    .pdp-main .product-add-to-cart .qty-n-stock .inventory {
      width: 50%;
      float: left; }
      .pdp-main .product-add-to-cart .qty-n-stock .inventory label {
        width: auto; }
    .pdp-main .product-add-to-cart .qty-n-stock .availability-web {
      display: inline-block;
      padding: 5px 0 0;
      width: 50%;
      vertical-align: middle;
      clear: none;
      float: left; }
  .notify-submit-fields > input[type="email"] {
    width: 68%; }
  .pdp-main .product-add-to-cart .right-col {
    width: 50%;
    text-align: center; }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    float: none; }
  .pdp-main .product-tabs .tab-content {
    color: #000;
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    min-height: auto;
    padding: 5px;
    white-space: normal;
    width: 100%; }
  .pdp-main .product-actions .retailers p {
    font-size: 12px;
    padding: 0 25px 0 0; }
  .pdp-main .product-actions .socialsharing {
    text-align: center;
    padding-bottom: 1em; }
  .pdp-main .info-tabs {
    margin: 5px 0;
    border: 1px solid #a6a8aa; }
  .tab-content a.button-fancy-large {
    max-width: 270px;
    position: relative; }
  .tab-content a.button-fancy-large > span {
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    display: block; }
    .tab-content a.button-fancy-large > span.fa-download {
      top: 50%;
      font-size: 24px;
      position: absolute;
      margin-top: -6px;
      padding: 0; }
    .tab-content a.button-fancy-large > span.download-text {
      display: block;
      padding: 0 0 0 37px; }
  .product-detail .ui-tabs .ui-tabs-nav li {
    list-style: initial; }
    .product-detail .ui-tabs .ui-tabs-nav li ul {
      padding-left: 18px; }
    .product-detail .ui-tabs .ui-tabs-nav li ol li {
      list-style: decimal; }
  .product-detail .ui-tabs .ui-tabs-nav li a {
    box-shadow: none;
    font-weight: normal;
    font-style: normal;
    color: #333;
    text-align: center;
    font-family: "Philosopher", serif; }
    .product-detail .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
      padding: 8px;
      font-size: 18px;
      font-weight: bold; }
    .product-detail .ui-tabs .ui-tabs-nav li a.button-download-manual {
      color: #666;
      display: block;
      width: auto;
      height: auto;
      white-space: normal;
      max-width: 280px; }
      .product-detail .ui-tabs .ui-tabs-nav li a.button-download-manual span {
        margin-left: 45px;
        padding: 0; }
      .product-detail .ui-tabs .ui-tabs-nav li a.button-download-manual .fa-download {
        font-size: 32px;
        margin-left: 0; }
  .product-detail .ui-tabs .ui-tabs-panel {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    box-shadow: none;
    white-space: initial;
    font-size: 12px;
    font-style: normal;
    padding: 10px;
    border-top: 1px solid #a6a8aa; }
  ul.top-level-category-mobile {
    list-style: none;
    padding: 8px;
    margin-bottom: 14px;
    float: left;
    width: 100%; }
    ul.top-level-category-mobile li {
      background-color: #fff;
      font-size: 1.1em;
      margin: 8px 0;
      padding: 8px;
      text-transform: uppercase;
      font-weight: normal;
      text-align: center; }
      .ie7 ul.top-level-category-mobile li {
        clear: both; }
      ul.top-level-category-mobile li i {
        color: #5A5A5A; }
  .product-thumbnails .thumbs-wrap.overflow ul.overflow-block {
    width: unset; }
  /***************** Cart Page ****************/
  .pt_cart .primary-content {
    padding: 0 5px; }
    .pt_cart .primary-content .cart-actions {
      margin-top: 60px; }
  .pt_cart .wrap #cart-table td {
    display: inline-block;
    width: 39%; }
    .pt_cart .wrap #cart-table td.item-quantity {
      padding-right: 18px;
      text-align: right; }
    .pt_cart .wrap #cart-table td:nth-child(2n) {
      width: 60%; }
    .pt_cart .wrap #cart-table td:nth-child(2n+1) {
      width: 39%; }
    .pt_cart .wrap #cart-table td.item-quantity-details {
      padding-right: 0;
      padding-bottom: 5px; }
    .pt_cart .wrap #cart-table td.item-total {
      text-align: right;
      font-size: 18px; }
  .pt_cart .wrap #cart-table .item-image {
    float: none; }
    .pt_cart .wrap #cart-table .item-image img {
      width: 80%; }
  .pt_cart .wrap #cart-table .item-details {
    float: none;
    padding: 0 5px 20px; }
    .pt_cart .wrap #cart-table .item-details .color span {
      color: #a6a8aa; }
  .pt_cart .wrap #cart-table .item-price {
    float: none;
    visibility: hidden;
    padding: 5px; }
  .pt_cart .wrap #cart-table .item-total {
    float: none;
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 5px; }
  .pt_cart .wrap #cart-table .item-quantity-details .item-user-actions a {
    width: 60%;
    line-height: 10px; }
  .pt_cart .wrap .mobile-qty {
    display: inline-block; }
  .pt_cart .cart-order-totals {
    text-align: right; }
  .cart-footer {
    border: 0 none;
    margin: 1.5em 0 0; }
  .cart-coupon-code {
    margin-bottom: 2em; }
    .cart-coupon-code input {
      width: 62%; }
  .cart-action-checkout,
  .cart-action-continue-shopping {
    text-align: center;
    width: 100%;
    float: none; }
  .pt_cart .wrap #cart-table td:nth-child(2n) {
    width: 59%; }
  .pt_cart .wrap #cart-table td.item-image {
    padding: 0; }
  .pt_cart .wrap #cart-table td.item-quantity {
    padding: 0 7px 18px; }
  .cart-actions-top {
    margin: 0 0 20px; }
  .pt_cart .wrap #cart-table .item-total {
    padding: 10px 0 7px; }
  .pt_error .error-page-search .input-text {
    width: 80%; }
  .cart-recommendations {
    margin-top: 2rem; }
    .cart-recommendations .product-listing h2 {
      font-size: 1.6em; }
    .cart-recommendations .product-listing ul.search-result-items {
      margin-top: 15px;
      padding: 0 5px; }
      .cart-recommendations .product-listing ul.search-result-items .grid-tile {
        width: 40%;
        margin: 2% 5% 0 5%; }
        .cart-recommendations .product-listing ul.search-result-items .grid-tile:nth-child(3n+1).new-row {
          margin-left: 5%; }
        .cart-recommendations .product-listing ul.search-result-items .grid-tile:nth-child(even) {
          margin-right: 0;
          clear: none; }
        .cart-recommendations .product-listing ul.search-result-items .grid-tile .product-id {
          font-size: 18px; }
        .cart-recommendations .product-listing ul.search-result-items .grid-tile .product-name .name-link {
          font-size: 14px; }
  /***** Checkout *****/
  .pt_checkout .primary-focus .primary-content {
    width: 100%;
    padding-right: 0.8em; }
  .pt_checkout .primary-focus #secondary {
    width: 100%;
    margin-right: 0;
    padding: 20px 0.8em 55px; }
  .pt_checkout .shippinginstruction-text .field-wrapper {
    margin: 0; }
  /****** Shipping Page ********/
  .pt_checkout #main {
    margin: 22px 0 50px; }
  .pt_checkout .primary-focus .primary-content {
    padding: 0.8em;
    width: 100%; }
  .pt_checkout .checkout-progress-indicator {
    position: relative;
    top: auto;
    overflow: hidden;
    clear: both;
    padding-bottom: 0; }
    .pt_checkout .checkout-progress-indicator div {
      padding: 0 0.43em 0 0.4em;
      display: inline-block;
      width: 32%;
      text-align: center;
      float: left; }
      .pt_checkout .checkout-progress-indicator div.step-1 span, .pt_checkout .checkout-progress-indicator div.step-2 span, .pt_checkout .checkout-progress-indicator div.step-3 span {
        display: inherit;
        width: 100%;
        clear: both;
        float: left; }
      .pt_checkout .checkout-progress-indicator div.step-1 {
        padding-left: 0; }
      .pt_checkout .checkout-progress-indicator div.step-3 {
        width: 30%;
        margin-left: 3%;
        margin-right: 0; }
    .pt_checkout .checkout-progress-indicator .fa {
      transform: translate(40px, -20px); }
  .pt_checkout .select-address label {
    margin-bottom: 4px; }
  .pt_checkout .checkout-billing .discount-codes {
    margin: 0; }
  .pt_checkout .form-horizontal .field-wrapper {
    width: 53%; }
  .pt_checkout .form-horizontal label {
    float: none;
    width: auto; }
  .pt_checkout .form-horizontal .field-wrapper {
    width: 85%; }
  .pt_checkout .form-horizontal .form-caption,
  .pt_checkout .form-indent {
    margin-left: 0; }
  .pt_checkout .label-inline .field-wrapper {
    width: auto; }
  .pt_checkout .shipping-footer {
    padding: 0; }
  .pt_checkout .summary h3.section-header {
    padding: 0.8em 1em 0.7em; }
  .pt_checkout .mini-cart-product .mini-cart-toggle {
    display: none; }
  .pt_checkout .mini-cart-product.collapsed .mini-cart-image {
    display: block;
    width: 17%; }
  .pt_checkout .mini-cart-product.collapsed .mini-cart-name,
  .pt_checkout .mini-cart-product.collapsed .mini-cart-attributes,
  .pt_checkout .mini-cart-product.collapsed .mini-cart-pricing {
    width: 75%; }
  .pt_checkout .mini-cart-image img {
    width: auto; }
  .pt_checkout .order-component-block {
    margin: 0; }
  .pt_checkout .mini-cart-image {
    width: 22%; }
  .pt_checkout .mini-shipment h3.section-header {
    border-top: medium none; }
  .pt_checkout .order-component-block .section-header a {
    float: none; }
  .pt_checkout .summary h3.section-header {
    padding: 0.8em 0.5em 0.7em 1em; }
  .pt_checkout .order-component-block .section-header a {
    float: right; }
  .pt_checkout .order-component-block .details {
    padding: 0.5em 1em 1.5em; }
  .pt_checkout .input-textarea {
    margin-top: 8px; }
  .pt_checkout .payment-method-options {
    margin: 0; }
  .pt_checkout .payment-method-options .label-inline {
    width: auto; }
  .pt_checkout .payment-method-options .form-row label {
    padding-left: 0.2em; }
  .pt_checkout .form-row .month {
    margin: 0; }
  .pt_checkout .checkout-billing .form-row-button .button-fancy-large {
    margin: 20px 0 40px; }
  .pt_checkout .billingpage {
    display: none; }
  .pt_checkout .checkout-billing .form-row-button .button-fancy-large {
    margin: 0 0 20px; }
  .pt_checkout .section-header-note {
    float: right; }
  .pt_checkout.review .checkout-progress-indicator > div {
    float: left; }
    .pt_checkout.review .checkout-progress-indicator > div > a span {
      display: inline-block;
      white-space: nowrap; }
  .pt_checkout.review #secondary {
    border-left: medium none;
    overflow: hidden; }
    .pt_checkout.review #secondary::before,
    .pt_checkout.review #secondary .checkout-mini-cart,
    .pt_checkout.review #secondary > h3,
    .pt_checkout.review #secondary .checkout-order-totals {
      display: none; }
  .pt_checkout.review #help-number {
    display: none; }
  .review .item-image {
    padding: 0.5em 0.5em 0.5em 1.2em; }
  .review .wrap #cart-table td:nth-child(2n+1) {
    width: 35%; }
  .review .wrap #cart-table td:nth-child(2n) {
    width: 63%; }
  .review .color {
    padding: 1px 0 4px; }
  .review .wrap #cart-table td.item-quantity-details {
    top: -10px; }
  .review .wrap #cart-table td.item-quantity {
    padding: 0 1em;
    position: relative;
    top: -8px; }
  .review .wrap #cart-table .cart-row td.item-total {
    width: 100%;
    font-size: 1.2em;
    padding-bottom: 1em; }
  .review .wrap #cart-table .item-details {
    padding: 0.5em 0 1em; }
  /************* Order Summary **************/
  .review #cart-table .item-image {
    float: none;
    padding: 1em 3em; }
  .review .wrap #cart-table td:nth-child(2n+1) {
    width: 39%; }
  .review .wrap #cart-table td:nth-child(2n) {
    width: 60%; }
  .review .wrap #cart-table .item-details {
    float: none;
    padding: 1em 1em 1em 0; }
  .review #cart-table td {
    display: inline-block; }
  .review .wrap #cart-table td.item-quantity {
    padding: 0 3em;
    text-align: center;
    text-indent: unset;
    text-transform: uppercase;
    white-space: nowrap; }
  .review .wrap #cart-table td.item-quantity-details {
    padding: 0;
    position: relative;
    top: 20px;
    left: -134px; }
  .review .wrap #cart-table .item-price {
    float: none;
    padding: 5px;
    visibility: hidden; }
  .review .wrap #cart-table .item-total {
    float: none;
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 5px; }
  .review .wrap #cart-table td.item-total {
    width: 100%;
    padding-right: 0.5em; }
  .review .item-edit-details {
    display: none; }
  .review .color {
    color: #a6a8aa;
    padding: 5px 0 10px; }
  .review .mobile-qty {
    display: inline-block;
    font-weight: bold; }
  .review .order-summary-footer {
    padding: 0 0.5em; }
  .review .checkout-order-totals {
    padding-right: 0; }
  .review .mobile-qty {
    display: inline-block; }
  .pt_checkout_avs #main.primary-focus {
    margin-top: 22px;
    margin-bottom: 0; }
    .pt_checkout_avs #main.primary-focus .primary-content {
      width: 100%;
      padding-right: 0.8em; }
  .pt_checkout_avs .original-address,
  .pt_checkout_avs .suggested-address {
    clear: both;
    width: 100%;
    max-width: 100%; }
  .pt_wish-list td.item-dashboard {
    width: 100%;
    padding-left: 0.5em; }
    .pt_wish-list td.item-dashboard .option-priority label {
      margin: 0.2em 0 0; }
    .pt_wish-list td.item-dashboard label {
      text-align: left; }
  .pt_wish-list .item-image {
    width: 100px; }
  td.item-dashboard .form-row.option-quantity-desired label {
    margin: 0.6em 0.2em 0 0; }
  td.item-dashboard .form-row.option-date-added label {
    margin: 0 0.3em 0 0; }
  .pt_error .error-page-search .input-text {
    width: 77%; }
  /****** No-Search result Page ********/
  .pt_product-search-noresult .no-hits-search {
    padding-right: 1em; }
    .pt_product-search-noresult .no-hits-search .input-text {
      width: 77%; }
  .pt_product-search-noresult #secondary {
    padding: 0.8em; }
  .pt_product-search-noresult .no-hits-footer {
    margin-bottom: 0; }
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; }
  .pt_content-search-result .folder-content-list li {
    float: none;
    width: 100%;
    clear: both; }
  .pt_content-search-result .pagination {
    clear: both;
    float: none; }
    .pt_content-search-result .pagination .results-hits {
      float: none; }
  .search-result-options {
    display: block;
    padding-bottom: 0; }
    .search-result-options .pagination {
      width: 100%;
      margin: auto;
      padding: 6px 8px; }
    .search-result-options ul {
      float: none;
      padding-top: 10px; }
    .search-result-options .sortpages {
      float: none; }
  .primary-content {
    width: 100%;
    border: 0; }
  .form-horizontal .field-wrapper {
    width: 100%; }
  /************ Cart Page ************/
  #cart-table .price-promotion .price-standard {
    display: inline-block;
    margin: 0 0.5em 0 0; }
  .pt_cart .wrap #cart-table td.item-quantity {
    padding: 0 18px;
    text-align: center; }
    .pt_cart .wrap #cart-table td.item-quantity .mobile-qty {
      display: none; }
  .pt_cart .wrap #cart-table td.item-quantity-details {
    padding: 0 0 0 5px; }
  .pt_cart .wrap #cart-table td {
    padding: 1em 0.5em; }
  /****** Error Page ********/
  .pt_error .primary-content {
    padding-right: 0; }
  .pt_error .error-page-search .input-text {
    width: 85%; }
  /****** No-Search result Page ********/
  .pt_product-search-noresult .primary-content {
    padding: 0; }
  .pt_product-search-noresult .no-hits-search .input-text {
    width: 85%; }
  .pt_error_onecolumn .full-width .primary-content {
    padding-bottom: 10px; }
  .notfound {
    background: none;
    display: block;
    left: 0;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%; }
  .error-code {
    display: block;
    left: 0;
    margin: 10px 0;
    position: relative;
    top: 0;
    width: 100%;
    padding: 40px 0 20px;
    color: #000; }
  .notfound h1 {
    margin: 0 10px;
    text-align: center; }
  .notfound li {
    display: block;
    padding: 5px 0; }
  .search-suggestion-wrapper {
    width: 100%;
    margin-left: 3%; }
    .search-suggestion-wrapper .product-suggestion {
      text-align: left; }
    .search-suggestion-wrapper .hitgroup {
      margin: .5rem; }
      .search-suggestion-wrapper .hitgroup .hit {
        margin-left: 0; }
  .product-suggestion .product-image {
    width: 15%; }
  .product-suggestion .product-details {
    width: 80%; }
  .ipad {
    display: block !important; }
  .desktop {
    display: none !important; }
  /*** Store locator ***/
  .pt_store-locator #primary,
  .pt_store-locator #secondary {
    padding: 14px; }
  .pt_store-locator .primary-content > p {
    margin-bottom: 30px; }
  .pt_store-locator .primary-content .col-1,
  .pt_store-locator .primary-content .col-2 {
    width: 100%;
    border-right: medium none;
    padding: 0; }
  .pt_store-locator .primary-content .col-1 {
    padding-bottom: 20px; }
  .pt_store-locator .primary-content .col-2 {
    padding-top: 30px;
    border-top: 2px solid #e0e0e0; }
  .pt_account .label-inline {
    margin-left: 0;
    width: 100%; }
  .sitemap-main {
    width: 100%;
    margin-left: 0; }
    .sitemap-main > ul,
    .sitemap-main .content-asset ul,
    .sitemap-main #sitemap-content {
      width: 100%;
      float: none; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  /* needed for sticky footer */
  #wrapper {
    margin-bottom: 0;
    min-height: 0; }
    #wrapper:after {
      height: auto; }
  .wrap {
    width: 100%;
    max-width: 550px; }
  .brand-grid .brand-tile,
  .brand-grid .brand-tile:nth-child(4n + 1) {
    width: 48%;
    margin: 0 0 1% 0; }
  /* Header */
  #header .top-banner {
    padding-bottom: 10px; }
    #header .top-banner .header-left {
      width: 65.1%; }
    #header .top-banner .header-right .header-right-top {
      width: 17.9%; }
  #header .header-main {
    border-bottom: 1px solid #bcbcbc; }
    #header .header-main .header-left {
      width: auto;
      overflow: visible;
      float: left; }
    #header .header-main .header-right {
      width: auto;
      border: none; }
  .primary-logo {
    position: relative;
    left: auto;
    margin: 0;
    width: 150px; }
    .primary-logo img {
      margin-top: 10px;
      width: 150px; }
  .language {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 10px; }
  .header-search {
    width: 81%;
    top: 0;
    left: 60px;
    height: 80px; }
    .header-search input[type="text"] {
      width: 92%;
      height: 70px; }
    .header-search button {
      float: none;
      width: 6%;
      padding-left: 0; }
  .menu-utility-user,
  #mini-cart {
    width: auto; }
  .search-toggle,
  .search-toggle.active {
    width: 55px;
    padding: 10px; }
    .search-toggle i.fa,
    .search-toggle.active i.fa {
      padding: 0;
      transform: none; }
  .menu-utility-user {
    height: 100%;
    margin-top: 0;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc; }
    .menu-utility-user li {
      float: none; }
      .menu-utility-user li a {
        font-size: 1.2em;
        padding: 1.55em 0.9em 1em;
        background: transparent;
        color: #bcbcbc;
        font-family: unset; }
  #mini-cart .mini-cart-link {
    padding: 1em 5px 1em 0; }
  .mini-cart-content {
    display: none !important; }
  /* Footer */
  footer {
    /*needed for sticky footer */
    height: auto; }
    footer .footer-social {
      width: 100%; }
      footer .footer-social.social-ig {
        float: left;
        width: 100%;
        margin-top: 15px; }
    footer .footer-nav {
      max-width: 500px;
      width: 100%; }
  .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%; }
  .pt_content-search-result .folder-content-list li {
    float: none;
    width: 100%;
    clear: both; }
  .pt_content-search-result .pagination {
    clear: both;
    float: none; }
    .pt_content-search-result .pagination .results-hits {
      float: none; }
  .mobile-category-refinement .refinement-header {
    float: left;
    width: 50%; }
  .mobile-category-refinement .refinement {
    width: 50%;
    display: inline-block; }
    .mobile-category-refinement .refinement.category-refinement {
      float: left;
      clear: both; }
    .mobile-category-refinement .refinement .refinement-header {
      float: none;
      width: 100%; }
  /************** PDP *******************/
  .pdp-main .product-add-to-cart .qty-n-stock {
    width: 48%;
    float: left; }
    .pdp-main .product-add-to-cart .qty-n-stock .inventory {
      width: 100%; }
      .pdp-main .product-add-to-cart .qty-n-stock .inventory label {
        width: auto; }
    .pdp-main .product-add-to-cart .qty-n-stock .availability-web {
      display: inline-block;
      padding: 5px 0 0;
      width: 100%;
      vertical-align: middle;
      clear: both;
      float: left; }
  .pdp-main .product-add-to-cart .right-col {
    width: 48%;
    text-align: right;
    margin-top: 0; }
  .tab-content a.button-fancy-large {
    max-width: none;
    position: relative; }
  .pdp-main .product-primary-image {
    width: 80%; }
  .pdp-main .product-image-container {
    max-width: 100%; }
  .pdp-main .product-thumbnails {
    width: 20%; }
  .pdp-main .product-actions .download-manual-link a,
  .pdp-main .product-actions .dealer-resources-link a,
  .pdp-main .product-actions .download-image-link a {
    width: 100%;
    max-width: 185px;
    text-align: left;
    clear: both;
    float: right;
    font-size: 14px;
    margin-bottom: 15px; }
  /************* Cart Page **************/
  .pt_cart .wrap #cart-table td {
    padding: 1em 0.5em; }
  .cart-coupon-code input {
    width: 75%; }
  .cart-action-continue-shopping {
    text-align: left;
    width: 50%;
    float: left; }
  .cart-action-checkout {
    text-align: right;
    width: 50%; }
  /******  Checkout  ********/
  .pt_checkout .checkout-progress-indicator {
    padding-bottom: 1em; }
    .pt_checkout .checkout-progress-indicator div {
      width: 32.5%;
      font-size: 1em;
      text-align: left;
      display: inline;
      float: none; }
      .pt_checkout .checkout-progress-indicator div.step-1 span, .pt_checkout .checkout-progress-indicator div.step-2 span, .pt_checkout .checkout-progress-indicator div.step-3 span {
        clear: none;
        float: none; }
    .pt_checkout .checkout-progress-indicator .fa {
      transform: translate(0, 0); }
  /****** Error Page ********/
  .pt_error .primary-content {
    padding: 0; }
  .pt_error .page-content .primary-content {
    width: 100%; }
  ul.search-result-items .grid-tile {
    margin: 0 0 2% 2%;
    width: 32%; }
    ul.search-result-items .grid-tile:nth-child(odd) {
      clear: none; }
    ul.search-result-items .grid-tile:nth-child(3n+1) {
      margin-left: 0;
      clear: both; }
    ul.search-result-items .grid-tile.new-row {
      margin-left: 2%; }
    ul.search-result-items .grid-tile:nth-child(3n+1).new-row {
      margin-left: 0; }
  .search-result-options .sort-by {
    margin: 0; }
    .search-result-options .sort-by select {
      width: 120px; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .tablet-mobile-only {
    display: block !important; }
  .primary-logo {
    margin: 0; }
  #header #navigation .menu-utility-user.mobile-only {
    display: block !important; }
  .language {
    position: relative;
    right: 0;
    bottom: 0; }
  .level-1 > li {
    color: #fff; }
    .level-1 > li:hover > a {
      color: #fff; }
  footer .footer-top .footer-left {
    max-width: 100%; }
  footer .footer-signup .footer-signup-box {
    max-width: 425px; }
  footer .footer-social.social-share {
    margin-left: 8%; }
  .brand-grid .brand-tile,
  .brand-grid .brand-tile:nth-child(4n + 1) {
    width: 32%;
    margin: 0 0 1% 0; }
  .category-head-content h1 {
    font-size: 48px; }
  .education .category-head-content h1 {
    font-size: 36px; }
  .education .category-head-content .category-info,
  .education .category-head-content .category-image {
    height: auto;
    line-height: normal; }
  /*** Education ***/
  .education .education-categories ul {
    width: 75%;
    margin: 0 auto; }
  .press .press-main .item-tile,
  .press .pk-main .item-tile,
  .productKnowledge .press-main .item-tile,
  .productKnowledge .pk-main .item-tile {
    width: 28%;
    margin: 0 0 8% 4%; }
    .press .press-main .item-tile:nth-child(4n+1),
    .press .pk-main .item-tile:nth-child(4n+1),
    .productKnowledge .press-main .item-tile:nth-child(4n+1),
    .productKnowledge .pk-main .item-tile:nth-child(4n+1) {
      margin-left: 4%; }
  /* PDP */
  .pdp-main .product-thumbnails {
    width: 18%;
    margin-top: 0; }
    .pdp-main .product-thumbnails .thumb {
      height: auto;
      width: auto;
      margin-right: 0; }
  .pdp-main .product-primary-image {
    width: 80%; }
  /* needed for sticky footer */
  #wrapper {
    margin-bottom: 0;
    min-height: 0; }
    #wrapper:after {
      height: 0; }
  .mobile-notablet {
    display: none !important; }
  .desktop-tablet {
    display: block !important; }
  .wrap {
    width: 100%;
    max-width: 760px; }
  .pt_storefront .wrap {
    max-width: 100%;
    padding: 0; }
  .home-trending {
    height: auto;
    max-height: none; }
  .trending.content, .trending.banner {
    width: 100% !important;
    height: auto !important; }
  .trending.content {
    padding-bottom: 30px; }
  .trending.banner img.wave-black {
    display: none; }
  .trending.banner img.banner-img {
    height: auto; }
  .trending.banner img {
    height: auto; }
  .form-horizontal label {
    width: 28%; }
  .form-horizontal .field-wrapper {
    width: 65%; }
  #RegistrationForm .form-indent,
  #RegistrationForm .form-row-button,
  #RegistrationForm .form-caption {
    margin-left: 30%; }
  #RegistrationForm .label-inline .field-wrapper {
    width: auto; }
  legend {
    font-size: 0.9em; }
  label {
    font-size: 0.9em; }
  .pt_account .g-recaptcha,
  .pt_wish-list .g-recaptcha,
  .pt_customer-service .g-recaptcha {
    margin: 20px 0 20px 30%; }
  .mini-cart-content {
    display: none !important; }
  .language.search-active,
  .menu-utility-user.search-active,
  #mini-cart.search-active {
    display: none; }
  .header-search {
    left: 238px;
    width: 61%; }
    .header-search input[type="text"] {
      width: 92%; }
  .menu-active nav[role="navigation"] {
    padding: 7px;
    top: 0;
    width: 60%;
    left: -60%; }
  .level-1 > li {
    color: #fff; }
    .level-1 > li:hover > a {
      color: #fff; }
  .menu-category li {
    margin: 7px 0;
    cursor: pointer;
    position: relative; }
    .menu-category li a {
      background: #000; }
      .menu-category li a:hover {
        color: #fff; }
    .menu-category li:last-child {
      margin-bottom: 0; }
  .menu-category-submenu {
    overflow: visible;
    padding: unset;
    max-height: unset;
    position: relative;
    left: 0;
    top: 0;
    width: 100%; }
    .menu-category-submenu li {
      top: 0;
      padding: 0;
      left: 0;
      border: none; }
      .menu-category-submenu li:last-child {
        border: none; }
      .menu-category-submenu li a {
        font-size: 0.88em;
        padding: 0.9rem 1rem;
        padding-left: 25px;
        color: #000;
        background: #bcbcbc;
        text-align: left; }
      .menu-category-submenu li:first-child {
        margin-top: 7px;
        padding: 0;
        border: 0; }
      .menu-category-submenu li:last-child {
        padding-bottom: 0; }
  .has-submenu .fa.fa-caret-right,
  .has-submenu .fa.fa-caret-down {
    float: right;
    font-size: 1.4em;
    display: block !important; }
  .has-submenu:hover .menu-category-submenu {
    background: none;
    left: 0;
    overflow: unset;
    position: relative;
    top: 0;
    width: 100%;
    display: none !important; }
  .has-submenu .menu-category-submenu {
    display: none !important; }
  .has-submenu.active .menu-category-submenu {
    display: block !important; }
  #wrapper.menu-active {
    margin-left: 60%; }
  #header #navigation .menu-utility-user {
    display: block;
    float: left;
    font-size: 0.88em;
    overflow: visible;
    width: 100%;
    border: 0 none;
    padding-top: 20px; }
    #header #navigation .menu-utility-user .fa-user {
      display: none; }
    #header #navigation .menu-utility-user .account-menu-title {
      color: #fff;
      line-height: unset;
      display: block;
      float: none;
      font-size: 1.18em;
      text-transform: capitalize; }
  #header #navigation .menu-utility-user a {
    background: #000;
    color: #fff;
    font-size: 1em;
    padding: 0.9rem 1rem;
    width: 100%;
    text-transform: capitalize; }
    #header #navigation .menu-utility-user a.hidden {
      display: block !important; }
    #header #navigation .menu-utility-user a.login-link {
      display: none; }
    #header #navigation .menu-utility-user a.notused {
      display: none !important; }
  .menu-toggle.active {
    color: #000; }
  .search-toggle.active i {
    float: right;
    transform: translate(-5%, 0px); }
  .search-toggle.active .fa {
    transform: translate(0px, 0px); }
  #category-level-0 > li .refinement-link {
    text-transform: capitalize; }
  /* Footer */
  .footer-menu {
    padding: 1px 0; }
    .footer-menu .wrap {
      max-width: 100%;
      padding: 0;
      background-color: #222222; }
    .footer-menu ul li {
      border-bottom: 1px solid #222222;
      margin: 0; }
      .footer-menu ul li a {
        text-transform: none;
        color: #222222;
        font-weight: bold; }
      .footer-menu ul li:first-child {
        border-top: 1px solid #222222; }
      .footer-menu ul li:last-child {
        border-bottom: none; }
  footer {
    /* needed for sticky footer */
    height: auto; }
    footer .footer-top {
      width: 100%; }
      footer .footer-top .wrap {
        padding: 0 10px; }
      footer .footer-top .footer-social.social-ig {
        width: 100%;
        float: left; }
      footer .footer-top .top-left {
        width: 100%;
        max-width: 100%; }
      footer .footer-top .top-right {
        margin-top: 12px;
        width: 100%;
        float: left; }
    footer .footer-bottom .footer-nav {
      margin-bottom: 24px; }
    footer .footer-nav {
      max-width: 100%;
      margin: 0 auto;
      width: 100%; }
      footer .footer-nav ul li:before {
        padding: 0; }
      footer .footer-nav ul li:nth-child(5):before {
        content: ""; }
  footer .footer-container {
    padding: 20px 10px; }
    footer .footer-container .footer-logo {
      width: 16%; }
    footer .footer-container .footer-content {
      width: 82%; }
  /* Wishlist */
  .pt_wish-list td.item-dashboard .form-row {
    margin-right: 5px; }
  .pt_wish-list td.item-dashboard label {
    text-align: left;
    vertical-align: top; }
  .pt_wish-list td.item-dashboard .option-update button {
    line-height: normal;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px; }
  .wishlist-address label.editAddressLabel {
    text-align: left;
    width: 100%; }
  .wishlist-address .field-wrapper {
    padding: 0;
    width: 100%; }
  #secondary {
    width: 28%;
    padding: 0; }
    #secondary nav {
      padding: 0; }
      #secondary nav a {
        font-size: 0.8em; }
    #secondary .toggle {
      font-size: 0.8em; }
  .content-asset .account-options li {
    width: 46%; }
  .account-nav-asset h2 {
    font-size: 1.1em; }
  #account-nav-text > p {
    font-size: 0.8em; }
  .pt_account #primary {
    padding: 0; }
  .login-box h2 {
    font-size: 1.4em; }
  .primary-content {
    width: 70%; }
  .primary-focus .primary-content {
    width: 540px; }
  .primary-focus #secondary {
    width: 190px; }
  /* Homepage */
  #homepage-slider {
    margin-bottom: 30px; }
  .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%; }
  ul.search-result-items .new-row {
    clear: none; }
  ul.search-result-items .grid-tile {
    width: 32%; }
    ul.search-result-items .grid-tile .product-tile .product-compare {
      top: auto; }
  .product-tile .product-image .quickview {
    min-width: 70%; }
  .search-result-options .pagination {
    margin: 8px 0 0; }
  .search-result-options.sorting-pagination .pagination {
    margin: 8px 10px 0; }
  .category-head-content .content-slot {
    display: block; }
  .category-recommendations.desktop {
    display: none; }
  #compare-table .button-cart {
    font-size: 10px;
    padding: 5px;
    line-height: normal; }
  .pdp-main .recommendations {
    width: 100%; }
    .pdp-main .recommendations .jcarousel-clip {
      width: 200px; }
  .pdp-main .product-set-list .block-add-to-cart button {
    font-size: .9em;
    margin-top: 3px; }
  .product-thumbnails {
    margin: 7px 0; }
  .product-thumbnails .thumbs-wrap.overflow .next-thumbs {
    right: -241px; }
  .product-thumbnails .thumb {
    margin-right: 10px; }
  #compare-table td .product-tile {
    width: 79px; }
  .pt_gift-registry .add-gift-cert p {
    width: auto; }
  #cart-table .item-total .promo-adjustment {
    width: 77px; }
  .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; }
  .pt_wish-list td.item-dashboard {
    width: 160px; }
  .pt_wish-list .item-image {
    width: 100px; }
  .mini-cart-item-word span {
    display: none; }
  .category-recommendations.mobile {
    float: left;
    background-color: #fff;
    width: 100%;
    margin-bottom: 14px;
    padding: 15px; }
    .category-recommendations.mobile .last-visited h2 {
      border-bottom: 1px solid #e0e0e0;
      display: block;
      font-size: 1.1em;
      margin: 0;
      padding: 0 0 5px;
      text-transform: uppercase;
      font-weight: normal; }
      .ie7 .category-recommendations.mobile .last-visited h2 {
        clear: both; }
      .category-recommendations.mobile .last-visited h2 i {
        color: #5A5A5A; }
    .category-recommendations.mobile .last-visited ul {
      padding: 8px 0 0;
      overflow: hidden; }
      .category-recommendations.mobile .last-visited ul .grid-tile {
        width: 23%;
        margin: 0 0% 3% 2.66%;
        background-color: #fff; }
        .category-recommendations.mobile .last-visited ul .grid-tile:first-child {
          margin-left: 0; }
        .category-recommendations.mobile .last-visited ul .grid-tile:nth-child(5n) {
          clear: both;
          margin-left: 0; }
        .category-recommendations.mobile .last-visited ul .grid-tile .product-tile {
          height: initial;
          max-height: none;
          height: auto !important; }
          .category-recommendations.mobile .last-visited ul .grid-tile .product-tile .product-image img {
            border: 1px solid #e0e0e0; }
          .category-recommendations.mobile .last-visited ul .grid-tile .product-tile .product-name {
            height: initial;
            font-size: 1em;
            margin-top: 4px;
            text-align: left;
            margin-left: 0; }
          .category-recommendations.mobile .last-visited ul .grid-tile .product-tile .product-pricing,
          .category-recommendations.mobile .last-visited ul .grid-tile .product-tile .product-promo,
          .category-recommendations.mobile .last-visited ul .grid-tile .product-tile .product-review,
          .category-recommendations.mobile .last-visited ul .grid-tile .product-tile #quickviewbutton {
            display: none; }
  /***************** Cart Page ****************/
  .cart-recommendations .product-tile {
    min-height: 240px; }
  .cart-recommendations .product-listing h2.ipad {
    font-size: 1.3em;
    font-weight: bold;
    border: 0 none; }
  .cart-recommendations .product-listing ul.search-result-items {
    padding: 0; }
    .cart-recommendations .product-listing ul.search-result-items .grid-tile:nth-of-type(4n) {
      clear: none; }
    .cart-recommendations .product-listing ul.search-result-items .grid-tile .product-id {
      font-size: 18px; }
    .cart-recommendations .product-listing ul.search-result-items .grid-tile .product-name .name-link {
      font-size: 14px; }
  .pt_cart #cart-table .item-details {
    width: 25%; }
  .pt_cart #cart-table .item-price {
    padding-left: 10px;
    width: 25%;
    font-size: 1em; }
  .pt_cart #cart-table .item-total {
    font-size: 1em; }
  .pt_cart .cart-row .color span {
    color: #a6a8aa; }
  .pt_cart .cart-row .color span {
    color: #a6a8aa; }
  .cart-coupon-code input {
    width: 62%; }
  .ipad {
    display: block !important; }
  .desktop {
    display: none !important; }
  /****** Error Page ********/
  .pt_error .page-content .primary-content {
    width: 70%;
    padding: 0 15px 15px 0; }
  /****** Shipping Page ********/
  .pt_checkout {
    /************ Billing Page ***********/ }
    .pt_checkout #main {
      margin: 60px 0 72px; }
    .pt_checkout .wrap {
      width: 100%; }
    .pt_checkout .primary-focus .primary-content {
      width: 67%; }
    .pt_checkout .primary-focus #secondary {
      margin-right: 0;
      width: 33%; }
    .pt_checkout .shipping-footer {
      padding: 15px 0 25px 26.5%; }
    .pt_checkout .form-horizontal .field-wrapper {
      width: 53%; }
    .pt_checkout .form-horizontal .label-inline .field-wrapper {
      margin: 2px 0;
      width: auto; }
    .pt_checkout .form-horizontal label {
      width: 24%;
      margin-top: 7px; }
    .pt_checkout label {
      font-size: 12px; }
    .pt_checkout .form-indent {
      margin: 1em 0 1em 26%; }
    .pt_checkout .gift-message-text .field-wrapper,
    .pt_checkout .pt_checkout .shippinginstruction-text .field-wrapper {
      margin: 0 0 0 24.5%; }
    .pt_checkout .form-field-tooltip {
      line-height: 14px;
      padding-top: 0; }
    .pt_checkout .billing-coupon-code {
      margin-left: 5%; }
    .pt_checkout .billing-coupon-code label {
      width: auto; }
    .pt_checkout .payment-method-options.form-indent {
      overflow: auto;
      margin-left: 32%; }
    .pt_checkout .form-horizontal .payment-method-expanded label {
      margin-top: 7px;
      width: 30%; }
    .pt_checkout .form-row .month,
    .pt_checkout .form-row .year {
      margin: 0 0 0 8px; }
    .pt_checkout .cvn .form-field-tooltip {
      padding-top: 6px; }
    .pt_checkout .form-horizontal .payment-method-expanded .form-caption {
      margin-left: 32%; }
    .pt_checkout .checkout-billing .form-row-button {
      width: 82%; }
    .pt_checkout .payment-method .form-indent {
      margin-left: 32%; }
    .pt_checkout .form-horizontal .form-caption {
      margin-left: 26.5%; }
    .pt_checkout .label-inline input[type="checkbox"] {
      margin: -1px 0.5rem 0 0; }
    .pt_checkout .form-horizontal .cvn .field-wrapper {
      width: 50px;
      margin-right: 10px; }
  .review #primary,
  .review #secondary {
    padding-top: 0.8em; }
  .pt_checkout_avs #main.primary-focus {
    margin-top: 55px; }
    .pt_checkout_avs #main.primary-focus .primary-content {
      width: 100%;
      padding-right: 0.8em; }
  #order-items-form .item-list .section-header {
    font-size: 0.9em;
    width: auto; }
  #order-items-form .item-list th.section-header {
    white-space: normal;
    font-size: 0.9em;
    width: 23%;
    float: left;
    margin: 0; }
    #order-items-form .item-list th.section-header.paymentTotal {
      padding: 0.5em 0 0 5em;
      width: 31%;
      text-align: right; }
  #order-items-form .item-list tr {
    float: right; }
  #order-items-form .item-list td {
    float: left;
    width: 22.3%;
    font-size: 0.9em; }
    #order-items-form .item-list td.order-payment-summary {
      padding: 1em 0 1em 1em;
      width: 33%; }
  #order-items-form .order-subtotal > td {
    width: auto; }
  #order-items-form .order-total > td {
    width: auto; }
  #order-items-form .order-shipment-table td {
    padding: 1em 0.5em; }
  #order-items-form .order-shipment-table .line-item-details {
    min-width: 135px; }
  #order-items-form .order-shipment-table {
    font-size: 0.9em; }
    #order-items-form .order-shipment-table .section-header {
      padding: 0.5em; }
  #order-items-form .line-item-price {
    white-space: nowrap; }
  .pt_order #primary {
    padding: 10px 0;
    overflow: auto; }
  .pt_order #main > .wrap {
    padding-right: 0; }
  ul.search-result-items .grid-tile {
    margin: 0 0 2% 2%;
    width: 32%; }
    ul.search-result-items .grid-tile:nth-child(3n+1) {
      margin-left: 0;
      clear: both; }
    ul.search-result-items .grid-tile.new-row {
      margin-left: 2%; }
    ul.search-result-items .grid-tile:nth-child(3n+1).new-row {
      margin-left: 0; }
  .privacy-policy-main {
    padding-top: 2%;
    width: 100%; }
  /********** Our Story **********/
  .block-wave {
    height: auto; }
  .our-story-main h1 {
    font-size: 2em; }
  .block-wave.white .border-styled-box span:nth-child(1) {
    font-size: 2em;
    margin-left: 25%; }
  .block-wave.white .border-styled-box span:nth-child(2) {
    font-size: 1.2em;
    margin-left: 40%; }
  .block-wave.white .border-styled-box span:nth-child(3) {
    font-size: 2em;
    margin-left: 49%; }
  .block-wave.right .border-styled-box span:nth-child(2) {
    font-size: 2.2em; }
  .block-wave.right .border-styled-box span:nth-child(4) {
    font-size: 2.5em; }
  .block .wp-left-right .s-right {
    margin-top: 0;
    vertical-align: top; }
  .wp-left-right .s-left, .wp-left-right .s-right {
    display: inline-block;
    width: 49%; }
  .block-wave.right .border-styled-box {
    margin-top: -230px; }
  .block-wave.right .our-story-main {
    height: 280.5px; } }

@media screen and (max-width: 479px) {
  /* Header */
  .header-main {
    flex-wrap: wrap; }
  .search-toggle {
    height: 100%; }
  .menu-utility-user {
    height: 100%; }
  .header-logo {
    margin: 0 auto; }
  .header-search {
    top: 81px;
    height: 78px;
    width: 100%;
    padding-top: 4px; }
  .small-mobile-only {
    display: block !important; }
  .brand-grid .brand-tile,
  .brand-grid .brand-tile:nth-child(4n + 1) {
    width: 100%;
    margin: 0 0 2% 0; }
  /* PDP */
  .pdp-main .product-primary-image.mobile-thumbs-active,
  .pdp-main .product-thumbnails,
  .pdp-main .product-image-zoomLink {
    display: none; }
  .pdp-main .pdp-share .share-links {
    width: 100%;
    text-align: center; }
    .pdp-main .pdp-share .share-links a {
      width: 100%; }
  .pdp-main .pdp-share .socialsharing {
    float: none;
    width: 100%;
    text-align: center; }
    .pdp-main .pdp-share .socialsharing label,
    .pdp-main .pdp-share .socialsharing .social-share-links {
      width: 100%;
      text-align: center;
      margin: 0;
      overflow: hidden; }
      .pdp-main .pdp-share .socialsharing label li,
      .pdp-main .pdp-share .socialsharing .social-share-links li {
        display: inline-block;
        float: none;
        height: auto; }
        .pdp-main .pdp-share .socialsharing label li a,
        .pdp-main .pdp-share .socialsharing .social-share-links li a {
          margin-bottom: 0; }
        .pdp-main .pdp-share .socialsharing label li.ig-icon,
        .pdp-main .pdp-share .socialsharing .social-share-links li.ig-icon {
          width: 28px;
          height: 26px;
          background: #999;
          border-radius: 5px;
          margin-right: 5px;
          margin-bottom: 2px; }
          .pdp-main .pdp-share .socialsharing label li.ig-icon a.share-icon,
          .pdp-main .pdp-share .socialsharing .social-share-links li.ig-icon a.share-icon {
            width: 24px;
            height: 24px;
            background-size: 24px 48px;
            margin: 1px 2px;
            padding: 0; }
            .pdp-main .pdp-share .socialsharing label li.ig-icon a.share-icon:hover,
            .pdp-main .pdp-share .socialsharing .social-share-links li.ig-icon a.share-icon:hover {
              background-position: 0 -24px; }
          .pdp-main .pdp-share .socialsharing label li.ig-icon:hover,
          .pdp-main .pdp-share .socialsharing .social-share-links li.ig-icon:hover {
            background: #999 url("../images/interface/icon-instagram-sprite@2x.png") 0 -28px no-repeat;
            background-size: 28px 56px; }
  .pdp-main .product-actions a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 15px; }
  .pdp-main .product-actions .social-share-links li.ig-icon a.share-icon {
    width: 36px;
    height: 29px; }
  /* Footer */
  footer .wrap {
    max-width: 360px; }
  footer .footer-social {
    display: block;
    width: 100%;
    margin-right: 2%;
    float: left; }
    footer .footer-social.social-share {
      width: 100%; }
      footer .footer-social.social-share ul li {
        width: auto; }
  footer .footer-signup .footer-signup-box {
    max-width: 245px; }
  footer .footer-bottom .copyright {
    padding-right: 0;
    text-align: center;
    padding-bottom: 45px; }
  footer .footer-bottom a.toTop {
    right: calc(50% - 50px); }
  /* Wishlist */
  .list-share .share-option {
    float: left;
    margin-bottom: 15px; }
  .list-share .share-options {
    clear: both; }
  /*** Cart Page ***/
  .pt_cart .primary-content .cart-actions .cart-actions-top {
    margin-top: 10px; }
  .pt_cart .primary-content .cart-actions .cart-action-continue-shopping .button-continue {
    left: 0;
    padding-right: 0; }
  .pt_checkout.review .wrap #cart-table td.item-quantity-details {
    left: -110px; }
  .pt_checkout.review .order-component-block .section-header a {
    position: relative;
    top: 100px; }
  .pt_checkout.review .checkout-progress-indicator {
    width: 100%; }
    .pt_checkout.review .checkout-progress-indicator > div > a .step-label {
      display: none; }
    .pt_checkout.review .checkout-progress-indicator > div i {
      display: inline-block;
      width: 30px;
      position: relative;
      top: -3px; }
    .pt_checkout.review .checkout-progress-indicator > div.step-1 > a span::before {
      content: "1: "; }
    .pt_checkout.review .checkout-progress-indicator > div.step-2 > a span::before {
      content: "2: "; }
    .pt_checkout.review .checkout-progress-indicator > div.step-3 > a span::before {
      content: "3: "; } }

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .menu-active nav[role="navigation"] {
    padding: 7px;
    top: 0;
    width: 60%;
    left: -60%; }
  .level-1 > li a {
    color: #fff; }
  .level-1 > li:hover > a {
    color: #fff; }
  .menu-category li {
    margin: 7px 0;
    cursor: pointer;
    position: relative; }
    .menu-category li a {
      background: #000; }
      .menu-category li a:hover {
        color: #bcbcbc; }
    .menu-category li:last-child {
      margin-bottom: 0; }
  .menu-category-submenu {
    display: none !important;
    overflow: visible;
    padding: unset;
    max-height: unset;
    position: relative;
    left: 0;
    top: 0;
    width: 100%; }
    .menu-category-submenu li {
      margin: 7px 0 0;
      padding: 0;
      left: 0;
      top: auto;
      border: none; }
      .menu-category-submenu li:last-child {
        border: none; }
      .menu-category-submenu li a {
        font-size: 0.88em;
        padding: 0.9rem 1rem;
        padding-left: 25px;
        color: #000;
        background: #bcbcbc;
        text-align: left; }
        .menu-category-submenu li a:hover {
          color: #000 !important; }
      .menu-category-submenu li:first-child {
        margin-top: 7px;
        padding: 0;
        border: 0; }
      .menu-category-submenu li:last-child {
        padding: 0; }
  .has-submenu .fa.fa-caret-right,
  .has-submenu .fa.fa-caret-down {
    float: right;
    font-size: 1.4em;
    display: block !important; }
  .has-submenu:hover .menu-category-submenu {
    display: none !important;
    background: none;
    left: 0;
    overflow: unset;
    position: relative;
    top: 0;
    width: 100%; }
  .has-submenu .menu-category-submenu {
    display: none !important; }
  .has-submenu.active .menu-category-submenu {
    display: block !important; }
  .header-right {
    justify-content: flex-end; }
  #wrapper.menu-active {
    margin-left: 60%; }
  footer .footer-top .top-left {
    max-width: 35%; }
  footer .footer-signup .footer-signup-box {
    max-width: 235px; }
  footer .footer-signup .footer-signup-button .fa {
    margin: 10px 15px 10px 10px;
    float: left; } }

@media screen and (min-width: 960px) and (max-width: 1180px) {
  .header-main {
    justify-content: space-between; }
  .menu-category > li > a {
    font-size: 12px; }
  .menu-category >
li.shop-online .menu-category > li.dealer-resources {
    max-width: 85px; }
    .menu-category >
li.shop-online .menu-category > li.dealer-resources a {
      padding: 0.9rem 0.4rem; }
  .level-1 li.dealer-resources {
    max-width: 75px; }
  .level-1 li.shop-online {
    max-width: 65px; }
  /*** Store locator ***/
  .pt_store-locator #primary,
  .pt_store-locator #secondary {
    padding: 10px; }
  .pt_store-locator .item-list tr th {
    white-space: normal;
    padding: 6px; }
    .pt_store-locator .item-list tr th:nth-of-type(2) {
      width: 67%; }
    .pt_store-locator .item-list tr th:nth-of-type(3) {
      text-indent: -100%;
      overflow: hidden; }
  .pt_store-locator .item-list tr td {
    padding: 10px 6px; } }

@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 #header,
  .pt_order-confirmation #footer,
  .pt_order-confirmation #navigation {
    display: none; } }

.regions-dialog .region-logo {
  width: 300px;
  height: auto;
  margin: 0 auto; }

.regions-dialog img {
  width: 100%; }

.regions-dialog .region-info {
  text-align: center; }
  .regions-dialog .region-info .content-asset p {
    font-size: 1.4em; }
  .regions-dialog .region-info .find {
    font-size: 20px; }

.regions-dialog .region-selectform {
  width: 75%;
  margin: 10px auto; }
  .regions-dialog .region-selectform #regionform {
    width: 20%;
    float: right;
    margin-left: 5%; }
  .regions-dialog .region-selectform select {
    float: right;
    width: 60%; }
