/* Minification failed. Returning unminified contents.
(13200,1): run-time error CSS1019: Unexpected token, found '}'
(14680,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14681,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14695,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(14696,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14725,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14726,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19969,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(19970,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19992,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(19993,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20038,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(20039,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20063,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(20064,8): run-time error CSS1035: Expected colon, found '{'
(20072,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(20073,8): run-time error CSS1035: Expected colon, found '{'
(20090,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(20091,8): run-time error CSS1035: Expected colon, found '{'
(20101,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(20102,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20113,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(20114,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20137,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(20138,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20151,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(20152,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20169,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(20170,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20205,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(20206,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(20886,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(20887,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@charset "UTF-8";

/* /Styles/Crate/base/base.xs.scss */
/* /Styles/Crate/base/variables.xs.scss */
/* /Styles/Crate/base/mixins.xs.scss */
/* /Styles/Crate/base/variables.xs.scss */
/* #region ---------- Webfont Mixins -------------------------------------------------------------- */
/* #endregion ------- Webfont Mixins -------------------------------------------------------------- */
/* Mixin of Credit Card Styles */
.validation-error {
  border-top: 1px solid #bb0000;
  border-bottom: 1px solid #bb0000;
  font-weight: bold;
  font-size: .9em;
  background: #fffbfa url(//images.crateandbarrel.com/is/image/Crate/icon-error-alert?fmt=png-alpha) no-repeat 12px 15px;
  margin: 10px 0;
  padding: 1.5em 1em 1.5em 3.2em;
  float: left;
  display: block;
  position: relative;
  color: #bb0000;
  font-weight: bold;
}

.validation-error a {
  color: #333;
}

/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
/*#region ========= Tweaks to Base Components on Product and Family Pages ============================================= */
.slider.swatch ul li.first:not(:first-child) {
  margin-left: 15px;
}

.js [role="dialog"] {
  z-index: 999999;
}

/*#endregion ====== Tweaks to Base Components on Product and Family Pages ============================================= */
/* So much absurdity above.... let's aim to scb-ify and only bring over what we need so we can delete all that absurdity above one day... */
/*

    OMG, where does it go? Glad you asked...

    .main-product-and-family    -   product and family page, housewares and furniture (most stuff)
    .main-product               -   product page only, housewares and furniture
    .main-family                -   family page only, housewares and furniture
    .main-housewares            -   housewares page only, product and family
    .main-furniture             -   furniture page only, product and family

*/
/* #region ==================== Product and Family Page - Housewares and Furniture ==================== */
.main-product-and-family {
  padding: 0 1.3em;
  margin-bottom: 16px;
  /* #region =========== HW Right Detail =========== */
}

.main-product-and-family .hw-right-detail {
  display: inline-block;
}

.main-product-and-family .hw-detail-sku {
  margin: 0 0 8px 0;
  float: none;
  display: block;
  font: 400 11px/28px Helvetica, Arial, sans-serif;
}

.main-product-and-family .section-recently-viewed .recently-viewed-description {
  display: none;
}

.main-product-and-family .carousel-item:hover img {
  opacity: 1;
}

/* #region =========== Tap To Zoom =========== */
.tap-zoom-overlay {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 130px;
  height: 40px;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  -webkit-animation: fadeOut 4s ease;
  -moz-animation: fadeOut 4s ease;
  -o-animation: fadeOut 4s ease;
  animation: fadeOut 4s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.outward-player-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.outward-player-popup .zoom-img-top-bar {
  position: absolute;
  right: 20px;
  top: 10px;
}

.outward-player-popup .zoom-img-top-bar .zoom-img-button-close {
  background: none;
  border: 0;
}

.outward-player-popup .custom-player-area {
  position: absolute;
  top: 22%;
}

/* #endregion =========== Tap To Zoom =========== */
/* #region =========== Serverside Rendering Override =========== */
@media screen and (max-width: 768px) {
  .showcase-widget.server-side-rendered .slick-track,
  .section-dimensions.server-side-rendered .slick-track {
    width: 100%;
    overflow: hidden;
  }
  .showcase-widget.server-side-rendered .slick-track .slick-slide:not(.slick-active),
  .section-dimensions.server-side-rendered .slick-track .slick-slide:not(.slick-active) {
    display: none;
  }
  .showcase-widget.server-side-rendered .slick-slide.slick-active.slick-cloned.showcase-item-container,
  .section-dimensions.server-side-rendered .slick-slide.slick-active.slick-cloned.showcase-item-container {
    width: auto;
  }
  .carousel-item-container.server-side-rendered .slick-track {
    overflow: hidden;
    height: 100px;
  }
  .carousel-item-container.server-side-rendered .slick-slide slick-cloned {
    width: auto;
  }
  .carousel-item-container.server-side-rendered .carousel-item-img {
    width: 100px;
  }
}

/* #endregion =========== Serverside Rendering Override =========== */
/* #region ============ International =========== */
.international-container {
  float: left;
  width: 100%;
  font-size: 12px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  line-height: 20px;
}

.international-container .invalid-item-canada {
  font-size: 12px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.international-container .view-intl-button {
  display: block;
}

.international-container .b, .international-container strong, .international-container .international-title {
  font-weight: 700;
}

.international-container button {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
}

.international-container button:hover {
  text-decoration: underline;
}

.international-container button:focus {
  outline: 0;
  text-decoration: underline;
}

.international-container button:focus::before {
  display: none;
}

/* #endregion ========= International =========== */
/* #endregion ================= Product and Family Page - Housewares and Furniture ==================== */
/* #region =========== Custom Layer =========== */
/* #region Base Styling for Auto-Width Children */
.auto-width-children {
  /* if the number of children may vary, 
        specify one of the following auto-width-children-split 
        helper classes to ensure your layout */
}

.auto-width-children::after {
  display: block;
  content: "";
  clear: both;
}

.auto-width-children .auto-width-child {
  float: left;
  box-sizing: border-box;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 100%;
}

.auto-width-children .auto-width-child:first-child:nth-last-child(1) {
  /* one child */
  width: 100%;
}

.auto-width-children .auto-width-child:first-child:nth-last-child(2),
.auto-width-children .auto-width-child:first-child:nth-last-child(2) ~ .auto-width-child {
  /* two children */
  width: calc(50% - 3px);
}

.auto-width-children .auto-width-child:first-child:nth-last-child(3),
.auto-width-children .auto-width-child:first-child:nth-last-child(3) ~ .auto-width-child {
  /* three children */
  width: calc(33.3333% - 4px);
}

.auto-width-children .auto-width-child:first-child:nth-last-child(4),
.auto-width-children .auto-width-child:first-child:nth-last-child(4) ~ .auto-width-child {
  /* four children */
  width: calc(25% - 5px);
}

.auto-width-children .auto-width-child:last-child {
  margin-right: 0 !important;
}

.auto-width-children.auto-width-children-split-1-2 {
  /* only two children, 1st is 1 col wide, 2nd is cols wide */
}

.auto-width-children.auto-width-children-split-1-2 .auto-width-child:first-child:nth-last-child(2),
.auto-width-children.auto-width-children-split-1-2 .auto-width-child:first-child:nth-last-child(2) ~ .auto-width-child {
  width: calc(66.6666% - 4px);
}

.auto-width-children.auto-width-children-split-1-2 .auto-width-child:first-child:nth-last-child(2) {
  width: calc(33.3333% - 4px);
}

.auto-width-children.auto-width-children-split-2-1 {
  /* only two children, 1st is 2 cols wide, 2nd is 1 col wide */
}

.auto-width-children.auto-width-children-split-2-1 .auto-width-child:first-child:nth-last-child(2),
.auto-width-children.auto-width-children-split-2-1 .auto-width-child:first-child:nth-last-child(2) ~ .auto-width-child {
  width: calc(33.3333% - 6px);
}

.auto-width-children.auto-width-children-split-2-1 .auto-width-child:first-child:nth-last-child(2) {
  width: calc(66.6666% - 6px);
}

.auto-width-children.auto-width-children-split-1-1 {
  /* create rows of two items */
}

.auto-width-children.auto-width-children-split-1-1 .auto-width-child {
  width: calc(50% - 3px) !important;
}

.auto-width-children.auto-width-children-split-1-1 .auto-width-child:nth-child(even) {
  margin-right: 0;
}

.auto-width-children.auto-width-children-split-1-1-1 {
  /* create rows of three items */
}

.auto-width-children.auto-width-children-split-1-1-1 .auto-width-child {
  width: calc(33.3333% - 4px) !important;
}

.auto-width-children.auto-width-children-split-1-1-1 .auto-width-child:nth-child(3n) {
  margin-right: 0;
}

/* #endregion Base Styling for Auto-Width Children */
/* #endregion =========== Custom Layer =========== */
/* #region ==================== Product Page Only - Housewares and Furniture ==================== */
/* #endregion ================= Product Page Only - Housewares and Furniture ==================== */
/* #region ==================== Family Page Only - Housewares and Furniture ==================== */
/* #endregion ================= Family Page Only - Housewares and Furniture ==================== */
/* #region ==================== Housewares Page Only - Product and Family ==================== */
.main-housewares .zip-code-change {
  box-sizing: border-box;
  max-width: calc(100% - 32px);
  margin: 0;
  padding-left: 32px;
}

.main-housewares .zip-code-change .zip-code-display,
.main-housewares .zip-code-change .promo-popup {
  margin-left: 0;
}

/* #endregion ================= Housewares Page Only - Product and Family ==================== */
/* #region ==================== Furniture Page Only - Product and Family ==================== */
/* #endregion ================= Furniture Page Only - Product and Family ==================== */
/* #region  ============ Zip Code Panel  =========== */
/* #region  ============ Zip Code Panel For Mobile and HW Availability-wrapper Override =========== */
.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel {
  display: block;
  position: relative;
  background: #fff;
  top: 10px;
  left: 0;
  margin: 0;
  max-width: 100%;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel > * {
  -webkit-animation: fadeIn 0.3s ease-out;
  -moz-animation: fadeIn 0.3s ease-out;
  -o-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel.reveal-zip-code-panel {
  border: 1px solid #ccc;
  max-height: 75px;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel.reveal-zip-code-panel .zip-code-panel-content, .main-product-and-family .availability-wrapper .secondary-message .zip-code-panel.reveal-zip-code-panel .zip-code-panel-close {
  display: block;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel .zip-code-panel-content, .main-product-and-family .availability-wrapper .secondary-message .zip-code-panel .zip-code-panel-close {
  display: none;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel-content {
  float: none;
  clear: none;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel-content > * {
  clear: none;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel-content > *.form-zip-button-wrap button {
  margin: 0;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input {
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #666;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  position: relative;
  outline: 0;
  vertical-align: top;
  background-color: #fff;
  color: #222;
  font-style: normal;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  transition: border linear .2s, box-shadow linear .2s;
  padding: 5px 16px;
  font-size: 12px;
  line-height: normal;
  height: 32px;
  margin: 0;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input:-moz-placeholder {
  color: #999;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input::-moz-placeholder {
  color: #999;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input:-ms-input-placeholder {
  color: #999;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input::-webkit-input-placeholder {
  color: #999;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input.focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-text-wrap .zip-input:focus {
  border-color: #666;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #666 inset;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link {
  border-color: #333;
  background: #333;
  color: #fff;
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.hover, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link:focus {
  /* Requires button to have position: relative; */
  border-color: #333;
  background: #333;
  color: #fff;
  box-shadow: none;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.focus::before, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link:focus::before {
  display: block;
  content: "";
  border-color: #aaa;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled], .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"] {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
  cursor: default;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled.hover, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled:hover, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled].hover, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled]:hover, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"].hover, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"]:hover {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled.focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled:focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled].focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled]:focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"].focus, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"]:focus {
  /* Requires button to have position: relative; */
  border-color: #ccc;
  background: #ccc;
  color: #fff;
  box-shadow: none;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled.focus::before, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled:focus::before, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled].focus::before, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled]:focus::before, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"].focus::before, .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"]:focus::before {
  display: block;
  content: "";
  border-color: transparent;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled i,
.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled svg,
.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link.disabled [class*="svg-icon-"], .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled] i,
.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled] svg,
.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[disabled] [class*="svg-icon-"], .main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"] i,
.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"] svg,
.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link[aria-disabled="true"] [class*="svg-icon-"] {
  opacity: .3;
}

.main-product-and-family .availability-wrapper .secondary-message .form-zip-button-link .button-icon:hover {
  color: #000;
}

.main-product-and-family .availability-wrapper .secondary-message .online-only a {
  float: none;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel-close {
  background: url(//images.crateandbarrel.com/is/image/Crate/furniture_sprite?fmt=png-alpha) no-repeat -356px -69px transparent;
}

.main-product-and-family .availability-wrapper .secondary-message .zip-code-panel-close:focus {
  outline: 1px dotted #222;
  outline-offset: 2px;
}

/* #endregion  =========== Zip Code Panel For Mobile and HW Availability-wrapper Override=========== */
.zip-code-panel {
  *zoom: 1;
  display: none;
  position: absolute;
  bottom: 0;
  left: 101%;
  z-index: 101;
  width: 375px;
  height: auto;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-animation: fadeIn 0.3s ease-out;
  -moz-animation: fadeIn 0.3s ease-out;
  -o-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}

.zip-code-panel:before, .zip-code-panel:after {
  display: table;
  content: "";
  line-height: 0;
}

.zip-code-panel:after {
  clear: both;
}

.zip-code-panel.reveal-zip-code-panel {
  display: block;
  border: 1px solid #ccc;
}

.zip-code-panel-content {
  margin: 0 auto;
  width: 250px;
  height: auto;
  display: block;
}

.zip-code-panel-content .validation {
  clear: both;
  color: #bb0000;
  font-size: 14px;
}

.zip-code-label {
  float: left;
  line-height: 30px;
  margin: 9px 10px 0 0;
  color: #222;
  font-weight: normal;
  font-size: 14px;
}

.form-zip-text-wrap {
  max-width: 68px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-zip-text-wrap .zip-input {
  width: 50px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
}

.form-zip-button-wrap {
  float: left;
  margin-top: 10px;
}

.form-zip-button-wrap .form-zip-button-link {
  padding: 0;
  position: relative;
  border-radius: 0;
}

.form-zip-button-wrap .form-zip-button-link .button-icon {
  width: 30px;
  height: 30px;
}

.form-zip-button-wrap .form-zip-button-link .button-icon:hover {
  color: #000;
}

.zip-code-panel-close {
  padding: 2px;
  position: absolute;
  border: 0;
  right: 4px;
  top: 16px;
  width: 16px;
  height: 16px;
  background: url(//images.crateandbarrel.com/is/image/Crate/furniture_sprite?fmt=png-alpha) no-repeat -354px -68px transparent;
}

.zip-code-panel-close:focus {
  outline: 1px dotted #222;
  outline-offset: 2px;
}

/* #endregion  =========== Zip Code Panel  =========== */
/* #region =========== Favorite Heart =========== */
.main-product-and-family .favorites-text {
  display: inline-block;
  margin-left: 20px;
}

.main-product-and-family .section-exclusive {
  display: flex;
}

.main-product-and-family .section-exclusive [class*="svg-icon"] {
  max-height: 12px;
  max-width: 75px;
  margin-top: 6px;
}

.main-product-and-family .section-exclusive .cb-exclusive {
  margin: 2px 0 0 6px;
}

[class*='svg-icon-heart'] {
  height: 25px;
  width: 25px;
  width: 1.482421875em;
  color: #222;
  vertical-align: middle;
}

.svg-icon-heart {
  color: #1f74bf;
}

/* #endregion =========== Favorite Heart =========== */
/* #region =========== Old modal popup close button =========== */
.overlay-dialog .close-dialog {
  width: auto;
  float: right;
  padding: 1em 1.3em;
  color: #333;
  background: none;
  border: none;
}

.overlay-dialog .close-dialog i {
  font-size: 1.4em;
  padding-left: .4em;
  float: right;
}

/* #endregion =========== Old modal popup close button =========== */
/* For when we get around to tablets... */
/* Until then, serve 'em desktop styles too. */
/* DESKTOP - Media Queries (Tablets and Up...) */
@media screen and (min-width: 768px) {
  #pageWrap,
  .container-fluid {
    overflow: visible;
  }
}

#messagePrint {
  display: none;
}

/* #region ========== Email Popup ======================================= */
#global-popup.narrow .email-a-friend {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #000;
}

#global-popup.narrow .email-a-friend h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 6px;
}

#global-popup.narrow .email-a-friend #instructions {
  font: 14px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
}

#global-popup.narrow .email-a-friend .email-wrap {
  margin: 12px 0;
  overflow: auto;
}

#global-popup.narrow .email-a-friend .email-wrap .input-emails {
  display: block;
  margin: 0 0 4px 0;
  color: #222;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#global-popup.narrow .email-a-friend .email-wrap .input-emails strong {
  color: #222;
  font-weight: 600;
}

#global-popup.narrow .email-a-friend .email-wrap .input-emails span,
#global-popup.narrow .email-a-friend .email-wrap .input-emails .required {
  color: #666;
  font-weight: 400;
  text-transform: lowercase;
}

#global-popup.narrow .email-a-friend .email-wrap .a11y-checkbox-label {
  font-size: 12px;
  line-height: 20px;
}

#global-popup.narrow .email-a-friend .email-wrap #SenderEmail, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails {
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #666;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  position: relative;
  outline: 0;
  vertical-align: top;
  background-color: #fff;
  color: #222;
  font-style: normal;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  transition: border linear .2s, box-shadow linear .2s;
  padding: 5px 16px;
  font-size: 12px;
  line-height: normal;
  height: 32px;
}

#global-popup.narrow .email-a-friend .email-wrap #SenderEmail:-moz-placeholder, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails:-moz-placeholder {
  color: #999;
}

#global-popup.narrow .email-a-friend .email-wrap #SenderEmail::-moz-placeholder, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails::-moz-placeholder {
  color: #999;
}

#global-popup.narrow .email-a-friend .email-wrap #SenderEmail:-ms-input-placeholder, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails:-ms-input-placeholder {
  color: #999;
}

#global-popup.narrow .email-a-friend .email-wrap #SenderEmail::-webkit-input-placeholder, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails::-webkit-input-placeholder {
  color: #999;
}

#global-popup.narrow .email-a-friend .email-wrap #SenderEmail.focus, #global-popup.narrow .email-a-friend .email-wrap #SenderEmail:focus, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails.focus, #global-popup.narrow .email-a-friend .email-wrap #RecipientEmails:focus {
  border-color: #666;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #666 inset;
}

#global-popup.narrow .email-a-friend .button-submit {
  margin-top: 20px;
  border-color: #333;
  background: #333;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 38px;
}

#global-popup.narrow .email-a-friend .button-submit.hover, #global-popup.narrow .email-a-friend .button-submit:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

#global-popup.narrow .email-a-friend .button-submit.focus, #global-popup.narrow .email-a-friend .button-submit:focus {
  /* Requires button to have position: relative; */
  border-color: #333;
  background: #333;
  color: #fff;
  box-shadow: none;
}

#global-popup.narrow .email-a-friend .button-submit.focus::before, #global-popup.narrow .email-a-friend .button-submit:focus::before {
  display: block;
  content: "";
  border-color: #aaa;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

#global-popup.narrow .email-a-friend .button-submit.disabled, #global-popup.narrow .email-a-friend .button-submit[disabled], #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"] {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
  cursor: default;
}

#global-popup.narrow .email-a-friend .button-submit.disabled.hover, #global-popup.narrow .email-a-friend .button-submit.disabled:hover, #global-popup.narrow .email-a-friend .button-submit[disabled].hover, #global-popup.narrow .email-a-friend .button-submit[disabled]:hover, #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"].hover, #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"]:hover {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
}

#global-popup.narrow .email-a-friend .button-submit.disabled.focus, #global-popup.narrow .email-a-friend .button-submit.disabled:focus, #global-popup.narrow .email-a-friend .button-submit[disabled].focus, #global-popup.narrow .email-a-friend .button-submit[disabled]:focus, #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"].focus, #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"]:focus {
  /* Requires button to have position: relative; */
  border-color: #ccc;
  background: #ccc;
  color: #fff;
  box-shadow: none;
}

#global-popup.narrow .email-a-friend .button-submit.disabled.focus::before, #global-popup.narrow .email-a-friend .button-submit.disabled:focus::before, #global-popup.narrow .email-a-friend .button-submit[disabled].focus::before, #global-popup.narrow .email-a-friend .button-submit[disabled]:focus::before, #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"].focus::before, #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"]:focus::before {
  display: block;
  content: "";
  border-color: transparent;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

#global-popup.narrow .email-a-friend .button-submit.disabled i,
#global-popup.narrow .email-a-friend .button-submit.disabled svg,
#global-popup.narrow .email-a-friend .button-submit.disabled [class*="svg-icon-"], #global-popup.narrow .email-a-friend .button-submit[disabled] i,
#global-popup.narrow .email-a-friend .button-submit[disabled] svg,
#global-popup.narrow .email-a-friend .button-submit[disabled] [class*="svg-icon-"], #global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"] i,
#global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"] svg,
#global-popup.narrow .email-a-friend .button-submit[aria-disabled="true"] [class*="svg-icon-"] {
  opacity: .3;
}

/* #endregion ========== Email Popup ======================================= */
/* So much absurdity above.... let's aim to scb-ify and only bring over what we need so we can delete all that absurdity above one day... */
/*

    OMG, where does it go? Glad you asked...

    .main-product-and-family    -   product and family page, housewares and furniture (most stuff)
    .main-product               -   product page only, housewares and furniture
    .main-family                -   family page only, housewares and furniture
    .main-housewares            -   housewares page only, product and family
    .main-furniture             -   furniture page only, product and family

*/
.adaptive-layout {
  /* #region ================================== PRODUCT AND FAMILY PAGE - HOUSEWARES AND FURNITURE ================================================ */
  /* #region ============ International =========== */
  /* #endregion ========= International =========== */
  /* #endregion =============================== PRODUCT AND FAMILY PAGE - HOUSEWARES AND FURNITURE ================================================ */
  /* #region ================================== PRODUCT PAGE ONLY - HOUSEWARES AND FURNITURE ====================================================== */
  /* #endregion =============================== PRODUCT PAGE ONLY - HOUSEWARES AND FURNITURE ====================================================== */
  /* #region ================================== FAMILY PAGE ONLY - HOUSEWARES AND FURNITURE ======================================================= */
  /* #endregion =============================== FAMILY PAGE ONLY - HOUSEWARES AND FURNITURE ======================================================= */
  /* #region ================================== HOUSEWARES PAGE ONLY - PRODUCT AND FAMILY ========================================================= */
  /* #endregion ================= Housewares Page Only - Product and Family ==================== */
  /* #region ================================== FURNITURE PAGE ONLY - PRODUCT AND FAMILY ========================================================== */
  /* #endregion =============================== FURNITURE PAGE ONLY - PRODUCT AND FAMILY ========================================================== */
  /* #region ================================== MISC ============================================================================================== */
  /* #endregion =============================== MISC ============================================================================================== */
  /* #region =========== Tap To Zoom =========== */
  /* #endregion =========== Tap To Zoom =========== */
}

.adaptive-layout .main-product-and-family {
  min-width: 1000px;
  margin-bottom: 48px;
  /* #region ============ Grid 9up =========== */
  /* #endregion ========= Grid 9up =========== */
}

.adaptive-layout .main-product-and-family .grid-9up {
  *zoom: 1;
  width: 100%;
  max-width: 1008px;
}

.adaptive-layout .main-product-and-family .grid-9up:before, .adaptive-layout .main-product-and-family .grid-9up:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .main-product-and-family .grid-9up:after {
  clear: both;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-header {
  margin: 0;
  padding: 10px 0 5px 0;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-header a {
  color: #222;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-tagline {
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
  text-align: center;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-group {
  *zoom: 1;
  float: left;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-group:before, .adaptive-layout .main-product-and-family .grid-9up .grid-9up-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-group:after {
  clear: both;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-item {
  float: left;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 33.3333%;
  margin: 0;
  padding: 6px;
  position: relative;
  cursor: pointer;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-item:hover .grid-9up-link, .adaptive-layout .main-product-and-family .grid-9up .grid-9up-item.is-focused .grid-9up-link {
  opacity: .3;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-item:hover .grid-9up-detail, .adaptive-layout .main-product-and-family .grid-9up .grid-9up-item.is-focused .grid-9up-detail {
  opacity: 1;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-link {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-link:focus {
  outline: dotted 1px #222;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-img {
  float: left;
  width: 100%;
}

.adaptive-layout .main-product-and-family .grid-9up .grid-9up-detail {
  width: calc(100% - 20px);
  margin: 0 10px;
  position: absolute;
  left: 0;
  transition: opacity 0.5s ease;
  opacity: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.adaptive-layout .main-product-and-family .grid-9up .detail-form {
  display: block;
  margin: 10px 0 0;
  padding: 0;
}

.adaptive-layout .main-product-and-family .grid-9up .detail-form .field-qty {
  padding: 5px !important;
}

.adaptive-layout .main-product-and-family .grid-9up .detail-name {
  clear: both;
  margin: 0;
  padding: 0;
  color: #222;
  font: bold 12px/18px Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-product-and-family .grid-9up .detail-price {
  display: block;
  margin: 0;
  padding: 0;
  color: #666;
  font: normal 12px/18px Helvetica, Arial, sans-serif;
}

.adaptive-layout .international-container {
  float: left;
  width: 100%;
  padding-top: 8px;
}

.adaptive-layout .international-container .invalid-item-canada {
  width: 100%;
  border-top: 1px solid #b00;
  border-bottom: 1px solid #b00;
  background: #fffbfa;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.adaptive-layout .international-container .p-international,
.adaptive-layout .international-container .p-international-note {
  width: 49%;
  margin: 0;
  padding: 7px 0 0 0;
  box-sizing: border-box;
  font-size: 14px;
}

.adaptive-layout .international-container .p-international {
  float: left;
  padding-right: 5px;
}

.adaptive-layout .international-container .p-international-note {
  float: right;
}

.adaptive-layout .international-container .b, .adaptive-layout .international-container strong {
  font-weight: 700;
}

.adaptive-layout .alaska-hawaii-enabled .shop-bar-availability {
  float: left !important;
  width: 100%;
  padding-top: 8px;
  position: relative !important;
  left: 0 !important;
}

.adaptive-layout .main-housewares {
  position: relative;
  /* #region ============ Product Detail Right =========== */
  /* #endregion ======== Product Detail Right ========= */
  /* #region ======== Sticky Header ========= */
  /* #endregion ======== Sticky Header ========= */
}

.adaptive-layout .main-housewares .section-product-top {
  width: 100%;
  display: inline-block;
}

.adaptive-layout .main-housewares .section-product-top * {
  box-sizing: border-box;
}

.adaptive-layout .main-housewares .section-product-top .hw-left-product-image {
  display: inline-block;
  width: 66%;
  padding-right: 30px;
  max-width: 655px;
  position: -webkit-sticky;
  position: sticky;
  top: 123px;
  z-index: 5;
}

.adaptive-layout .main-housewares .sticky-header .international-container {
  display: none;
}

.adaptive-layout .main-housewares.main-family .hw-left-product-image {
  position: relative;
  top: 0;
}

.adaptive-layout .main-furniture {
  /* #region =========== Returns Section =========== */
  /* #endregion ========= Returns Section =========== */
}

.adaptive-layout .main-furniture .section-return .reveal-container .reveal-content {
  max-height: none;
}

.adaptive-layout .main-furniture .section-return .button-learn-more {
  display: block;
}

.adaptive-layout .favorites-text {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout .tap-zoom-overlay {
  display: none;
}

/* #region =========== Wallpaper calculator Popup =========== */
.wallpaper-calculator {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.wallpaper-calculator h2 {
  font-size: 40px;
  margin-top: 0;
}

.wallpaper-calculator .wallpaper-calc-title {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.wallpaper-calculator .wall-group {
  margin: 16px 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wallpaper-calculator .wall-group .wall-input {
  width: 50px;
  border-radius: 1px;
  border: 1px solid #444;
  box-shadow: none;
  margin: 0 8px 0 0;
}

.wallpaper-calculator .wall-group .wall-label {
  margin: 0 24px 0 0;
}

.wallpaper-calculator .wall-group .door-width {
  padding: 0 3px 0 0;
}

.wallpaper-calculator .action-links {
  margin: 24px 0;
  border-top: 1px solid #ccc;
}

.wallpaper-calculator .action-links .action-link-container {
  margin: 16px 0;
}

.wallpaper-calculator .action-links .add-window-door-button {
  display: block;
  margin: 16px 0;
}

/* #endregion =========== Wallpaper Calculator Popup =========== */
/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
/* spill
/*-------------------------------------------------------------------------------*/
.renderBody > .spill,
[data-cb-bind*="RenderBody"] > .spill {
  width: 100%;
}

.mobile-search-filters {
  height: 100vh;
  position: relative;
}

.mobile-search-filters .close-filters {
  display: block;
  text-align: right;
  margin: 18px;
}

.mobile-search-filters .close-filters i {
  font-size: 15px;
}

.mobile-search-filters .sort-by {
  margin-bottom: 15px;
}

.mobile-search-filters .sort-by .select-wrapper {
  padding: 0 18px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.mobile-search-filters .sort-by .select-wrapper:after {
  font-family: 'web-icons';
  content: "\ef0d";
  width: 15px;
  padding: 8px;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 3px;
  z-index: 2;
}

.mobile-search-filters .sort-by .select-wrapper select {
  z-index: 100;
  position: relative;
  height: 43px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.mobile-search-filters .sort-by .select-wrapper select::-ms-expand {
  display: none;
}

.mobile-search-filters .filter-by h2 {
  margin: 0;
  text-transform: uppercase;
  padding: 0 18px 15px 18px;
  border-bottom: solid 2px;
  font-size: 14px;
}

.mobile-search-filters .filter-by .filter-container {
  border-bottom: solid 2px;
  background: #fff !important;
  border-top: none;
  margin-top: 0;
}

.mobile-search-filters .filter-by .filter-container a {
  padding: 22px 18px;
  display: block;
  position: relative;
  font-size: 16px;
}

.mobile-search-filters .filter-by .filter-container a.collapsed:before, .mobile-search-filters .filter-by .filter-container a.collapsed:after {
  transform: initial;
  transition: .35s ease;
}

.mobile-search-filters .filter-by .filter-container a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 26px;
  background: #666;
  top: 19px;
  right: 30px;
  transform: rotate(45deg);
  transition: .35s ease;
}

.mobile-search-filters .filter-by .filter-container a:after {
  /*content: url('//images.crateandbarrel.com/is/image/Crate/Plus-Sign?$web_jpeg$');*/
  content: '';
  position: absolute;
  height: 2px;
  width: 26px;
  background: #666;
  top: 31px;
  right: 18px;
  transform: rotate(45deg);
  transition: .35s ease;
}

.mobile-search-filters .filter-by .filter-container .filter {
  padding: 0 18px;
  margin-bottom: 15px;
}

.mobile-search-filters .filter-by .filter-container .filter ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3px;
  padding-bottom: 5px;
}

.mobile-search-filters .filter-by .filter-container .filter ul li {
  padding: 2px 0;
}

.mobile-search-filters .filter-by .filter-container .filter ul li label {
  font-size: 14px;
  display: block;
}

.mobile-search-filters .filter-by .filter-container .filter ul.one-col-list li {
  flex-basis: 100%;
}

.mobile-search-filters .filter-by .filter-container .filter ul.two-col-list li {
  flex-basis: 50%;
}

.mobile-search-filters .filter-by .filter-container .filter ul.three-col-list li {
  flex-basis: 33.33%;
}

.mobile-search-filters .filter-by .filter-container .filter ul.four-col-list li {
  flex-basis: 25%;
}

.mobile-search-filters .filter-by .filter-container .filter .price-filter {
  display: flex;
  align-items: center;
}

.mobile-search-filters .filter-by .filter-container .filter .price-filter span {
  padding: 0 10px 0 0;
}

.mobile-search-filters .filter-by .filter-container .filter .price-filter input[type="text"] {
  margin: 0 10px 0 0;
  width: 75px;
  height: 30px;
  border-color: #666;
  border-width: 0.5px;
  font-size: 14px;
  padding: 5px;
  box-shadow: none;
}

.mobile-search-filters .filter-by .filter-container .selected-filters {
  margin: -20px 18px 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 77%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mobile-search-filters .empty-white-space {
  height: 120px;
  background: transparent;
}

.mobile-search-filters .filter-actions {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 18px 0;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-top: solid 2px;
}

.mobile-search-filters .filter-actions button {
  margin-bottom: 15px;
  width: 100%;
}

.mobile-search-filters .filter-actions .clear-filters {
  margin-bottom: 12px;
  display: block;
}

.image-map-container img {
  max-height: 15px;
}

.spill {
  padding: 0 1.2em;
  box-sizing: border-box;
}

.spill .search-correct.search-correct-sli h1 {
  padding-bottom: 10px;
}

.spill h1 {
  padding: 1em 0 0.75em;
  line-height: 1.3em;
}

.spill .icon-favorites,
.spill .empty-icon-favorites {
  float: right;
  height: 20px;
  width: 21px;
  overflow: hidden;
  cursor: pointer;
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.spill .product-info .button-add-to-favorites {
  border: 0;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
}

.spill .product-info .button-add-to-favorites .favorites-text {
  display: none;
}

.spill .spill-fabric-swatch + .product-info .button-add-to-favorites {
  top: -20px;
}

.spill .icon-favorites {
  background-position: -79px -14px;
}

.spill .empty-icon-favorites {
  background-position: -105px -14px;
}

.spill .search-suggestions {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 21px;
  overflow: hidden;
}

.spill .search-suggestions label {
  display: inline;
}

.spill .search-suggestions ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  display: inline;
}

.spill .search-suggestions ul li {
  display: inline-block;
  float: none;
  white-space: nowrap;
  border-bottom: solid 1px #666;
  margin: 0 10px;
}

.spill .search-suggestions ul li a {
  cursor: pointer;
}

.spill .search-suggestions ul li a:hover {
  text-decoration: none;
}

.spill .test-b, .spill .test-c {
  display: none;
}

.spill .onlyClearAll {
  display: none;
}

.spill .select-list {
  margin-bottom: 15px;
}

.spill .select-list .clear-filters {
  display: block;
  text-align: center;
}

.spill .test-a .sort-and-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border: solid 1px;
  margin-bottom: 5px;
  border-radius: 2px;
  padding: 12px 18px;
}

.spill .test-b .sort-and-filter {
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.spill .test-b .sort-and-filter .sort-by, .spill .test-b .sort-and-filter .filter-by {
  padding: 12px 18px;
  font-size: 14px;
  line-height: 18px;
}

.spill .test-b .sort-and-filter .sort-by-container {
  position: relative;
}

.spill .test-b .sort-and-filter .sort-by-container .sort-by {
  box-sizing: border-box;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin-bottom: 5px;
}

.spill .test-b .sort-and-filter .sort-by-container select::-ms-expand {
  display: none;
}

.spill .test-b .sort-and-filter .sort-by-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border: solid 1px;
  border-width: 1.8px 1.8px 0 0;
  border-radius: 1px;
  right: 0;
  top: 0;
  transform: rotate(135deg);
  margin-right: 19px;
  margin-top: 16px;
}

.spill .test-b .sort-and-filter .sort-by-container, .spill .test-b .sort-and-filter .filter-by-container {
  width: 49%;
}

.spill .test-b .sort-and-filter .filter-by {
  border-style: solid;
  border-width: 1px;
  text-align: center;
}

.spill .test-b .sort-and-filter .sort-dropdown {
  clear: both;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px 15px;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  display: none;
  background: #fff;
  z-index: 5;
}

.spill .test-b .sort-and-filter .sort-dropdown ul li {
  padding: 4px 0;
}

.spill .row [class*="col-xs-6"] {
  width: 50%;
  border-top: 1px solid #d8d8d8;
  border-right: none;
  border-left: 1px solid #d8d8d8;
  margin-left: -1px;
  padding-left: 1.3em;
}

.spill .row [class*="col-xs-6"]:nth-child(odd) {
  padding-right: 1.3em;
  padding-left: 0;
  clear: both;
  border-right: 1px solid #d8d8d8;
  border-left: none;
}

.spill .row .margin-bottom-search {
  margin: 0 0 3em;
}

.spill .row .spill-fabric-swatch {
  display: inline-block;
  padding-top: .2em;
  width: 100%;
}

.spill .row .spill-fabric-swatch .spill-custom-swatch-bar {
  float: left;
}

.spill .row .spill-fabric-swatch .spill-custom-swatch-bar img {
  margin-right: .2em;
}

.spill .row .spill-fabric-swatch .spill-custom-swatch-bar img.jsLazyLoad {
  width: 77px;
}

.spill .row .spill-fabric-swatch img {
  float: left;
  max-height: 13px;
}

.spill .row .spill-fabric-swatch .swatch-count {
  font-size: .7em;
  float: left;
  position: relative;
  margin-left: .1em;
  color: #444;
}

.spill .row .product-thumb {
  margin: 1em 0;
}

.spill .row .product-thumb .svg-icon-circle-crate-kids {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
}

.spill .select-list select {
  width: 100%;
}

.spill .select-list fieldset {
  display: block;
}

.spill .select-list .mobile-search-filters {
  height: auto;
}

.spill .select-list .mobile-search-filters .filter-by .search-included-brands {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 0;
}

.spill .product {
  padding: 0;
  font-size: .9em;
}

.spill .product .product-thumb {
  display: block;
  position: relative;
}

.spill .product .product-thumb:first-child {
  margin: 1.5em 0;
}

.spill .product .product-thumb img {
  display: block;
  margin: 0 auto;
}

.spill .product .swatch-collection {
  margin-bottom: .5em;
  overflow: hidden;
  display: block;
}

.spill .product .swatch-collection .swatch-collection-image {
  width: 135px;
  float: left;
}

.spill .product .swatch-collection .swatch-collection-image img {
  max-width: none;
}

.spill .product .swatch-collection .swatch-collection-count {
  width: 50px;
  overflow: hidden;
  color: #666;
  font-size: .85em;
  display: block;
  float: left;
  line-height: 2em;
}

.spill .product .product-info {
  text-align: left;
  line-height: 1.2em;
  display: inline-block;
  padding: 0;
  color: #222;
  position: relative;
}

.spill .product .product-info .product-name {
  display: block;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
}

.spill .product .product-info .sale {
  padding: 0;
  width: calc(100% - 30px);
  float: left;
}

.spill .product .product-info .new {
  color: #1f74bf;
}

.spill .col-xs-12 .product .swatch-collection .swatch-collection-image {
  width: 90px;
  overflow: hidden;
  margin-right: .25em;
}

.spill .col-xs-12 .product .product-info {
  padding-bottom: 0;
  display: block;
}

.spill .col-xs-12 .product .product-info .product-name {
  display: block;
}

.spill .col-xs-6 .product .swatch-collection .swatch-collection-image {
  width: 75px;
  overflow: hidden;
}

.spill .col-xs-6 .product .swatch-collection .swatch-collection-image img {
  width: 165px;
}

.spill .col-xs-6 .product .product-info {
  padding-bottom: 0;
  display: block;
}

.spill .salePrice,
.spill .regPrice {
  font-size: .9em;
  margin-bottom: 0;
  display: block;
  clear: both;
}

.spill .alert {
  font-size: .9em;
  height: 1.2em;
}

.spill .view-more {
  padding-top: 10px;
}

.spill .search-correct {
  margin-bottom: 1em;
}

.spill .search-correct p {
  margin-bottom: 0;
}

.spill.spill-search-empty {
  padding: 0;
  margin-bottom: 50px;
}

.spill.spill-search-empty .top-section-container {
  background-color: #eee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.spill.spill-search-empty .top-section-container .top-section {
  padding: 0 18px;
  text-align: center;
}

.spill.spill-search-empty .bottom-section-container {
  padding: 0 18px;
  width: auto;
  overflow: hidden;
}

.spill.spill-search-empty .chat-container {
  clear: both;
  padding: 30px 18px;
  text-align: center;
}

.spill.spill-search-empty .chat-container p span {
  display: block;
}

.spill.spill-search-empty .chat-container .chat-link {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

.spill.spill-search-empty p {
  margin: 0;
}

.spill.spill-search-empty .site-search {
  margin: 25px 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 32px;
  background: #fff;
  padding: 0;
}

.spill.spill-search-empty .site-search:focus {
  width: 500px;
}

.spill.spill-search-empty .site-search #ui-id-1.ui-autocomplete {
  padding-top: 0 !important;
}

.spill.spill-search-empty .site-search input.search {
  padding: 0 0 0 25px;
  height: 30px;
  background: #fff;
  width: 100%;
  border: 0;
  border-radius: 0;
}

.spill.spill-search-empty .site-search input.search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

.spill.spill-search-empty .site-search input.search::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

.spill.spill-search-empty .site-search input.search:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

.spill.spill-search-empty .site-search input.search:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

.spill.spill-search-empty .site-search input.search:focus {
  box-shadow: none;
  outline: none;
}

.spill.spill-search-empty .site-search input:focus ~ .underline:after {
  height: 0;
  transform: scaleX(1);
}

.spill.spill-search-empty .site-search .underline {
  position: absolute;
  border-bottom: 1px solid #ccc;
  width: 100%;
  left: 0;
  bottom: 0;
}

.spill.spill-search-empty .site-search .underline:after {
  content: " ";
  position: absolute;
  border-bottom: 2px solid #222;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  left: 0;
}

.spill.spill-search-empty .site-search .icon-search {
  position: absolute;
  top: -.2em;
  left: 0;
  border: none;
  padding: .6em 1.1em 1.1em .1em;
  background: transparent;
  color: #000;
  font-size: 1.5em;
  width: .5em;
  height: .5em;
}

.spill.spill-search-empty .site-search .icon-search:before {
  position: absolute;
  content: "";
  width: 16px;
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -34px -249px;
  height: 17px;
  margin-left: -2px;
}

.spill-view-more-product-wrap {
  width: 100%;
}

.spill-view-more-product-wrap .button-view-more-product {
  margin: 0px auto;
  display: block;
}

@media screen and (max-device-width: 768px) {
  .seo-spill-layout {
    padding: 0;
    width: auto;
  }
  .seo-spill-layout .page-title {
    padding: 1.143em 1em;
    font-weight: 300;
    font-size: 1.6em;
  }
  .seo-spill-layout .spillContent {
    width: auto;
  }
  .seo-spill-layout .seo-spill-description {
    padding-left: 12px;
    padding-right: 12px;
  }
  .seo-spill-layout .product-info .favorites-text {
    display: none;
  }
  .seo-spill-layout .product-info .button {
    margin: 0;
  }
  .seo-spill-layout .product-miniset {
    width: 45%;
    height: auto !important;
    font: 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .seo-spill-layout .product-miniset .product-miniset-thumbnail {
    height: auto !important;
  }
  .seo-spill-layout .product-miniset .product-miniset-thumbnail img {
    height: auto !important;
  }
  .seo-spill-layout .product-miniset .swatch-collection-image {
    margin: 0.571em 0;
  }
  .seo-spill-layout .product-miniset .product-info .product-miniset-title {
    width: 80%;
  }
  .seo-spill-layout .product-miniset .product-info .button-secondary {
    width: 20%;
  }
  .seo-spill-layout .product-miniset .spill-product-swatches .colorCount a {
    font: 11px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #444;
  }
  .spill-layout .product-miniset {
    font: 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .spill-layout .product-miniset .product-miniset-title {
    font-weight: 400 !important;
  }
  .spill-layout .product-miniset .product-miniset-price .sale, .spill-layout .product-miniset .product-miniset-price .hwShippingMessage, .spill-layout .product-miniset .product-miniset-price .hwThreeWideRow .regPrice {
    font-weight: 400;
  }
  .spill-layout .product-miniset .hwThreeWideRow .sale, .spill-layout .product-miniset .hwShippingMessage, .spill-layout .product-miniset .hwThreeWideRow .regPrice {
    font: 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
  }
  .spill-layout .product-miniset .spill-product-swatches img {
    max-height: 13px;
  }
}

/* For when we get around to tablets... */
/* Until then, serve 'em desktop styles too. */
/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
@media screen and (min-width: 768px) {
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container {
    position: relative;
    display: flex;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container map {
    position: absolute;
    height: 2px;
    width: 27px;
    background: #1f74bf;
    top: 18px;
    left: 0px;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container area:focus {
    border: none;
    outline: none;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container .spill-more-options {
    margin-left: 10px;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container .spill-more-options span {
    margin-left: 0;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container .spill-more-options:hover {
    color: #666;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .non-interactive .image-map-container map {
    background: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container {
    position: relative;
    display: flex;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container map {
    position: absolute;
    height: 2px;
    width: 27px;
    background: #1f74bf;
    top: 18px;
    left: 0px;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container area:focus {
    border: none;
    outline: none;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container .spill-more-options {
    margin-left: 10px;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container .spill-more-options span {
    margin-left: 0;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .spill-product-swatches .image-map-container .spill-more-options:hover {
    color: #666;
  }
  .spill-layout.seo-spill-layout .spill-three-column .product-miniset .non-interactive .image-map-container map {
    background: none !important;
  }
}

.spill-layout {
  width: 1008px;
  margin: 0 auto;
  display: block;
  min-height: 550px;
}

.spill-layout::after {
  display: block;
  content: "";
  clear: both;
}

.spill-layout .breadcrumb-title {
  display: none;
}

.spill-layout .cmpr-international {
  border-top: 2px solid #000;
  min-height: 19px;
  display: block;
  clear: both;
}

.spill-layout .spill-grid {
  margin: 0 0 45px -12px;
  width: 1020px;
  float: left;
}

.spill-layout .spillContent {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.spill-layout .hwThreeWideContent {
  width: 1021px;
}

.spill-layout .hwThreeWideContent .product-miniset .non-interactive .image-map-container map {
  background: none;
}

.spill-layout .hwThreeWideContent .product-miniset .non-interactive .image-map-container area {
  outline: none;
  border: none;
  cursor: default;
}

.spill-layout .hwThreeWideContent .product-miniset .non-interactive .image-map-container .spill-more-options span {
  margin-left: 0;
}

.spill-layout .hwThreeWideContent .product-miniset .quicklook-button-wrap {
  display: inline-block;
}

.spill-layout .spillThemeLeft {
  margin-left: 12px;
}

.spill-layout .hwSpillTheme.product-miniset.fL {
  float: none !important;
}

.spill-layout .product-miniset {
  width: 328px;
  height: 500px;
  margin: 0 -4px 12px 12px;
  display: inline-block;
  vertical-align: top;
}

.spill-layout .product-miniset .socialIcon {
  display: none !important;
}

.spill-layout .product-miniset .product-details-wrapper {
  clear: both;
  position: relative;
  margin-top: 10px;
}

.spill-layout .product-miniset .product-details-wrapper .non-interactive .image-map-container area {
  outline: none;
  border: none;
  cursor: default;
}

.spill-layout .product-miniset .spill-product-swatches {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

.spill-layout .product-miniset .spill-product-swatches li {
  float: left;
  margin: 0 3px 10px 0;
}

.spill-layout .product-miniset .spill-product-swatches li a:focus,
.spill-layout .product-miniset .spill-product-swatches li.selected a:focus {
  border-bottom: 1px solid #1f74bf;
}

.spill-layout .product-miniset .spill-product-swatches .colorCount a:focus {
  text-decoration: underline;
}

.spill-layout .product-miniset .spill-product-swatches .spill-more-options span {
  margin-left: 5px;
  color: #666;
}

.spill-layout .product-miniset .spill-product-swatches .spill-more-options span:hover {
  color: #666;
}

.spill-layout .product-miniset .spill-product-swatches .spill-more-options:hover {
  color: #666;
}

.spill-layout .product-miniset .product-info .button-add-to-favorites {
  position: absolute;
  top: 0;
  right: 0;
}

.spill-layout .product-miniset .selected-swatch {
  display: none;
}

.spill-layout .product-miniset .spillThemeRight .cmsCol {
  padding-left: 15px;
}

.spill-layout .product-miniset h3 {
  margin-top: 21px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.5px;
}

.spill-layout .product-miniset p.crate-helvetica-roman,
.spill-layout .product-miniset p.crate-primary-roman {
  width: 290px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.spill-layout .product-miniset .product-miniset-thumbnail {
  display: block;
  height: 326px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.spill-layout .product-miniset .product-miniset-thumbnail:focus {
  outline: 1px solid #222;
  outline-offset: 2px;
}

.spill-layout .product-miniset .product-miniset-thumbnail .svg-icon-circle-crate-kids {
  position: absolute;
  top: 29px;
  left: 8px;
  width: 32px;
  height: 32px;
}

.spill-layout .product-miniset .product-miniset-title {
  margin-top: -3px;
  font-weight: 600;
  display: block;
}

.spill-layout .product-miniset .product-miniset-title:focus {
  text-decoration: underline;
}

.spill-layout .product-miniset .product-miniset-price {
  float: left;
  clear: both;
}

.spill-layout .product-miniset .dutieIncludedPrice {
  display: inline-block;
  width: inherit;
  font-size: 11px;
}

.spill-layout .product-miniset .reg {
  font-weight: 300;
  color: #666;
}

.spill-layout .product-miniset .reg .regPrice {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.spill-layout .product-miniset .sale {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #bb0000;
  clear: both;
}

.spill-layout .product-miniset .sale .salePriceDetail {
  color: #666;
}

.spill-layout .product-miniset .collectionSwatchImageMapWrap {
  width: 135px;
  overflow: hidden;
  display: inline-block;
  margin-top: -3px;
}

.spill-layout .product-miniset .collectionSwatchImageMapWrap img {
  max-width: none;
  margin-top: 0;
}

.spill-layout .product-miniset .product-miniset-swatches {
  display: block;
  position: relative;
  margin: 0 0 5px -1px;
}

.spill-layout .product-miniset .product-miniset-swatches .selected-swatch {
  display: none;
}

.spill-layout .product-miniset .product-miniset-swatches .available-swatches {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.spill-layout .product-miniset .product-miniset-swatches li {
  float: left;
  margin: 0 3px 2px 0;
}

.spill-layout .product-miniset .product-miniset-swatches li a {
  display: block;
  padding: 0 0 4px 0;
}

.spill-layout .product-miniset .product-miniset-swatches .colorCount a {
  font-size: 11px;
  display: inline-block;
  padding: 0 0 0 3px;
}

.spill-layout .product-miniset .product-miniset-swatches .colorCount a:focus {
  text-decoration: underline;
}

.spill-layout .product-miniset .product-miniset-swatches:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.spill-layout .product-miniset .product-miniset-options {
  display: block;
  margin: 14px 0 0;
  float: left;
  clear: both;
}

.spill-layout .product-miniset .product-miniset-options a {
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}

.spill-layout .product-miniset .product-miniset-options a:hover, .spill-layout .product-miniset .product-miniset-options a:active, .spill-layout .product-miniset .product-miniset-options a:focus {
  text-decoration: underline;
}

.spill-layout .product-miniset .product-miniset-options .product-compare {
  margin: 0 5px 0 0;
  position: relative;
  z-index: 1;
  color: #1f74bf;
  text-decoration: underline;
}

.spill-layout .product-miniset .product-miniset-options .product-compare.add:focus {
  text-decoration: underline;
}

.spill-layout .product-miniset .product-miniset-options .product-compare i.icon-check-box {
  position: relative;
  z-index: -1;
}

.spill-layout .product-miniset .product-miniset-options .product-compare i.icon-check-box:before {
  display: block;
  content: " ";
  float: left;
  margin: -1px 0 0 0;
  width: 12px;
  height: 12px;
  background: url(//images.crateandbarrel.com/is/image/Crate/fj_hwj_sprite?fmt=png-alpha) no-repeat;
  background-position: -12px -100px;
}

.spill-layout .product-miniset .product-miniset-options .product-compare i.icon-check-box.active:before {
  background-position: -74px -102px;
}

.spill-layout .product-miniset .product-miniset-options .product-compare.add {
  color: #666;
  text-decoration: none;
}

.spill-layout .product-miniset .product-miniset-options .product-compare.add:hover {
  text-decoration: underline;
}

.spill-layout .product-miniset .product-miniset-options .view-compare {
  display: none;
}

.spill-layout .product-miniset .product-miniset-options i.icon-search {
  height: 10px;
  position: relative;
  top: 0;
}

.spill-layout .product-miniset .product-miniset-options i.icon-search:before {
  display: block;
  content: " ";
  float: left;
  margin: -1px 4px 0 0;
  width: 12px;
  height: 12px;
  background: url(//images.crateandbarrel.com/is/image/Crate/fj_hwj_sprite?fmt=png-alpha) no-repeat;
  background-position: -23px -102px;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .divSwatchCarousel,
.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel {
  width: auto;
  float: left;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel {
  min-width: 0;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li {
  margin-right: 3px;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li a {
  pointer-events: none;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li img {
  margin: 0;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li .spill-more-options {
  border: 0;
  color: #666;
  font-size: 12px;
  pointer-events: visible;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li .spill-more-options:focus span {
  text-decoration: underline;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li .spill-more-options:hover {
  color: #666;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .divSwatchCarousel img,
.spill-layout .product-miniset .spill-special-order-swatch-bar .spill-product-swatches img {
  max-height: 17px;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar .divSwatchCarousel .jsLazyLoad,
.spill-layout .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .jsLazyLoad {
  max-height: 15px;
  width: 165px;
}

.spill-layout .product-miniset .spill-section-planner-bar .divSwatchCarousel .jsLazyLoad {
  max-height: none;
  width: auto;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap {
  float: left;
  padding: 7px 0 0 0;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .divSwatchCarousel,
.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel,
.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel li,
.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel a,
.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel img {
  box-sizing: border-box;
  float: left;
  font: 300 12px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #717171;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel li {
  padding: 4px 2px 0 0;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel li.see-more {
  padding: 0 0 0 4px;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap .shop-bar-carousel li a:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.spill-layout .product-miniset .spill-special-order-swatch-bar-wrap ~ i[class*="favorite"] {
  margin-top: -47px !important;
}

.spill-layout .product-miniset i.icon-search {
  height: 14px;
  position: relative;
  top: 4px;
}

.spill-layout .product-miniset i.icon-search:before {
  display: block;
  content: " ";
  float: left;
  margin: -1px 0 0 0;
  width: 12px;
  height: 12px;
  background: url(//images.crateandbarrel.com/is/image/Crate/fj_hwj_sprite?fmt=png-alpha) no-repeat;
  background-position: -23px -102px;
}

.spill-layout .product-miniset .ships-free {
  display: block;
}

.spill-layout .product-details-wrapper {
  position: relative;
}

.spill-layout .button-add-to-favorites {
  padding: 0 8px;
  background: none;
  border: 0;
  top: -3px;
  right: 0;
  position: absolute;
}

.spill-layout .button-add-to-favorites:focus:before {
  outline: 1px dotted #222;
  outline-offset: 2px;
  border-width: 0px;
}

.spill-layout.search-layout .spill-grid {
  margin: 0 0 45px -12px;
  width: 1020px;
  float: left;
}

.spill-layout.search-layout .spill-grid .product-miniset {
  width: 245px;
  min-height: 400px;
  height: auto;
  margin: 0 -7px 12px 12px;
}

.spill-layout.search-layout .spill-grid .product-miniset .favorite-wrap-search {
  width: inherit;
}

.spill-layout.search-layout .spill-grid .product-miniset .search-sli {
  display: block;
  float: left;
  padding-top: 5px;
  width: 100%;
}

.spill-layout.search-layout .spill-grid .product-miniset .search-sli span {
  display: block;
  padding-top: 3px;
  color: #1f74bf;
  font-size: 11px;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
}

.spill-layout.search-layout .spill-grid .product-miniset .product-miniset-thumbnail {
  height: 243px;
}

.spill-layout.search-layout .seo-common-searches h1 {
  margin-left: 13px;
}

.spill-layout.search-layout .seo-common-searches a {
  color: black;
}

.spill-layout.search-layout .seo-common-searches .seo-col {
  width: 40%;
  float: left;
}

@media screen and (max-width: 768px) {
  .spill-layout.search-layout .seo-common-searches .seo-col {
    width: 21%;
  }
}

.spill-layout .jcarousel-next-horizontal,
.spill-layout .jcarousel-prev-horizontal {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .spill.spill-search-empty .chat-container {
    padding: 40px 0;
  }
  .spill.spill-search-empty .chat-container p {
    display: inline-block;
    margin-right: 10px;
  }
  .spill.spill-search-empty .chat-container p span {
    display: inline;
  }
}

/* Housewares Spill, *not* Furniture */
.housewares-spill-layout:not(.furniture-spill) .image-map-container {
  position: relative;
  display: flex;
  line-height: 14px;
  margin-bottom: 16px;
  min-height: 15px;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container map {
  position: absolute;
  height: 8px;
  width: 27px;
  top: 18px;
  left: 0;
  background: 0;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container map area:focus {
  outline: none;
  border: 0;
  content: "";
  position: absolute;
  background: #1f74bf;
  margin-top: -18px;
  height: 1px;
  width: 100%;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container map .image-map-underline {
  margin-top: -18px;
  position: absolute;
  background: #1f74bf;
  width: 100%;
  height: 2px;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container area:focus {
  border: none;
  outline: none;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container .spill-more-options {
  margin-left: 10px;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container .spill-more-options span {
  margin-left: 0;
}

.housewares-spill-layout:not(.furniture-spill) .image-map-container .spill-more-options:hover {
  color: #666;
}

.housewares-spill-layout:not(.furniture-spill) .spill-special-order-swatch-bar {
  margin-bottom: 5px;
}

/* Recently viewed */
.sectionHeader {
  color: #222;
  font: 300 18px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px 0;
}

span.sectionHeader {
  display: block;
}

.sectionHeaderAnchor, .sectionHeaderAnchor:link, .sectionHeaderAnchor:visited, .sectionHeaderAnchor:active, .sectionHeaderAnchor:not([href]):hover, .sectionHeaderAnchor:not([href]):focus {
  color: #222;
  text-decoration: none;
}

.sectionTagline {
  color: #222;
  font: 400 30px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
}

.rugTagline {
  background-color: #F0EFED;
  text-align: left;
  padding: 30px 0 30px 30px;
  border-top: solid 1px #ccc;
  margin: 0;
}

/* Product Recently Viewed */
.spill-recently-viewed {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.spill-recently-viewed .spill-recently-viewed-description {
  color: #222;
  display: none;
  font-size: 12px;
  line-height: 1em;
}

.spill-recently-viewed .spill-recently-viewed-description .title {
  display: block;
  font-weight: 600;
  padding: 10px 0 5px;
}

.spill-recently-viewed .spill-recently-viewed-item {
  display: inline-block;
  line-height: 1.2;
  height: 250px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  width: 121px;
}

.spill-recently-viewed .spill-recently-viewed-link {
  text-decoration: none;
}

.spill-recently-viewed .spill-recently-viewed-link:hover .spill-recently-viewed-description {
  display: block;
}

/* /Product Recently Viewed */
/* Drawers used in GR and customer Service
-------------------------------------------------------------------*/
.drawerBox {
  float: left;
  width: 998px;
}

.drawerBoxBorder {
  float: left;
  width: 998px;
  border-bottom: 2px solid #e6e7e9;
}

.drawerBoxHeader h2,
.drawerBoxHeader h3 {
  background: url(/Assets/Backgrounds/registryList_gradient.gif) repeat-x 0 bottom;
  color: #000;
  font: bold 18px/30px Helvetica, Arial, sans-serif;
  padding: 15px 0 0 15px;
  margin: 0;
  width: 983px;
  height: 30px;
}

.drawerBoxHeader h2 span,
.drawerBoxHeader h3 span {
  float: left;
  padding-top: 3px;
}

.drawerBox .closed h2 .arrow,
.drawerBox .closed h3 .arrow {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -349px -145px;
  height: 12px;
  margin: 13px 8px 0 0;
  width: 12px;
}

.drawerBox .open h2 .arrow,
.drawerBox .open h3 .arrow {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -349px -121px;
  height: 12px;
  margin: 13px 8px 0 0;
  width: 12px;
}

.drawerBoxHeader h2:hover,
.drawerBoxHeader h3:hover {
  cursor: pointer;
  cursor: hand;
}

.drawerBoxContent {
  float: left;
  width: 998px;
}

.drawerBoxContent .carousel5up .jcarousel-container-horizontal {
  overflow: hidden;
  width: 998px;
}

.drawerBoxContent .carousel5up .jcarousel-clip-horizontal {
  margin: 0;
  overflow: hidden;
  width: 936px;
  margin: 0 31px;
}

.drawerBoxContent .carousel5up .thumbView {
  height: 220px !important;
}

.drawerBoxContent .carousel5up .thumbView li {
  height: 220px !important;
  width: 156px !important;
}

.drawerBoxContent .carousel5up .thumbView li a {
  float: left;
  width: 156px !important;
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}

.drawerBoxContent .carousel5up .thumbView li a span {
  float: left;
  padding: 0 20px;
}

.drawerBoxContent .carousel5up .thumbView li a img {
  float: left;
  padding: 30px 20px 20px;
}

.drawerBoxContent .jcarousel-next-horizontal,
.drawerBoxContent .jcarousel-prev-horizontal {
  top: 50px;
}

/* Guided Navigation Tab Items
 -------------------------------------------------------*/
.searchContent.spill ._resultsForText h1 {
  font-size: 38px;
}

.searchContent.spill #guidedNavigation {
  border-top: 2px solid #000;
}

.searchContent.spill #guidedNavigation ul.leftNav {
  width: auto !important;
}

.searchContent.spill #guidedNavigation ul.leftNav li a {
  color: #1F74BF !important;
}

.searchContent.spill #guidedNavigation .sortByLabel {
  margin: 11px 12px 0 5px;
}

#guidedNavigation .guidedNavigationTabItems {
  float: left;
  height: auto;
  width: 1010px;
  margin: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 10px -10px;
}

#guidedNavigation .guidedNavigationTabItems .columns {
  display: inline-block;
  vertical-align: top;
}

#guidedNavigation .guidedNavigationTabItems .first_column {
  width: 25%;
}

#guidedNavigation .guidedNavigationTabItems .first_column .guidedNavShowAll,
#guidedNavigation .guidedNavigationTabItems .first_column .guidedNavClearAll {
  background: none;
  border: none;
  color: #1f74bf !important;
  font-weight: normal !important;
  font-size: 12px !important;
  margin: 0;
  padding: 7px 10px 0;
  width: auto;
}

#guidedNavigation .guidedNavigationTabItems .second_column {
  display: inline-block;
  width: 72%;
}

#guidedNavigation .guidedNavigationTabItems .second_column a {
  background-color: #fafafa;
  border: solid 1px #bfc5ce;
  color: #333;
  display: block;
  font-weight: normal;
  margin: 5px 10px 0 0;
  padding: 0;
  text-decoration: none;
  text-shadow: -1px -1px #fff;
  width: 77px;
}

#guidedNavigation .guidedNavigationTabItems .second_column a:hover {
  text-decoration: underline;
}

#guidedNavigation .guidedNavigationTabItems .third_column {
  display: inline-block;
  width: 996px;
}

#guidedNavigation .guidedNavigationTabItems .showOnly {
  display: inline-block;
  font-size: 12px;
}

#guidedNavigation .guidedNavigationTabItems .sortBylabel {
  display: inline-block;
  font-size: 12px;
  margin: 11px 15px 6px 0;
}

#guidedNavigation .guidedNavigationTabItems .mobile-select-wrapper {
  display: inline-block;
  margin: 0 0 -11px 0;
  width: 150px;
}

#guidedNavigation .guidedNavigationTabItems .mobile-select-wrapper select {
  background-color: #F5F6F8;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  font-weight: 600;
  padding: 6px 8px;
  width: 100%;
}

#guidedNavigation .guidedNavigationTabItems .leftNav {
  display: inline-block;
  height: 37px;
  margin: 0 10px 0 0 !important;
  overflow: hidden;
  width: auto;
}

#guidedNavigation .guidedNavigationTabItems .firstTab {
  display: none;
}

#guidedNavigation .guidedNavigationTabItems .leftNav ul,
#guidedNavigation .guidedNavigationTabItems .leftNav li {
  float: left;
  clear: none;
  margin: 0;
  width: auto;
  height: 37px;
  display: block !important;
  background: none !important;
  white-space: nowrap;
  padding: 0 !important;
}

#guidedNavigation .guidedNavigationTabItems .leftNav ul {
  width: 725px;
}

#guidedNavigation .guidedNavigationTabItems .leftNav a,
#guidedNavigation .guidedNavigationTabItems .leftNav a:link,
#guidedNavigation .guidedNavigationTabItems .leftNav a:visited,
#guidedNavigation .guidedNavigationTabItems .leftNav a:active {
  font: normal 12px Helvetica, Arial, sans-serif;
  border: none !important;
  line-height: 1.5;
  color: #1F74BF !important;
  float: left;
  height: 12px;
  width: auto;
  margin: 11px 0;
  padding: 0 15px 6px 20px;
}

#guidedNavigation .guidedNavigationTabItems .leftNav li:hover a.parentNavItem {
  color: #0165b1 !important;
  text-decoration: none !important;
}

#guidedNavigation .guidedNavigationTabItems .leftNav li a.parentNavItem:hover {
  text-decoration: underline !important;
}

#guidedNavigation .guidedNavigationTabItems .firstTab a.checked,
#guidedNavigation .guidedNavigationTabItems .firstTab a.checked:link,
#guidedNavigation .guidedNavigationTabItems .firstTab a.checked:visited,
#guidedNavigation .guidedNavigationTabItems .firstTab a.checked:active,
#guidedNavigation .guidedNavigationTabItems .leftNav a.active,
#guidedNavigation .guidedNavigationTabItems .leftNav a.active:link,
#guidedNavigation .guidedNavigationTabItems .leftNav a.active:visited,
#guidedNavigation .guidedNavigationTabItems .leftNav a.active:active {
  color: #1F74BF !important;
  background-color: #fff !important;
  display: block;
}

#guidedNavigation .guidedNavigationTabItems .firstTab a.checked:hover,
#guidedNavigation .guidedNavigationTabItems .leftNav a.active:hover {
  text-decoration: underline;
}

#guidedNavigation .guidedNavigationTabItems .firstTab a.unchecked,
#guidedNavigation .guidedNavigationTabItems .firstTab a.unchecked:link,
#guidedNavigation .guidedNavigationTabItems .firstTab a.unchecked:visited,
#guidedNavigation .guidedNavigationTabItems .firstTab a.unchecked:active {
  background: none !important;
  display: block;
}

.spill .spillContentHeader .sortControl {
  top: 45px;
}

.spill .guidedNavSearchHeading {
  display: none;
}

.spill .searchHeadingAdjustment {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0 0;
  width: 598px;
  color: #666;
  font-weight: normal;
}

.spill .searchHeadingAdjustment .number {
  color: #000;
  font-weight: bold;
}

.spill .searchHeadingAdjustment a {
  font-weight: bold;
}

.spill .guidedNavItem {
  margin: 0;
  border: 0;
}

.spill .searchSectionHeading .headingDiv {
  display: block;
  float: left;
  clear: both;
}

.spill .guidedNavigationTabItems,
.searchPage .guidedNavigationTabItems {
  display: block;
}

#guidedNavigation .guidedNavigationTabItems input[type="checkbox"],
#guidedNavigation .guidedNavigationTabItems input[type="radio"] {
  float: left;
  margin: 2px 7px 0 0;
}

.spill .spillContentHeader {
  position: static;
  /*width:998px;*/
  border: 0 none;
  border-bottom: 2px solid #e6e7e9;
  display: block;
}

.spill .spillContentHeader #_h1TitleNewGuidedNav {
  height: 30px;
}

.searchPage .spillContentHeader {
  display: none !important;
}

.searchContentHeader {
  float: left;
  position: relative;
  width: 998px;
  height: 51px;
  border-top: 2px solid #e6e7e9;
  border-bottom: 2px solid #e6e7e9;
}

.search-results-page-title {
  border-bottom: 2px solid #222;
  padding: 0 0 17px 15px;
}

.search-results-page-title h1 {
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 6px;
}

.search-results-page-title > #_productMatch {
  font: normal 12px/14px Helvetica, Arial, sans-serif;
  color: #666;
}

.seo-spill-layout .section-related-searches li {
  display: inline-block;
}

.seo-spill-layout .section-related-searches li a {
  margin: 0 20px 0 0;
}

.video-theme .popup-container .popup-content .popup-container {
  box-sizing: border-box;
  margin-top: 103px !important;
}

/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
/* #region old super/category styles until new resposnive design launches ------ */
.spill {
  box-sizing: border-box;
  padding: 0 1.2em;
}

.spill .row [class*="col-xs"] {
  min-height: 0;
}

.spill .row [class*="col-xs-6"] {
  border-left: 1px solid #d8d8d8;
  border-right: medium none;
  border-top: 1px solid #d8d8d8;
  margin-left: -1px;
  padding-left: 1.3em;
}

.spill .row [class*="col-xs-6"]:nth-child(2n+1) {
  border-left: medium none;
  border-right: 1px solid #d8d8d8;
  clear: both;
  padding-left: 0;
  padding-right: 1.3em;
}

.spill .product {
  padding-top: .7em;
}

.spill .product a {
  display: block;
  text-align: center;
}

.spill .product .productName {
  color: #222;
  text-align: left;
}

/* #endregion ------------------------------------------------------------------ */
/* category (super category and category pages)
/*-------------------------------------------------------------------------------*/
/* ===== Mobile and Up ===== */
h1 {
  padding: 1em 0 .75em;
  /* class category is not applied to super category pages, so need to override general H1 settings. */
}

.category {
  box-sizing: border-box;
  *zoom: 1;
  padding: 0;
  position: relative;
}

.category:before, .category:after {
  display: table;
  content: "";
  line-height: 0;
}

.category:after {
  clear: both;
}

.category h1 {
  box-sizing: border-box;
  *zoom: 1;
  line-height: 1.3em;
  margin: 0;
  padding: 1em .9em;
}

.category h1:before, .category h1:after {
  display: table;
  content: "";
  line-height: 0;
}

.category h1:after {
  clear: both;
}

.category .skip-link {
  position: absolute;
  right: 1em;
  top: .75em;
  padding: 1em;
  transition: background 1s ease, color 1s ease;
  overflow: hidden;
  width: 1px;
  height: 1px;
  text-indent: 1em;
  outline: dotted 1px rgba(255, 255, 255, 0);
  background: transparent;
  color: rgba(255, 255, 255, 0);
}

.category .skip-link:focus {
  width: auto;
  height: auto;
  text-indent: 0;
  outline: dotted 1px #75b2e9;
  background: #fff;
  color: #1f74bf;
}

.category .back-to-previous-category a {
  padding: 1em 1.3em .5em;
  color: #666;
  font-size: .9em;
  position: relative;
  display: block;
}

.category .back-to-previous-category a [class*="icon-"] {
  width: 1em;
  height: 1em;
  padding: .5em;
  background: #333;
  text-align: center;
  border-radius: 50%;
  font-size: .9em;
  color: #fff;
  left: -0.25em;
  top: .5em;
  margin-right: .4em;
}

.category .category-nav-column,
.category .category-nav,
.category .category-main-content,
.category .category-CMS-small,
.category .category-CMS-large,
.category .category-CMS-extra,
.category .category-items-container {
  box-sizing: border-box;
}

.category .category-CMS-extra {
  background: #f8f8f8;
  border-top: 0.4em solid #e0e0e0;
}

.category .category-nav-column #category-navigation {
  background: transparent;
  color: rgba(255, 255, 255, 0);
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.category .category-nav-column #category-navigation:focus, .category .category-nav-column #category-navigation.focused {
  /* Keeps text revealed after keyboard tabs onwards */
  transition: background 2s ease, color 2s ease;
  display: block;
  clip: auto;
  width: auto;
  height: auto;
  margin-bottom: -1em;
  padding: 1em;
  position: static;
  font-weight: bold;
  background: #fff;
  color: #222;
}

.category .category-nav-column #category-navigation:focus {
  /* JS or not, remove outline when keyboard tabs onwards */
  transition: all 2s ease;
  outline: dotted 1px gray;
}

.category .category-nav {
  border: solid #e0e0e0;
  border-width: 0.1em 0.1em 0 0.1em;
}

.category .category-nav > li {
  position: relative;
  display: block;
  border-bottom: 0.1em solid #e0e0e0;
  font-size: 1.2em;
}

.category .category-nav > li.category-gift-combinations {
  display: none;
}

.category .category-nav > li > ul {
  /* If children - hide the kids! */
  display: none;
}

.category .category-nav > li > ul > li > a [class*="icon-"] {
  display: none;
}

.category .category-nav a {
  display: block;
  padding: .9em 1em 0.8em;
  color: #222;
  position: relative;
}

.category .category-nav a:focus {
  color: #1f74bf;
}

.category .category-nav a [class*="icon-"] {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #d8d8d8;
}

.category .category-main-content {
  overflow: hidden;
  margin: 0;
}

.category .category-items-container {
  position: relative;
}

.category .category-items-container:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  left: 50%;
  top: 0;
}

.category .category-items-container > .row > .col-xs-6:nth-child(odd) {
  clear: left;
}

.category .category-items-container > .row > .col-xs-6:nth-child(odd):before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: #e0e0e0;
}

.category #recently-viewed-container .section-recently-viewed {
  padding: 0 1.3em;
}

.category #recently-viewed-container .section-recently-viewed li a img {
  margin-right: 0.5em;
}

.category .product {
  padding: 1em;
}

.category .product .product-thumb {
  text-align: center;
}

.reveal-seo-container .reveal-content {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  position: relative;
}

.reveal-seo-container .reveal-content:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -39px;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(240, 239, 237, 0), #f0efed 70%);
  width: 100%;
  height: 140px;
  transition: all 1s linear;
}

.reveal-seo-container .reveal-content h2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #222;
}

.reveal-seo-container .reveal-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #666666;
}

.reveal-seo-container .reveal-content ~ .js-reveal-toggle .icon-angle-up {
  transform: rotate(180deg);
  height: 18px;
  width: 18px;
  -webkit-transition: .1s all ease;
  -moz-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  float: right;
  margin-left: 5px;
  position: relative;
  font-size: 24px;
}

.reveal-seo-container .reveal-content ~ .js-reveal-toggle .icon-angle-up:before {
  position: absolute;
  top: -5px;
  left: 1px;
}

.reveal-seo-container .revealed-content {
  max-height: 3000px;
  transition: max-height 0.8s ease-in;
}

.reveal-seo-container .revealed-content:after {
  height: 0px;
}

.reveal-seo-container .revealed-content ~ .js-reveal-toggle .icon-angle-up {
  transform: rotate(0deg);
}

.reveal-seo-container .js-reveal-toggle {
  margin: 10px 0;
  float: left;
  display: block !important;
  color: #1f74bf;
  height: auto;
  background: none;
  padding: 0;
}

.reveal-seo-container .js-reveal-toggle:hover {
  color: #1f74bf;
}

.reveal-category-content h2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* ===== Tablet and Up ===== */
@media screen and (min-width: 768px) {
  .category {
    padding: 0;
  }
  .category h1 {
    font-size: 3em;
    line-height: 1;
    margin: 0;
    padding: .47em .35em;
  }
  .category .category-content {
    *zoom: 1;
    padding-left: 252px;
  }
  .category .category-content:before, .category .category-content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .category .category-content:after {
    clear: both;
  }
  .category .category-nav-column {
    float: left;
    margin-left: -252px;
    width: 222px;
    overflow: hidden;
  }
  .category .category-nav {
    border: 0;
    border-bottom: solid 1px #e6e7e9;
    font-size: 1em;
    line-height: 1em;
    padding: 0;
  }
  .category .category-nav li a {
    display: block;
    padding: .5em 0 .5em 1em;
    color: #000;
    border: 0;
    font-size: 1em;
  }
  .category .category-nav li a:focus {
    outline: dotted 1px gray;
  }
  .category .category-nav > li {
    /* first level only */
    border-top: solid 1px #e6e7e9;
  }
  .category .category-nav > li > a {
    /* first level only */
    font-weight: bold;
    margin-top: 1em;
  }
  .category .category-nav > li > a:only-child {
    /* If first level has no children */
    margin-bottom: 1em;
  }
  .category .category-nav > li > a [class*="icon-"] {
    display: none;
  }
  .category .category-nav > li:first-child {
    /* except very first item */
    border: 0;
    /*> a { 
                        padding-top:0;
                    }*/
  }
  .category .category-nav > li > ul {
    /* If children - let the kids out to play! */
    display: block;
    padding-bottom: 1em;
  }
  .category .category-nav > li > ul > li > ul li a {
    /* If grandchildren - give 'em a little bump in */
    padding-left: 2em;
  }
  .category .category-nav .back-to-previous-category a {
    padding-left: 1em;
  }
  .category .category-nav .back-to-previous-category a:only-child {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .category .category-nav .back-to-previous-category a [class*="icon-"] {
    display: inline-block;
    left: -.25em;
    top: .5em;
  }
  .category .category-main-content {
    float: right;
    overflow: hidden;
    margin: 0;
    width: 100%;
  }
  .category .category-CMS-small,
  .category .category-CMS-large,
  .category .category-CMS-extra,
  .category .category-items-container {
    float: left;
    width: 100%;
  }
  .category .category-CMS-small .product-name:focus .product-thumb,
  .category .category-CMS-large .product-name:focus .product-thumb,
  .category .category-CMS-extra .product-name:focus .product-thumb,
  .category .category-items-container .product-name:focus .product-thumb {
    outline: dotted 1px #75b2e9;
  }
}

/* ===== Desktop and Up ===== */
@media screen and (min-width: 992px) {
  .category .category-items-container:before {
    left: 33.33%;
  }
  .category .category-items-container:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    left: 66.66%;
    top: 0;
  }
  .category .category-items-container > .row > .col-xs-6:nth-child(odd) {
    clear: none;
  }
  .category .category-items-container > .row > .col-xs-6:nth-child(odd):before {
    display: none;
  }
  .category .category-items-container > .row > .col-xs-6:nth-child(3n+1) {
    clear: left;
  }
  .category .category-items-container > .row > .col-xs-6:nth-child(3n+1):before {
    content: "";
    display: block;
    width: 300%;
    height: 1px;
    background: #e0e0e0;
  }
}

/* #region Furniture Journey All Collections Page */
.collections-all-page, .collections-all-page ~ .recently-viewed-container {
  position: relative;
  padding: 0 1.3em 1em;
}

.collections-all-page #description, .collections-all-page ~ .recently-viewed-container #description {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 1.3em 1.3em;
}

.collections-all-page .collection-group, .collections-all-page ~ .recently-viewed-container .collection-group {
  margin-bottom: 2.6em;
}

.collections-all-page .collections-page-header, .collections-all-page ~ .recently-viewed-container .collections-page-header {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 1em 0 .66em 0;
}

.collections-all-page .collection-info-header, .collections-all-page ~ .recently-viewed-container .collection-info-header {
  margin: .66em 0 0 0;
  font-size: 1.1em;
  line-height: 1em;
}

.collections-all-page .collection-hero-img-link:focus .collection-hero-img, .collections-all-page ~ .recently-viewed-container .collection-hero-img-link:focus .collection-hero-img {
  outline: dotted 0.1em #000;
  /* accessibility */
}

.collections-all-page .collection-info-price, .collections-all-page ~ .recently-viewed-container .collection-info-price {
  margin: 0;
  font-size: 1em;
}

.collections-all-page .collection-swatches, .collections-all-page ~ .recently-viewed-container .collection-swatches,
.collections-all-page .collection-sku-examples, .collections-all-page ~ .recently-viewed-container .collection-sku-examples {
  clear: right;
}

.collections-all-page .collectionSwatchDetailsLink, .collections-all-page ~ .recently-viewed-container .collectionSwatchDetailsLink {
  float: right;
  margin: .66em 0 0 0;
  font-size: 1.1em;
  width: 100%;
}

.collections-all-page .collectionSwatchDetailsLink .all-collection-special-order-swatch-bar img, .collections-all-page ~ .recently-viewed-container .collectionSwatchDetailsLink .all-collection-special-order-swatch-bar img {
  float: left;
  margin: 0 0 1px 1px;
  width: calc(16.6666% - 1px);
}

.collections-all-page .collectionSwatchDetailsLink .all-collection-special-order-swatch-bar .swatch-count, .collections-all-page ~ .recently-viewed-container .collectionSwatchDetailsLink .all-collection-special-order-swatch-bar .swatch-count {
  clear: left;
  float: left;
  margin: 2px 0 0 0;
  font-size: .78em;
  color: #000;
}

.collections-all-page .collection-swatch-image-map, .collections-all-page ~ .recently-viewed-container .collection-swatch-image-map {
  margin-top: .79em;
}

.collections-all-page .collection-info-header-link, .collections-all-page ~ .recently-viewed-container .collection-info-header-link,
.collections-all-page .collection-info-price-link, .collections-all-page ~ .recently-viewed-container .collection-info-price-link,
.collections-all-page .collection-swatch-details-link, .collections-all-page ~ .recently-viewed-container .collection-swatch-details-link,
.collections-all-page .collection-sku-examples-total-link, .collections-all-page ~ .recently-viewed-container .collection-sku-examples-total-link {
  color: #000;
}

.collections-all-page .collection-info-header-link:focus, .collections-all-page ~ .recently-viewed-container .collection-info-header-link:focus,
.collections-all-page .collection-info-price-link:focus, .collections-all-page ~ .recently-viewed-container .collection-info-price-link:focus,
.collections-all-page .collection-swatch-details-link:focus, .collections-all-page ~ .recently-viewed-container .collection-swatch-details-link:focus,
.collections-all-page .collection-sku-examples-total-link:focus, .collections-all-page ~ .recently-viewed-container .collection-sku-examples-total-link:focus {
  text-decoration: underline;
  /* accessibility */
}

.collections-all-page .collection-info-header-link, .collections-all-page ~ .recently-viewed-container .collection-info-header-link {
  line-height: 1.3em;
}

.collections-all-page .collection-swatch-details-link, .collections-all-page ~ .recently-viewed-container .collection-swatch-details-link,
.collections-all-page .collection-sku-examples-total-link, .collections-all-page ~ .recently-viewed-container .collection-sku-examples-total-link {
  position: relative;
  top: .3em;
  font-size: 12px;
}

.collections-all-page .collection-sku-examples-total-link, .collections-all-page ~ .recently-viewed-container .collection-sku-examples-total-link {
  top: 0;
  line-height: 1.1em;
}

/* #endregion Furniture Journey All Collections Page */
/* #region Furniture Journey All Collections Page - TINY MOBILE SCREENS  */
@media screen and (max-width: 400px) {
  .collections-all-page, .collections-all-page ~ .recently-viewed-container {
    padding: 0 1.3em 1em;
  }
}

/* #endregion */
/* #region Furniture Journey Single Collection Page */
.collections-single-page {
  padding: 0 1.3em 0;
}

.collections-single-page .single-collection-header {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: .66em 0 .33em 0;
}

.collections-single-page .single-collection-description {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.collections-single-page .swatch-bar {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.collections-single-page .custom-swatch-carousel {
  margin-top: 0;
}

.collections-single-page .single-collection-sub-group-header {
  clear: left;
  color: #000;
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 2.5em 0 .33em 0;
}

.collections-single-page .single-collection-sub-group-header:first-of-type {
  padding-top: 1.25em;
}

.collections-single-page .single-collection-sub-group-header .fjH,
.collections-single-page .single-collection-sub-group-header-tagline {
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  display: block;
  color: #000;
  clear: both;
  padding: 0 0 .5em;
}

.collections-single-page .variable-row-item-count-spill-list {
  clear: left;
  float: none;
  margin: 0 0 1.42em 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.collections-single-page .variable-row-item-count-spill-list-item {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.collections-single-page .variable-row-item-count-spill-list-item-img-link {
  display: inline-block;
  padding: 1.78em 1.42em;
  color: #000 !important;
}

.collections-single-page .variable-row-item-count-spill-list-item-img-link:focus {
  outline: dotted 1px #717171;
}

.collections-single-page .variable-row-item-count-spill-list-item-img {
  display: inline-block;
}

.collections-single-page .variable-row-item-count-spill-list-item-name {
  font-size: 1em;
  line-height: 1.28em;
  color: #000;
  margin: 0;
}

.collections-single-page .variable-row-item-count-spill-list-item-options {
  font-size: 1em;
  line-height: 1.42em;
  color: #000;
}

.collections-single-page .variable-row-item-count-spill-list-item-price {
  font-size: 1em;
  line-height: 1.28em;
  color: #000;
}

/* #endregion Furniture Journey Single Collection Page */
/* =============================================================================================
        Merch Menu Styling
============================================================================================== */
.merchMenuContainer {
  clear: left;
  max-width: 1008px;
  margin: 0 auto;
}

#merchMenu {
  display: block;
  height: 200px;
}

.merchMenuContainer .merchMenu-column {
  background: transparent;
  margin: 30px 0 15px;
  width: 245px;
  float: left;
  position: relative;
  display: inline;
  border-right: 1px solid #eee;
  height: auto;
  max-height: 400px;
}

.merchMenuContainer .fourWide .merchMenu-column {
  width: 24%;
}

.merchMenuContainer .threeWide .merchMenu-column {
  width: 33%;
}

.merchMenuContainer .merchMenu-column:last-child,
.merchMenuContainer .threeWide .merchMenu-column:last-child,
.merchMenuContainer .fourWide .merchMenu-column:last-child {
  border-right: 0;
}

.merchMenuContainer .merchMenu-column .menu-list {
  margin: 0;
  float: left;
  list-style: none;
  padding: 10px 35px 0 40px;
  position: relative;
}

.merchMenuContainer .merchMenu-column .menu-list ul.menu {
  height: 80px;
  overflow: hidden;
  float: left;
}

.merchMenuContainer .merchMenu-column .menu-list.active {
  position: absolute;
  z-index: 500;
  left: -1px;
  top: -1px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  width: 180px;
  overflow: visible;
  padding-bottom: 20px;
}

.merchMenuContainer .merchMenu-column .menu-list.active ul.menu {
  height: auto;
}

.merchMenuContainer .merchMenu-column .menu-list .menu-category {
  padding: 5px 0 4px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  height: auto;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.merchMenuContainer .merchMenu-column .menu-list .menu-item > a,
.merchMenuContainer .merchMenu-column .menu-list .menu-item > span {
  color: #333;
  font: normal 13px/16px Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  padding: 2px 5px 3px 5px;
  float: left;
  clear: both;
  display: block;
  width: 165px;
}

.merchMenuContainer .merchMenu-column .menu-list .menu-item > a:hover,
.merchMenuContainer .merchMenu-column .menu-list .menu-item > span:hover {
  text-decoration: none;
  background: #444;
  color: #fff;
}

.more {
  position: relative;
  clear: both;
  float: left;
  padding: 20px 10px 10px 25px;
  display: block;
  color: #1F74BF;
  /* accessible blue */
  z-index: 500;
  font: bold 12px/28px Helvetica, Arial, sans-serif;
}

.more:hover {
  text-decoration: none;
  color: #1F74BF;
  /* accessible blue */
}

.merchMenuContainer .merchMenu-column .menu-list.active .more {
  display: none;
}

#category-back-layer {
  height: 500px;
  width: 100%;
  display: block;
  background-size: cover !important;
}

/* SEO related searches */
.section-related-container {
  padding: 0 1.3em;
}

.section-related-searches {
  padding-bottom: 1.3em;
}

.section-related-searches li {
  margin: .8em 0;
}

/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
.home {
  border: 1px solid transparent;
  padding-bottom: .5em;
}

/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
/* BV review style overrides */
.product-crate span.bv-rating-stars.bv-rating-stars-off,
.product-crate span.bv-rating-stars-on.bv-rating-stars,
.family-crate span.bv-rating-stars.bv-rating-stars-off,
.family-crate span.bv-rating-stars-on.bv-rating-stars {
  letter-spacing: .15em !important;
}

.product-crate .review-stars button.bv-write-review.bv-focusable.bv-submission-button,
.family-crate .review-stars button.bv-write-review.bv-focusable.bv-submission-button {
  color: #fff !important;
}

.product-crate .review-stars .bv-rating-stars-container.bv-focusable span.bv-rating-stars.bv-rating-stars-off,
.product-crate .review-stars .bv-rating-stars-container.bv-focusable span.bv-rating-stars-on.bv-rating-stars,
.family-crate .review-stars .bv-rating-stars-container.bv-focusable span.bv-rating-stars.bv-rating-stars-off,
.family-crate .review-stars .bv-rating-stars-container.bv-focusable span.bv-rating-stars-on.bv-rating-stars {
  font-size: 24px !important;
  letter-spacing: .1em !important;
}

.product-crate .review-stars .bv-cleanslate .bv-core-container-403 .bv-summary-bar-minimalist-horizontal .bv-stars-container,
.family-crate .review-stars .bv-cleanslate .bv-core-container-403 .bv-summary-bar-minimalist-horizontal .bv-stars-container {
  margin-right: 0 !important;
}

.product-crate span.review-count,
.family-crate span.review-count {
  color: #1f74bf !important;
  font-size: 1.1em !important;
}

.responsive-search {
  min-height: 550px;
}

.responsive-search .spill-layout {
  min-height: initial;
}

.responsive-search .sli-search-banner {
  display: none;
}

.responsive-search .scb-search, .responsive-search.scb-search {
  width: auto;
  padding: 0 18px;
}

.responsive-search .scb-search .left-column, .responsive-search.scb-search .left-column, .responsive-search .scb-search-empty .left-column, .responsive-search.scb-search-empty .left-column {
  display: none;
}

.responsive-search .scb-search .search-term-info, .responsive-search.scb-search .search-term-info, .responsive-search .scb-search-empty .search-term-info, .responsive-search.scb-search-empty .search-term-info {
  margin: 25px 0 0 0;
}

.responsive-search .scb-search .search-term-info h1, .responsive-search.scb-search .search-term-info h1, .responsive-search .scb-search-empty .search-term-info h1, .responsive-search.scb-search-empty .search-term-info h1 {
  padding: 0 0 10px 0;
}

.responsive-search .scb-search .search-suggestions, .responsive-search.scb-search .search-suggestions, .responsive-search .scb-search-empty .search-suggestions, .responsive-search.scb-search-empty .search-suggestions {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 21px;
  overflow: hidden;
}

.responsive-search .scb-search .search-suggestions label, .responsive-search.scb-search .search-suggestions label, .responsive-search .scb-search-empty .search-suggestions label, .responsive-search.scb-search-empty .search-suggestions label {
  display: inline;
}

.responsive-search .scb-search .search-suggestions ul, .responsive-search.scb-search .search-suggestions ul, .responsive-search .scb-search-empty .search-suggestions ul, .responsive-search.scb-search-empty .search-suggestions ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  display: inline;
}

.responsive-search .scb-search .search-suggestions ul li, .responsive-search.scb-search .search-suggestions ul li, .responsive-search .scb-search-empty .search-suggestions ul li, .responsive-search.scb-search-empty .search-suggestions ul li {
  display: inline-block;
  float: none;
  white-space: nowrap;
  border-bottom: solid 1px #666;
  margin: 0 10px;
}

.responsive-search .scb-search .search-suggestions ul li a, .responsive-search.scb-search .search-suggestions ul li a, .responsive-search .scb-search-empty .search-suggestions ul li a, .responsive-search.scb-search-empty .search-suggestions ul li a {
  cursor: pointer;
}

.responsive-search .scb-search .search-suggestions ul li a:hover, .responsive-search.scb-search .search-suggestions ul li a:hover, .responsive-search .scb-search-empty .search-suggestions ul li a:hover, .responsive-search.scb-search-empty .search-suggestions ul li a:hover {
  text-decoration: none;
}

.responsive-search .scb-search .spillContent .product-miniset .price-wrapper .product-miniset-price, .responsive-search.scb-search .spillContent .product-miniset .price-wrapper .product-miniset-price, .responsive-search .scb-search-empty .spillContent .product-miniset .price-wrapper .product-miniset-price, .responsive-search.scb-search-empty .spillContent .product-miniset .price-wrapper .product-miniset-price {
  float: initial;
}

.responsive-search .scb-search .spillContent .product-miniset .product-info .product-miniset-title, .responsive-search.scb-search .spillContent .product-miniset .product-info .product-miniset-title, .responsive-search .scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title, .responsive-search.scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
}

.responsive-search .scb-search .spillContent .product-miniset .product-info .product-miniset-title .new, .responsive-search.scb-search .spillContent .product-miniset .product-info .product-miniset-title .new, .responsive-search .scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title .new, .responsive-search.scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title .new {
  margin-right: 5px;
}

.responsive-search .scb-search .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .colorCount .colorCountValue, .responsive-search.scb-search .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .colorCount .colorCountValue, .responsive-search .scb-search-empty .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .colorCount .colorCountValue, .responsive-search.scb-search-empty .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .colorCount .colorCountValue {
  display: none;
}

.responsive-search .scb-search .spillContent .product-miniset .swatch-collection-image ~ .product-info .product-miniset-title, .responsive-search.scb-search .spillContent .product-miniset .swatch-collection-image ~ .product-info .product-miniset-title, .responsive-search .scb-search-empty .spillContent .product-miniset .swatch-collection-image ~ .product-info .product-miniset-title, .responsive-search.scb-search-empty .spillContent .product-miniset .swatch-collection-image ~ .product-info .product-miniset-title {
  -webkit-line-clamp: 2;
}

/*@import '../../../../Styles/Common/base/base.xs.scss';*/
@media screen and (min-width: 768px) {
  .responsive-search {
    min-height: 750px;
  }
  .responsive-search .spill-layout {
    min-height: initial;
  }
  .responsive-search .scb-search, .responsive-search.scb-search {
    padding: 0;
  }
  .responsive-search .scb-search .search-suggestions, .responsive-search.scb-search .search-suggestions, .responsive-search .scb-search-empty .search-suggestions, .responsive-search.scb-search-empty .search-suggestions {
    margin: 10px 0 40px 0;
    padding: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
  }
  .responsive-search .scb-search .search-suggestions label, .responsive-search.scb-search .search-suggestions label, .responsive-search .scb-search-empty .search-suggestions label, .responsive-search.scb-search-empty .search-suggestions label {
    font-size: 14px;
    display: inline;
    margin-right: 10px;
  }
  .responsive-search .scb-search .search-suggestions ul, .responsive-search.scb-search .search-suggestions ul, .responsive-search .scb-search-empty .search-suggestions ul, .responsive-search.scb-search-empty .search-suggestions ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    display: inline;
  }
  .responsive-search .scb-search .search-suggestions ul li, .responsive-search.scb-search .search-suggestions ul li, .responsive-search .scb-search-empty .search-suggestions ul li, .responsive-search.scb-search-empty .search-suggestions ul li {
    display: inline-block;
    float: none;
    white-space: nowrap;
    font-size: 14px;
    margin: 0 10px;
  }
  .responsive-search .scb-search .search-suggestions ul li a, .responsive-search.scb-search .search-suggestions ul li a, .responsive-search .scb-search-empty .search-suggestions ul li a, .responsive-search.scb-search-empty .search-suggestions ul li a {
    cursor: pointer;
  }
  .responsive-search .scb-search .search-suggestions ul li a:hover, .responsive-search.scb-search .search-suggestions ul li a:hover, .responsive-search .scb-search-empty .search-suggestions ul li a:hover, .responsive-search.scb-search-empty .search-suggestions ul li a:hover {
    text-decoration: none;
  }
  .responsive-search .scb-search .sli-search-filters, .responsive-search.scb-search .sli-search-filters, .responsive-search .scb-search-empty .sli-search-filters, .responsive-search.scb-search-empty .sli-search-filters {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  .responsive-search .scb-search .sli-search-filters .product-filters, .responsive-search.scb-search .sli-search-filters .product-filters, .responsive-search .scb-search-empty .sli-search-filters .product-filters, .responsive-search.scb-search-empty .sli-search-filters .product-filters {
    display: inline-block;
  }
  .responsive-search .scb-search .sli-search-filters .scb-sort, .responsive-search.scb-search .sli-search-filters .scb-sort, .responsive-search .scb-search-empty .sli-search-filters .scb-sort, .responsive-search.scb-search-empty .sli-search-filters .scb-sort {
    display: block !important;
  }
  .responsive-search .scb-search .sli-search-filters .clear-filter, .responsive-search.scb-search .sli-search-filters .clear-filter, .responsive-search .scb-search-empty .sli-search-filters .clear-filter, .responsive-search.scb-search-empty .sli-search-filters .clear-filter {
    cursor: pointer;
    position: absolute;
    right: 215px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container, .responsive-search.scb-search .sli-search-filters .dropdown-container, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown, .responsive-search.scb-search .sli-search-filters .dropdown, .responsive-search .scb-search-empty .sli-search-filters .dropdown, .responsive-search.scb-search-empty .sli-search-filters .dropdown {
    border: solid 1px;
    display: inline-block;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.filtered, .responsive-search.scb-search .sli-search-filters .dropdown.filtered, .responsive-search .scb-search-empty .sli-search-filters .dropdown.filtered, .responsive-search.scb-search-empty .sli-search-filters .dropdown.filtered {
    border: solid 1px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .dropdown-content, .responsive-search.scb-search .sli-search-filters .dropdown .dropdown-content, .responsive-search .scb-search-empty .sli-search-filters .dropdown .dropdown-content, .responsive-search.scb-search-empty .sli-search-filters .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .dropdown-content .apply-filter, .responsive-search.scb-search .sli-search-filters .dropdown .dropdown-content .apply-filter, .responsive-search .scb-search-empty .sli-search-filters .dropdown .dropdown-content .apply-filter, .responsive-search.scb-search-empty .sli-search-filters .dropdown .dropdown-content .apply-filter {
    width: 93%;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .selected-count, .responsive-search.scb-search .sli-search-filters .dropdown .selected-count, .responsive-search .scb-search-empty .sli-search-filters .dropdown .selected-count, .responsive-search.scb-search-empty .sli-search-filters .dropdown .selected-count {
    display: inline;
    padding: 0;
    color: #1f74bf;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-criteria, .responsive-search.scb-search .sli-search-filters .dropdown .filter-criteria, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-criteria, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-criteria {
    position: relative;
    border: solid 1px #ccc;
    border-top: none;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #eee;
    padding: 8px 0 0 15px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-criteria button, .responsive-search.scb-search .sli-search-filters .dropdown .filter-criteria button, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-criteria button, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-criteria button {
    background: none;
    border: none;
    width: 44%;
    padding-left: 0;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton, .responsive-search.scb-search .sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton {
    border: 1px solid #bbb;
    cursor: pointer;
    margin: 2px 8px 1.6px 0;
    background-color: #1f74bf !important;
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    vertical-align: baseline;
    line-height: normal;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-criteria button label, .responsive-search.scb-search .sli-search-filters .dropdown .filter-criteria button label, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-criteria button label, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-criteria button label {
    font-weight: 300 !important;
    cursor: pointer;
    font-size: 14px;
    float: left;
    text-transform: lowercase;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown span, .responsive-search.scb-search .sli-search-filters .dropdown span, .responsive-search .scb-search-empty .sli-search-filters .dropdown span, .responsive-search.scb-search-empty .sli-search-filters .dropdown span {
    clear: none;
    padding: 10px 20px 10px 10px;
    display: block;
    font-size: 14px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .border-hider, .responsive-search.scb-search .sli-search-filters .dropdown .border-hider, .responsive-search .scb-search-empty .sli-search-filters .dropdown .border-hider, .responsive-search.scb-search-empty .sli-search-filters .dropdown .border-hider {
    height: 11px;
    display: block;
    position: relative;
    background-color: #fff;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by {
    list-style-type: none;
    font-size: 14px;
    color: #444;
    position: relative;
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px 0 10px 15px;
    margin: -1px 0 -1px -1px;
    width: 250px;
    box-sizing: border-box;
    z-index: 2;
    max-height: 400px;
    overflow: hidden;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul {
    overflow-y: auto;
    max-height: 344px;
    margin-right: -15px;
    width: 100%;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li {
    padding: 5px 0;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li label, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li label, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li label, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li label {
    font-weight: normal !important;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li label:before, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li label:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li label:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li label:before {
    content: '';
    width: 11px;
    height: 11px;
    border: 1px solid #bbb;
    background-color: #fff;
    position: absolute;
    margin-top: 3px;
    left: 0;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"], .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"], .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"], .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"] {
    margin: 0 10px 0 0;
    vertical-align: middel;
    display: none;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label {
    color: #1f74bf;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before {
    background-color: #1f74bf;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.open-state, .responsive-search.scb-search .sli-search-filters .dropdown.open-state, .responsive-search .scb-search-empty .sli-search-filters .dropdown.open-state, .responsive-search.scb-search-empty .sli-search-filters .dropdown.open-state {
    color: #1f74bf;
    border: solid 1px #ccc;
    border-bottom: none;
    /*.dropdown-content {
                        display: block;
                    }*/
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.open-state .border-hider, .responsive-search.scb-search .sli-search-filters .dropdown.open-state .border-hider, .responsive-search .scb-search-empty .sli-search-filters .dropdown.open-state .border-hider, .responsive-search.scb-search-empty .sli-search-filters .dropdown.open-state .border-hider {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    border-top: none;
    width: 114px;
    margin-left: -1px;
    z-index: 3;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters:before, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters:before {
    left: 11px;
    height: 23px;
    width: 23px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    top: -9px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters .dropdown, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters .dropdown, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters .dropdown, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters .dropdown {
    width: 120px;
    margin-left: 22px;
    border-left: none;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters.open-state:before, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters.open-state:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters.open-state:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters.open-state:before {
    border-top: none;
    border-bottom: none;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state {
    border-left: solid 1px #ccc;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider {
    width: 118px;
  }
  .responsive-search .scb-search .sli-search-filters .filter-select, .responsive-search.scb-search .sli-search-filters .filter-select, .responsive-search .scb-search-empty .sli-search-filters .filter-select, .responsive-search.scb-search-empty .sli-search-filters .filter-select {
    font-size: 0;
  }
  .responsive-search .scb-search .sli-search-filters .filter-select a, .responsive-search.scb-search .sli-search-filters .filter-select a, .responsive-search .scb-search-empty .sli-search-filters .filter-select a, .responsive-search.scb-search-empty .sli-search-filters .filter-select a {
    display: inline;
    font-size: 14px;
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .filter-select a:hover, .responsive-search.scb-search .sli-search-filters .filter-select a:hover, .responsive-search .scb-search-empty .sli-search-filters .filter-select a:hover, .responsive-search.scb-search-empty .sli-search-filters .filter-select a:hover {
    text-decoration: none;
  }
  .responsive-search .scb-search .sli-search-filters .sortByFilter, .responsive-search .scb-search .sli-search-filters .sortControl, .responsive-search.scb-search .sli-search-filters .sortByFilter, .responsive-search.scb-search .sli-search-filters .sortControl, .responsive-search .scb-search-empty .sli-search-filters .sortByFilter, .responsive-search .scb-search-empty .sli-search-filters .sortControl, .responsive-search.scb-search-empty .sli-search-filters .sortByFilter, .responsive-search.scb-search-empty .sli-search-filters .sortControl {
    height: 37px;
    float: right;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl, .responsive-search .scb-search .sli-search-filters #selSortBy, .responsive-search.scb-search .sli-search-filters .sortControl, .responsive-search.scb-search .sli-search-filters #selSortBy, .responsive-search .scb-search-empty .sli-search-filters .sortControl, .responsive-search .scb-search-empty .sli-search-filters #selSortBy, .responsive-search.scb-search-empty .sli-search-filters .sortControl, .responsive-search.scb-search-empty .sli-search-filters #selSortBy {
    width: 161px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl:before, .responsive-search .scb-search .sli-search-filters #selSortBy:before, .responsive-search.scb-search .sli-search-filters .sortControl:before, .responsive-search.scb-search .sli-search-filters #selSortBy:before, .responsive-search .scb-search-empty .sli-search-filters .sortControl:before, .responsive-search .scb-search-empty .sli-search-filters #selSortBy:before, .responsive-search.scb-search-empty .sli-search-filters .sortControl:before, .responsive-search.scb-search-empty .sli-search-filters #selSortBy:before {
    margin-top: 12px !important;
  }
  .responsive-search .scb-search .sli-search-filters label, .responsive-search.scb-search .sli-search-filters label, .responsive-search .scb-search-empty .sli-search-filters label, .responsive-search.scb-search-empty .sli-search-filters label {
    font-size: 14px;
    font-weight: 500 !important;
    color: #666;
    margin-bottom: 10px;
  }
  .responsive-search .scb-search .sli-search-filters select, .responsive-search.scb-search .sli-search-filters select, .responsive-search .scb-search-empty .sli-search-filters select, .responsive-search.scb-search-empty .sli-search-filters select {
    display: inline;
    width: 116px;
    height: 37px !important;
    margin-right: 18px;
    font-size: 14px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 300;
    text-transform: lowercase !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  .responsive-search .scb-search .sli-search-filters select::-ms-expand, .responsive-search.scb-search .sli-search-filters select::-ms-expand, .responsive-search .scb-search-empty .sli-search-filters select::-ms-expand, .responsive-search.scb-search-empty .sli-search-filters select::-ms-expand {
    display: none;
  }
  .responsive-search .scb-search .sli-search-filters .filter-sortControl, .responsive-search.scb-search .sli-search-filters .filter-sortControl, .responsive-search .scb-search-empty .sli-search-filters .filter-sortControl, .responsive-search.scb-search-empty .sli-search-filters .filter-sortControl {
    display: inline-block;
    position: relative;
  }
  .responsive-search .scb-search .sli-search-filters .filter-sortControl:before, .responsive-search.scb-search .sli-search-filters .filter-sortControl:before, .responsive-search .scb-search-empty .sli-search-filters .filter-sortControl:before, .responsive-search.scb-search-empty .sli-search-filters .filter-sortControl:before {
    content: "a";
    display: block;
    position: absolute;
    right: 0;
    margin-right: 28px;
    margin-top: 12px;
    width: 8px;
    height: 8px;
    border: solid #444;
    border-width: 1.8px 1.8px 0 0;
    border-radius: 1px;
    transform: rotate(135deg);
  }
  .responsive-search .scb-search .sli-search-filters option, .responsive-search.scb-search .sli-search-filters option, .responsive-search .scb-search-empty .sli-search-filters option, .responsive-search.scb-search-empty .sli-search-filters option {
    padding: 0 2px;
  }
  .responsive-search .scb-search .sli-search-filters ul, .responsive-search.scb-search .sli-search-filters ul, .responsive-search .scb-search-empty .sli-search-filters ul, .responsive-search.scb-search-empty .sli-search-filters ul {
    display: inline-block;
  }
  .responsive-search .scb-search .product-miniset .spill-product-swatches .image-map-container, .responsive-search.scb-search .product-miniset .spill-product-swatches .image-map-container, .responsive-search .scb-search-empty .product-miniset .spill-product-swatches .image-map-container, .responsive-search.scb-search-empty .product-miniset .spill-product-swatches .image-map-container {
    position: relative;
    display: flex;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .responsive-search .scb-search .product-miniset .spill-product-swatches .image-map-container map, .responsive-search.scb-search .product-miniset .spill-product-swatches .image-map-container map, .responsive-search .scb-search-empty .product-miniset .spill-product-swatches .image-map-container map, .responsive-search.scb-search-empty .product-miniset .spill-product-swatches .image-map-container map {
    position: absolute;
    height: 2px;
    width: 27px;
    background: #1f74bf;
    top: 18px;
    left: 0px;
  }
  .responsive-search .scb-search .product-miniset .spill-product-swatches .image-map-container area:focus, .responsive-search.scb-search .product-miniset .spill-product-swatches .image-map-container area:focus, .responsive-search .scb-search-empty .product-miniset .spill-product-swatches .image-map-container area:focus, .responsive-search.scb-search-empty .product-miniset .spill-product-swatches .image-map-container area:focus {
    border: none;
    outline: none;
  }
  .responsive-search .scb-search .product-miniset .spill-product-swatches .image-map-container .spill-more-options, .responsive-search.scb-search .product-miniset .spill-product-swatches .image-map-container .spill-more-options, .responsive-search .scb-search-empty .product-miniset .spill-product-swatches .image-map-container .spill-more-options, .responsive-search.scb-search-empty .product-miniset .spill-product-swatches .image-map-container .spill-more-options {
    margin-left: 10px;
  }
  .responsive-search .scb-search .product-miniset .spill-product-swatches .image-map-container .spill-more-options span, .responsive-search.scb-search .product-miniset .spill-product-swatches .image-map-container .spill-more-options span, .responsive-search .scb-search-empty .product-miniset .spill-product-swatches .image-map-container .spill-more-options span, .responsive-search.scb-search-empty .product-miniset .spill-product-swatches .image-map-container .spill-more-options span {
    margin-left: 0;
  }
  .responsive-search .scb-search .product-miniset .spill-product-swatches .image-map-container .spill-more-options:hover, .responsive-search.scb-search .product-miniset .spill-product-swatches .image-map-container .spill-more-options:hover, .responsive-search .scb-search-empty .product-miniset .spill-product-swatches .image-map-container .spill-more-options:hover, .responsive-search.scb-search-empty .product-miniset .spill-product-swatches .image-map-container .spill-more-options:hover {
    color: #666;
  }
  .responsive-search .scb-search .product-miniset .non-interactive .image-map-container map, .responsive-search.scb-search .product-miniset .non-interactive .image-map-container map, .responsive-search .scb-search-empty .product-miniset .non-interactive .image-map-container map, .responsive-search.scb-search-empty .product-miniset .non-interactive .image-map-container map {
    background: none !important;
  }
}

.spill.empty-search-results {
  margin-bottom: 50px;
  margin-top: 4px;
}

.spill.empty-search-results .empty-search-results-top-container {
  max-width: 1008px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.spill.empty-search-results .empty-search-results-top-container .search-term {
  display: block;
  padding-bottom: 10px;
}

.spill-layout.search-layout .sli-search-filters #sortControlTopWrapper.scb-sort {
  display: none;
}

.spill-search-no-results {
  width: auto !important;
  margin-bottom: 50px;
}

.spill-search-no-results .sli-search-banner {
  display: none;
}

.searchSectionHeading {
  float: left;
  clear: left;
  height: auto;
  width: 983px;
  overflow: hidden;
  padding: 17px 0 15px 30px;
}

.searchSectionHeading h2 {
  font: bold 18px/20px Helvetica, Arial, sans-serif;
  color: #727376;
  margin: 5px 0 5px 0;
}

.spill-search-no-results {
  display: block;
  min-height: 335px;
  height: 100%;
  width: 1008px !important;
  margin: auto;
  position: relative;
}

.spill-search-empty-copy p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.pT20 {
  padding-top: 20px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.spill-grid {
  margin: 0 0 -40px -12px !important;
}

.width600 {
  width: 600px;
  margin-top: -20px;
}

.width400 {
  width: 400px;
}

.width400, .width600 {
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

.noResultsFoundOtherWrap {
  width: 398px;
  overflow: hidden;
  position: absolute;
  border-bottom: 0 none;
  top: 5px;
  right: 0;
}

.noResultsFoundOtherWrap .findRegistryBox {
  height: 220px;
  float: left;
  margin: 0;
  position: relative;
}

.noResultsFoundOtherWrap .subHeadline {
  float: left;
  font-size: 16px;
  line-height: 18px;
  height: 25px;
  margin: 20px 0 0 15px;
  width: 383px;
}

.noResultsFoundOtherWrap .subHeadline span {
  font: 14px/16px Helvetica, Arial, sans-serif;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 198px;
  color: #222;
}

.noResultsFoundOtherWrap .pL15 {
  padding-left: 15px;
}

.noResultsFoundOtherWrap .formRow {
  margin: 0 0 7px 0;
}

.noResultsFoundOtherWrap .fL {
  float: left;
}

.noResultsFoundOtherWrap .spill-giftregistry-form {
  margin: 6px 0;
  width: 300px;
}

.noResultsFoundOtherWrap .spill-giftregistry-form input[type="search"] {
  -webkit-appearance: textfield;
  color: #717171;
  padding: 6px 8px;
  border: solid 1px #bcbcbc;
  box-shadow: 0 2px 6px #ececec inset;
  box-sizing: content-box;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  border-radius: unset;
  width: 300px;
}

.noResultsFoundOtherWrap .spill-giftregistry-form a {
  text-decoration: none;
}

.noResultsFoundOtherWrap .spill-giftregistry-form a span {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 38px;
  text-shadow: none;
  height: 28px;
}

.noResultsFoundOtherWrap .spill-giftregistry-form .btnD2 {
  border-radius: 2px;
  border: 1px solid #333;
  background: #333;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  height: 38px;
  padding: 10px 18px;
}

.noResultsFoundOtherWrap .spill-giftregistry-form .mT5 {
  margin-top: 5px;
}

/*footer {
    width: 1008px;
    position: relative;
    background: #fff;
    margin: auto;
    padding: 0 0 10px 0;

    .footer-nav {
        li {
            display: inline;
        }
    }

    form {
        margin-bottom: 30px;
    }

    p.email-policy {
        font: normal 12px/14px $font-stack !important;
        color: #666 !important;
        clear: both;
    }
}*/
.search-layout #links h2 {
  position: relative;
  float: left;
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 0 0 17px 15px;
  -webkit-font-smoothing: antialiased;
  color: #222;
}

.links.product {
  float: left;
  height: auto;
  margin: -2px 0 45px 0;
  width: 970px;
  border: solid 1px #e6e7e9;
  padding: 15px;
}

.links.product a {
  width: 968px;
  font: bold 13px/20px Helvetica, Arial, sans-serif;
  color: #1f74bf;
  text-decoration: none;
}

.spill-search-no-results {
  padding: 0 !important;
}

.spill.spill-search-no-results h1 {
  font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #666;
  width: 570px;
  top: 10px;
  position: static;
  margin: 17px 15px 0 0;
}

.spill.spill-search-no-results .spill-search-empty-copy {
  width: 525px;
}

.spill.spill-search-no-results .btn-black {
  border: 1px solid #333;
  background: #333;
}

.spill.spill-search-no-results .search {
  width: 420px;
}

.spill.spill-search-no-results .search fieldset {
  padding: 5px 0;
  width: 100%;
}

.spill.spill-search-no-results .search fieldset label {
  margin: 0;
  padding: 5px 0 5px 0;
  width: 100%;
  color: #000 !important;
  font-weight: bold !important;
  height: inherit;
  font: bold 16px/19px Helvetica, Arial, sans-serif;
}

.spill.spill-search-no-results .search fieldset #headerSearchTxt {
  color: #717171;
  border: solid 1px #bcbcbc;
  box-shadow: 0 2px 6px #ececec inset;
  box-sizing: content-box;
  font-size: 13px;
  width: 325px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 5px;
  border-radius: unset;
}

.spill.spill-search-no-results .search fieldset .arrowLinkOuterLarge {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -226px -31px transparent;
  float: left;
  height: 30px;
  width: 33px;
  margin: 0 0 0 5px;
  padding: 0;
}

.spill.spill-search-no-results .search fieldset a.arrowLink, .spill.spill-search-no-results .search fieldset a.arrowLink:link {
  background: none;
  height: 30px;
  text-decoration: none;
  margin: 0;
  width: 33px;
}

.spill.spill-search-no-results form, .spill.spill-search-no-results fieldset {
  display: inline;
}

.spill-special-order-swatch-bar {
  margin-top: 10px;
}

#sizeSortBottom .userControls .guidedNavigationSortControl {
  display: flex !important;
}

.view-more-products {
  text-align: center;
  margin-top: 50px;
}

#cmpr_gridwall h1 {
  font-size: 34px;
  line-height: 1.2em;
  padding: 0.5em 0 0.25em 0;
}

#cmpr_gridwall .searchHeading {
  font-size: 14px;
  color: #666;
  font: normal 12px/14px Helvetica, Arial, sans-serif;
  padding: 0;
}

#cmpr_gridwall .filter-label {
  padding-top: 8px;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#cmpr_gridwall .second_column {
  display: inline-block;
  width: 100%;
}

#cmpr_gridwall .second_column .showOnly {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 11px 15px 0 0;
  display: inline-block;
}

#cmpr_gridwall .second_column .leftNav {
  height: 37px;
  margin: 0 10px 0 0 !important;
  overflow: hidden;
  width: auto;
  float: left;
}

#cmpr_gridwall .second_column .leftNav li {
  float: left;
  position: inherit;
}

#cmpr_gridwall .second_column .leftNav a, #cmpr_gridwall .second_column .leftNav a:link, #cmpr_gridwall .second_column .leftNav a:visited, #cmpr_gridwall .second_column .leftNav a:active {
  font: normal 12px Helvetica, Arial, sans-serif;
  border: none !important;
  line-height: 1.5;
  color: #1F74BF !important;
  float: left;
  height: 12px;
  width: auto;
  margin: 11px 0;
  padding: 0 15px 6px 20px;
}

#cmpr_gridwall .second_column .leftNav li a.unchecked {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat scroll -393px -123px transparent !important;
  height: 15px;
  display: block;
  font-weight: normal !important;
}

#cmpr_gridwall .second_column .leftNav li a.active, #cmpr_gridwall .second_column .leftNav a.checked {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat scroll -393px -154px transparent !important;
  height: 18px;
  font-weight: normal !important;
}

#cmpr_gridwall .second_column .leftNav ul {
  width: 725px;
}

#cmpr_gridwall .second_column a {
  background-color: #fafafa;
  border: solid 1px #666;
  display: block;
  text-shadow: -1px -1px #fff;
  width: 77px;
  color: #333;
  text-decoration: none;
  height: 22px;
  float: right;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

#cmpr_gridwall .second_column a:hover {
  text-decoration: none;
}

#cmpr_gridwall .search-suggestions {
  margin: 10px 0 40px 0;
  padding: 0;
  width: 100%;
  height: 20px;
  overflow: hidden;
}

#cmpr_gridwall .search-suggestions label {
  font-size: 14px;
  display: inline;
  margin-right: 10px;
}

#cmpr_gridwall .search-suggestions ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  display: inline;
}

#cmpr_gridwall .search-suggestions ul li {
  display: inline-block;
  float: none;
  white-space: nowrap;
  font-size: 14px;
  margin: 0 10px;
}

#cmpr_gridwall .search-suggestions ul li a {
  cursor: pointer;
}

#cmpr_gridwall .search-suggestions ul li a:hover {
  text-decoration: none;
}

#cmpr_gridwall .guidedNavigationTabItems, #cmpr_gridwall .guidedNavigationTabItems_search {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters {
  display: inline;
  float: left;
  /*font-size: 14px;
            font-weight: 300;
            color: #333;*/
  width: 100%;
  margin-bottom: 25px;
  /*text-transform: lowercase !important;*/
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .product-filters, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .product-filters, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .product-filters, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .product-filters {
  display: inline-block;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .clear-filter, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .clear-filter, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .clear-filter, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .clear-filter {
  cursor: pointer;
  position: absolute;
  right: 215px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown-container, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown-container, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown-container {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown {
  border: solid 1px;
  display: inline-block;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown.filtered, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown.filtered, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown.filtered {
  border: solid 1px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .dropdown-content, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .dropdown-content, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .dropdown-content, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .dropdown-content .apply-filter, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .dropdown-content .apply-filter, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .dropdown-content .apply-filter, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .dropdown-content .apply-filter {
  width: 93%;
  /*font-size: 14px;
                        line-height: 20px;
                        color: #444;
                        background-color: $white;
                        
                        border-color: #444;
                        border-width: 1px;
                        margin: 0 0 10px 0;
                        text-transform: lowercase !important;

                        &:hover {
                            background-color: #f1efef;
                        }

                        &:focus, &:active:focus {
                            outline: none;
                        }*/
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .selected-count, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .selected-count, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .selected-count, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .selected-count {
  display: inline;
  padding: 0;
  color: #1f74bf;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-criteria, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-criteria, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-criteria, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-criteria {
  position: relative;
  border: solid 1px #ccc;
  border-top: none;
  margin-top: -1px;
  margin-left: -1px;
  background-color: #eee;
  padding: 8px 0 0 15px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-criteria button, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-criteria button, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-criteria button, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-criteria button {
  background: none;
  border: none;
  width: 44%;
  padding-left: 0;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-criteria button .cmpr_icon_radiobutton {
  border: 1px solid #bbb;
  cursor: pointer;
  margin: 2px 8px 1.6px 0;
  background-color: #1f74bf !important;
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  vertical-align: baseline;
  line-height: normal;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-criteria button label, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-criteria button label, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-criteria button label, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-criteria button label {
  font-weight: 300 !important;
  cursor: pointer;
  font-size: 14px;
  float: left;
  text-transform: lowercase;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown span, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown span, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown span, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown span {
  clear: none;
  padding: 10px 20px 10px 10px;
  display: block;
  font-size: 14px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .border-hider, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .border-hider, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .border-hider, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .border-hider {
  height: 11px;
  display: block;
  position: relative;
  background-color: #fff;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by {
  list-style-type: none;
  font-size: 14px;
  color: #444;
  position: relative;
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px 0 10px 15px;
  margin: -1px 0 -1px -1px;
  width: 250px;
  box-sizing: border-box;
  z-index: 2;
  max-height: 400px;
  overflow: hidden;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul {
  overflow-y: auto;
  max-height: 344px;
  margin-right: -15px;
  width: 100%;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul li, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul li, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul li {
  padding: 5px 0;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul li label, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul li label, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li label, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul li label {
  font-weight: normal !important;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul li label:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul li label:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li label:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul li label:before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #bbb;
  background-color: #fff;
  position: absolute;
  margin-top: 3px;
  left: 0;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"], #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul li input[type="checkbox"], #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"], #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul li input[type="checkbox"] {
  margin: 0 10px 0 0;
  vertical-align: middel;
  display: none;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label {
  color: #1f74bf;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before {
  background-color: #1f74bf;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown.open-state, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown.open-state, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.open-state, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown.open-state {
  color: #1f74bf;
  border: solid 1px #ccc;
  border-bottom: none;
  /*.dropdown-content {
                        display: block;
                    }*/
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown.open-state .border-hider, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown.open-state .border-hider, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.open-state .border-hider, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown.open-state .border-hider {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #fff;
  border-top: none;
  width: 114px;
  margin-left: -1px;
  z-index: 3;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown-container.add-filters:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown-container.add-filters:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown-container.add-filters:before {
  left: 11px;
  height: 23px;
  width: 23px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  top: -9px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown-container.add-filters .dropdown, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown-container.add-filters .dropdown, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters .dropdown, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown-container.add-filters .dropdown {
  width: 120px;
  margin-left: 22px;
  border-left: none;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown-container.add-filters.open-state:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown-container.add-filters.open-state:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters.open-state:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown-container.add-filters.open-state:before {
  border-top: none;
  border-bottom: none;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state {
  border-left: solid 1px #ccc;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .dropdown-container.add-filters.open-state .dropdown.open-state .border-hider {
  width: 118px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .filter-select, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .filter-select, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-select, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .filter-select {
  font-size: 0;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .filter-select a, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .filter-select a, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-select a, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .filter-select a {
  display: inline;
  font-size: 14px;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .filter-select a:hover, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .filter-select a:hover, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-select a:hover, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .filter-select a:hover {
  text-decoration: none;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .sortByFilter, #cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .sortByFilter, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortByFilter, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .sortByFilter, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .sortControl {
  height: 37px !important;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems .sli-search-filters #selSortBy, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters #selSortBy, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters #selSortBy, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .sortControl, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters #selSortBy {
  width: 161px !important;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .sortControl:before, #cmpr_gridwall .guidedNavigationTabItems .sli-search-filters #selSortBy:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .sortControl:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters #selSortBy:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters #selSortBy:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .sortControl:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters #selSortBy:before {
  margin-top: 12px !important;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters label, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters label, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters label, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters label {
  font-size: 14px;
  font-weight: 500 !important;
  color: #666;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters select, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters select, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters select, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters select {
  display: inline;
  width: 116px;
  height: 37px !important;
  margin-right: 18px;
  font-size: 14px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 300;
  text-transform: lowercase !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters select::-ms-expand, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters select::-ms-expand, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters select::-ms-expand, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters select::-ms-expand {
  display: none;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .filter-sortControl, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .filter-sortControl, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-sortControl, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .filter-sortControl {
  display: inline-block;
  position: relative;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters .filter-sortControl:before, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters .filter-sortControl:before, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-sortControl:before, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters .filter-sortControl:before {
  content: "a";
  display: block;
  position: absolute;
  right: 0;
  margin-right: 28px;
  margin-top: 12px;
  width: 8px;
  height: 8px;
  border: solid #444;
  border-width: 1.8px 1.8px 0 0;
  border-radius: 1px;
  transform: rotate(135deg);
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters option, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters option, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters option, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters option {
  padding: 0 2px;
}

#cmpr_gridwall .guidedNavigationTabItems .sli-search-filters ul, #cmpr_gridwall .guidedNavigationTabItems.sli-search-filters ul, #cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters ul, #cmpr_gridwall .guidedNavigationTabItems_search.sli-search-filters ul {
  display: inline-block;
}

#cmpr_gridwall .search-filters {
  margin: 0 0 15px;
  border-right: medium none;
  background: none;
  float: left;
  width: 1006px !important;
  height: auto;
  border-top: 2px solid #000;
}

#cmpr_gridwall .search-filters .visible-filters {
  display: inline-block;
  width: 85%;
}

#cmpr_gridwall .search-filters .visible-filters .leftNav li.parentNavItem {
  padding: 0 0 30px !important;
  margin: 5px 5px 0 0;
}

#cmpr_gridwall .search-filters .guidedNavShowLess {
  color: #727272;
  float: right;
  font: 12px/16px Helvetica, Arial, sans-serif;
  padding: 0 8px 0 0;
  position: relative;
  right: 15px;
  top: 20px;
}

#cmpr_gridwall .search-filters .guidedNavShowAll {
  background: url(/Assets/GuidedNavigation/arrowBlue_down.gif) no-repeat scroll right 7px transparent;
  width: 156px;
}

#cmpr_gridwall .search-filters .guidedNavShowLess {
  background: url(/Assets/GuidedNavigation/arrowBlue_up.gif) no-repeat scroll right 7px transparent;
  width: 140px;
}

#cmpr_gridwall .search-filters .sortBylabel {
  margin: 11px 0 0 0;
  font-size: 12px;
  font-weight: bold !important;
  color: #000 !important;
  display: inline-block;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search {
  margin: 0 0 10px 0;
  /*.leftNav {
                display: inline-block;
                height: 37px;
                margin: 0 10px 0 20px !important;
                overflow: hidden;
                width: auto;

                a, a:link, a:visited, a:active {
                    font: normal 12px $font-stack;
                    border: none !important;
                    line-height: 1.5;
                    color: #1F74BF !important;
                    float: left;
                    height: 12px;
                    width: auto;
                    margin: 11px 0;
                    padding: 0 15px 6px 20px;
                }

                li a.unchecked {
                    background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat scroll -393px -123px transparent !important;
                    height: 15px;
                    display: block;
                    font-weight: normal !important;
                }

                li a.active, a.checked {
                    background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat scroll -393px -154px transparent !important;
                    height: 18px;
                    font-weight: normal !important;
                }

                ul {
                    width: 725px;
                }
            }*/
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .filterBylabel {
  margin: 11px 0 0 0;
  font-size: 12px;
  font-weight: bold !important;
  color: #000 !important;
  display: inline-block;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .filterBylabel {
  width: 100%;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .CrateFilterTestA, #cmpr_gridwall .search-filters .guidedNavigationTabItems_search .CrateFilterTestB {
  display: inline;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .CrateFilterTestB .leftNav {
  margin: 0 10px 0 0 !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b {
  height: auto;
  float: right;
  display: flex;
  align-items: center;
  margin: 5px 0 0 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortBylabel {
  margin: 0 10px 0 0;
  font-size: 12px;
  font-weight: bold !important;
  color: #000 !important;
  display: inline-block;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl {
  bottom: 0;
  right: 0;
  height: 28px;
  margin-top: 4px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl select {
  width: 162px;
  height: 32px;
  border: solid 1px #e6e7e9;
  border-radius: unset;
  margin: 0;
  padding: 6px 8px 6px 8px;
  background-color: transparent !important;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl select option {
  color: #666;
  font: normal 12px/14px Helvetica, Arial, sans-serif;
  position: relative;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl select::-ms-expand {
  display: none;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortByText {
  float: left;
  clear: none;
  position: relative;
  width: 131px;
  height: 21px;
  text-indent: -10000px;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortByText .option {
  color: #666;
  font: normal 12px/14px Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl {
  height: 40px;
  display: inline-block;
  float: left;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortBylabel {
  margin: 4px 12px 0 0;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: inline-block;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortControl {
  bottom: 0;
  right: 0;
  height: 51px;
  width: 215px;
  position: relative;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortControl select {
  width: 150px;
  height: auto;
  font: bold 12px/14px Helvetica, Arial, sans-serif;
  margin: 0.65em 0;
  padding: 0.2em 0.5em;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(//images.crateandbarrel.com/is/image/Crate/icon-search-filters?fmt=png-alpha) no-repeat 125px -69.5px transparent;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortControl select option {
  color: #666;
  font: normal 12px/14px Helvetica, Arial, sans-serif;
  position: relative;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortControl select::-ms-expand {
  display: none;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortByText {
  float: left;
  clear: none;
  position: relative;
  width: 131px;
  height: 21px;
  text-indent: -10000px;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl .sortByText .option {
  color: #666;
  font: normal 12px/14px Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .first_column .guidedNavShowAll, #cmpr_gridwall .search-filters .guidedNavigationTabItems_search .first_column .guidedNavClearAll {
  background: none;
  border: none;
  color: #1f74bf !important;
  font-weight: normal !important;
  font-size: 12px !important;
  margin: 0;
  padding: 7px 10px 0;
  width: auto;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .second_column {
  display: inline-block;
  width: 60%;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .second_column .leftNav {
  margin: 0 10px 0 20px !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .second_column a {
  background-color: #fafafa;
  border: solid 1px #666;
  display: block;
  text-shadow: -1px -1px #fff;
  width: 77px;
  color: #333;
  text-decoration: none;
  height: 22px;
  float: left;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .second_column a:hover {
  text-decoration: none;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .third_column {
  display: inline-block;
  width: auto !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .section_one {
  width: 82% !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .section_one .leftNav {
  margin: 0 10px 0 0 !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .CrateFilterTestB .leftNav {
  margin: 0 10px 0 0 !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .CrateFilterTestB .third_column {
  width: 82% !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .showOnly {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 11px 15px 0 0;
  display: inline-block;
}

#cmpr_gridwall .search-filters .showRefinementsFilter {
  float: right;
  font-weight: bold;
  margin: 10px 10px 0 0;
  font-size: 13px;
}

#cmpr_gridwall .search-filters .filter-dropdown {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e7e9;
  border-bottom: 1px solid #e6e7e9;
  border-right: 1px solid #e6e7e9;
  border-left: none;
  float: right;
  height: 28px;
  padding: 0 0 0 9px;
  text-align: left;
  margin: 5px 20px 0 0;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

#cmpr_gridwall .search-filters .filter-dropdown:before {
  content: '';
  position: absolute;
  left: -10.5px;
  top: 3px;
  height: 21px;
  width: 20px;
  transform: rotate(45deg);
  background: #f9f9f9;
  border-bottom: 1px solid #e6e7e9;
  border-left: 1px solid #e6e7e9;
  border-top: none;
  border-right: none;
}

#cmpr_gridwall .search-filters .filter-dropdown .filter-dropdown-label {
  float: left;
  vertical-align: baseline;
  margin: 7px 7px 5px 5px;
  color: #333;
  text-decoration: none;
}

#cmpr_gridwall .search-filters .filter-dropdown .filter-dropdown-label div {
  position: relative;
}

#cmpr_gridwall .search-filters .filter-dropdown .cmpr-icon-plus, #cmpr_gridwall .search-filters .filter-dropdown .cmpr-icon-minus {
  margin: 7px 0 0 5px;
  display: block;
  background-color: #333;
  width: 11px;
  height: 1px;
  float: right;
}

#cmpr_gridwall .search-filters .filter-dropdown .cmpr-icon-plus:after {
  content: '';
  width: 1px;
  height: 11px;
  float: right;
  margin: -5px 5px;
  background-color: #333;
}

#cmpr_gridwall .search-filters .leftNav {
  display: inline;
  left: 0;
  margin: 0;
  width: auto;
  float: left;
}

#cmpr_gridwall .search-filters .leftNav li {
  float: left;
  position: inherit;
}

#cmpr_gridwall .search-filters .leftNav li.active, #cmpr_gridwall .search-filters .leftNav li.inactive {
  height: 32px;
}

#cmpr_gridwall .search-filters .leftNav li.active {
  position: relative;
}

#cmpr_gridwall .search-filters .leftNav .parentNavItem {
  border: 1px solid #e6e7e9;
  box-sizing: border-box;
  height: 8px;
  margin: 0 5px 5px 0;
  padding: 0 0 30px;
  width: 162px;
}

#cmpr_gridwall .search-filters .leftNav .parentNavItem a.viewAll {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -307px -197px transparent !important;
  padding: 0;
  border: none;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0px;
  left: -5px;
  top: 6px;
  float: right;
}

#cmpr_gridwall .search-filters .leftNav span.parentNavItem {
  font: bold 12px Helvetica, Arial, sans-serif;
  background: #fff;
  color: #222 !important;
  font-weight: normal;
  height: 30px;
  width: 158px;
  line-height: 1.5;
  border: 0 none !important;
  clear: none;
  padding: 6px 8px 6px 8px;
  position: relative;
  float: left;
}

#cmpr_gridwall .search-filters .leftNav span.active {
  display: none;
  position: static;
}

#cmpr_gridwall .search-filters .leftNav span.activeValue {
  font: normal 13px/18px Helvetica, Arial, sans-serif;
  color: #4a4a4a !important;
  border: none;
  border-top: none 0px;
  display: block;
  padding: 7px 4px 0 8px;
  width: 105px;
  height: 25px;
  margin: 0;
  float: left;
}

#cmpr_gridwall .search-filters .leftNav span.parentNavItem:after {
  display: block;
  content: " ";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  position: absolute;
  right: 8px;
  top: 12px;
}

#cmpr_gridwall .search-filters .leftNav ul.childNavItem {
  height: auto;
  background: #fff;
  margin: -5px 0 20px -1px;
  float: left;
  font-size: 12px;
  clear: left;
  padding: 0 0 0 0;
  position: relative;
  z-index: 920 !important;
  display: none;
  top: -1px;
  width: 162px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px 1px 1px;
  box-sizing: border-box;
}

#cmpr_gridwall .search-filters .leftNav ul.childNavItem a.childNavItem, #cmpr_gridwall .search-filters .leftNav ul.childNavItem a.childNavItem:link, #cmpr_gridwall .search-filters .leftNav ul.childNavItem a.childNavItem:visited, #cmpr_gridwall .search-filters .leftNav ul.childNavItem a.childNavItem:active {
  padding: 6px 8px 6px 8px;
  position: relative;
}

#cmpr_gridwall .search-filters .leftNav a.childNavItem:hover {
  text-decoration: underline;
  color: #1f74bf;
}

#cmpr_gridwall .search-filters .narrowYourChoicesIcon_plus {
  background: url(//images.crateandbarrel.com/is/image/Crate/icon-search-filters?fmt=png-alpha) no-repeat 0px 0px transparent;
  display: block;
  float: left;
  height: 28px;
  margin-top: -6px;
  margin-right: 10px;
  width: 28px;
}

#cmpr_gridwall .search-filters .narrowYourChoicesIcon_minus {
  background: url(//images.crateandbarrel.com/is/image/Crate/icon-search-filters?fmt=png-alpha) no-repeat 0px -28px transparent;
  display: block;
  float: left;
  height: 28px;
  margin-top: -6px;
  margin-right: 10px;
  width: 28px;
}

#cmpr_gridwall a.childNavItem, #cmpr_gridwall a.childNavItem:link, #cmpr_gridwall a.childNavItem:visited, #cmpr_gridwall a.childNavItem:active {
  font: normal 12px/14px Helvetica, Arial, sans-serif;
  float: left;
  padding: 0 0 6px 0;
  margin: 0;
  height: auto;
  border: 0 none;
  width: 163px;
}

/*---------------------------------------------------------------------------------------------------*/
.search-filters .leftNav li.active ul.childNavItem li a.active {
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #727272;
  border: none !important;
  width: 110px;
  height: 36px;
  background: #fff !important;
  display: block !important;
}

.search-filters .leftNav ul.active {
  background: url(/Assets/GuidedNavigation/boxBtm.gif) no-repeat bottom right;
  display: block !important;
  width: 126px;
  padding: 0;
}

.search-filters a.guidedNavClearAll {
  display: inline-block;
  margin-top: 7px;
}

.search-filters a.guidedNavClearAll img {
  margin: 4px 0px 0px 0px;
}

/* Guided Navigation Tab Items
 -------------------------------------------------------*/
.search-filters .guidedNavigationTabItems .leftNav a,
.search-filters .guidedNavigationTabItems .leftNav a:link,
.search-filters .guidedNavigationTabItems .leftNav a:visited,
.search-filters .guidedNavigationTabItems .leftNav a:active {
  font: normal 12px Helvetica, Arial, sans-serif;
  border: none !important;
  line-height: 1.5;
  color: #1F74BF !important;
  float: left;
  height: 12px;
  width: auto;
  margin: 11px 0;
  padding: 0 15px 6px 20px;
}

.search-filters .guidedNavigationTabItems .leftNav li:hover a.parentNavItem {
  color: #0165b1 !important;
  text-decoration: none !important;
}

.search-filters .guidedNavigationTabItems .leftNav li a.parentNavItem:hover {
  text-decoration: underline !important;
}

.search-filters .leftNav ul.childNavItem li a.unchecked,
.search-filters .leftNav ul.childNavItem li a.unchecked:link,
.search-filters .leftNav ul.childNavItem li a.unchecked:visited,
.search-filters .leftNav ul.childNavItem li a.unchecked:active {
  background: none !important;
}

.search-filters .leftNav ul.childNavItem li a.checked,
.search-filters .leftNav ul.childNavItem li a.checked:link,
.search-filters .leftNav ul.childNavItem li a.checked:visited,
.search-filters .leftNav ul.childNavItem li a.checked:active {
  background: none !important;
}

.search-filters .leftNav li.active ul.childNavItem li a.childNavItem {
  display: none !important;
}

.search-filters .leftNav ul.childNavItem li a.active:hover {
  text-decoration: none;
}

.search-filters .leftNav li:hover a.viewAll {
  padding: 0;
}

.search-filters #leftNav a.checked,
.search-filters #leftNav a.unchecked {
  display: none;
}

.search-filters .guidedNavShowLess {
  color: #727272;
  float: right;
  font: 12px/16px Helvetica, Arial, sans-serif;
  padding: 0 8px 0 0;
  position: relative;
  right: 15px;
  top: 20px;
}

.search-filters .guidedNavShowAll {
  background: url(/Assets/GuidedNavigation/arrowBlue_down.gif) no-repeat scroll right 7px transparent;
  width: 156px;
}

.search-filters .guidedNavShowLess {
  background: url(/Assets/GuidedNavigation/arrowBlue_up.gif) no-repeat scroll right 7px transparent;
  width: 140px;
}

.search-filters .leftNav ul.active {
  background: url(/Assets/GuidedNavigation/boxBtm.gif) no-repeat bottom right;
  display: block !important;
  width: 126px;
  padding: 0;
}

.search-filters .leftNav ul.childNavItem li a.childNavItem,
.search-filters .leftNav ul.childNavItem li a.childNavItem:link,
.search-filters .leftNav ul.childNavItem li a.childNavItem:visited,
.search-filters .leftNav ul.childNavItem li a.childNavItem:active {
  padding: 6px 8px 6px 8px;
  position: relative;
}

.sortControl select {
  width: 140px;
  float: right;
  margin-right: 20px;
}

/* ---------------------------------------------------------------------typeahead css------------------------------------------------------------------------- */
.search-input {
  display: inline-block;
  position: relative;
  margin-left: 35%;
  margin-top: 30px;
  color: #717171;
  font: 300 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.search-input input {
  height: 30px;
  width: 400px;
  padding: 0 25px 0 10px;
}

.search-input input:focus {
  outline: none;
}

.search-input input:focus + .typeahead {
  display: block;
}

.search-input i {
  position: absolute;
  margin: 7px 7px 0 0;
  right: 0;
  color: #444;
}

.search-input .typeahead {
  display: block;
  border: solid 1px #aaa;
  border-top: none;
}

.search-input .typeahead div {
  padding: 0 0;
}

.search-input .typeahead .section-header {
  padding: 10px 10px;
  border-bottom: solid 1px #aaa;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
  background: #eee;
}

.search-input .typeahead ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.search-input .typeahead ul li {
  padding: 5px 0;
}

.search-input .typeahead ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.search-input .typeahead ul li img {
  vertical-align: middle;
  margin-right: 15px;
}

.search-input .typeahead .photo-suggestions {
  border-top: solid 1px #aaa;
  margin-bottom: 5px;
}

.seo-related {
  float: none;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1008px;
  font-size: 1em;
}

.seo-related ul {
  margin: 0 0 .9em;
  padding: 0;
}

.seo-related ul li {
  display: inline-block;
  margin: 0 35px 0 0;
}

.seo-related ul li:last-child {
  margin: 0;
}

.seo-related ul li a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #1f74bf;
}

.seo-related ul li a:focus, .seo-related ul li a:hover {
  text-decoration: underline;
}

.reveal-seo-content {
  border-top: 1px solid #d8d8d8;
  font-size: 12px;
  padding: .9em 0 1.2em;
}

.reveal-seo-content h2 {
  color: #717171;
  font-size: 1.5em;
  margin: .5em 0;
}

#popupLayerTarget #catalog-check-address-modal .avs-block,
#catalog-check-address-modal .avs-block {
  margin: 0px;
}

#popupLayerTarget #catalog-check-address-modal .avs-block .has-suggestions,
#catalog-check-address-modal .avs-block .has-suggestions {
  background-color: #f7f7f7;
  margin-bottom: 1.3em;
}

#popupLayerTarget #catalog-check-address-modal address,
#catalog-check-address-modal address {
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .catalog-request-layout .catalog-request-required {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #717171;
  }
  .catalog-request-layout .catalog-request-label {
    display: inline-block;
    font-weight: bold;
    color: #444;
  }
  .catalog-request-layout label {
    display: inline-block;
    font-weight: bold;
    color: #444;
  }
}

@media screen and (min-width: 768px) {
  .catalog-request-layout .field-validation-error {
    padding-top: 0.5em;
  }
  .catalog-request-layout .catalog-request-required {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #717171;
  }
  .catalog-request-layout label {
    display: inline-block;
    font-weight: bold;
    color: #444;
  }
  .catalog-request-layout form .row {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .catalog-request-layout form .col-md-4, .catalog-request-layout form .col-md-5, .catalog-request-layout form .col-md-6, .catalog-request-layout form .col-md-7, .catalog-request-layout form .col-md-12 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .catalog-request-layout .zipMsgArea {
    top: 0.8em;
  }
  .catalog-request-layout button.submit {
    float: left;
    clear: left;
  }
  #popupLayerTarget .check-address-layer .avs-margin-top {
    margin-top: 0;
  }
  #popupLayerTarget .check-address-layer .avs-block {
    margin: 0;
    border-bottom: none;
  }
  #popupLayerTarget .check-address-layer .avs-block:hover {
    cursor: pointer;
  }
  #popupLayerTarget .check-address-layer .avs-block:last-child {
    border-bottom: 0.1em solid #d8d8d8;
  }
  #popupLayerTarget .check-address-layer .section.we-found {
    margin-bottom: 0;
  }
  #popupLayerTarget .check-address-layer .no-suggestions {
    background: #f7f7f7;
    margin-bottom: 1.3em;
  }
  #popupLayerTarget .check-address-layer .has-suggestions {
    background: #f7f7f7;
    margin-bottom: 1.3em;
  }
  #popupLayerTarget .check-address-layer .big-top-border {
    border-top: 0.12em solid black;
    margin-bottom: 0;
    padding: .6em 0 .6em 0;
  }
  #popupLayerTarget .check-address-layer .radio-box {
    display: inline;
  }
  #popupLayerTarget .check-address-layer .action-block {
    margin: 0px;
  }
}

.catalog-preference-layout .avs-block {
  margin: 0px;
}

.catalog-preference-layout .action-block {
  background: none;
}

.catalog-preference-layout .has-suggestions {
  background-color: #f7f7f7;
  margin-bottom: 1.3em;
}

.catalog-preference-layout address {
  margin: 0px;
}

#user-address-validation-result {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .catalog-preference-layout .catalog-request-required {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #717171;
  }
  .catalog-preference-layout .catalog-request-label {
    display: inline-block;
    font-weight: bold;
    color: #444;
  }
  .catalog-preference-layout #user-address-validation-result {
    z-index: 9999;
  }
}

@media screen and (min-width: 768px) {
  .catalog-preference-layout .catalog-preference-required {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #717171;
  }
  .catalog-preference-layout label {
    display: block;
    font-weight: bold;
    color: #444;
  }
  .catalog-preference-layout #user-address-validation-result {
    z-index: 9999;
  }
  .catalog-preference-layout form .row {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .catalog-preference-layout form .col-md-4, .catalog-preference-layout form .col-md-5, .catalog-preference-layout form .col-md-6, .catalog-preference-layout form .col-md-7, .catalog-preference-layout form .col-md-12 {
    padding-right: 6px;
  }
  .catalog-preference-layout form .zipcitystate-zip-validation-wrapper {
    margin-left: 7px;
  }
  .catalog-preference-layout form .radio-button {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .catalog-preference-layout .zipMsgArea {
    top: 0.8em;
  }
  .catalog-preference-layout input[type="text"], .catalog-preference-layout select, .catalog-preference-layout input[type="tel"] {
    border: solid 1px #bcbcbc;
    box-shadow: 0 2px 6px #ececec inset;
    box-sizing: border-box;
    color: #000;
    font-size: .9em;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 5px;
    border-radius: 0px;
  }
  .catalog-preference-layout button.submit {
    float: left;
    clear: left;
  }
  .catalog-preference-layout .page-title {
    border: 0;
    color: #000;
    font-weight: 600;
    line-height: 25px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    display: block;
    float: left;
    margin: 0;
    padding: 15px 0 13px;
    position: relative;
  }
}

.seo-related {
  float: none;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1008px;
  font-size: 1em;
}

.seo-related ul {
  margin: 0 0 .9em;
  padding: 0;
}

.seo-related ul li {
  display: inline-block;
  margin: 0 35px 0 0;
}

.seo-related ul li:last-child {
  margin: 0;
}

.seo-related ul li a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #1f74bf;
}

.seo-related ul li a:focus, .seo-related ul li a:hover {
  text-decoration: underline;
}

.reveal-seo-content {
  border-top: 1px solid #d8d8d8;
  font-size: 12px;
  padding: .9em 0 1.2em;
}

.reveal-seo-content h2 {
  color: #717171;
  font-size: 1.5em;
  margin: .5em 0;
}

.product-reviews {
  /* JS show more */
}

.product-reviews .reviews-sort {
  height: 30px;
  margin: 22px 0 28px 0;
  text-align: center;
  clear: both;
  border-bottom: 1px solid #ccc;
}

.product-reviews .reviews-sort a.selectedSort {
  color: #1f74bf;
}

.product-reviews .reviews-sort-link {
  padding: 0 24px;
  margin: 0;
  height: 20px;
  display: inline-block;
  color: #222;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #ccc;
  text-transform: lowercase;
  font: 300 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
}

.product-reviews .reviews-sort-link:hover {
  text-decoration: none;
  color: #1f74bf;
}

.product-reviews .reviews-sort-link:last-of-type {
  border-right: 1px solid #ccc;
}

.product-reviews .selectedSort:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #1f74bf transparent;
  display: block;
  width: 0;
}

.product-reviews .product-reviews {
  width: 1008px;
  padding-top: 3px;
  float: left;
}

.product-reviews .hidejsMore {
  height: 0;
  display: none;
  margin-top: -10px;
}

.product-reviews .hidejsMore a {
  color: white;
}

.product-reviews .review-col-1 {
  width: 496px;
  float: left;
}

.product-reviews .review-col-2 {
  width: 496px;
  float: right;
}

.product-reviews .product-review {
  width: 484px;
  margin-bottom: 40px;
  padding: 17px 25px 20px 25px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.product-reviews .product-review span {
  float: left;
}

.product-reviews .review-badge-note, .product-reviews .originally-posted-message {
  font-style: italic;
}

.product-reviews .review-title {
  width: 100%;
  margin: -5px 0 3px;
  color: #444;
  font: 500 16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product-reviews .review-text {
  margin: 0;
  width: 100%;
  padding: 0;
  color: #222;
  font: 300 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
  line-height: 21px;
  float: left;
}

.product-reviews .review-text-italic {
  margin: 0;
  width: 100%;
  padding: 0;
  color: #444;
  font-style: italic;
  font: 300 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
  line-height: 21px;
  float: left;
}

.product-reviews .review-image-thumbs {
  width: 100%;
  float: left;
}

.product-reviews .reviews-thumb {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.product-reviews .reviews-thumb img {
  display: none;
}

.product-reviews .review-details {
  font: 300 13px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
  text-transform: lowercase;
  color: #444;
  width: 100%;
  float: left;
  padding: 10px 0;
}

.product-reviews .review-details .helpfulVote,
.product-reviews .review-details .reportReview {
  color: #1f74bf;
  text-decoration: none;
}

.product-reviews .review-details .helpfulVote:hover,
.product-reviews .review-details .reportReview:hover {
  text-decoration: underline;
}

.product-reviews .review-details .helpfulVote:focus,
.product-reviews .review-details .reportReview:focus {
  text-decoration: underline;
  outline: 0;
}

.product-reviews .review-details span {
  margin-right: 7px;
}

.product-reviews .review-syndication {
  padding-top: 5px;
  float: left;
}

.product-reviews .review-id {
  font: 500 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.product-reviews .review-no {
  padding-left: 3px;
}

.product-reviews .product-review a, .product-reviews .product-review a:link {
  color: #222;
}

.product-reviews .crate-response {
  padding: 18px 0 5px 20px;
  float: left;
}

.product-reviews .crate-response-title {
  font: 500 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #1f74bf;
}

.product-reviews .crate-response-text {
  font: 300 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
  color: #444;
  line-height: 20px;
  padding-bottom: 8px;
}

.product-reviews .add-review {
  background-color: #444;
  color: #fff !important;
  padding: 11px 40px;
  font-size: 15px !important;
  line-height: 38px !important;
  text-transform: lowercase;
  cursor: pointer;
}

.product-reviews .more-reviews-container {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.product-reviews .more-reviews {
  padding: 18px 25px;
  text-align: center;
  font: 300 16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  cursor: pointer;
}

.product-reviews .helpfulVote {
  cursor: pointer;
}

.product-reviews .jsSelected {
  font-weight: bold;
}

.product-reviews .reportReview {
  cursor: pointer;
}

.product-reviews .js-reveal-content {
  max-height: 85px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.product-reviews .js-revealed-content {
  max-height: 900px;
  transition: max-height 0.8s ease-in;
}

.product-reviews .js-reveal-toggle {
  height: 0;
  padding-top: 60px;
  margin-top: -60px;
  position: relative;
  cursor: pointer;
  display: block;
}

.product-reviews .js-more, .product-reviews .js-less {
  padding: 5px 5px 0 0;
  color: #1f74bf;
  font: 300 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  float: left;
}

.product-reviews .remove-fade {
  background: transparent;
}

.product-reviews-container {
  min-height: 230px;
}

.product-reviews-container .content-reviews {
  top: 125px;
}

/*#region -------- add to favortie popup -------------*/
.js-hide-scroll.fav-layer-opened {
  visibility: visible;
  position: relative;
}

.favorite-popup .popup-content, .registry-popup .popup-content {
  height: auto;
  max-height: 85vh;
  z-index: 4000;
  display: block;
  width: 100%;
}

.favorite-popup .show-more, .registry-popup .show-more {
  cursor: pointer;
}

.favorite-popup .select-list-wrap, .registry-popup .select-list-wrap {
  margin-top: 20px;
}

.favorite-popup .fake-image, .registry-popup .fake-image {
  width: 150px;
  height: 150px;
  background-color: #444;
  float: left;
  margin-bottom: 5px;
}

.favorite-popup .title, .registry-popup .title {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.favorite-popup .select-list-wrap .design-list, .registry-popup .select-list-wrap .design-list {
  width: 100%;
  float: left;
  padding: 17px 70px 17px 10px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.favorite-popup .product-info, .registry-popup .product-info {
  padding-right: 24px;
}

.favorite-popup .product-title, .registry-popup .product-title {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  float: left;
  width: 100%;
}

.favorite-popup .product-price, .registry-popup .product-price {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-left: 20px;
  float: left;
  width: 100%;
}

.favorite-popup input.design-board-new-name, .registry-popup input.design-board-new-name {
  width: 100%;
  box-shadow: none;
  float: left;
  box-sizing: border-box;
  border: 1px dashed #1F74BF;
  border-radius: 0;
  padding: 15px 10px 15px 40px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  outline: none;
  color: #1F74BF;
  margin-bottom: 10px;
  height: 55px;
  background: url(//images.crateandbarrel.com/is/image/Crate/mobile_mood_plus_2?fmt=png) no-repeat 10px 13px;
  background-size: 25px;
}

.favorite-popup .error input.design-board-new-name, .registry-popup .error input.design-board-new-name {
  border: #cc0000 1px solid !important;
}

.favorite-popup input.design-board-new-name:focus, .registry-popup input.design-board-new-name:focus {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  padding-right: 85px;
  background-image: none;
  padding-left: 10px;
}

.favorite-popup input.design-board-new-name::-webkit-input-placeholder, .registry-popup input.design-board-new-name::-webkit-input-placeholder {
  color: #1F74BF;
}

.favorite-popup .select-list-wrap a:hover .add-list-button, .registry-popup .select-list-wrap a:hover .add-list-button {
  display: block;
}

.favorite-popup .select-list-wrap .design-list.added-span, .registry-popup .select-list-wrap .design-list.added-span {
  cursor: default;
}

.favorite-popup .add-list-button, .registry-popup .add-list-button {
  width: 60px;
  height: 42px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  padding: 0;
}

.favorite-popup .new-list-input-wrap, .registry-popup .new-list-input-wrap {
  position: relative;
  margin-top: 10px;
}

.favorite-popup .new-list-input-wrap.error:after, .registry-popup .new-list-input-wrap.error:after {
  content: "List requires a name";
  color: #cc0000;
  padding: 5px 0;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.favorite-popup .current-list-scroll, .registry-popup .current-list-scroll {
  max-height: 320px;
  overflow-y: auto;
}

.favorite-popup i.db-sprite, .registry-popup i.db-sprite {
  width: 25px;
  height: 25px;
  float: left;
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha);
}

.favorite-popup i.green-check, .registry-popup i.green-check {
  background-position: -260px -20px;
}

.favorite-popup i.view-arrow, .registry-popup i.view-arrow {
  background-position: -452px -17px;
  float: right;
}

.favorite-popup .added-active, .registry-popup .added-active {
  position: absolute;
  right: 15px;
  top: 16px;
}

.favorite-popup .added-confirmation-modal-container, .registry-popup .added-confirmation-modal-container {
  height: 60px;
  z-index: 4000;
  display: block;
  width: 90%;
  margin: 0;
  background-color: #222;
  color: #fff;
  padding: 1.4em 2.1em;
  box-sizing: border-box;
  position: fixed;
  top: 45%;
  bottom: 100px;
  visibility: visible;
}

.favorite-popup .added-confirmation-modal-container .item-added-wrap, .registry-popup .added-confirmation-modal-container .item-added-wrap {
  margin-top: -3px;
}

.favorite-popup .added-confirmation-modal-container .green-check, .registry-popup .added-confirmation-modal-container .green-check {
  margin-top: -3px;
}

.favorite-popup .added-confirmation-modal-container .list-confirmation-message, .registry-popup .added-confirmation-modal-container .list-confirmation-message {
  color: #56b401;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
}

.favorite-popup .added-confirmation-modal-container .view-list-message, .registry-popup .added-confirmation-modal-container .view-list-message {
  float: right;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.favorite-popup .svg-icon-success, .registry-popup .svg-icon-success {
  width: 18px;
  height: 18px;
  color: #008000;
}

.favorite-popup .view-list-message:hover, .registry-popup .view-list-message:hover {
  text-decoration: none;
}

.favorite-popup .added-img, .registry-popup .added-img {
  width: 160px;
  margin-bottom: 12px;
}

.favorite-popup .confirm-view, .registry-popup .confirm-view {
  visibility: visible;
}

/*#endregion -------- add to favortie popup ----------*/
/*#region -------- favortie board delete popup -----------*/
#global-popup .favorites-board-delete-cofirmation .popup-content {
  background: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  margin: auto;
  padding: 45px 40px;
  z-index: 11;
  cursor: auto;
  max-height: 90vh;
  overflow-y: auto;
}

#global-popup .favorites-board-delete-cofirmation .popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 19px;
  height: 19px;
  background: url(//images.crateandbarrel.com/is/image/Crate/furniture_sprite?fmt=png-alpha) no-repeat -354px -68px transparent;
  cursor: pointer;
}

#global-popup .favorites-board-delete-cofirmation .delete-title {
  font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

#global-popup .favorites-board-delete-cofirmation .delete-p {
  font: 300 14px/1.5 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

/*#endregion -------- favortie board delete popup --------*/
/* #region ------------favorite limit popup-----------------*/
.favorite-limit-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  top: 0;
  left: 0;
  cursor: pointer;
}

.favorite-limit-popup .popup-content {
  background: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 510px;
  margin: auto;
  padding: 50px 40px;
  z-index: 11;
  cursor: auto;
  max-height: 90vh;
  overflow-y: auto;
}

.favorite-limit-popup .popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 19px;
  height: 19px;
  background: url(//images.crateandbarrel.com/is/image/Crate/furniture_sprite?fmt=png-alpha) no-repeat -354px -68px transparent;
  cursor: pointer;
}

.favorite-limit-popup .modal-container {
  margin: 300px 0;
}

.favorite-limit-popup body.popup-open {
  overflow: hidden;
}

/* #endregion ------------favorite limit popup-------------*/
/*#region -----------items add to addiitonal list--------*/
.favorite-add-to-list-popup .show-more {
  cursor: pointer;
}

.favorite-add-to-list-popup .select-list-wrap {
  width: 320px;
  float: right;
  margin-right: -20px;
}

.favorite-add-to-list-popup .item-added-wrap {
  width: 160px;
  float: left;
}

.favorite-add-to-list-popup .fake-image {
  width: 150px;
  height: 150px;
  background-color: #444;
  float: left;
  margin-bottom: 5px;
}

.favorite-add-to-list-popup .modal-title {
  font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.favorite-add-to-list-popup .select-list-wrap .design-list {
  width: 100%;
  float: left;
  padding: 17px 70px 17px 10px;
  font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.favorite-add-to-list-popup .select-list-wrap .design-list:last-child {
  margin-bottom: 0;
}

.favorite-add-to-list-popup .product-title, .favorite-add-to-list-popup .product-price {
  font: 14px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  width: 100%;
  float: left;
}

.favorite-add-to-list-popup .product-title {
  font-weight: 400;
}

.favorite-add-to-list-popup .product-price {
  font-weight: 400;
}

.favorite-add-to-list-popup input.design-board-new-name {
  width: 100%;
  box-shadow: none;
  float: left;
  box-sizing: border-box;
  border: 1px dashed #1F74BF;
  border-radius: 0;
  padding: 15px 10px 15px 40px;
  font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  outline: none;
  color: #1F74BF;
  margin-bottom: 10px;
  height: 54px;
  background: url(//images.crateandbarrel.com/is/image/Crate/mobile_mood_plus_2?fmt=png) no-repeat 10px 13px;
  background-size: 25px;
}

.favorite-add-to-list-popup .error input.design-board-new-name {
  border: #cc0000 1px solid !important;
}

.favorite-add-to-list-popup input.design-board-new-name:focus {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  padding-right: 85px;
  background-image: none;
  padding-left: 10px;
}

.favorite-add-to-list-popup input.design-board-new-name::-webkit-input-placeholder {
  color: #1F74BF;
}

.favorite-add-to-list-popup .select-list-wrap a:hover .add-list-button {
  display: block;
}

.favorite-add-to-list-popup .add-list-button {
  width: 60px;
  height: 42px;
  float: right;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 3px;
  line-height: 40px;
  display: none;
  cursor: pointer;
}

.favorite-add-to-list-popup .new-list-input-wrap {
  position: relative;
  float: left;
  width: 300px;
  margin-top: 10px;
}

.favorite-add-to-list-popup .new-list-input-wrap.error:after {
  content: "List requires a name";
  color: #cc0000;
  padding: 5px 0;
  font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.favorite-add-to-list-popup .create-new-list-btn {
  width: 60px;
  height: 45px;
  float: right;
  font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 3px;
  line-height: 34px;
  border: 0;
  display: none;
  cursor: pointer;
}

.favorite-add-to-list-popup .current-list-scroll {
  max-height: 320px;
  overflow-y: auto;
}

.favorite-add-to-list-popup .current-list-wrap {
  float: left;
  width: 300px;
}

.favorite-add-to-list-popup .current-list-wrap .create-new-list-btn {
  width: 60px;
  height: 45px;
  float: right;
  font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 3px;
  line-height: 34px;
  border: 0;
  display: none;
  cursor: pointer;
}

.favorite-add-to-list-popup i.db-sprite {
  width: 25px;
  height: 25px;
  float: left;
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha);
}

.favorite-add-to-list-popup i.green-check {
  background-position: -260px -20px;
}

.favorite-add-to-list-popup i.view-arrow {
  background-position: -452px -17px;
  float: right;
}

.favorite-add-to-list-popup i.added-active {
  position: absolute;
  right: 15px;
  top: 13px;
}

.favorite-add-to-list-popup .select-list-wrap .design-list.added-span {
  cursor: default;
}

.favorite-add-to-list-popup .added-confirmation-modal-container {
  position: fixed;
  left: 50%;
  margin-left: -200px;
  background-color: #222;
  top: 80%;
  font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  padding: 33px 35px 32px;
  width: 420px;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

.favorite-add-to-list-popup .added-confirmation-modal-container .item-added-wrap {
  margin-top: -3px;
}

.favorite-add-to-list-popup .added-confirmation-modal-container .green-check {
  margin-top: -3px;
}

.favorite-add-to-list-popup .list-confirmation-message {
  color: #56b401;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}

.favorite-add-to-list-popup .view-list-message {
  float: right;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.favorite-add-to-list-popup .view-list-message:hover {
  text-decoration: none;
}

.favorite-add-to-list-popup .added-img {
  width: 160px;
  margin-bottom: 12px;
}

.favorite-add-to-list-popup .confirm-view {
  visibility: visible;
}

/*#endregion ---------items add to addiitonal list--------*/
@media screen and (max-width: 768px) {
  .favorite-popup .title, .registry-popup .title {
    font-weight: 600;
  }
  .favorite-popup .select-list-wrap .design-list, .favorite-popup .select-list-wrap p, .registry-popup .select-list-wrap .design-list, .registry-popup .select-list-wrap p {
    font-weight: 400;
  }
  .favorite-popup .product-title, .registry-popup .product-title {
    font-weight: 600;
  }
  .favorite-popup .add-list-button, .registry-popup .add-list-button {
    display: none !important;
  }
  .favorite-popup .create-new-list-btn, .registry-popup .create-new-list-btn {
    width: 60px;
    height: 45px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 34px;
    display: none;
    cursor: pointer;
    text-align: center;
  }
  .registry-popup .design-list {
    font-weight: 400;
  }
  .registry-popup .current-list-scroll {
    max-height: initial;
  }
  .registry-popup .registrant-name {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    padding: 8px 0 0 0;
  }
}

@media screen and (min-width: 1px) {
  .registry-popup .regPrice {
    display: block;
  }
  .registry-popup .design-list {
    height: auto;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .favorite-popup .popup-container, .registry-popup .popup-container {
    width: 640px;
  }
  .favorite-popup .popup-content, .registry-popup .popup-content {
    width: 510px;
    padding: 0px 30px;
    z-index: 11;
    cursor: auto;
    max-height: 90vh;
    min-height: auto;
    overflow-y: auto;
  }
  .favorite-popup .modal-container, .registry-popup .modal-container {
    margin: 300px 0;
  }
  .favorite-popup body.popup-open, .registry-popup body.popup-open {
    overflow: hidden;
  }
  .favorite-popup .show-more, .registry-popup .show-more {
    cursor: pointer;
  }
  .favorite-popup .select-list-wrap, .registry-popup .select-list-wrap {
    width: 320px;
    float: right;
    margin-right: -20px;
    margin-top: 0;
  }
  .favorite-popup .fake-image, .registry-popup .fake-image {
    width: 150px;
    height: 150px;
    background-color: #444;
    float: left;
    margin-bottom: 5px;
  }
  .favorite-popup .title, .registry-popup .title {
    font: 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  .favorite-popup .select-list-wrap .design-list, .registry-popup .select-list-wrap .design-list {
    width: 100%;
    float: left;
    padding: 17px 70px 17px 10px;
    font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
  }
  .favorite-popup .product-title, .registry-popup .product-title {
    font-weight: 600;
  }
  .favorite-popup .product-title, .favorite-popup .product-price, .registry-popup .product-title, .registry-popup .product-price {
    margin-left: 0;
  }
  .favorite-popup input.design-board-new-name, .registry-popup input.design-board-new-name {
    width: 100%;
    box-shadow: none;
    float: left;
    box-sizing: border-box;
    border: 1px dashed #1F74BF;
    border-radius: 0;
    padding: 15px 10px 15px 40px;
    outline: none;
    color: #1F74BF;
    margin-bottom: 10px;
    height: 54px;
    background: url(//images.crateandbarrel.com/is/image/Crate/mobile_mood_plus_2?fmt=png) no-repeat 10px 13px;
    background-size: 25px;
  }
  .favorite-popup .error input.design-board-new-name, .registry-popup .error input.design-board-new-name {
    border: #cc0000 1px solid !important;
  }
  .favorite-popup input.design-board-new-name:focus, .registry-popup input.design-board-new-name:focus {
    border: 1px solid #ccc;
    outline: none;
    color: #000;
    padding-right: 85px;
    background-image: none;
    padding-left: 10px;
  }
  .favorite-popup input.design-board-new-name::-webkit-input-placeholder, .registry-popup input.design-board-new-name::-webkit-input-placeholder {
    color: #1F74BF;
  }
  .favorite-popup .select-list-wrap a:hover .add-list-button, .registry-popup .select-list-wrap a:hover .add-list-button {
    display: block;
  }
  .favorite-popup .select-list-wrap a:focus .add-list-button, .registry-popup .select-list-wrap a:focus .add-list-button {
    /* Requires button to have position: relative; */
    display: block;
  }
  .favorite-popup .select-list-wrap a:focus .add-list-button::before, .registry-popup .select-list-wrap a:focus .add-list-button::before {
    display: block;
    content: "";
    border-color: #aaa;
    border-width: 1px;
    border-radius: 1px;
    border-style: solid;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
  .favorite-popup .add-list-button, .registry-popup .add-list-button {
    width: 60px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    padding: 0;
    line-height: 40px;
  }
  .favorite-popup .new-list-input-wrap, .registry-popup .new-list-input-wrap {
    position: relative;
    float: left;
    width: 300px;
    margin-top: 10px;
  }
  .favorite-popup .new-list-input-wrap.error:after, .registry-popup .new-list-input-wrap.error:after {
    content: "List requires a name";
    color: #cc0000;
    padding: 5px 0;
  }
  .favorite-popup .create-new-list-btn, .registry-popup .create-new-list-btn {
    width: 60px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 6px;
    display: none;
    padding: 0;
  }
  .favorite-popup .create-new-list-btn:focus, .registry-popup .create-new-list-btn:focus {
    /* Requires button to have position: relative; */
    outline: 0;
  }
  .favorite-popup .create-new-list-btn:focus::before, .registry-popup .create-new-list-btn:focus::before {
    display: block;
    content: "";
    border-color: #aaa;
    border-width: 1px;
    border-radius: 1px;
    border-style: solid;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
  .favorite-popup .current-list-scroll, .registry-popup .current-list-scroll {
    max-height: 320px;
    overflow-y: auto;
  }
  .favorite-popup .current-list-wrap, .registry-popup .current-list-wrap {
    float: left;
    width: 300px;
  }
  .favorite-popup i.db-sprite, .registry-popup i.db-sprite {
    width: 25px;
    height: 25px;
    float: left;
    background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha);
  }
  .favorite-popup i.green-check, .registry-popup i.green-check {
    background-position: -260px -20px;
  }
  .favorite-popup i.view-arrow, .registry-popup i.view-arrow {
    background-position: -452px -17px;
    float: right;
  }
  .favorite-popup i.added-active, .registry-popup i.added-active {
    position: absolute;
    right: 15px;
    top: 13px;
  }
  .favorite-popup .select-list-wrap .design-list.added-span, .registry-popup .select-list-wrap .design-list.added-span {
    cursor: default;
  }
  .favorite-popup .added-confirmation-modal-container, .registry-popup .added-confirmation-modal-container {
    position: fixed;
    left: 50%;
    margin-left: -200px;
    background-color: #222;
    top: 50%;
    width: 420px !important;
    box-sizing: border-box;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
  }
  .favorite-popup .added-confirmation-modal-container .item-added-wrap, .registry-popup .added-confirmation-modal-container .item-added-wrap {
    margin-top: -3px;
  }
  .favorite-popup .added-confirmation-modal-container .green-check, .registry-popup .added-confirmation-modal-container .green-check {
    margin-top: -3px;
  }
  .favorite-popup .list-confirmation-message, .registry-popup .list-confirmation-message {
    color: #56b401;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
  }
  .favorite-popup .view-list-message, .registry-popup .view-list-message {
    float: right;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
  }
  .favorite-popup .view-list-message:hover, .registry-popup .view-list-message:hover {
    text-decoration: none;
  }
  .favorite-popup .added-img, .registry-popup .added-img {
    width: 170px;
    margin-bottom: 12px;
  }
  .favorite-popup .confirm-view, .registry-popup .confirm-view {
    visibility: visible;
  }
  .favorite-popup .not-signed-in, .registry-popup .not-signed-in {
    font-weight: 400;
  }
  .registry-popup .design-list {
    font-weight: 400;
  }
  .registry-popup .design-list:hover {
    background: none;
  }
  .registry-popup .add-list-button {
    top: 16px;
  }
  .registry-popup .registrant-name {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    padding: 8px 0 0 0;
  }
  .create-new {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .create-new .popup-content {
    background: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 270px;
    margin: auto;
    padding: 45px 40px;
    z-index: 11;
    cursor: auto;
    max-height: 90vh;
    overflow-y: auto;
  }
  .create-new .popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 19px;
    height: 19px;
    background: url(//images.crateandbarrel.com/is/image/Crate/furniture_sprite?fmt=png-alpha) no-repeat -354px -68px transparent;
    cursor: pointer;
  }
  .create-new body.popup-open {
    overflow: hidden;
  }
  .create-new .modal-title {
    font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  .create-new input.design-board-new-name {
    width: 100%;
    height: auto;
    box-shadow: none;
    float: left;
    box-sizing: border-box;
    border: 1px dashed #1F74BF;
    border-radius: 0;
    padding: 15px 10px 15px 40px;
    font: 400 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    outline: none;
    color: #1F74BF;
    margin-bottom: 10px;
    height: 50px;
    background: url(//images.crateandbarrel.com/is/image/Crate/mobile_mood_plus_2?fmt=png) no-repeat 10px 11px;
    background-size: 25px;
  }
  .create-new .error input.design-board-new-name {
    border: #cc0000 1px solid;
  }
  .create-new input.design-board-new-name:focus {
    border: 1px solid #ccc;
    outline: none;
    color: #000;
    background-image: none;
    padding-left: 10px;
  }
  .create-new input.design-board-new-name::-webkit-input-placeholder {
    color: #1F74BF;
  }
  .create-new .select-list-wrap a:hover .add-list-button {
    display: block;
  }
  .create-new .add-list-button {
    width: 60px;
    height: 38px;
    float: right;
    text-align: center;
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 3px;
    line-height: 34px;
    display: none;
    cursor: pointer;
  }
  .create-new .new-list-input-wrap {
    position: relative;
    float: left;
    width: 270px;
    margin-top: 10px;
  }
  .create-new .new-list-input-wrap.error:after {
    content: "List requires a name";
    color: #cc0000;
    padding: 5px 0;
    font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .create-new .create-new-list-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    cursor: pointer;
    padding: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'â†’';
}

[dir='rtl'] .slick-next:before {
  content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* #region =========== Slick Override =========== */
@media screen and (min-width: 1px) {
  .slick-track {
    width: 20000px;
  }
  .slick-dots {
    width: auto;
  }
  .slick-dots li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
  }
  .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 4px !important;
  }
  .slick-dots li:only-child {
    display: none !important;
  }
}

/* #endregion =========== Slick Override =========== */
/* #region ========== Sectional Configurator ======================================= */
/* #region ========== Sectional Configurator ======================================= */
@media screen and (min-width: 1px) {
  /* #region ========== Header ==============*/
  .sectional-header {
    float: left;
    position: relative;
    width: 100%;
    min-height: 113px;
    *zoom: 1;
  }
  .sectional-header:before, .sectional-header:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .sectional-header:after {
    clear: both;
  }
  .sectional-header .sectional-product-title {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px 16px;
  }
  .sectional-header .sectional-product-info {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    background: #eee;
    border-bottom: 1px solid #ccc;
  }
  .sectional-header .sectional-product-info .sectional-product-price {
    width: 200px;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .sectional-header .sectional-product-info .sectional-product-price .total-price-label {
    float: left;
    font-size: 16px;
    line-height: 44px;
  }
  .sectional-header .sectional-product-info .sectional-product-price .total-price {
    float: left;
    font: 600 16px/44px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .sectional-header .button-sectional-details-xs {
    position: absolute;
    right: 12px;
    bottom: 12px;
    border: 0;
    background: 0;
    color: #1f74bf;
  }
  .sectional-header .sectional-header-left {
    float: left;
    position: absolute;
    bottom: -39px;
    width: 100%;
  }
  .sectional-header .sectional-header-left .button-wrap {
    margin-top: 10px;
    *zoom: 1;
  }
  .sectional-header .sectional-header-left .button-wrap:before, .sectional-header .sectional-header-left .button-wrap:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .sectional-header .sectional-header-left .button-wrap:after {
    clear: both;
  }
  .sectional-header .sectional-header-left .button-wrap .btn-transparent {
    border: 1px solid #ccc;
    padding: 0 0 3px 0;
    background: #eee;
    border-radius: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    margin-right: 0;
    width: 50%;
    float: left;
    height: 40px;
  }
  .sectional-header .sectional-header-left .button-wrap .btn-transparent[aria-selected='true'], .sectional-header .sectional-header-left .button-wrap .btn-transparent:focus {
    border: 0;
    background: none;
  }
  .sectional-header .sectional-header-right {
    float: right;
    width: 100%;
    background: #eee;
    border-bottom: 1px solid #ccc;
    *zoom: 1;
  }
  .sectional-header .sectional-header-right:before, .sectional-header .sectional-header-right:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .sectional-header .sectional-header-right:after {
    clear: both;
  }
  .sectional-header .sectional-header-right .sectional-carting-area {
    float: right;
    width: 100%;
    min-height: 40px;
    padding: 15px;
    box-sizing: border-box;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .button-sectional-add-to-cart {
    z-index: 1;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  /* #endregion ========== Header ==============*/
  /* #region ========== Base Layout Style ===========*/
  #sectional-configurator {
    width: 100%;
    max-width: 1008px;
    *zoom: 1;
  }
  #sectional-configurator:before, #sectional-configurator:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #sectional-configurator:after {
    clear: both;
  }
  #sectional-configurator .section-main {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    max-width: 1008px;
    height: auto;
    margin-top: 38px;
  }
  #sectional-configurator .sectional-start-over {
    position: relative;
    height: 85px;
    width: 100%;
    border: solid #e7e7e7;
    border-width: 2px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #sectional-configurator .sectional-start-over .button-start-over {
    width: calc(100% - 32px);
    margin: auto;
  }
  #sectional-configurator .sectional-start-over .button-start-over .button-text-start-over {
    position: relative;
  }
  #sectional-configurator .sectional-start-over .button-start-over .button-text-start-over::before {
    content: url("//images.crateandbarrel.com/is/image/Crate/start_over_sectional?fmt=png-alpha");
    top: 2px;
    left: -25px;
    line-height: 11px;
    position: absolute;
  }
  .a11y-drawer-sectional-details-xs {
    position: absolute;
    top: -49px;
    left: 0;
    width: 100%;
    height: calc(100vh - 35px);
    overflow-y: auto;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    *zoom: 1;
  }
  .a11y-drawer-sectional-details-xs:before, .a11y-drawer-sectional-details-xs:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .a11y-drawer-sectional-details-xs:after {
    clear: both;
  }
  .a11y-drawer-sectional-details-xs[aria-hidden='true'] {
    visibility: hidden;
    margin-right: -100%;
    transition: margin-left .2s linear;
    -webkit-transition: margin-left .3s linear;
    -moz-transition: margin-left .3s linear;
    -o-transition: margin-left .3s linear;
  }
  .a11y-drawer-sectional-details-xs[aria-hidden='false'] {
    background-color: #fff;
    visibility: visible;
    margin-left: 0;
    transition: margin-left .3s linear;
    -webkit-transition: margin-left .3s linear;
    -moz-transition: margin-left .3s linear;
    -o-transition: margin-left .3s linear;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-back {
    position: relative;
    float: left;
    width: 100%;
    height: 44px;
    padding: 0;
    background: #eee;
    border-bottom: 1px solid #ccc;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-back .button-sectional-details-back {
    position: absolute;
    left: 12px;
    top: 12px;
    border: 0;
    background: 0;
    color: #1f74bf;
  }
  .a11y-drawer-sectional-details-xs .shop-bar-summary {
    padding: 16px;
    box-sizing: border-box;
  }
  .a11y-drawer-sectional-details-xs .shop-bar-summary .shop-bar-summary-item {
    margin-bottom: 3px;
  }
  .a11y-drawer-sectional-details-xs .shop-bar-summary .shop-bar-summary-item:last-child {
    padding-right: 0;
  }
  .a11y-drawer-sectional-details-xs .shop-bar-summary .shop-bar-summary-item-text {
    font-size: 11px;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list {
    float: left;
    width: 100%;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list {
    *zoom: 1;
    padding: 16px;
    margin: 0;
    border-top: 2px solid #e7e7e7;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list:before, .a11y-drawer-sectional-details-xs .sectional-details-list .product-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list:after {
    clear: both;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-img {
    width: 34%;
    float: left;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-details {
    float: left;
    max-width: 58%;
    margin-right: 6px;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-details .product-info .product-title-link {
    color: #222;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-details .product-info .product-dimension {
    font-size: 12px;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-details .product-availability {
    font-size: 12px;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-sku-price-container {
    width: 93px;
    float: left;
    font-size: 12px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-sku-price-container .product-sku {
    float: left;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-sku-price-container .product-price {
    float: left;
    margin-bottom: 0;
    font-weight: 600;
  }
  .a11y-drawer-sectional-details-xs .sectional-details-list .product-list .product-sku-price-container .product-price .sale span {
    display: block;
    float: right;
  }
  /* #endregion ========== Base Layout Style ===========*/
  /* #region ========== Build Sectional ============*/
  .sectional-build-panel {
    height: 100%;
    width: 100%;
    display: block !important;
  }
  .sectional-build-panel .sectional-iframe-area {
    height: 750px;
    position: sticky;
    position: -webkit-sticky;
    top: -3px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
  }
  .sectional-build-panel.js-sectional-design-panel {
    width: 100%;
    border-right: 2px solid #e7e7e7;
    float: left;
  }
  .sectional-build-panel.js-sectional-design-panel .sectional-iframe-area {
    border-bottom: 1px solid #ccc;
  }
  /* #endregion ========== Build Sectional ==============*/
  /* #region ========== Design Sectional ===========*/
  .sectional-react-container {
    *zoom: 1;
    position: relative;
    right: 0;
    top: 0;
    background: #fff;
    border: 0;
    overflow-y: auto;
    min-height: 200px;
  }
  .sectional-react-container:before, .sectional-react-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .sectional-react-container:after {
    clear: both;
  }
  .sectional-data-col {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .sectional-data-col [id*="flyout-fabric-wrap-"] [id*="flyout-fabric-"] {
    padding-bottom: 0px !important;
  }
  .sectional-data-col [id*="flyout-fabric-wrap-"] [id*="dialog-layer-fabric-"] {
    display: none !important;
  }
}

@media screen and (min-width: 1px) {
  .sectional-data-col .interaction-area-header {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 0;
    font: 400 16px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .sectional-data-col .sectional-interaction-area {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }
  .sectional-data-col .filter-by-fabric-swatch {
    position: relative;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-item,
  .sectional-data-col .filter-by-fabric-swatch .radio-group,
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item,
  .sectional-data-col .filter-by-fabric-swatch [id*="flyout-fabric-"] {
    float: left;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-item:nth-of-type(7n + 1),
  .sectional-data-col .filter-by-fabric-swatch .radio-group:nth-of-type(7n + 1),
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item:nth-of-type(7n + 1),
  .sectional-data-col .filter-by-fabric-swatch [id*="flyout-fabric-"]:nth-of-type(7n + 1) {
    clear: none;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-item:nth-of-type(5n + 1),
  .sectional-data-col .filter-by-fabric-swatch .radio-group:nth-of-type(5n + 1),
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item:nth-of-type(5n + 1),
  .sectional-data-col .filter-by-fabric-swatch [id*="flyout-fabric-"]:nth-of-type(5n + 1) {
    clear: both;
  }
  .sectional-data-col .filter-by-fabric-swatch [id*="main-dialog-leg-finish-"],
  .sectional-data-col .filter-by-fabric-swatch [id*="flyout-fabric-wrap-"],
  .sectional-data-col .filter-by-fabric-swatch [id*="flyout-leg-"] {
    float: left;
    width: 100%;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-group {
    width: 100%;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item {
    float: left;
    width: 20%;
    height: 20%;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item .radio-item {
    width: 100%;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item:nth-of-type(7n + 1) {
    clear: none;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item:nth-of-type(5n + 1) {
    clear: both;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-group-item [id*="flyout-fabric-"] {
    float: left;
    width: 100%;
  }
  .sectional-data-col .filter-by-fabric-swatch label {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .sectional-data-col .filter-by-fabric-swatch label img {
    width: 100%;
    height: 100%;
    padding: 3px;
    box-sizing: border-box;
    margin: 0;
  }
  .sectional-data-col .filter-by-fabric-swatch .radio-item input[type="radio"]:focus ~ label,
  .sectional-data-col .filter-by-fabric-swatch .radio-item input[type="radio"]:checked ~ label {
    outline: solid 2px #1f74bf;
    outline-offset: -1px;
  }
  /* #endregion ========== Design Sectional ==============*/
  /* #region ========== Choose a collection Entry point ==============*/
  .sectional-xs-spill {
    padding: 0 15px;
    overflow-x: hidden;
  }
  .sectional-xs-spill .spill-layout {
    width: 100%;
  }
  .sectional-xs-spill .spill-layout .sectional-product-title {
    font-size: 24px;
    padding: 24px 0;
    border: 0;
  }
  .sectional-xs-spill .spill-layout .spill-grid {
    width: auto;
    margin: 0 !important;
  }
  .sectional-xs-spill .spill-layout .twoWideContent .product-miniset {
    width: 100%;
    height: auto;
    margin: 0 0 62px 0;
  }
  .sectional-xs-spill .spill-layout .twoWideContent .product-miniset .product-miniset-thumbnail > img {
    border: none !important;
    height: auto;
    min-height: 100%;
  }
  .sectional-xs-spill .spill-layout .twoWideContent .product-miniset .spill-special-order-swatch-bar img {
    height: 10px;
    width: 22px;
    margin: 1px;
    float: left;
    padding: 0;
  }
  .sectional-xs-spill .spill-layout .twoWideContent .product-miniset .spill-special-order-swatch-bar .swatch-count {
    font-size: 12px;
    float: left;
    margin-top: -3px;
    margin-left: 5px;
  }
  /* #endregion ========== Choose a collection Entry point ==============*/
}

/* #endregion ========== Sectional Configurator ======================================= */
@media screen and (min-width: 768px) {
  /* #region ========== Header ==============*/
  .sectional-header {
    min-height: 102px;
  }
  .sectional-header .sectional-product-info {
    height: auto;
    padding: 0 0 9px 0;
    background: #fff;
    border-bottom: 0;
  }
  .sectional-header .sectional-product-info .sectional-product-price {
    width: auto;
    float: right;
    padding: 0 0 0 15px;
  }
  .sectional-header .sectional-product-info .sectional-product-price .total-price-label {
    font-size: 20px;
    line-height: 30px;
  }
  .sectional-header .sectional-product-info .sectional-product-price .total-price {
    font: 600 20px/30px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .sectional-header .sectional-product-title {
    font: 300 30px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    float: left;
    max-width: 1008px;
    width: 100%;
    padding: 20px 0 14px 0;
    display: block;
    border-bottom: 2px solid #222;
    margin-bottom: 30px;
  }
  .sectional-header .sectional-header-left {
    position: relative;
    width: auto;
    bottom: auto;
  }
  .sectional-header .sectional-header-left .button-wrap {
    margin-top: 8px;
  }
  .sectional-header .sectional-header-left .button-wrap .btn-transparent {
    border: 0;
    padding: 0 0 3px 0;
    background: none;
    font-size: 17px;
    color: #1f74bf;
    margin-right: 15px;
    width: auto;
    border-bottom: solid 4px transparent;
    height: 30px;
  }
  .sectional-header .sectional-header-left .button-wrap .btn-transparent[aria-selected='true'], .sectional-header .sectional-header-left .button-wrap .btn-transparent:focus {
    border-bottom: solid 4px #1f74bf;
  }
  .sectional-header .sectional-header-right {
    max-width: 396px;
    width: auto;
    padding-top: 0;
    background: #fff;
    border: 0;
  }
  .sectional-header .sectional-header-right .sectional-carting-area {
    max-width: 396px;
    min-height: 40px;
    padding: 0;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .button-sectional-add-to-cart {
    width: auto;
    float: none;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils {
    float: left;
    position: relative;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .button-sectional-details {
    width: 192px;
    margin-right: 10px;
    border: 2px solid #ccc;
    z-index: 2;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .button-sectional-details[aria-expanded="true"] {
    border-bottom: 0;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .button-sectional-details .button-text-sectional-details {
    margin-left: -33px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .button-sectional-details .svg-icon-show-more {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 4px;
    stroke-width: 1;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .a11y-drawer-sectional-details {
    min-width: 480px;
    height: auto;
    position: absolute;
    top: 38px;
    right: 10px;
    z-index: 2;
    background: #fff;
    border: 1.5px solid #ddd;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .a11y-drawer-sectional-details .shop-bar-summary-item:nth-child(3n) {
    margin-top: 8px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .a11y-drawer-sectional-details[aria-hidden="false"] {
    display: block;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .a11y-drawer-sectional-details[aria-hidden="true"] {
    display: none;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list {
    float: left;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
    max-height: 476px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list {
    *zoom: 1;
    padding: 16px 0;
    margin-right: 20px;
    border-top: 2px solid #e7e7e7;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list:before, .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list:after {
    clear: both;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-img {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 15px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-details {
    float: left;
    max-width: 210px;
    margin-right: 6px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-details .product-info .product-title-link {
    color: #222;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-details .product-info .product-dimension {
    font-size: 12px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-details .product-availability {
    font-size: 12px;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-sku-price-container {
    width: 93px;
    float: right;
    font-size: 12px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-sku-price-container .product-sku {
    float: right;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-sku-price-container .product-price {
    float: right;
    margin-bottom: 0;
    font-weight: 600;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-sku-price-container .product-price .sale span {
    display: block;
    float: right;
  }
  .sectional-header .sectional-header-right .sectional-carting-area .sectional-deatils .sectional-details-list .product-list .product-sku-price-container .product-price .sale .regPrice {
    font-weight: 400;
  }
  /* #endregion ========== Header ==============*/
  /* #region ========== Base Layout Style ===========*/
  #sectional-configurator {
    margin: 0px auto;
    overflow-y: hidden;
    height: 855px;
    width: 1008px;
  }
  #sectional-configurator .section-main {
    margin-top: 0;
    height: 643px;
  }
  #sectional-configurator .sectional-start-over {
    bottom: 0;
    right: 0;
    z-index: 400;
    position: absolute;
    width: 362px;
    border-width: 2px;
  }
  #sectional-configurator .sectional-start-over .button-start-over {
    width: 318px;
  }
  #sectional-configurator .sectional-start-over .button-start-over .button-text-start-over {
    margin-left: 20px;
  }
  /* #endregion ========== Base Layout Style ==============*/
  /* #region ========== Build Sectional ============*/
  .sectional-build-panel .sectional-iframe-area {
    height: 100%;
  }
  .sectional-build-panel.js-sectional-design-panel {
    width: 646px;
  }
  .sectional-build-panel.js-sectional-design-panel .sectional-iframe-area {
    border-bottom: 0;
  }
  /* #endregion ========== Build Sectional ==============*/
  /* #region ========== Design Sectional ===========*/
  .sectional-react-container {
    position: absolute;
    background: #fff;
    border: 2px solid #e7e7e7;
    width: 358px;
    height: 558px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .sectional-data-col {
    padding-right: 10px;
    box-sizing: border-box;
  }
  /* #endregion ========== Design Sectional ==============*/
  /* #region === Sectional Flyouts/Layers ====== */
  .sectional-interaction-area {
    height: 502px !important;
    float: left;
  }
  .sectional-interaction-area .fabric-interaction-area {
    width: 301px;
    padding-right: 9px;
  }
  .sectional-interaction-area .filter-by-thumbnail label {
    width: 60px;
    height: 60px;
  }
  .sectional-interaction-area .filter-by-thumbnail label img {
    cursor: pointer;
  }
  .sectional-interaction-area .filter-by-thumbnail .radio-item input[type="radio"]:focus ~ label,
  .sectional-interaction-area .filter-by-thumbnail .radio-item input[type="radio"]:checked ~ label {
    outline: solid 2px #1f74bf;
    outline-offset: -1px;
  }
  .sectional-interaction-area .custom-swatch-layer[role="dialog"] {
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    padding: 0;
  }
  .sectional-interaction-area .custom-swatch-layer[role="dialog"] .notch {
    display: block;
    width: 30px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    top: -27px;
  }
  .sectional-interaction-area .custom-swatch-layer[role="dialog"] .notch::before, .sectional-interaction-area .custom-swatch-layer[role="dialog"] .notch::after {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: solid 15px #bbb;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
  }
  .sectional-interaction-area .custom-swatch-layer[role="dialog"] .notch::after {
    left: 0px;
  }
  .sectional-interaction-area .custom-swatch-layer[role="dialog"] .notch::after {
    border-color: #eee;
    top: 21px;
  }
  .sectional-interaction-area [id*='dialog-btn-close-'] {
    position: absolute;
    top: 15px;
    right: 17px;
    border: 0;
    background: transparent;
    z-index: 2;
    font-size: 14px;
  }
  .sectional-interaction-area .custom-swatch-layer-content {
    float: left;
    display: block;
    box-sizing: border-box;
    border: solid 1px #bbb;
    border-width: 1px 0 1px 0;
    background: #f0efed;
    width: 100%;
  }
  .sectional-interaction-area #custom-item-swatch-zoom {
    width: calc(100% - 34px);
    min-height: 140px;
    margin: 45px 16px 10px;
    border: 0.1em solid #aaa;
  }
  .sectional-interaction-area .custom-swatch-layer-data-area {
    display: block;
    padding: 0 16px 12px;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .sectional-interaction-area .custom-swatch-layer-data-area .custom-swatch-layer-order-swatches-and-care-icons {
    padding-left: 0;
    float: left;
    width: 50%;
  }
  .sectional-interaction-area .custom-swatch-layer-info-area {
    width: 100%;
    padding: 0 1.5em 0;
  }
  .sectional-interaction-area .custom-swatch-layer-info-area,
  .sectional-interaction-area .custom-swatch-layer-description {
    display: block;
    padding: 0;
    width: 100%;
  }
  .sectional-interaction-area .custom-swatch-layer-description {
    float: left;
    margin: 1em 0 0 0;
  }
  .sectional-interaction-area .custom-swatch-layer-description p {
    border-top: 1px solid #222;
    padding-top: 0.8em;
    width: 100%;
  }
  .sectional-interaction-area .custom-swatch-layer-info-area p {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .sectional-interaction-area .custom-swatch-layer-label,
  .sectional-interaction-area .custom-swatch-layer-text,
  .sectional-interaction-area .custom-swatch-layer-description a,
  .sectional-interaction-area .custom-swatch-layer-description p {
    font-size: 12px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .sectional-interaction-area .custom-swatch-layer-label {
    margin-right: 5px;
    font-weight: 600;
  }
  .sectional-interaction-area .custom-swatch-layer-care-icons {
    float: left;
    margin-left: 0;
  }
  .sectional-interaction-area .custom-swatch-layer-care-icons .care-icon {
    margin: 8px 5px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .sectional-interaction-area .custom-swatch-layer-description p {
    line-height: 18px;
  }
  /* #endregion === Sectional Flyouts/Layers ====== */
}

/* #endregion ========== Sectional Configurator ======================================= */
/* #region =========== Each Section Common Style =========== */
/* #region =========== Each Section Common Style =========== */
@media screen and (min-width: 1px) {
  .section-region:empty {
    display: none;
  }
  .category .section-region.partial-content {
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-region {
    *zoom: 1;
    display: inline-block;
    width: 100%;
    max-width: 1008px;
    padding: 32px 0 32px;
  }
  .section-region:before, .section-region:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .section-region:after {
    clear: both;
  }
  .section-region:focus {
    outline: 0;
  }
  .section-region * {
    box-sizing: border-box;
  }
  .section-header {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ccc;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .section-header-anchor {
    color: #222;
  }
  .section-header-anchor:not(href):hover {
    color: #222;
    text-decoration: none;
  }
  .section-tagline {
    display: none;
  }
  .section-related-searches {
    /*padding-left: 12px;
        padding-right: 12px;*/
    box-sizing: border-box;
  }
}

/* #endregion =========== Each Section Common Style =========== */
.adaptive-layout .section-region {
  margin: 0;
  padding: 48px 0 48px;
  width: 100%;
  min-width: 1008px;
}

.adaptive-layout .section-headline,
.adaptive-layout .section-header {
  margin: 0;
  padding: 10px 0 5px;
  color: #222;
  font: 400 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: inherit;
  border-bottom: 0;
}

.adaptive-layout .section-header-anchor {
  color: #222;
}

.adaptive-layout .section-tagline {
  display: block;
  margin: 0;
  padding: 0 0 20px;
  color: #222;
  font: italic 400 32px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
  text-align: center;
}

.adaptive-layout abbr {
  border-bottom: 0;
  text-decoration: none;
}

/* #endregion =========== Each Section Common Style =========== */
/* #region =========== Product Header ================================= */
/* #region =========== Product Header ================================= */
@media screen and (min-width: 1px) {
  .section-product-header {
    float: left;
    padding: 15px 0 0 0;
    width: 100%;
  }
  .section-product-header .warning {
    font-size: 12px;
    display: inline-block;
    margin: 0;
    clear: none;
  }
  .shop-bar-product-title {
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    padding: 0;
    margin-bottom: 4px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .shop-bar-right-product-info {
    width: 100%;
  }
  .shop-bar-price-area {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    float: left;
    clear: both;
  }
  .shop-bar-price-area .sale .salePriceDetail {
    margin-right: 4px;
    font-weight: 600;
  }
  .shop-bar-price-area .sale .salePrice {
    color: #bb0000;
    margin-right: 4px;
  }
  .shop-bar-price-area .sale .regPrice {
    color: #666;
    font-weight: 400;
  }
  .shop-bar-price-area .reg .regPrice {
    color: #222;
  }
  .sku-review-area {
    width: 100%;
    clear: both;
  }
  .sku-review-area .shop-bar-reviews {
    float: left;
    padding-right: 8px;
  }
  .sku-review-area .shop-bar-reviews .review-stars {
    width: 85px;
  }
  .sku-review-area .shop-bar-reviews .review-count {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .sku-review-area .shop-bar-sku-area {
    margin-top: 11px;
    display: inline-block;
    font-size: 12px;
  }
  .sku-review-area .shop-bar-sku-area::before {
    content: "|";
    padding-right: 6px;
    transform: scaleY(1.3);
    display: inline-block;
  }
}

/* #endregion =========== Product Header ================================= */
.adaptive-layout .main-product-and-family {
  /* #region =========== Base Layout ==================================== */
  /* #endregion ======== Base Layout ==================================== */
  /* #region =========== Product Info LEFT (Title + Availability + Exclusive text) ========= */
  /* #endregion ======== Product Info LEFT (Title + Availability + Exclusive text) =================== */
  /* #region ======== Product Info RIGHT ( Price + Sku + Reviews) =================== */
  /* Shop Bar - SKU/Review area */
  /* #endregion ======== Product Info RIGHT ( Price + Sku + Reviews ) =================== */
  /* #region =========== Promo Messaging (Promo) ====== */
  /* #endregion ======== Promo Messaging (Promo) ====== */
}

.adaptive-layout .main-product-and-family .section-product-header {
  *zoom: 1;
  display: block;
  float: none;
}

.adaptive-layout .main-product-and-family .section-product-header:before, .adaptive-layout .main-product-and-family .section-product-header:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .main-product-and-family .section-product-header:after {
  clear: both;
}

.adaptive-layout .main-product-and-family .shop-bar {
  /* default state */
  box-sizing: border-box;
  height: auto;
  width: 1008px;
  padding-top: 16px;
  padding-bottom: 15px;
  float: left;
  background: #fff;
  z-index: 500;
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
}

.adaptive-layout .main-product-and-family .shop-bar::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout .main-product-and-family .shop-bar-product-info {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  max-height: 50px;
}

.adaptive-layout .main-product-and-family.main-furniture.main-product .shop-bar-product-info {
  max-height: none;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info {
  box-sizing: border-box;
  float: left;
  max-width: none;
  width: 504px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-product-title {
  box-sizing: border-box;
  float: left;
  max-width: 478px;
  margin: 0;
  padding: 0;
  font: 600 20px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .exclusive-text {
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .exclusive-text .svg-icon-logo-crate-and-kids-teal-small {
  margin: 16px 0 0 0;
  max-width: 75px;
  max-height: 12px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap {
  float: left;
  width: 100%;
  padding-top: 4px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability {
  clear: right;
  float: left;
  height: auto;
  padding: 0 0 8px 0;
  position: relative;
  font: 400 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .swatch-exclusive {
  font-size: 12px;
  line-height: 20px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .product-information {
  padding: 0;
  max-width: 550px;
  clear: left;
  float: left;
  position: relative;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .product-information span {
  display: inline;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .availability {
  font-size: 12px;
  line-height: 20px;
  float: left;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .availability .product-backorder {
  color: #b00;
  font-size: 13px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .availability-msg {
  margin-right: 4px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .change-zip-link:hover {
  outline: 0;
  text-decoration: underline;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .zipCodePanel label {
  margin-top: 10px;
  color: #222;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .shop-bar-availability .zipCodePanel .formZIPtextWrap {
  max-width: 50px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled .shop-bar-availability {
  position: absolute;
  left: 97px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-is-kids="true"][data-exclusive-text="Exclusive"] {
  display: flex;
  align-items: flex-start;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-is-kids="true"][data-exclusive-text="Exclusive"] + .shop-bar-availability {
  left: 143px;
  line-height: 20px;
  padding-top: 13px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-is-kids="true"][data-exclusive-text="Exclusive"] .exclusive-label {
  margin: 13px 0 0 6px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-exclusive-text="Crate and Barrel Exclusive"] + .shop-bar-availability {
  left: 153px;
  line-height: 22px;
}

.adaptive-layout .main-product-and-family .shop-bar-left-product-info .shop-bar-availability-wrap .exclusive-text[data-is-kids="true"][data-exclusive-text=""] + .shop-bar-availability {
  line-height: 20px;
  padding-top: 13px;
}

.adaptive-layout .main-product-and-family .shop-bar-right-product-info {
  box-sizing: border-box;
  float: right;
  max-width: none;
  width: 504px;
}

.adaptive-layout .main-product-and-family .shop-bar-price-area {
  float: right;
  clear: none;
  font: 600 20px/30px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-product-and-family .shop-bar-price-area .sale .salePriceDetail,
.adaptive-layout .main-product-and-family .shop-bar-price-area .sale .salePrice {
  margin-right: 0;
}

.adaptive-layout .main-product-and-family .shop-bar-price-area .sale .regPrice {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 0 10px;
}

.adaptive-layout .main-product-and-family .shop-bar-price-area .dutieIncludedPrice {
  display: none;
}

.adaptive-layout .main-product-and-family .sku-review-area {
  float: right;
  font-weight: 300;
  clear: both;
  width: auto;
  /* Shop Bar - SKU Area */
}

.adaptive-layout .main-product-and-family .sku-review-area .shop-bar-reviews {
  float: left;
  padding: 0 10px 0 0;
  margin-top: -7px;
}

.adaptive-layout .main-product-and-family .sku-review-area .shop-bar-reviews:only-child {
  padding: 0;
}

.adaptive-layout .main-product-and-family .sku-review-area .shop-bar-sku-area {
  float: right;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 400;
}

.adaptive-layout .main-product-and-family .sku-review-area .shop-bar-sku-area::before {
  padding-right: 10px;
  transform: none;
}

.adaptive-layout .main-product-and-family .delivery-promo {
  float: right;
  clear: right;
}

.adaptive-layout .main-product-and-family .delivery-promo:empty {
  display: none;
}

.adaptive-layout .main-product-and-family .delivery-promo a {
  font-size: 12px;
  line-height: 20px;
  color: #b00;
}

.adaptive-layout .main-product-and-family .delivery-promo .promo-message-custom {
  font-size: 12px;
  line-height: 20px;
  color: #b00;
}

.adaptive-layout .section-product-header {
  *zoom: 1;
  padding-top: 0;
  /* #region =========== Sticky Layout =========== */
  /* #endregion =========== Sticky Layout =========== */
}

.adaptive-layout .section-product-header:before, .adaptive-layout .section-product-header:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-product-header:after {
  clear: both;
}

.adaptive-layout .section-product-header.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 60;
  background: #fff;
  width: 100%;
}

.adaptive-layout .section-product-header.sticky {
  position: fixed;
}

.adaptive-layout .section-product-header .header-stick {
  box-shadow: 0 5px 5px -5px #999;
  border-bottom: 1px solid #d8d8d8;
  padding-right: 7px;
  padding-left: 7px;
  box-sizing: content-box;
  margin-left: -7px;
}

.adaptive-layout .section-product-header .header-stick .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled .shop-bar-availability {
  left: 103px;
}

.adaptive-layout .section-product-header .header-stick .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-is-kids="true"] + .shop-bar-availability {
  left: 163px;
}

.adaptive-layout .section-product-header .header-stick .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-exclusive-text="Crate and Kids"] + .shop-bar-availability {
  left: 96px;
}

.adaptive-layout .section-product-header .header-stick .shop-bar-left-product-info .shop-bar-availability-wrap.exclusive-text-enabled [data-exclusive-text="Crate and Barrel Exclusive"] + .shop-bar-availability {
  left: 159px;
  line-height: 20px;
}

/* #endregion =========== Product Header ================================= */
/* #region =========== Custom Button - "More Options" and "Close" =========== */
/* #region =========== Custom Button - "More Options" and "Close" =========== */
@media screen and (min-width: 1px) {
  .button-customize {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 46px;
    float: left;
    width: 100%;
    border-color: #666;
    margin-top: 14px;
    position: relative;
  }
  .button-customize .custom-icon-color-wheel-spinner {
    width: 25px;
    height: 25px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
  .button-customize .button-icon-text-container {
    width: 140px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .button-customize .button-icon-text-container.button-text-more-options svg, .button-customize .button-icon-text-container.button-text-close svg {
    height: 30px;
    width: 30px;
    position: relative;
    float: left;
    overflow: hidden;
    top: 8px;
    line-height: 48px;
  }
  .button-customize .button-icon-text-container.button-text-more-options .svg-icon-custom, .button-customize .button-icon-text-container.button-text-close .svg-icon-custom {
    display: block;
  }
  .button-customize .button-icon-text-container.button-text-more-options .svg-icon-close, .button-customize .button-icon-text-container.button-text-close .svg-icon-close {
    display: none;
  }
  .button-customize .button-icon-text-container.button-text-more-options span, .button-customize .button-icon-text-container.button-text-close span {
    float: left;
    margin-left: 10px;
  }
  .button-customize.slide-active {
    /* Button has been pressed, class assigned via JavaScript */
    width: 125px;
    left: 0;
    padding-left: 20px;
  }
  .button-customize.slide-active .button-icon-text-container {
    width: 82px;
  }
  .button-customize.slide-active .button-icon-text-container.button-text-more-options,
  .button-customize.slide-active .button-icon-text-container .svg-icon-custom {
    display: none;
  }
  .button-customize.slide-active .button-icon-text-container.button-text-close,
  .button-customize.slide-active .button-icon-text-container .svg-icon-close {
    display: block;
  }
}

/* #endregion =========== Custom Button - "More Options" and "Close" =========== */
.adaptive-layout .button-customize {
  overflow: hidden;
  margin: 0px;
  position: absolute;
  left: 335px;
  z-index: 10;
  width: 190px;
  transition: width 0.3s, left 0.3s ease-out, background 0.3s ease-out;
  -webkit-transition: width 0.3s, left 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: width 0.3s, left 0.3s ease-out, background 0.3s ease-out;
  -o-transition: width 0.3s, left 0.3s ease-out, background 0.3s ease-out;
}

.adaptive-layout .button-customize .button-text-more-options i,
.adaptive-layout .button-customize .button-text-close i {
  left: -5px;
}

.adaptive-layout .button-customize.slide-active {
  /* Button has been pressed, class assigned via JavaScript */
  width: 125px;
  left: 0;
  padding-left: 20px;
}

/* #endregion =========== Custom Button - "More Options" and "Close" =========== */
/* #region =========== Color Bar =========== */
/* #region =========== Color Bar =========== */
@media screen and (min-width: 1px) {
  .shop-bar-color-bar {
    *zoom: 1;
    clear: left;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }
  .shop-bar-color-bar:before, .shop-bar-color-bar:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .shop-bar-color-bar:after {
    clear: both;
  }
  .shop-bar-color-bar .shop-bar-carousel {
    clear: left;
    float: left;
    display: block;
    width: 100%;
    padding: 0px;
  }
  .shop-bar-color-bar .shop-bar-carousel [class*='svg-icon-arrow-'] {
    display: none;
  }
  .shop-bar-color-bar .shop-bar-carousel .swatch-list-item {
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  .shop-bar-color-bar .shop-bar-carousel .swatch-list-item:last-child {
    margin-right: 0;
  }
  .shop-bar-color-bar .shop-bar-carousel .swatch-list-item .swatch-img {
    width: 100%;
    box-sizing: border-box;
    padding: 1px;
  }
  .shop-bar-color-bar .shop-bar-carousel .radio-item {
    *zoom: 1;
  }
  .shop-bar-color-bar .shop-bar-carousel .radio-item:before, .shop-bar-color-bar .shop-bar-carousel .radio-item:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .shop-bar-color-bar .shop-bar-carousel .radio-item:after {
    clear: both;
  }
  .shop-bar-color-bar .shop-bar-carousel .radio-item label {
    cursor: pointer;
    border: solid 2px transparent;
  }
  .shop-bar-color-bar .shop-bar-carousel .radio-item input[type="radio"]:checked ~ label {
    border-color: #1f74bf;
  }
  .shop-bar-color-bar .shop-bar-carousel .radio-item input[type="radio"]:focus ~ label {
    outline: 1px dotted #222;
    outline-offset: -1px;
  }
}

/* #endregion =========== Color Bar =========== */
.adaptive-layout .color-bar-wrapper {
  float: left;
  max-width: 592px;
  position: relative;
}

.adaptive-layout .color-bar-wrapper.color-bar-wrapper-open {
  width: 125px;
  height: 48px;
}

.adaptive-layout .color-bar-container {
  float: left;
  opacity: 1;
  transition: opacity .8s ease;
}

.adaptive-layout .color-bar-container.color-bar-container-hide {
  opacity: 0;
}

.adaptive-layout .shop-bar-color-bar {
  *zoom: 1;
  clear: left;
  float: left;
  width: 318px;
  height: auto;
  position: relative;
  max-width: 311px;
  top: -2px;
  left: -4px;
}

.adaptive-layout .shop-bar-color-bar:before, .adaptive-layout .shop-bar-color-bar:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .shop-bar-color-bar:after {
  clear: both;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel {
  clear: left;
  float: left;
  display: block;
  width: 100%;
  padding: 0px;
  max-height: 56px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next,
.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev {
  z-index: 1;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next:focus,
.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next.slick-disabled:before,
.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev.slick-disabled:before {
  opacity: 0;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next.slick-disabled:focus,
.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev.slick-disabled:focus {
  outline: 0;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next {
  right: -12px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev {
  left: -12px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev:before {
  content: "";
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-dots {
  width: auto;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-dots li {
  width: 15px;
  margin: 0;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next,
.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-prev {
  font-size: 14px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-next {
  right: -12px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel [class*='svg-icon-arrow-'] {
  width: 28px;
  height: 28px;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  stroke-width: 2.8;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-disabled [class*='svg-icon-arrow-'] {
  display: none;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .slick-disabled:hover {
  cursor: default;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .swatch-list-item {
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  box-sizing: border-box;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .swatch-list-item:last-child {
  margin-right: 0;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .swatch-list-item .swatch-img {
  width: 100%;
  box-sizing: border-box;
  padding: 1px;
  max-width: 48px;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item {
  *zoom: 1;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item:before, .adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item:after {
  clear: both;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item label {
  cursor: pointer;
  border: solid 2px transparent;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item input[type="radio"]:checked ~ label {
  border-color: #1f74bf;
}

.adaptive-layout .shop-bar-color-bar .shop-bar-carousel .radio-item input[type="radio"]:focus ~ label {
  outline: 1px dotted #222;
  outline-offset: -1px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer[role="dialog"],
.adaptive-layout .shop-bar-color-bar .custom-leg-layer {
  position: absolute;
  left: 0;
  top: 60px !important;
  margin-top: 0 !important;
  display: none;
  z-index: 1100;
  width: 585px;
  height: auto;
}

.adaptive-layout .shop-bar-color-bar .custom-leg-layer {
  height: 244px;
}

.adaptive-layout .shop-bar-color-bar .custom-leg-layer .custom-leg-layer-data-area {
  clear: left;
  display: table;
  box-sizing: border-box;
  padding: 15px 0;
}

.adaptive-layout .shop-bar-color-bar .custom-leg-layer .custom-leg-layer-data-area .custom-leg-layer-info-area {
  width: 275px;
  padding: 0 10px 0 20px;
}

.adaptive-layout .shop-bar-color-bar .custom-leg-layer .custom-leg-layer-data-area .custom-leg-layer-info-area .custom-leg-layer-info {
  font-size: 14px;
}

.adaptive-layout .shop-bar-color-bar .custom-leg-layer .custom-leg-layer-data-area .custom-leg-layer-info-area .custom-leg-layer-label {
  font-weight: 600;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-content,
.adaptive-layout .shop-bar-color-bar .custom-leg-layer-content {
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.25);
  border: solid 1px #ccc;
  background: #fff;
  width: 100%;
  height: 100%;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-img-area {
  display: block;
  box-sizing: border-box;
  position: relative;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-img-area::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout .shop-bar-color-bar #custom-item-swatch-zoom {
  margin: 40px 17px 0 17px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-btn-add-to-favorites {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 12px 3px 12px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-btn-add-to-favorites:hover:hover,
.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-btn-add-to-favorites:hover {
  background: #fff;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-data-area {
  clear: left;
  display: table;
  box-sizing: border-box;
  padding: 17px 0;
  width: 100%;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-data-area .custom-swatch-layer-order-swatches-and-care-icons {
  padding-left: 5px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-data-area .custom-swatch-layer-order-swatches-and-care-icons:nth-of-type(1) {
  padding-top: 6px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-info-area,
.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-description {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-info-area {
  width: 275px;
  padding: 0 10px 0 40px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-description {
  padding: 0 40px;
  border-left: 1px solid #ccc;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-info {
  margin: 0;
  padding: 0;
  max-width: 200px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-info + .custom-swatch-layer-info {
  padding-top: 4px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-label,
.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-text,
.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-description a,
.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-description p {
  font: 400 12px/20px Helvetica, Arial, sans-serif;
  margin: 0;
  width: 280px;
  max-height: 150px;
  overflow: auto;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-description p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-label {
  margin-right: 5px;
  font-weight: bold;
}

.adaptive-layout .shop-bar-color-bar .order-swatches-link {
  display: inline-block;
  padding: 5px 0;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-care-icons {
  margin-left: -5px;
  padding-top: 5px;
}

.adaptive-layout .shop-bar-color-bar .custom-swatch-layer-care-icons .care-icon {
  margin: 8px 5px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 135px;
  height: auto;
}

/* #endregion =========== Color Bar =========== */
/* #region =========== Comfort Video =========== */
/* #endregion =========== Comfort Video =========== */
/* #region =========== Comfort Video =========== */
.adaptive-layout .section-comfort iframe {
  border: 0;
}

/* #endregion =========== Comfort Video =========== */
/* #region =========== Shop Button (QTY + Add to cart + Add to registry + Add to fav) =========== */
/* #region =========== Shop Button (QTY + Add to cart + Add to registry + Add to fav) =========== */
@media screen and (min-width: 1px) {
  .section-price-v3 {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  .shop-bar-carting-area {
    float: left;
    width: 100%;
    margin-top: 25px;
    max-width: 100%;
  }
  .shop-bar-carting-area input[type="number"][id*='qty-'].input-lg {
    float: left;
    text-align: center;
    width: 48px;
    height: 48px;
  }
  .shop-bar-carting-area .button-add-single {
    width: calc(100% - 54px);
    margin: 0 0 20px 6px;
  }
  .shop-bar-carting-area .button-add-single,
  .shop-bar-carting-area .button-select-pickup-store,
  .shop-bar-carting-area .button-add-to-registry,
  .shop-bar-carting-area .button-add-to-favorites {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 46px;
    float: left;
    font-weight: 400;
  }
  .shop-bar-carting-area .button-add-to-registry {
    margin-bottom: 0;
    border-radius: 0;
  }
  .shop-bar-carting-area .button-add-to-registry .svg-icon-gift {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 12px;
    stroke-width: 1.8;
  }
  .shop-bar-carting-area .add-to-registry-button-wrap {
    top: -1px;
  }
  .shop-bar-carting-area .add-to-favorites-wrapper .button-add-to-favorites {
    top: -1px;
  }
  .shop-bar-carting-area .button-add-to-favorites {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    margin: 0;
    border-radius: 0;
  }
  .shop-bar-carting-area .button-add-to-favorites .svg-icon-heart-outline {
    color: #222;
  }
  .shop-bar-carting-area .button-add-to-favorites .favorites-text {
    margin-left: 12px;
  }
  .shop-bar-carting-area .button-add-to-favorites [class*="svg-icon-heart"] {
    height: 20px;
    width: 20px;
    stroke-width: 2;
  }
  .shop-bar-carting-area .button-share-and-save {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    top: -2px;
  }
  .shop-bar-carting-area .button-share-and-save .svg-icon-share {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    margin-right: 12px;
    stroke-width: 1.8;
  }
  .responsive-layout .main-product-and-family .shop-buttons .button-primary {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 46px;
    float: left;
    font-weight: 400;
  }
  .responsive-layout .shop-bar-carting-area .button-add-to-registry .add-to-registry-text {
    vertical-align: middle;
  }
  .responsive-layout .shop-bar-carting-area .button-add-to-favorites [class*="svg-icon-heart"] {
    margin-left: 7px;
  }
  .responsive-layout .shop-bar-carting-area .button-add-to-favorites .favorites-text {
    vertical-align: middle;
  }
  .responsive-layout .shop-bar-carting-area .button-share-and-save .save-share-text {
    vertical-align: middle;
  }
  .custom-qty-btn-row .shop-buttons-ak-hi {
    float: left;
    width: calc(100% - 55px);
  }
}

/* #endregion =========== Shop Button (QTY + Add to cart + Add to registry + Add to fav) =========== */
.adaptive-layout .shop-bar-carting-area {
  float: right;
  max-width: 440px;
  min-height: 32px;
  width: auto;
  margin-top: 0;
}

.adaptive-layout .shop-bar-carting-area input[type="number"][id*='qty-'].input-lg {
  margin: 0;
}

.adaptive-layout .shop-bar-carting-area .button-add-single {
  width: auto;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-cart-all {
  margin-top: 0;
  margin-bottom: 5px;
}

.adaptive-layout .shop-bar-carting-area .button-add-single,
.adaptive-layout .shop-bar-carting-area .button-select-pickup-store,
.adaptive-layout .shop-bar-carting-area .button-add-to-registry,
.adaptive-layout .shop-bar-carting-area .button-add-to-favorites {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 46px;
  margin: 0 0 0 6px;
  float: left;
  font-weight: 300;
  width: auto;
}

.adaptive-layout .shop-bar-carting-area .button-select-pickup-store {
  margin-left: 0;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-registry {
  margin-bottom: 0;
  border-radius: 2px;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-registry[aria-disabled="true"], .adaptive-layout .shop-bar-carting-area .button-add-to-registry[disabled] {
  border-color: #ccc;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-registry .svg-icon-gift {
  display: none;
}

.adaptive-layout .shop-bar-carting-area .add-to-favorites-wrapper .button-add-to-favorites {
  top: 0;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-favorites {
  width: 48px;
  height: 48px;
  padding: 0 12px;
  border-radius: 2px;
  border-color: #666;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-favorites .svg-icon-heart-outline {
  stroke-width: 2;
}

.adaptive-layout .shop-bar-carting-area .button-add-to-favorites[aria-disabled="true"], .adaptive-layout .shop-bar-carting-area .button-add-to-favorites[disabled] {
  border-color: #ccc;
}

.adaptive-layout .shop-buttons {
  float: left;
}

.adaptive-layout .shop-bar .shop-buttons .button {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 46px;
}

/* #endregion =========== Shop Button (QTY + Add to cart + Add to registry + Add to fav) =========== */
/* #region =========== Availability Section =========== */
/* #region =========== Availability Section =========== */
@media screen and (min-width: 1px) {
  .main-product-and-family .shop-bar-availability-wrap {
    *zoom: 1;
    float: left;
    max-width: 100%;
  }
  .main-product-and-family .shop-bar-availability-wrap:before, .main-product-and-family .shop-bar-availability-wrap:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .main-product-and-family .shop-bar-availability-wrap:after {
    clear: both;
  }
  .main-product-and-family .availability-wrapper {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 16px;
    font-size: 12px;
    padding: 0;
    line-height: 20px;
    font-weight: 400;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    max-width: 100%;
  }
  .main-product-and-family .availability-wrapper * {
    float: left;
    clear: both;
  }
  .main-product-and-family .availability-wrapper .availability-radio {
    top: 0;
    left: 0;
    background: white;
    border: 1px solid #717171;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }
  .main-product-and-family .availability-wrapper input {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    position: absolute;
  }
  .main-product-and-family .availability-wrapper input:checked ~ .availability-radio {
    background: #1f74bf;
    border: 0;
  }
  .main-product-and-family .availability-wrapper input:checked ~ .availability-radio:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
  }
  .main-product-and-family .availability-wrapper input.hidden ~ .availability-radio {
    display: none;
  }
  .main-product-and-family .availability-wrapper input.hidden ~ .view-in-store {
    margin-left: 0;
  }
  .main-product-and-family .availability-wrapper input.hidden ~ .availability-label {
    padding-left: 0;
  }
  .main-product-and-family .availability-wrapper input.hidden ~ div.secondary-availability-msg,
  .main-product-and-family .availability-wrapper input.hidden ~ .secondary-message a,
  .main-product-and-family .availability-wrapper input.hidden ~ .secondary-message div,
  .main-product-and-family .availability-wrapper input.hidden ~ .secondary-message span {
    margin-left: 0;
  }
  .main-product-and-family .availability-wrapper input.hidden ~ button,
  .main-product-and-family .availability-wrapper input.hidden ~ div,
  .main-product-and-family .availability-wrapper input.hidden ~ span,
  .main-product-and-family .availability-wrapper input.hidden ~ a {
    margin-left: 0;
  }
  .main-product-and-family .availability-wrapper input.hidden ~ label {
    cursor: auto;
  }
  .main-product-and-family .availability-wrapper .message-label, .main-product-and-family .availability-wrapper a, .main-product-and-family .availability-wrapper button, .main-product-and-family .availability-wrapper .secondary-message > div, .main-product-and-family .availability-wrapper .secondary-message > span, .main-product-and-family .availability-wrapper .secondary-availability-msg, .main-product-and-family .availability-wrapper .store-pickup > div:not(.availability-radio), .main-product-and-family .availability-wrapper .store-pickup > span {
    float: left;
    clear: both;
    background: none;
    border: 0;
    padding: 0;
    margin-left: 32px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .main-product-and-family .availability-wrapper .warning {
    margin: 0;
    line-height: 20px;
  }
  .main-product-and-family .availability-wrapper .product-backorder {
    width: 100%;
  }
  .main-product-and-family .availability-wrapper .product-backorder.availMsg {
    font-size: 1em;
  }
  .main-product-and-family .availability-wrapper .red {
    color: #bb0000;
  }
  .main-product-and-family .availability-wrapper a,
  .main-product-and-family .availability-wrapper button {
    color: #1f74bf;
  }
  .main-product-and-family .availability-wrapper a:hover, .main-product-and-family .availability-wrapper a:focus,
  .main-product-and-family .availability-wrapper button:hover,
  .main-product-and-family .availability-wrapper button:focus {
    outline: 0;
    text-decoration: underline;
  }
  .main-product-and-family .availability-wrapper .secondary-message {
    float: left;
    clear: both;
    max-width: 100%;
  }
  .main-product-and-family .availability-wrapper .secondary-message button {
    margin-left: 0;
  }
  .main-product-and-family .availability-wrapper .secondary-message > div > *,
  .main-product-and-family .availability-wrapper .secondary-message > span > * {
    margin-left: 0;
  }
  .main-product-and-family .availability-wrapper .secondary-message .zip-code-panel-content {
    margin: 0 auto;
  }
  .main-product-and-family .secondary-availability-msg .plcHolderTOM {
    color: #bb0000;
  }
  .main-product-and-family .availability-ship {
    margin-bottom: 10px;
  }
  .main-product-and-family .availability-label {
    color: #222;
    font: 400 16px/20px Helvetica, Arial, sans-serif;
    padding-left: 32px;
    float: left;
    clear: both;
    cursor: pointer;
    margin-bottom: 4px;
  }
  .main-product-and-family .availability-label:empty,
  .main-product-and-family .availability-label:empty + .availability-radio {
    display: none;
  }
  .main-product-and-family .availability-label .cB {
    font-size: 12px;
  }
  .main-product-and-family .availability-label .cB a {
    float: none;
    margin: 0;
  }
  .main-product-and-family .attribute-image {
    margin: 0;
  }
}

/* #endregion =========== Availability Section =========== */
/* #endregion =========== Availability Section =========== */
/* #region =========== Custom Summary  (Selected Fabric + Leg + Cushion) =========== */
/* #region =========== Custom Summary  (Selected Fabric + Leg + Cushion) =========== */
@media screen and (min-width: 1px) {
  .shop-bar-summary {
    clear: left;
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
  }
  .shop-bar-summary .shop-bar-summary-item {
    float: left;
    padding: 0 20px 0 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop-bar-summary .shop-bar-summary-item-img {
    float: left;
    width: 30px;
    height: 15px;
    margin: 0 5px 0 0;
  }
  .shop-bar-summary .shop-bar-summary-item-text {
    float: left;
    font: normal 14px/15px Helvetica, Arial, sans-serif;
  }
  .shop-bar-summary .shop-bar-summary-item-label {
    float: left;
    padding: 0 5px 0 0;
    font-weight: 600;
  }
  .shop-bar-summary .shop-bar-summary-item-description {
    float: left;
  }
}

/* #endregion =========== Custom Summary  (Selected Fabric + Leg + Cushion) =========== */
.adaptive-layout .shop-bar-summary {
  clear: left;
  float: left;
  width: auto;
  height: auto;
  margin: 5px 0 0 0;
}

.adaptive-layout .shop-bar-summary .shop-bar-summary-item {
  float: left;
  padding: 0 20px 0 0;
  width: auto;
  margin-bottom: 0;
}

.adaptive-layout .shop-bar-summary .shop-bar-summary-item-img {
  float: left;
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}

.adaptive-layout .shop-bar-summary .shop-bar-summary-item-text {
  float: left;
  font: normal 12px/15px Helvetica, Arial, sans-serif;
}

.adaptive-layout .shop-bar-summary .shop-bar-summary-item-label {
  float: left;
  padding: 0 5px 0 0;
  font-weight: 600;
}

.adaptive-layout .shop-bar-summary .shop-bar-summary-item-description {
  float: left;
}

/* #endregion =========== Custom Summary  (Selected Fabric + Leg + Cushion) =========== */
/* #region =========== Carousel item =========== */
/* #region =========== Carousel item =========== */
@media screen and (min-width: 1px) {
  .carousel-unslick .carousel-item {
    float: left;
    width: 34%;
    margin-right: -5px;
  }
  .carousel-item-container {
    *zoom: 1;
    width: 100%;
    max-width: 1008px;
  }
  .carousel-item-container:before, .carousel-item-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .carousel-item-container:after {
    clear: both;
  }
  .carousel-item-container .carousel-item-group {
    *zoom: 1;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .carousel-item-container .carousel-item-group:before, .carousel-item-container .carousel-item-group:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .carousel-item-container .carousel-item-group:after {
    clear: both;
  }
  .carousel-item-container .carousel-item-group.ipad-active .carousel-item:hover .carousel-item-link {
    opacity: 1;
  }
  .carousel-item-container .carousel-item-group.ipad-active .carousel-item-detail {
    display: none;
  }
  .carousel-item-container .carousel-item-item {
    position: relative;
  }
  .carousel-item-container .carousel-item-link {
    float: left;
    box-sizing: border-box;
    margin: 0 12px 0 1px;
    transition: opacity 0.3s ease-out;
  }
  .carousel-item-container .carousel-item-link:focus {
    outline: dotted 1px #222;
  }
  .carousel-item-container .carousel-item-img {
    float: left;
    width: 100%;
  }
  .carousel-item-container .carousel-item-detail {
    display: none;
  }
  .carousel-item-container .shipping-message {
    color: #b00;
    font-size: 12px;
    font-weight: 400;
  }
  .carousel-grid .carousel-item {
    width: 33.3333%;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .carousel-grid .carousel-item .carousel-item-link {
    margin-right: 7px;
  }
  .carousel-grid .carousel-item img {
    width: 100%;
  }
  .carousel-grid .slick-slide .carousel-item {
    width: auto;
  }
  #product-pi-data {
    max-width: 1008px;
    padding: 24px 0 24px;
  }
  #product-pi-data .carousel-item-header {
    display: none;
  }
  #product-pi-data .carousel-item-tagline,
  #product-pi-data .section-tagline {
    display: block;
    margin-top: 5px;
    margin-bottom: 16px;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ccc;
    text-align: left;
    text-transform: uppercase;
  }
  #family-pi-data {
    max-width: 1008px;
    padding: 24px 0 24px;
  }
  #family-pi-data .carousel-item-header {
    display: none;
  }
  #family-pi-data .carousel-item-tagline,
  #family-pi-data .section-tagline {
    display: block;
    margin-top: 5px;
    margin-bottom: 16px;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ccc;
    text-align: left;
    text-transform: uppercase;
  }
  .slick-dots {
    width: auto;
    left: -4px;
  }
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 4px;
  }
  .slick-dots li button:before {
    box-sizing: border-box;
    font-size: 8px;
  }
  .slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 0.25 !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75 !important;
  }
}

/* #endregion =========== Carousel item =========== */
.adaptive-layout .carousel-item-container .carousel-item-group {
  *zoom: 1;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border: 0;
  padding: 0;
}

.adaptive-layout .carousel-item-container .carousel-item-group:before, .adaptive-layout .carousel-item-container .carousel-item-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .carousel-item-container .carousel-item-group:after {
  clear: both;
}

.adaptive-layout .carousel-item-container .carousel-x .slick-list {
  clip-path: inset(0 2px 0 0px);
  overflow: hidden;
}

.adaptive-layout .carousel-item-container .carousel-item-centered .slick-track {
  width: auto !important;
  display: inline-block;
}

.adaptive-layout .carousel-item-container .carousel-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.adaptive-layout .carousel-item-container .carousel-item:hover .carousel-item-link, .adaptive-layout .carousel-item-container .carousel-item.is-focused .carousel-item-link {
  opacity: .15;
}

.adaptive-layout .carousel-item-container .carousel-item:hover .carousel-item-detail, .adaptive-layout .carousel-item-container .carousel-item.is-focused .carousel-item-detail {
  opacity: 1;
}

.adaptive-layout .carousel-item-container .carousel-item-link {
  float: left;
  box-sizing: border-box;
  margin: 0 2px 0 0;
  width: 100%;
}

.adaptive-layout .carousel-item-container .carousel-item-link:focus {
  outline: dotted 1px #222;
}

.adaptive-layout .carousel-item-container .carousel-item-img {
  float: left;
  width: 100%;
}

.adaptive-layout .carousel-item-container .carousel-item-detail {
  width: calc(100% - 64px);
  margin: 0 32px;
  position: absolute;
  left: 0;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  pointer-events: none;
}

.adaptive-layout .carousel-item-container .detail-form {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  pointer-events: visible;
}

.adaptive-layout .carousel-item-container .detail-form .field-qty {
  padding: 5px !important;
  margin-right: 6px;
}

.adaptive-layout .carousel-item-container .detail-form a {
  color: #fff;
}

.adaptive-layout .carousel-item-container .detail-name {
  clear: both;
  margin: 0;
  padding: 0;
  color: #222;
  font: 600 12px/20px Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout .carousel-item-container .detail-name-flag {
  color: #1f74bf;
  display: block;
  margin-right: 5px;
}

.adaptive-layout .carousel-item-container .detail-price {
  display: block;
  margin: 0;
  padding: 0;
  color: #666;
  font: 400 12px/20px Helvetica, Arial, sans-serif;
}

.adaptive-layout .carousel-item-container .detail-price .sale {
  padding: 0;
}

.adaptive-layout .carousel-item-container .detail-price .sale .salePrice,
.adaptive-layout .carousel-item-container .detail-price .sale .salePriceDetail {
  margin-right: 5px;
}

.adaptive-layout .carousel-item-container .slick-next,
.adaptive-layout .carousel-item-container .slick-prev {
  z-index: 1;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.adaptive-layout .carousel-item-container .slick-next:focus,
.adaptive-layout .carousel-item-container .slick-prev:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.adaptive-layout .carousel-item-container .slick-next.slick-disabled:before,
.adaptive-layout .carousel-item-container .slick-prev.slick-disabled:before {
  opacity: 0;
}

.adaptive-layout .carousel-item-container .slick-next.slick-disabled:focus,
.adaptive-layout .carousel-item-container .slick-prev.slick-disabled:focus {
  outline: 0;
}

.adaptive-layout .carousel-item-container .slick-next {
  right: -12px;
}

.adaptive-layout .carousel-item-container .slick-prev {
  left: -12px;
}

.adaptive-layout .carousel-item-container .slick-prev:before {
  content: "";
}

.adaptive-layout .carousel-item-container .slick-dots {
  width: auto;
}

.adaptive-layout .carousel-item-container .slick-dots li {
  width: 15px;
  margin: 0;
}

.adaptive-layout .carousel-item-container .slick-next,
.adaptive-layout .carousel-item-container .slick-prev {
  font-size: 14px;
}

.adaptive-layout .carousel-item-container .slick-next {
  right: -12px;
}

.adaptive-layout .carousel-item-container [class*='svg-icon-arrow-'] {
  width: 28px;
  height: 28px;
  left: 2px;
  top: 2px;
  position: absolute;
  stroke-width: 2.8;
}

.adaptive-layout .carousel-item-container .slick-disabled [class*='svg-icon-arrow-'] {
  display: none;
}

.adaptive-layout .carousel-item-container .slick-disabled:hover {
  cursor: default;
}

.adaptive-layout .carousel-grid .carousel-item-group {
  border: 0;
}

.adaptive-layout .carousel-grid .carousel-item {
  width: 33.3333%;
  float: left;
  height: 100%;
  margin: 0;
  padding: 5px;
}

.adaptive-layout .carousel-grid .carousel-item img {
  width: 100%;
}

.adaptive-layout .carousel-grid .slick-slide .carousel-item {
  width: 100%;
}

.adaptive-layout #product-pi-data {
  margin: 0;
  padding: 48px 0 48px;
}

.adaptive-layout #product-pi-data .carousel-item-header {
  display: block;
}

.adaptive-layout #product-pi-data .carousel-item-tagline,
.adaptive-layout #product-pi-data .section-tagline {
  display: block;
  margin: 0;
  border: 0;
  padding: 0 0 20px;
  color: #222;
  font: italic 400 32px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
  text-align: center;
  text-transform: none;
}

.adaptive-layout #family-pi-data {
  margin: 0;
  padding: 48px 0 48px;
}

.adaptive-layout #family-pi-data .carousel-item-header {
  display: block;
}

.adaptive-layout #family-pi-data .carousel-item-tagline,
.adaptive-layout #family-pi-data .section-tagline {
  display: block;
  margin: 0;
  padding: 0 0 20px;
  color: #222;
  font: italic 400 32px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
  text-align: center;
  text-transform: none;
}

/* #endregion =========== Carousel item =========== */
/* #region =========== Showcase widget =========== */
/* #region =========== Showcase widget =========== */
@media screen and (min-width: 1px) {
  .showcase-widget {
    *zoom: 1;
    max-width: 1008px;
    width: calc(100% + 36.4px);
    left: -18.2px;
    position: relative;
    float: left;
  }
  .showcase-widget:before, .showcase-widget:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .showcase-widget:after {
    clear: both;
  }
  .showcase-widget .showcase-item-container {
    overflow: hidden;
    width: 1008px;
    height: auto;
    position: relative;
  }
  .showcase-widget .showcase-item-container .showcase-item {
    width: 100%;
  }
  .showcase-widget .showcase-item-zoomed .showcase-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: none !important;
  }
  .showcase-widget .showcase-zoom-image .slick-dots {
    left: 12px;
  }
  .showcase-widget .showcase-zoom-image .slick-list {
    clip-path: none;
  }
  .showcase-widget .slick-list {
    width: 100%;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slick-list {
    width: 100%;
  }
  .showcase-nav-panel {
    display: none;
  }
}

/* #endregion =========== Showcase widget =========== */
.adaptive-layout .slick-next,
.adaptive-layout .slick-prev {
  display: block !important;
}

.adaptive-layout #global-popup.showcase-video-popup .popup-container {
  width: 756px;
  padding: 48px 32px 16px;
}

.adaptive-layout #global-popup.showcase-video-popup .popup-close {
  top: 5px;
  right: 5px;
}

.adaptive-layout #global-popup.showcase-video-popup iframe {
  border: 0;
  height: 392px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}

.adaptive-layout .main-product-and-family .showcase-widget {
  width: 100%;
  left: auto;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next,
.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev {
  z-index: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next:focus,
.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next.slick-disabled:before,
.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev.slick-disabled:before {
  opacity: 0;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next.slick-disabled:focus,
.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev.slick-disabled:focus {
  outline: 0;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next {
  right: 10px;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev {
  left: 10px;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev:before {
  content: "";
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-dots {
  width: auto;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-dots li {
  width: 15px;
  margin: 0;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next,
.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev {
  font-size: 14px;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-next:before,
.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-prev:before {
  display: none;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image [class*='svg-icon-arrow-'] {
  width: 42px;
  height: 42px;
  left: 0px;
  top: 0px;
  position: absolute;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-disabled [class*='svg-icon-arrow-'] {
  display: none;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-zoom-image .slick-disabled:hover {
  cursor: default;
}

.adaptive-layout .main-product-and-family .showcase-widget .showcase-item-container .showcase-item {
  width: auto;
}

.adaptive-layout .main-product-and-family .showcase-nav-panel {
  *zoom: 1;
  width: 100%;
  height: auto;
  max-width: 1008px;
  float: left;
  display: block;
}

.adaptive-layout .main-product-and-family .showcase-nav-panel:before, .adaptive-layout .main-product-and-family .showcase-nav-panel:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .main-product-and-family .showcase-nav-panel:after {
  clear: both;
}

.adaptive-layout .main-product-and-family .showcase-nav-controls {
  float: left;
  max-width: 130px;
  width: 100%;
  margin-top: 20px;
}

.adaptive-layout .main-product-and-family .view-full-screen,
.adaptive-layout .main-product-and-family .zoom-in,
.adaptive-layout .main-product-and-family .zoom-out {
  height: 32px;
  width: 32px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  border: 0;
  background: 0;
  padding: 0;
  margin-right: 6px;
}

.adaptive-layout .main-product-and-family .view-full-screen:before,
.adaptive-layout .main-product-and-family .zoom-in:before,
.adaptive-layout .main-product-and-family .zoom-out:before {
  position: absolute;
}

.adaptive-layout .main-product-and-family .view-full-screen:focus,
.adaptive-layout .main-product-and-family .zoom-in:focus,
.adaptive-layout .main-product-and-family .zoom-out:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.adaptive-layout .main-product-and-family .view-full-screen .svg-icon-expand {
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0px;
}

.adaptive-layout .main-product-and-family .zoom-in .svg-icon-zoom-in {
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0px;
}

.adaptive-layout .main-product-and-family .zoom-out .svg-icon-zoom-out {
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0px;
}

.adaptive-layout .main-product-and-family .social-share-container {
  width: 130px;
  float: left;
  margin-top: 20px;
  z-index: 5;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-container,
.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-container,
.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-container {
  float: left;
  position: relative;
  cursor: pointer;
  padding: 3px 7px;
  border-right: 1px solid #ccc;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-container:hover .social-share-pinterest-box {
  display: block;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-container .social-share-pinterest-box[aria-hidden="false"] {
  display: block;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-container:hover .social-share-fb-box {
  display: block;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-container .social-share-fb-box[aria-hidden="false"] {
  display: block;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-container {
  border-right: 0;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-container:hover .social-share-houzz-box {
  display: block;
  margin-top: 4px;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-container .social-share-houzz-box[aria-hidden="false"] {
  display: block;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-icon,
.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-icon,
.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-icon {
  height: 27px;
  width: 27px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  border: 0;
  background: 0;
  padding: 0;
  pointer-events: none;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-icon [class*='svg-icon-'],
.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-icon [class*='svg-icon-'],
.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-icon [class*='svg-icon-'] {
  height: 20px;
  width: 20px;
  left: 4px;
  top: 4px;
  position: absolute;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-icon:focus,
.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-icon:focus,
.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-icon:focus {
  outline: dotted 1px #222;
  outline-offset: 1px;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-box,
.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-box,
.adaptive-layout .main-product-and-family .social-share-container .social-share-houzz-box {
  position: absolute;
  display: none;
  padding-top: 20px;
  top: 22px;
  left: 0;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-box {
  width: 165px;
  height: 35px;
  text-align: center;
  left: -54px;
  z-index: 5;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-fb-box .fb_iframe_widget {
  margin-right: 4px;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-box .pin-it-button {
  display: block;
  height: 20px;
  margin: 4px auto;
  text-indent: 0;
  width: 51px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.adaptive-layout .main-product-and-family .social-share-container .social-share-pinterest-box .pin-it-button:before {
  content: url("//images.crateandbarrel.com/is/image/Crate/pinterest_save?fmt=png-alpha");
  position: absolute;
  top: 0;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail {
  float: right;
  width: 642px;
  margin-top: 8px;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail img {
  float: left;
  width: 60px;
  cursor: pointer;
  padding-bottom: 5px;
  margin: 0 2px;
  border-bottom: 5px solid transparent;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail img:focus, .adaptive-layout .main-product-and-family .showcase-thumbnail img.selected, .adaptive-layout .main-product-and-family .showcase-thumbnail img:hover {
  border-color: #1f74bf;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-next,
.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev {
  z-index: 1;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-next:focus,
.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-next.slick-disabled:before,
.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev.slick-disabled:before {
  opacity: 0;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-next.slick-disabled:focus,
.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev.slick-disabled:focus {
  outline: 0;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-next {
  right: -12px;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev {
  left: -12px;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev:before {
  content: "";
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-dots {
  width: auto;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-dots li {
  width: 15px;
  margin: 0;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-next,
.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-prev {
  font-size: 14px;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail [class*='svg-icon-arrow-'] {
  width: 28px;
  height: 28px;
  left: 0px;
  top: 0px;
  position: absolute;
  stroke-width: 2.8;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-disabled [class*='svg-icon-arrow-'] {
  display: none;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail .slick-disabled:hover {
  cursor: default;
}

.adaptive-layout .main-product-and-family .showcase-thumbnail.less-item .slick-track {
  width: auto !important;
  float: right;
}

.adaptive-layout .main-furniture .social-share-container .social-share-pinterest-box .pin-it-button {
  margin: 0;
}

.adaptive-layout .main-furniture .social-share-container .social-share-houzz-container:hover .social-share-houzz-box {
  display: block;
  margin-top: 0px;
}

.adaptive-layout .main-housewares .showcase-widget {
  margin-top: 10px;
  max-width: 630px;
}

.adaptive-layout .main-housewares .showcase-widget .showcase-item-container {
  width: 655px;
}

.adaptive-layout .main-housewares .showcase-widget .showcase-zoom-image .slick-arrow {
  display: none !important;
}

.adaptive-layout .main-housewares .showcase-thumbnail {
  max-width: 322px;
}

/* #endregion =========== Showcase widget =========== */
/* #region =========== Promotion Bar =========== */
/* #region =========== Promotion Bar =========== */
@media screen and (min-width: 1px) {
  .promotion-bar {
    display: inline-block;
    width: 100%;
  }
  .promotion-bar-item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0;
  }
  .promotion-bar-item.rewards-container {
    padding-top: 10px;
  }
  .promotion-bar-item img {
    float: left;
    margin: 0 24px 0 0;
    width: 20%;
  }
  .promotion-bar-item .promo-bar-text-block {
    float: left;
    width: 70%;
    line-height: 0;
  }
  .promotion-bar-item .promo-bar-text-block a,
  .promotion-bar-item .promo-bar-text-block button {
    background: none;
    border: 0;
    padding: 0;
    color: #1f74bf;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
  }
  .promotion-bar-item .promo-bar-text-block a:hover,
  .promotion-bar-item .promo-bar-text-block button:hover {
    text-decoration: underline;
  }
  .promotion-bar-item .promo-bar-text-block a:focus,
  .promotion-bar-item .promo-bar-text-block button:focus {
    outline: 0;
    text-decoration: underline;
  }
  .promotion-bar-item .promo-bar-text-block a:focus::before,
  .promotion-bar-item .promo-bar-text-block button:focus::before {
    display: none;
  }
  .promotion-bar-item .promo-bar-text-block .promo-bar-shipping-txt, .promotion-bar-item .promo-bar-text-block div {
    display: inline;
  }
  .promotion-bar-item .promo-bar-text-block .promo-bar-learn-more {
    margin: 8px 0;
    text-align: left;
    display: block;
  }
  .promotion-bar-item .promo-bar-header {
    color: #222;
    font: 500 16px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    margin: 0 0 8px 0;
    padding: 0;
  }
  .promotion-bar-item p {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    margin: 0;
  }
}

.promo-bar-popup .popup-container {
  /* width: 775px !important; */
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.promo-bar-popup .popup-container .popup-content {
  width: 93%;
  min-height: 100% !important;
  max-height: 100% !important;
  padding: 0px !important;
  /* Tab Interface - Headers - Align Left */
}

.promo-bar-popup .popup-container .popup-content .tab-interface {
  max-width: 100%;
  display: inline-block;
  /* tab headers - base colors/fonts */
  /* tab panels */
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tablist"] {
  box-sizing: border-box;
  list-style: none;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tablist"] li {
  list-style: none;
  background: #fff;
  color: #1f74bf;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tablist"] a[role="tab"] {
  box-sizing: border-box;
  border-bottom: solid 4px transparent;
  background: #fff;
  color: #1f74bf;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tablist"] a[aria-selected],
.promo-bar-popup .popup-container .popup-content .tab-interface [role="tablist"] a[role="tab"]:focus {
  border-color: #1f74bf;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tablist"] a[role="tab"]:focus {
  outline: dotted 1px #666;
  outline-offset: 1px;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tabpanel"] {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tabpanel"][aria-hidden="true"] {
  display: none;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tabpanel"] p {
  margin: 0;
  padding: 0 0 10px 0;
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tabpanel"] ul {
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
  color: #222;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tabpanel"] li {
  list-style: disc outside none;
  margin: 0 0 3px 2px;
  padding: 0;
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

.promo-bar-popup .popup-container .popup-content .tab-interface [role="tabpanel"] a {
  color: #1f74bf;
}

.promo-bar-popup .popup-container .popup-content .tab-interface .tabpanel-header {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left {
  /* tab headers - layout */
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] li {
  display: inline-block;
  margin: 0 16px;
  padding: 0;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] li:first-child {
  margin-left: 0;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] li:first-child a[role="tab"] {
  margin-left: 0;
  padding-left: 0;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] li:last-child {
  margin-right: 0;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] li:last-child a[role="tab"] {
  margin-right: 0;
  padding-right: 0;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"]::after {
  display: block;
  content: "";
  clear: both;
}

.promo-bar-popup .popup-container .popup-content .tablist-align-left [role="tablist"] a[role="tab"] {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBox,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxContent {
  width: 100%;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3 {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 0 20px;
  /* in case someone forgets to set a size class */
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  outline: 0;
  /* only because we set custom focus states below */
  height: 36px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 34px;
  border-color: #666;
  background: #fff;
  color: #222;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3:hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3:focus {
  text-decoration: none;
  transition: background ease 0.3s;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3:hover {
  border-color: #666;
  background: #f3f3f3;
  color: #222;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.focus, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3:focus {
  /* Requires button to have position: relative; */
  border-color: #666;
  background: #fff;
  color: #222;
  box-shadow: none;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.focus::before, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3:focus::before {
  display: block;
  content: "";
  border-color: #666;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled], .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"] {
  border-color: #ccc;
  background: #efefef;
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled.hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled:hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled].hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled]:hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"].hover, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"]:hover {
  border-color: #ccc;
  background: #efefef;
  color: #ccc;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled.focus, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled:focus, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled].focus, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled]:focus, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"].focus, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"]:focus {
  /* Requires button to have position: relative; */
  border-color: #ccc;
  background: #efefef;
  color: #ccc;
  box-shadow: none;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled.focus::before, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled:focus::before, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled].focus::before, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled]:focus::before, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"].focus::before, .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"]:focus::before {
  display: block;
  content: "";
  border-color: transparent;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled i,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled svg,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3.disabled [class*="svg-icon-"], .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled] i,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled] svg,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[disabled] [class*="svg-icon-"], .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"] i,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"] svg,
.promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3[aria-disabled="true"] [class*="svg-icon-"] {
  opacity: .3;
}

.adaptive-layout .promo-bar-popup .popup-container .popup-content #shippingChargesAK .drawerBoxHeader h3 {
  display: inline-block;
  width: auto;
  padding: 0 20px;
}

.promo-bar-popup .popup-container .popup-content table.resize {
  width: 100%;
}

.promo-bar-popup .popup-container .popup-content .shipping {
  width: 100%;
  max-width: 500px;
}

.promo-bar-popup .popup-container .popup-content .mB30 {
  margin-bottom: 30px;
}

/* #endregion =========== Promotion Bar =========== */
.adaptive-layout .promotion-bar {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.adaptive-layout .promotion-bar .section-header {
  display: none;
}

.adaptive-layout .promotion-bar-item {
  width: 50%;
  padding: 40px 32px 40px 32px;
}

.adaptive-layout .promotion-bar-item:first-child {
  border-right: solid 1px #ccc;
  margin: 0;
}

.adaptive-layout .promotion-bar-item.rewards-container {
  border-left: solid 1px #ccc;
  margin-left: -1px;
}

.adaptive-layout .promotion-bar-item .promo-bar-img {
  float: left;
  margin: 0 24px 0 0;
  width: 125px;
}

.adaptive-layout .promotion-bar-item .promo-bar-text-block {
  width: calc(100% - 150px);
}

.adaptive-layout .promotion-bar-item .promo-bar-view-details {
  margin-left: 4px;
}

/* #endregion =========== Promotion Bar =========== */
/* #region =========== Description Section =========== */
/* #region =========== Description Section =========== */
@media screen and (min-width: 1px) {
  .main-product-and-family .section-description-details {
    margin-top: 28px;
  }
  .main-product-and-family .tab-interface .tabpanel p:empty {
    display: none;
  }
  .main-product-and-family .section-description,
  .main-product-and-family .section-product-top {
    font-size: 14px;
    line-height: 24px;
  }
  .main-product-and-family .section-description ul,
  .main-product-and-family .section-description .product-description-list,
  .main-product-and-family .section-product-top ul,
  .main-product-and-family .section-product-top .product-description-list {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .main-product-and-family .section-description ul li:not(.add-on-accessories-list-item),
  .main-product-and-family .section-description .product-description-list li:not(.add-on-accessories-list-item),
  .main-product-and-family .section-product-top ul li:not(.add-on-accessories-list-item),
  .main-product-and-family .section-product-top .product-description-list li:not(.add-on-accessories-list-item) {
    list-style-type: disc;
    margin: 0 0 0 20px;
  }
  .main-product-and-family .svg-icon-safety-warning-outline {
    vertical-align: sub;
  }
  .main-furniture .section-description {
    width: 100%;
    box-sizing: border-box;
  }
  .main-furniture .section-description .description-intro {
    display: inline-block;
  }
  .main-furniture .section-description .description-expanded {
    display: inline-block;
  }
  .main-housewares .international-msg {
    font-size: 12px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    line-height: 20px;
  }
  .main-housewares .international-msg p, .main-housewares .international-msg span {
    font-size: 12px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    line-height: 20px;
  }
  .main-housewares .international-msg strong {
    color: #222;
  }
  .main-housewares .international-msg button {
    background: none;
    border: 0;
    padding: 0;
    color: #1f74bf;
    text-decoration: none;
  }
  .main-housewares .international-msg button:hover {
    text-decoration: underline;
  }
  .main-housewares .international-msg button:focus {
    outline: 0;
    text-decoration: underline;
  }
  .main-housewares .international-msg button:focus::before {
    display: none;
  }
  .main-housewares .international-msg .b, .main-housewares .international-msg strong, .main-housewares .international-msg .international-title {
    font-weight: 700;
  }
  .section-description {
    display: inline-block;
  }
  .section-description br + br {
    display: none;
  }
  .section-description br + a {
    margin-top: 32px;
    display: inline-block;
  }
  .section-description .details-list em {
    display: block;
    margin-top: 18px;
  }
}

/* #endregion =========== Description Section =========== */
.adaptive-layout .main-family {
  /* #region ============ Family Description =========== */
  /* #endregion ========= Family Description =========== */
}

.adaptive-layout .main-family .hw-right-detail .hw-details-tab-title {
  padding: 0;
  height: 34px;
  font: 400 20px/32px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
  letter-spacing: 0.05px;
}

.adaptive-layout .main-family .hw-right-detail .hw-details {
  font: 400 14px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  /*li {
                    clear: both;
                    list-style-type: disc;
                    margin: 14px 14px 14px 28px;
                }*/
}

.adaptive-layout .main-housewares .tab-interface .tabpanel p:empty {
  display: none;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail {
  display: inline-block;
  width: 33%;
  min-height: 730px;
  padding-bottom: 25px;
  margin-top: 24px;
  vertical-align: top;
  float: right;
  /* ========== Tab Interface ========== */
  /* Tab Interface - Base */
  /* Tab Interface - Headers - Align Left */
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface {
  max-width: 100%;
  display: inline-block;
  /* tab headers - base colors/fonts */
  /* tab panels */
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tablist"] {
  box-sizing: border-box;
  list-style: none;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tablist"] li {
  list-style: none;
  background: #fff;
  color: #1f74bf;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tablist"] a[role="tab"] {
  box-sizing: border-box;
  border-bottom: solid 4px transparent;
  background: #fff;
  color: #1f74bf;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tablist"] a[aria-selected],
.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tablist"] a[role="tab"]:focus {
  border-color: #1f74bf;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tablist"] a[role="tab"]:focus {
  outline: dotted 1px #666;
  outline-offset: 1px;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tabpanel"] {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tabpanel"][aria-hidden="true"] {
  display: none;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tabpanel"] p {
  margin: 0;
  padding: 0 0 10px 0;
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tabpanel"] ul {
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
  color: #222;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tabpanel"] li {
  list-style: disc outside none;
  margin: 0 0 3px 2px;
  padding: 0;
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface [role="tabpanel"] a {
  color: #1f74bf;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface .tabpanel-header {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface #section2 span + ul {
  margin-top: 15px;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface #section2 ul {
  margin-bottom: 15px;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tab-interface #section2 > div span {
  display: block;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left {
  /* tab headers - layout */
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] li {
  display: inline-block;
  margin: 0 16px;
  padding: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] li:first-child {
  margin-left: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] li:first-child a[role="tab"] {
  margin-left: 0;
  padding-left: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] li:last-child {
  margin-right: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] li:last-child a[role="tab"] {
  margin-right: 0;
  padding-right: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"]::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .tablist-align-left [role="tablist"] a[role="tab"] {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .international-msg {
  margin-bottom: 24px;
  font-size: 12px;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .international-msg > * {
  line-height: 20px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .international-msg > * button {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .international-msg > * button:hover {
  text-decoration: underline;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .international-msg > * button:focus {
  outline: 0;
  text-decoration: underline;
}

.adaptive-layout .main-housewares .section-product-top .hw-right-detail .international-msg > * button:focus::before {
  display: none;
}

.adaptive-layout .section-description {
  display: inline-block;
  max-width: 765px;
  width: 75%;
  box-sizing: border-box;
  padding: 40px 20px 20px 0;
  min-width: initial !important;
}

.adaptive-layout .section-description h2 {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout .section-description .section-headline {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout .section-description .description-intro {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.adaptive-layout .section-description .description-intro div {
  display: inline;
}

.adaptive-layout .section-description .description-intro p:empty {
  display: none;
}

.adaptive-layout .section-description .reveal-content-container {
  display: inline;
}

.adaptive-layout .section-description .reveal-content-container .reveal-content {
  display: none;
}

.adaptive-layout .section-description .reveal-content-container .expanded,
.adaptive-layout .section-description .reveal-content-container .expanded .reveal-content-height,
.adaptive-layout .section-description .reveal-content-container .expanded .description-expanded {
  display: inline;
}

.adaptive-layout .section-description .reveal-content-container .expanded ~ .button-learn-more,
.adaptive-layout .section-description .reveal-content-container .expanded .reveal-content-height ~ .button-learn-more,
.adaptive-layout .section-description .reveal-content-container .expanded .description-expanded ~ .button-learn-more {
  display: none;
}

.adaptive-layout .section-description .button-learn-more {
  display: inline;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 300;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #1f74bf;
  padding: 0;
  line-height: 32px;
}

.adaptive-layout .section-description .button-learn-more .icon {
  display: none;
}

.adaptive-layout .section-description .button-learn-more:hover, .adaptive-layout .section-description .button-learn-more:focus {
  text-decoration: underline;
}

.adaptive-layout .section-description .description-expanded {
  display: inline;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.adaptive-layout .section-description .product-description-list {
  display: inline-block;
  height: auto;
  visibility: visible;
  opacity: 1;
  font: 400 14px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  column-width: 200px;
  column-count: 2;
  column-gap: 32px;
  text-align: left;
  column-fill: balance;
  width: 100%;
  margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 936px) {
  .adaptive-layout .section-description .product-description-list {
    column-width: auto;
    column-count: 1;
  }
}

.adaptive-layout .section-description .product-description-list ul {
  display: block;
}

.adaptive-layout .section-description .product-description-list li {
  list-style-type: disc;
  margin: 0 0 0 20px;
  line-height: 24px;
}

.adaptive-layout .section-description .button-learn-more {
  margin: 0;
}

.adaptive-layout .section-description .button-learn-more i {
  display: none;
}

/* #endregion =========== Description Section =========== */
/* #region =========== Sub Divided Spill =========== */
/* #region =========== Sub Divided Spill =========== */
@media screen and (min-width: 1px) {
  .spill-layout:not(.seo-spill-layout).seo-spill-layout .spill-two-column {
    padding: 0 16px 0 16px;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav {
    box-sizing: border-box;
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    z-index: 998;
    width: 100%;
    background: white;
    margin-top: 0;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav:before {
    content: "";
    background: white;
    width: 3px;
    height: 100%;
    left: -3px;
    top: 0;
    position: absolute;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav:after {
    content: "";
    background: white;
    width: 3px;
    height: 100%;
    right: -3px;
    top: 0;
    position: absolute;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav.static-nav {
    position: static;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav.static-nav .sub-divided-nav-container .active .sub-divided-button {
    border-color: #d8d8d8;
    color: #666;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav.nav-fixed {
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav .sub-divided-nav-container {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    animation: nav-slide-in .8s forwards;
    -webkit-animation: nav-slide-in .8s forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
    visibility: visible !important;
    opacity: 0;
    color: white;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav .sub-divided-nav-item {
    list-style-type: none;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 8px;
    display: inline-block;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav .sub-divided-nav-item:last-child {
    padding-right: 0;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav .sub-divided-nav-item.active .sub-divided-button {
    background: none;
    border: 1px solid #2374B9;
    border-radius: 25px;
    color: #2374B9;
  }
  .spill-layout:not(.seo-spill-layout) .sub-divided-sticky-nav .sub-divided-nav-item .sub-divided-button {
    background: none;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    padding: 4px 16px;
    margin-right: 0;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    z-index: 999;
  }
  .spill-layout:not(.seo-spill-layout) ul.spill-two-column {
    margin: 0;
  }
  .spill-layout:not(.seo-spill-layout) ul.spill-two-column .product-miniset {
    width: 50%;
    padding-left: 0;
    padding-right: 16px;
    margin: 0;
    box-sizing: border-box;
  }
  .spill-layout:not(.seo-spill-layout) ul.spill-two-column .product-miniset:nth-child(even) {
    padding-right: 0;
    padding-left: 16px;
  }
  .spill-layout:not(.seo-spill-layout) .spill-three-column .product-miniset {
    width: 328px;
    padding: 0;
  }
  .spill-layout:not(.seo-spill-layout) .spill-three-column .product-miniset:nth-child(3n+3) {
    margin-right: 0;
  }
  .spill-layout:not(.seo-spill-layout) .spill-four-column .product-miniset {
    margin: 0 12px 18px 0;
    width: 243px;
    height: auto;
    min-height: 400px;
    position: relative;
  }
  #jsIsMobile[value="1"] ~ #main-body-container .sub-divided-spill .spill-grid {
    width: 100%;
  }
  .sub-divided-spill {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0 16px 0 16px;
  }
  .sub-divided-spill .spill-grid {
    margin-left: 0 !important;
  }
  .sub-divided-spill h1.spill-layout-title {
    font: 24px/36px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 15px 0;
    -webkit-font-smoothing: antialiased;
  }
  .sub-divided-spill .sub-divided-minisets {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .sub-divided-spill .sub-divided-minisets .sub-divided-title {
    margin-bottom: 0;
    max-width: 1008px;
  }
  .sub-divided-spill .sub-divided-minisets .product-thumb {
    margin-top: 20px;
  }
  .sub-divided-spill .sub-divided-minisets .spill-more-products-container {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .sub-divided-spill .sub-divided-minisets .spill-more-products-container:empty {
    display: none;
  }
  .sub-divided-spill .sub-divided-minisets .spill-more-products-container .miniset-show-more {
    color: #1f74bf;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 39px;
    background: none;
    color: #1f74bf;
    border: 0;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0 26px 0 0;
  }
  .sub-divided-spill .sub-divided-minisets .spill-more-products-container .miniset-show-more:hover, .sub-divided-spill .sub-divided-minisets .spill-more-products-container .miniset-show-more:focus {
    text-decoration: underline;
  }
  .sub-divided-spill .sub-divided-minisets .spill-more-products-container .svg-icon-chevron-down {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 18px;
    color: #1f74bf;
    stroke-width: 2px;
    pointer-events: none;
  }
  .sub-divided-spill .product-miniset {
    margin: 0;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
  }
  .sub-divided-spill .product-miniset .ecHeart {
    position: relative;
  }
  .sub-divided-spill .product-miniset .product-details-wrapper {
    position: relative;
  }
  .sub-divided-spill .product-miniset .spill-special-order-swatch-bar {
    margin-top: 10px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 18px;
    box-sizing: border-box;
  }
  .sub-divided-spill .product-miniset .spill-special-order-swatch-bar img {
    float: left;
    max-height: 17px;
  }
  .sub-divided-spill .product-miniset .spill-special-order-swatch-bar .spill-more-options {
    font-size: 11px;
    color: #717171;
    line-height: 14px;
    white-space: nowrap;
    vertical-align: top;
    position: absolute;
    overflow: hidden;
    margin-left: 5px;
    margin-top: -1px;
  }
  .sub-divided-spill .product-miniset .spill-special-order-swatch-bar .spill-more-options span {
    margin-left: 0;
  }
  .sub-divided-spill .product-miniset .product-miniset-title {
    max-width: 82%;
  }
  .sub-divided-spill .product-miniset .product-miniset-title .new {
    color: #1f74bf;
  }
  .sub-divided-spill .product-miniset .product-miniset-title .new:after {
    content: " ";
  }
  .sub-divided-spill .product-miniset .product-miniset-thumbnail {
    height: auto;
    max-height: 0;
    padding-bottom: 98%;
  }
  .sub-divided-spill .product-miniset .product-miniset-thumbnail .spillImage {
    height: auto;
  }
  .sub-divided-spill .product-miniset .button-add-to-favorites {
    border: 0;
    position: absolute;
    width: 27px;
    background: white;
    padding: 0 0 0 6px;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .sub-divided-spill .product-miniset .button-add-to-favorites span {
    display: none;
  }
  .animate-anchor-up {
    animation: animate-anchor-up .5s forwards;
    -webkit-animation: animate-anchor-up .5s forwards;
  }
  .animate-anchor-down {
    animation: animate-anchor-down .5s forwards;
    -webkit-animation: animate-anchor-down .5s forwards;
  }
  @-webkit-keyframes nav-slide-in {
    0% {
      opacity: 0;
      transform: translateX(3%);
    }
    65% {
      color: white;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      color: #666;
      border: 1px solid #666;
    }
  }
  /* Standard syntax */
  @keyframes nav-slide-in {
    0% {
      opacity: 0;
      transform: translateX(3%);
    }
    65% {
      color: white;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      color: #666;
    }
  }
  @-webkit-keyframes animate-anchor-up {
    0% {
      opacity: 0;
      transform: translateY(80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* Standard syntax */
  @keyframes animate-anchor-up {
    0% {
      transform: translateY(80px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes animate-anchor-down {
    0% {
      transform: translateY(-80px);
    }
    100% {
      transform: translateY(0);
    }
  }
  /* Standard syntax */
  @keyframes animate-anchor-down {
    0% {
      transform: translateY(-80px);
    }
    100% {
      transform: translateY(0);
    }
  }
}

/* #endregion =========== Sub Divided Spill =========== */
.adaptive-layout h1.spill-layout-title {
  font: 30px/36px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  border-bottom: 0;
  border-top: 2px solid #e0e0e0;
}

.adaptive-layout h2.sub-divided-title {
  font: 24px/60px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  color: #222;
  border-bottom: 2px solid #e0e0e0;
  text-align: left;
  padding: 0;
  margin-top: 26px;
}

.adaptive-layout .product-miniset {
  position: relative;
}

.adaptive-layout .product-miniset .product-details-wrapper .spill-special-order-swatch-bar .spill-product-swatches .image-map-container {
  background: 0;
}

.adaptive-layout .product-miniset .product-details-wrapper .spill-special-order-swatch-bar .spill-product-swatches .image-map-container map {
  position: absolute;
  height: 8px;
  width: 27px;
  top: 18px;
  left: 0;
  background: 0;
}

.adaptive-layout .product-miniset .product-details-wrapper .spill-special-order-swatch-bar .spill-product-swatches .image-map-container map area:focus {
  outline: none;
  border: 0;
  content: "";
  position: absolute;
  background: #1f74bf;
  margin-top: -18px;
  height: 1px;
  width: 100%;
}

.adaptive-layout .product-miniset .product-details-wrapper .spill-special-order-swatch-bar .spill-product-swatches .image-map-container map .image-map-underline {
  top: 0;
  left: 0;
  position: absolute;
  background: #1f74bf;
  width: 100%;
  height: 2px;
  margin-top: -19px;
}

.adaptive-layout .sub-divided-spill {
  max-width: 1008px;
  padding: 0;
}

.adaptive-layout .sub-divided-spill .sub-divided-sticky-nav .sub-divided-nav-container {
  overflow: auto;
  white-space: normal;
}

.adaptive-layout .sub-divided-spill .sub-divided-minisets {
  margin-bottom: 0;
  margin-top: 0;
}

.adaptive-layout .sub-divided-spill .sub-divided-minisets .spill-more-products-container {
  margin-top: 0;
  margin-bottom: 25px;
}

.adaptive-layout .sub-divided-spill .sub-divided-minisets .spill-more-products-container .miniset-show-wrapper {
  margin-top: 0;
}

.adaptive-layout .sub-divided-spill .sub-divided-minisets .spill-more-products-container .miniset-show-more {
  font-size: 16px;
  line-height: 38px;
  margin-top: 0;
}

.adaptive-layout .sub-divided-spill .product-miniset {
  margin: 0 12px 34px 0px;
  min-height: 455px;
  width: 328px;
  height: auto;
  padding: 0;
}

.adaptive-layout .sub-divided-spill .product-miniset .product-miniset-thumbnail {
  max-height: none;
  padding-bottom: 0;
}

.adaptive-layout .sub-divided-spill .product-miniset .product-miniset-title {
  max-width: none;
}

.adaptive-layout .sub-divided-spill .product-miniset .button-add-to-favorites {
  padding: 0px 4px;
}

.adaptive-layout .sub-divided-spill .product-miniset .spill-special-order-swatch-bar .spill-more-options {
  display: inline-block;
  padding: 0 0 0 3px;
  float: left;
}

.adaptive-layout .sub-divided-spill .product-miniset .spill-special-order-swatch-bar .spill-more-options span {
  color: #717171;
}

/* #endregion =========== Sub Divided Spill =========== */
/* #region =========== Care Section =========== */
/* #region =========== Care Section =========== */
@media screen and (min-width: 1px) {
  .section-care {
    margin: 4px 0 8px 0;
  }
  .section-care p,
  .section-care .care-list {
    font-size: 14px;
    line-height: 24px;
  }
  .section-care a {
    color: #1f74bf;
    text-decoration: none;
  }
  .section-care a:hover {
    text-decoration: underline;
  }
  .section-care a:focus {
    text-decoration: underline;
    outline: 0;
  }
}

/* #endregion =========== Care Section =========== */
.adaptive-layout .section-care .care-content.care-fabric-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  width: 100%;
  width: 68%;
  min-height: 240px;
}

.adaptive-layout .section-care .care-content.care-fabric-column::after {
  *zoom: 1;
}

.adaptive-layout .section-care .care-content.care-fabric-column::after:before, .adaptive-layout .section-care .care-content.care-fabric-column::after:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-care .care-content.care-fabric-column::after:after {
  clear: both;
}

.adaptive-layout .section-care .care-content.care-fabric-column *:not(.columnize-break-inside) {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.adaptive-layout .section-care .care-content {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  width: 100%;
  width: 100%;
  position: relative;
  min-height: 0;
}

.adaptive-layout .section-care .care-content::after {
  *zoom: 1;
}

.adaptive-layout .section-care .care-content::after:before, .adaptive-layout .section-care .care-content::after:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-care .care-content::after:after {
  clear: both;
}

.adaptive-layout .section-care .care-content *:not(.columnize-break-inside) {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.adaptive-layout .section-care .care-content * {
  -webkit-column-break-inside: auto !important;
  page-break-inside: auto !important;
  break-inside: auto !important;
}

.adaptive-layout .section-care .care-content .reveal-container {
  width: 100%;
}

.adaptive-layout .section-care .care-content .care-intro {
  margin-bottom: 10px;
  font-size: 14px;
  -moz-column-break-after: always;
  -webkit-column-break-after: always;
  line-height: 24px;
  margin-top: 0;
}

.adaptive-layout .section-care .care-content .care-list {
  float: none;
  width: auto;
}

.adaptive-layout .section-care .care-content .care-list li {
  list-style-type: disc;
  margin: 0 0 0 17px;
  padding-left: 0;
}

.adaptive-layout .section-care .care-content .care-list li span {
  font-size: 14px;
  line-height: 24px;
}

.adaptive-layout .section-care .care-content .care-fabric {
  position: absolute;
  width: 48%;
  padding-left: 4%;
  top: 0;
  left: 100%;
  margin-top: 0;
  line-height: 24px;
}

.adaptive-layout .section-care .care-content .care-fabric .care-icon {
  margin: 8px 8px 0 0;
  float: left;
}

.adaptive-layout .section-care .care-content .care-fabric h3.sub-care-header {
  margin-top: 0;
  font-size: 14px;
}

.adaptive-layout .section-care .care-info-button {
  text-decoration: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.adaptive-layout .section-care .care-info-button:hover {
  text-decoration: underline;
}

.adaptive-layout .care-popup {
  clear: both;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .care-popup .popup-container {
  width: 420px !important;
}

.adaptive-layout .care-popup .care-popup-content {
  width: 350px;
  position: relative;
  top: -16px;
}

.adaptive-layout .care-popup .care-popup-content h2[data-modal-title] {
  font-size: 1.429em;
}

.adaptive-layout .care-popup .care-popup-content h3 {
  font-size: 1em;
}

.adaptive-layout .care-popup .care-popup-content .care-info-list {
  font-size: 1em;
}

.adaptive-layout .care-popup .care-popup-content a {
  color: #1f74bf;
  text-decoration: none;
}

.adaptive-layout .care-popup .care-popup-content a:hover {
  text-decoration: underline;
}

.adaptive-layout .care-popup .care-popup-content a:focus {
  text-decoration: underline;
  outline: 0;
}

/* #endregion =========== Care Section =========== */
/* #region =========== Dimension Section =========== */
/* #region =========== Dimension Section =========== */
@media screen and (min-width: 1px) {
  .section-dimensions .dimensions-details div.dimensions-item,
  .hw-right-detail .dimensions-details div.dimensions-item {
    margin-bottom: 16px;
  }
  .section-dimensions .dimensions-details div.dimensions-item p, .section-dimensions .dimensions-details div.dimensions-item h5,
  .hw-right-detail .dimensions-details div.dimensions-item p,
  .hw-right-detail .dimensions-details div.dimensions-item h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .section-dimensions button.slick-disabled {
    display: none !important;
  }
  .section-dimensions .dimensions-image {
    position: relative;
  }
  .section-dimensions .dimensions-details {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    width: 100%;
  }
  .section-dimensions .dimensions-details .dimensions-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2em;
    margin-top: 0;
  }
  .dimensions-details .svg-icon-close {
    display: none;
  }
}

/* #endregion =========== Dimension Section =========== */
.adaptive-layout .section-dimensions {
  float: left;
}

.adaptive-layout .section-dimensions:hover {
  float: left;
}

.adaptive-layout .section-dimensions .slick-track {
  display: inline-block;
}

.adaptive-layout .section-dimensions h3.dimensions-product-name {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  font: 300 16px/24px Helvetica, Arial, sans-serif;
}

.adaptive-layout .section-dimensions .dimensions-container {
  position: relative;
  display: block;
  width: 1008px;
  height: auto;
  border: 0;
  outline: 0;
}

.adaptive-layout .section-dimensions .preparing-for-delivery-header {
  margin-right: 8px;
  display: inline-block;
  color: #222;
  font: 600 16px/1.2 Helvetica, Arial, sans-serif;
}

.adaptive-layout .section-dimensions .preparing-for-delivery-intro {
  display: inline-block;
  color: #222;
  font: 400 16px/1.2 Helvetica, Arial, sans-serif;
  margin: 0 16px 0 0;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 0 20px;
  /* in case someone forgets to set a size class */
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  outline: 0;
  /* only because we set custom focus states below */
  border-color: #666;
  background: #fff;
  color: #222;
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button:hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button:focus {
  text-decoration: none;
  transition: background ease 0.3s;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button:hover {
  border-color: #666;
  background: #f3f3f3;
  color: #222;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.focus, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button:focus {
  /* Requires button to have position: relative; */
  border-color: #666;
  background: #fff;
  color: #222;
  box-shadow: none;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.focus::before, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button:focus::before {
  display: block;
  content: "";
  border-color: #666;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled], .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"] {
  border-color: #ccc;
  background: #efefef;
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled.hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled:hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled].hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled]:hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"].hover, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"]:hover {
  border-color: #ccc;
  background: #efefef;
  color: #ccc;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled.focus, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled:focus, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled].focus, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled]:focus, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"].focus, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"]:focus {
  /* Requires button to have position: relative; */
  border-color: #ccc;
  background: #efefef;
  color: #ccc;
  box-shadow: none;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled.focus::before, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled:focus::before, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled].focus::before, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled]:focus::before, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"].focus::before, .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"]:focus::before {
  display: block;
  content: "";
  border-color: transparent;
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled i,
.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled svg,
.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button.disabled [class*="svg-icon-"], .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled] i,
.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled] svg,
.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[disabled] [class*="svg-icon-"], .adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"] i,
.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"] svg,
.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button[aria-disabled="true"] [class*="svg-icon-"] {
  opacity: .3;
}

.adaptive-layout .section-dimensions .preparing-for-delivery .watch-video-button span::before {
  content: "Watch the ";
}

.adaptive-layout .section-dimensions .dimension-details-container {
  width: 100%;
  float: left;
  background: #f0efed;
  padding: 22px 30px 0;
  user-select: text;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview {
  width: 100%;
  float: left;
  margin-bottom: 14px;
  min-height: 50px;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .overall-dimension {
  width: 50%;
  float: left;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .overall-dimension p, .adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .overall-dimension h4 {
  display: inline-block;
  font-size: 14px;
  margin: 0px;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .overall-dimension p {
  margin: 0 0px 0px 25px;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .preparing-for-delivery {
  width: 50%;
  float: right;
  text-align: right;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .preparing-for-delivery .preparing-for-delivery-text-wrap {
  width: 305px;
  float: left;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .preparing-for-delivery .watch-video-button {
  float: right;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .preparing-for-delivery .preparing-for-delivery-header,
.adaptive-layout .section-dimensions .dimension-details-container .dimension-overview .preparing-for-delivery .preparing-for-delivery-intro {
  font-size: 14px;
  margin-right: 12px;
}

.adaptive-layout .section-dimensions .dimension-details-container .reveal-content-container {
  width: 100%;
  float: left;
  position: relative;
}

.adaptive-layout .section-dimensions .dimension-details-container .reveal-content-container .button-learn-more {
  position: absolute;
  top: -48px;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimensions-details {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-column-width: 140px;
  -moz-column-width: 140px;
  column-width: 140px;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f0efed;
  border-top: 1px solid #999;
  padding: 20px 0px 30px;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimensions-details::after {
  *zoom: 1;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimensions-details::after:before, .adaptive-layout .section-dimensions .dimension-details-container .dimensions-details::after:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimensions-details::after:after {
  clear: both;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimensions-details *:not(.columnize-break-inside) {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.adaptive-layout .section-dimensions .dimension-details-container .dimensions-details .dimensions-item:first-child {
  display: none;
}

.adaptive-layout .section-dimensions .dimensions-no-image .dimension-details-container {
  padding: 40px 30px 20px;
}

.adaptive-layout .section-dimensions .dimensions-image {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  pointer-events: none;
}

.adaptive-layout .section-dimensions .dimensions-image:before {
  content: none;
}

.adaptive-layout .section-dimensions .slick-disabled + .slick-list .dimensions-no-image {
  min-height: 310px;
  height: auto;
}

.adaptive-layout .section-dimensions .slick-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 14px;
  z-index: 50;
}

.adaptive-layout .section-dimensions .slick-arrow:before {
  content: none;
}

.adaptive-layout .section-dimensions .slick-arrow .icon {
  width: 36px;
  height: 36px;
}

.adaptive-layout .section-dimensions .slick-arrow.slick-prev {
  left: -18px;
}

.adaptive-layout .section-dimensions .slick-arrow.slick-next {
  right: -18px;
}

.adaptive-layout .section-dimensions .dimensions-item {
  -webkit-column-break-inside: avoid;
  margin: 0 0 16px 0;
  column-rule: 1px dotted #ccc;
  font: 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  line-height: 24px;
}

.adaptive-layout .section-dimensions .dimensions-item .section-tagline {
  font: 400 16px/24px "WTC Our Bodoni W05 Italic", Georgia, serif;
  font-style: italic !important;
  text-align: left;
  padding: 0;
  margin: 0 0 16px;
}

.adaptive-layout .section-dimensions .dimensions-item a {
  pointer-events: auto;
  line-height: 24px;
}

.adaptive-layout .section-dimensions .dimensions-item a:hover {
  text-decoration: underline;
}

.adaptive-layout .section-dimensions .dimensions-item h5 {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.adaptive-layout .section-dimensions .dimensions-item p {
  font: inherit;
  padding: 0;
  margin: 0;
}

.adaptive-layout .section-dimensions .dimensions-item p abbr {
  text-decoration: none;
  border: none;
}

.adaptive-layout .section-dimensions .button-learn-more {
  display: block;
}

/* #endregion =========== Dimension Section =========== */
/* #region =========== Reviews Section =========== */
/* #region =========== Reviews Section =========== */
@media screen and (min-width: 1px) {
  .review-star-container .review-stars,
  .review-star-container .review-count {
    display: inline-block;
  }
  .review-star-container .review-stars {
    width: 100px;
  }
  .review-star-container .review-count {
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: underline;
  }
  .section-reviews {
    float: left;
  }
  .section-reviews .bv-reviews-container,
  .section-reviews .more-reviews-container {
    display: none;
  }
  .review-info {
    *zoom: 1;
    position: relative;
  }
  .review-info:before, .review-info:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .review-info:after {
    clear: both;
  }
  .review-info .authenticity-txt {
    width: 100%;
    font-size: 12px;
    position: relative;
    padding: 45px 0 15px 30px;
    box-sizing: border-box;
  }
  .review-info .authenticity-txt a {
    background: none;
    border: 0;
    padding: 0;
    color: #1f74bf;
    text-decoration: none;
  }
  .review-info .authenticity-txt a:hover {
    text-decoration: underline;
  }
  .review-info .authenticity-txt a:focus {
    outline: 0;
    text-decoration: underline;
  }
  .review-info .authenticity-txt a:focus::before {
    display: none;
  }
  .review-info .authenticity-txt::before {
    position: absolute;
    left: 0;
    top: 42px;
    content: url(//images.crateandbarrel.com/is/image/Crate/verified?fmt=png-alpha);
  }
  .review-info .review-star-container {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    border-bottom: 0;
  }
  .review-info .review-star-container .review-star {
    position: relative;
    width: 100%;
  }
  .review-info .add-review-container {
    width: 100%;
  }
  .review-info .add-review-container .button-add-review {
    width: auto;
  }
  .reviews-container {
    max-width: 1008px;
    width: 100%;
    margin: 0 auto;
    padding-top: 18px;
  }
  .reviews-container:focus {
    outline: 0;
  }
  .reviews-container.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
  }
  .reviews-container.flex .review-item {
    width: 100%;
  }
  .reviews-container.flex .review-item button {
    margin-bottom: 8px;
  }
  .reviews-container .review-item {
    background: #f0efed;
    clear: both;
    border: 0;
    margin-bottom: 40px;
    padding: 20px 25px;
    box-sizing: border-box;
    float: left;
    position: relative;
  }
  .reviews-container .review-item:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 73px;
    border-width: 30px 0 0 20px;
    border-style: solid;
    border-color: #f0efed transparent;
    display: block;
    width: 0;
  }
  .reviews-container .review-item .review-star-img {
    width: auto;
    float: none;
  }
  .reviews-container .review-item .review-title {
    font: 600 16px/20px Helvetica, Arial, sans-serif;
    color: #222;
    width: 100%;
    margin: 0;
  }
  .reviews-container .review-item .review-text {
    color: #222;
    font: 400 14px/20px Helvetica, Arial, sans-serif;
    width: 100%;
  }
  .reviews-container .review-item .review-text-italic,
  .reviews-container .review-item .originally-posted-message,
  .reviews-container .review-item .review-syndication .bv-badge-syndicated {
    margin-bottom: 8px;
    float: left;
    width: 100%;
    padding: 0;
    font: 400 14px/20px Helvetica, Arial, sans-serif;
    font-style: italic;
  }
  .reviews-container .review-item .review-image-thumbs {
    width: 100%;
    float: left;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list {
    *zoom: 1;
    display: inline-block;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list:before, .reviews-container .review-item .review-image-thumbs .reviews-thumb-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list:after {
    clear: both;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list a:focus,
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list a:hover {
    outline: 1px dotted #222;
    outline-offset: 2px;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list img {
    width: 50px;
    height: 50px;
    margin: 0 10px 10px 0;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list-zoomed {
    *zoom: 1;
    margin: 8px 0 10px 0;
    -webkit-animation: fadeIn 0.5s ease-in;
    -moz-animation: fadeIn 0.5s ease-in;
    -o-animation: fadeIn 0.5s ease-in;
    animation: fadeIn 0.5s ease-in;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list-zoomed:before, .reviews-container .review-item .review-image-thumbs .reviews-thumb-list-zoomed:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .reviews-container .review-item .review-image-thumbs .reviews-thumb-list-zoomed:after {
    clear: both;
  }
  .reviews-container .review-item .review-details {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .reviews-container .review-item .review-details .helpfulVote,
  .reviews-container .review-item .review-details .reportReview {
    color: #1f74bf;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .reviews-container .review-item .review-details .helpfulVote:hover,
  .reviews-container .review-item .review-details .reportReview:hover {
    text-decoration: underline;
  }
  .reviews-container .review-item .review-details .helpfulVote:focus,
  .reviews-container .review-item .review-details .reportReview:focus {
    text-decoration: underline;
    outline: 0;
  }
  .reviews-container .review-item .review-details span,
  .reviews-container .review-item .review-details button {
    float: left;
    margin-right: 7px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    width: auto;
  }
  .reviews-container .review-item .review-details span.jsSelected,
  .reviews-container .review-item .review-details button.jsSelected {
    font-weight: 600;
  }
  .reviews-container .review-item .review-details .userId {
    font-weight: 600;
    line-height: 21px;
  }
  .reviews-container .review-item .crate-response {
    padding: 18px 0 5px 20px;
    float: left;
  }
  .reviews-container .review-item .crate-response span {
    float: left;
    margin-right: 7px;
  }
  .reviews-container .review-item .crate-response .crate-response-title {
    font: 600 14px/20px Helvetica, Arial, sans-serif;
    color: #1f74bf;
  }
  .reviews-container .review-item .crate-response .crate-response-text {
    font: 400 14px/20px Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
  }
  /* #region =========== Reviews Pop up =========== */
  .review-authenticity-popup p,
  .reviewAuthenticityPopup p {
    text-transform: none;
  }
  .review-authenticity-popup ul,
  .reviewAuthenticityPopup ul {
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: none;
  }
  .review-authenticity-popup ul li,
  .reviewAuthenticityPopup ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    font: normal 400 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .review-authenticity-popup a,
  .reviewAuthenticityPopup a {
    color: #1f74bf;
    text-decoration: none;
  }
  .review-authenticity-popup a:hover,
  .reviewAuthenticityPopup a:hover {
    text-decoration: underline;
  }
  .review-authenticity-popup a:focus,
  .reviewAuthenticityPopup a:focus {
    text-decoration: underline;
    outline: 0;
  }
  .review-popup-wrap {
    position: relative;
  }
  .review-popup-wrap .review-star-container {
    float: left;
    top: -12px;
    border-bottom: 1px solid #ccc;
  }
  .review-popup-wrap .authenticity-txt {
    width: 100%;
    font-size: 12px;
    position: relative;
    padding: 44px 0 15px 30px;
    box-sizing: border-box;
  }
  .review-popup-wrap .authenticity-txt::before {
    top: 41px;
  }
  .bv-reviews-container {
    display: block;
  }
  .bv-reviews-container .bv-reviews-sort .review-filter-dropdown {
    width: 76%;
  }
  .bv-reviews-container .bv-reviews-sort .review-filter-submit {
    float: right;
    width: 23%;
  }
  /* #endregion =========== Reviews Pop up =========== */
}

/* #endregion =========== Reviews Section =========== */
.adaptive-layout .star-ratings-css-link:hover .review-count, .adaptive-layout .star-ratings-css-link:focus .review-count {
  text-decoration: underline;
  color: #1f74bf;
}

.adaptive-layout .review-star-container {
  position: relative;
}

.adaptive-layout .review-star-container .review-stars {
  width: 77px;
}

.adaptive-layout .review-star-container .review-count {
  margin-left: 10px;
  font-size: 12px;
  text-decoration: none;
}

.adaptive-layout .section-reviews {
  position: relative;
}

.adaptive-layout .section-reviews .review-info {
  margin-bottom: 40px;
  padding: 3px;
}

.adaptive-layout .section-reviews .authenticity-txt {
  float: left;
  width: 38%;
  font-size: 12px;
  padding: 10px 0 0 30px;
}

.adaptive-layout .section-reviews .authenticity-txt::before {
  top: 5px;
}

.adaptive-layout .section-reviews .review-star-container {
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  width: auto;
}

.adaptive-layout .section-reviews .add-review-container {
  float: right;
  width: auto;
}

.adaptive-layout .section-reviews .more-reviews-container {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 24px;
  display: block;
}

.adaptive-layout .section-reviews .more-reviews-container .more-reviews {
  padding: 15px 25px;
  text-align: center;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}

.adaptive-layout .section-reviews .bv-reviews-container {
  display: block;
}

.adaptive-layout .section-reviews .bv-reviews-container .bv-reviews-sort {
  height: 58px;
  text-align: center;
  clear: both;
  border-bottom: 1px solid #ccc;
}

.adaptive-layout .section-reviews .bv-reviews-container .bv-reviews-sort .reviews-sort-link {
  padding: 10px 0 5px 0;
  margin: 0 16px;
  height: 40px;
  display: inline-block;
  color: #1f74bf;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
}

.adaptive-layout .section-reviews .bv-reviews-container .bv-reviews-sort .reviews-sort-link.selectedSort {
  border-bottom: 5px solid #1f74bf;
}

.adaptive-layout .section-reviews .flex .review-item {
  width: 49%;
}

.adaptive-layout .section-reviews .reveal-content-container {
  display: inline;
}

.adaptive-layout .section-reviews .reveal-content-container .reveal-content {
  max-height: 85px;
}

.adaptive-layout .section-reviews .reveal-content-container .reveal-content.expanded {
  display: inline;
}

.adaptive-layout .section-reviews .button-learn-more {
  display: block;
}

.adaptive-layout .section-reviews .button-learn-more i {
  display: none;
}

/* #endregion =========== Reviews Section =========== */
/* #region =========== Return and Exchanges Section =========== */
/* #region =========== Return and Exchanges Section =========== */
@media screen and (min-width: 1px) {
  .section-return .return-policy-copy h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-return .return-policy-copy a {
    color: #1f74bf;
    text-decoration: none;
  }
  .section-return .return-policy-copy a:hover {
    text-decoration: underline;
  }
  .section-return .return-policy-copy a:focus {
    text-decoration: underline;
    outline: 0;
  }
  .section-return p {
    font-size: 14px;
    line-height: 24px;
  }
  .section-return .bullet li {
    margin: 0 0 0 20px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    line-height: 24px;
  }
}

/* #endregion =========== Return and Exchanges Section =========== */
.adaptive-layout .section-return.section-return-housewares .col-sm-4 {
  padding-right: 8px;
}

.adaptive-layout .section-return.section-return-housewares .return-policy-copy .col-sm-6:first-child {
  padding-left: 8px;
  padding-right: 8px;
}

.adaptive-layout .section-return.section-return-housewares .return-policy-copy .col-sm-6:last-child {
  padding-left: 8px;
}

.adaptive-layout .section-return.section-return-housewares .return-intro {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.adaptive-layout .section-return.section-return-furniture .return-intro {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.adaptive-layout .section-return.section-return-furniture .reveal-container {
  margin: 16px 0 0 0;
}

.adaptive-layout .section-return.section-return-furniture .return-policy-copy .col-sm-6:first-child {
  padding-right: 8px;
}

.adaptive-layout .section-return.section-return-furniture .return-policy-copy .col-sm-6:last-child {
  padding-left: 8px;
}

.adaptive-layout .section-return .row h3 {
  margin: 8px 0;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.adaptive-layout .section-return .row p {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.adaptive-layout .section-return .button-learn-more {
  padding: 15px 25px;
  margin: 0 auto;
  color: #1f74bf;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}

.adaptive-layout .section-return .button-learn-more:hover {
  color: #1f74bf;
  text-decoration: none;
  outline: none;
}

.adaptive-layout .section-return .button-learn-more .svg-icon-chevron-down {
  display: none;
}

/* #endregion =========== Return and Exchanges Section =========== */
/* #region ========== Cross Sell Right PI ========== */
/* #region ========== Cross Sell Right PI ========== */
/* #endregion ========== Cross Sell Right PI ========== */
.adaptive-layout .main-housewares #family-pi-data-aside,
.adaptive-layout .main-housewares #product-pi-data-aside {
  float: right;
  width: 83px;
  height: auto;
  z-index: 100;
  background: #fff;
  position: absolute;
  top: 172px;
  right: -90px;
  display: none;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item-header,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item-header {
  display: none;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item-tagline,
.adaptive-layout .main-housewares #family-pi-data-aside .section-tagline,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item-tagline,
.adaptive-layout .main-housewares #product-pi-data-aside .section-tagline {
  color: #666;
  font: 400 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  margin: 10px 0 12px 0;
  float: left;
  padding: 0;
  text-align: left;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item-group,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item-group {
  border: 0;
  padding: 0;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item {
  float: right;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item:hover, .adaptive-layout .main-housewares #family-pi-data-aside .carousel-item.is-focused,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item:hover,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item.is-focused {
  width: 291px;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item:hover .carousel-item-link,
.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item:hover .carousel-item-img, .adaptive-layout .main-housewares #family-pi-data-aside .carousel-item.is-focused .carousel-item-link,
.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item.is-focused .carousel-item-img,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item:hover .carousel-item-link,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item:hover .carousel-item-img,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item.is-focused .carousel-item-link,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item.is-focused .carousel-item-img {
  opacity: 1;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item:hover .carousel-item-link, .adaptive-layout .main-housewares #family-pi-data-aside .carousel-item.is-focused .carousel-item-link,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item:hover .carousel-item-link,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item.is-focused .carousel-item-link {
  position: relative;
  padding-left: 209px;
  z-index: 201;
  border-left: none;
  width: 290px;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item:hover .carousel-item-detail, .adaptive-layout .main-housewares #family-pi-data-aside .carousel-item.is-focused .carousel-item-detail,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item:hover .carousel-item-detail,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item.is-focused .carousel-item-detail {
  pointer-events: all;
  border-right: 1px solid #ccc;
  width: 209px;
  left: 0;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item:last-child,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item:last-child {
  margin: 0;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-link,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-link {
  margin-bottom: 8px;
  margin-left: 0;
  border: 1px solid #ccc;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail {
  box-sizing: border-box;
  font: 600 12px/16px Helvetica, Arial, sans-serif;
  float: left;
  width: 208px;
  height: 81px;
  position: absolute;
  background: #f0efee;
  padding: 10px 15px;
  border: solid #ccc;
  left: -208px;
  top: 0;
  z-index: 200;
  overflow: hidden;
  border-width: 1px 0 1px 1px;
  margin: 0;
  text-align: left;
  display: block;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail .detail-name,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail .detail-name {
  font-weight: 600;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail .detail-name,
.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail .detail-price,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail .detail-name,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail .detail-price {
  font-size: 12px;
  line-height: 16px;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail .detail-name .dutieIncludedPrice,
.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail .detail-price .dutieIncludedPrice,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail .detail-name .dutieIncludedPrice,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail .detail-price .dutieIncludedPrice {
  display: none;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail .detail-form,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail .detail-form {
  display: none;
}

.adaptive-layout .main-housewares #family-pi-data-aside .carousel-item .carousel-item-detail:hover,
.adaptive-layout .main-housewares #product-pi-data-aside .carousel-item .carousel-item-detail:hover {
  pointer-events: all;
  cursor: pointer;
}

@media screen and (min-width: 1168px) {
  .adaptive-layout .main-housewares #family-pi-data-aside,
  .adaptive-layout .main-housewares #product-pi-data-aside {
    display: block;
  }
}

/* #endregion ========== Cross Sell Right PI ========== */
/* #region =========== Page Navigation (Skip Links) =========== */
/* #region =========== Page Navigation (Skip Links) =========== */
/* #endregion =========== Page Navigation (Skip Links) =========== */
.adaptive-layout .section-region.section-page-nav {
  padding-bottom: 0;
}

.adaptive-layout .section-page-nav .page-nav {
  width: 100%;
  max-width: 1008px;
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding: 9px 0;
  text-align: center;
  clear: left;
  top: 0;
}

.adaptive-layout .section-page-nav .page-nav-item {
  display: inline-block;
}

.adaptive-layout .section-page-nav .page-nav-link {
  font: 300 20px/1.5 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  padding: 20px 32px;
}

.adaptive-layout .section-page-nav .page-nav-link:hover, .adaptive-layout .section-page-nav .page-nav-link:focus {
  text-decoration: underline;
}

.adaptive-layout .page-nav-content:focus {
  outline: 0;
}

.adaptive-layout .page-nav-content.a11y-focused {
  outline-offset: 5px;
  -webkit-animation: fadeOutline 1.2s ease;
  -moz-animation: fadeOutline 1.2s ease;
  -o-animation: fadeOutline 1.2s ease;
  animation: fadeOutline 1.2s ease;
}

/* #endregion =========== Page Navigation (Skip Links) =========== */
@-webkit-keyframes fadeOutline {
  0% {
    outline: 1px dashed #222;
  }
  65% {
    outline: 1px dashed #ccc;
  }
  75% {
    outline: 1px dashed #ddd;
  }
  100% {
    outline: 1px dashed #fff;
  }
}

@-moz-keyframes fadeOutline {
  0% {
    outline: 1px dashed #222;
  }
  65% {
    outline: 1px dashed #ccc;
  }
  75% {
    outline: 1px dashed #ddd;
  }
  100% {
    outline: 1px dashed #fff;
  }
}

@-o-keyframes fadeOutline {
  0% {
    outline: 1px dashed #222;
  }
  65% {
    outline: 1px dashed #ccc;
  }
  75% {
    outline: 1px dashed #ddd;
  }
  100% {
    outline: 1px dashed #fff;
  }
}

@keyframes fadeOutline {
  0% {
    outline: 1px dashed #222;
  }
  65% {
    outline: 1px dashed #ccc;
  }
  75% {
    outline: 1px dashed #ddd;
  }
  100% {
    outline: 1px dashed #fff;
  }
}

/* #region =========== SEO Bar =========== */
/* #region =========== SEO Bar =========== */
@media screen and (min-width: 1px) {
  .seo-region a {
    background: none;
    border: 0;
    padding: 0;
    color: #1f74bf;
    text-decoration: none;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .seo-region a:hover {
    text-decoration: underline;
  }
  .seo-region a:focus {
    outline: 0;
    text-decoration: underline;
  }
  .seo-region a:focus::before {
    display: none;
  }
  .section-seo {
    position: relative;
    float: left;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    text-align: left;
    background: #EFEEED;
    padding: 30px 1.3em;
    text-align: left;
  }
  .section-seo .section-seo-container {
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 24px;
  }
  .section-seo .section-seo-container .section-header {
    text-align: left;
    line-height: 1;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    margin: 0;
  }
  .section-seo .section-seo-container h3,
  .section-seo .section-seo-container h2 {
    color: #222;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }
  .section-seo .section-seo-container b {
    color: #222;
  }
  .section-seo .section-seo-container p {
    display: inline-block;
    margin: 8px 0 0 0;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-seo ul li {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    float: left;
    line-height: 24px;
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  .section-seo ~ .section-seo {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
  }
  .section-seo ~ .section-seo .reveal-container {
    border-top: 1px solid #ccc;
    padding-top: 24px;
  }
  .section-seo ~ .section-seo .reveal-container h2 {
    margin-top: 24px;
  }
  .section-seo ~ .section-seo .reveal-container h2:first-of-type {
    margin-top: 0px;
  }
  .section-seo .section-related-searches > ul .section-header,
  .section-seo .section-seo-container > ul .section-header {
    padding-top: 0;
    margin-top: 0;
  }
  .section-seo .section-related-searches > ul li,
  .section-seo .section-seo-container > ul li {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    width: 100%;
    text-align: left;
    display: inline-block;
    line-height: 1;
    box-sizing: border-box;
    float: left;
    margin: 0 0 16px 0;
  }
  .section-seo .section-related-searches > ul li:first-of-type,
  .section-seo .section-seo-container > ul li:first-of-type {
    margin-top: 27px;
  }
  .section-seo .section-related-searches > ul li:last-child,
  .section-seo .section-seo-container > ul li:last-child {
    margin-bottom: 0;
  }
  .section-seo .section-related-searches > ul li a,
  .section-seo .section-seo-container > ul li a {
    color: #666;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
  }
  .spill-collection-mobile-container {
    background: #EFEEED;
    margin-top: 20px;
  }
  .spill-collection-mobile-container .reveal-seo-container {
    float: left;
    background: #EFEEED;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
  }
  .spill-collection-extend-mobile-container .section-region {
    padding-left: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .spill-collection-extend-mobile-container .reveal-seo-container {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
  }
}

/* #nedregion =========== SEO Bar =========== */
@media screen and (min-width: 768px) {
  .seo-region {
    margin-top: 48px;
  }
  .section-seo ~ .section-seo .reveal-container {
    border-top: 0;
    padding-top: 0;
  }
  .section-seo ~ .section-seo .reveal-container h2 {
    margin-top: 0;
  }
  .section-seo ~ .section-seo .section-seo-container {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .section-seo .section-seo-container p {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
  }
  .section-seo .section-seo-container > ul {
    margin-left: -16px;
  }
  .section-seo .section-seo-container > ul li {
    width: auto;
    height: auto;
    line-height: 24px;
    margin: 0 16px 0 16px;
  }
  .section-seo .section-seo-container > ul li:first-of-type {
    margin-top: 0;
  }
  .section-seo .section-seo-container > ul li:last-child {
    margin-bottom: 0;
  }
  .section-seo .section-seo-container .section-header {
    font: 14px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-align: left;
    border: 0;
    text-transform: none;
  }
}

/* #endregion =========== SEO Bar =========== */
/* #region ========== Gift Bundle Combinations ========== */
/* #region ========== Gift Bundle Combinations ========== */
@media screen and (min-width: 1px) {
  .gift-bundle-container {
    clear: both;
    padding: 28px 0 0 0;
  }
  .gift-bundle-container .section-header {
    margin: 1em 0 .5em;
    padding: 0;
  }
  .gift-bundle-container .section-tagline {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .gift-bundle-container .gift-bundle-list {
    *zoom: 1;
  }
  .gift-bundle-container .gift-bundle-list:before, .gift-bundle-container .gift-bundle-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .gift-bundle-container .gift-bundle-list:after {
    clear: both;
  }
  .gift-bundle-container .gift-bundle-item {
    float: left;
    position: relative;
  }
  .gift-bundle-container .gift-bundle-item + .gift-bundle-item {
    margin-left: 24px;
  }
  .gift-bundle-container .gift-bundle-item + .gift-bundle-item::before {
    display: block;
    content: "+";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    font-size: 20px;
    text-align: center;
  }
  .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(2),
  .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(2) ~ .gift-bundle-item {
    width: calc(50% - 12px);
  }
  .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(3),
  .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(3) ~ .gift-bundle-item {
    width: calc(33.3333% - 16px);
  }
  .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(4),
  .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(4) ~ .gift-bundle-item {
    width: calc(25% - 18px);
  }
  .gift-bundle-container .gift-bundle-item .a11y-checkbox-label {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .gift-bundle-container .gift-bundle-item .a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
  }
  .gift-bundle-container .gift-bundle-item::after {
    clear: both;
    content: "";
    display: table;
  }
  .gift-bundle-container .gift-bundle-item-link {
    display: block;
    position: relative;
  }
  .gift-bundle-container .gift-bundle-item-link .gift-bundle-item-detail {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    transition: opacity linear .2s;
  }
  .gift-bundle-container .gift-bundle-total-price {
    clear: both;
    padding-top: 1.2em;
    font-size: 16px;
  }
  .gift-bundle-container .button-gift-bundle-view-details {
    display: inline-block;
    width: auto;
    margin: 8px 0 0 0;
  }
  .gift-bundle-container .button-add-all,
  .gift-bundle-container .button-add-single {
    display: none;
  }
  .gift-bundle-container .gift-bundle-see-all {
    display: none;
  }
  .gift-bundle-container .error {
    margin-top: 8px;
    margin-bottom: 0;
    color: #bb0000;
    font-size: 14px;
    line-height: 20px;
  }
  /* #region ========== Gift Bundle View Details Popup Layer ===== */
  .popup-content .gift-bundle-container {
    padding: 0;
  }
  .popup-content .gift-bundle-container .button {
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .popup-content .gift-bundle-container .gift-bundle-price {
    font-size: 16px;
  }
  .popup-content .gift-bundle-container .gift-bundle-list {
    margin-top: 8px;
  }
  .popup-content .gift-bundle-container .gift-bundle-item-wrap {
    *zoom: 1;
  }
  .popup-content .gift-bundle-container .gift-bundle-item-wrap:before, .popup-content .gift-bundle-container .gift-bundle-item-wrap:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .popup-content .gift-bundle-container .gift-bundle-item-wrap:after {
    clear: both;
  }
  .popup-content .gift-bundle-container .gift-bundle-item {
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding: 16px 0;
    position: relative;
  }
  .popup-content .gift-bundle-container .gift-bundle-item::after {
    clear: both;
    content: "";
    display: table;
  }
  .popup-content .gift-bundle-container .gift-bundle-item-link {
    float: left;
    width: calc(100% - 40px);
  }
  .popup-content .gift-bundle-container .gift-bundle-image {
    width: 96px;
  }
  .popup-content .gift-bundle-container .gift-bundle-item-detail {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 56px;
    bottom: 0;
    left: calc(33.33% + 8px);
  }
  .popup-content .gift-bundle-container .gift-bundle-item-name {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 20px;
  }
  .popup-content .gift-bundle-container .a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
  }
  .popup-content .gift-bundle-container .a11y-checkbox:not(:checked) ~ .a11y-checkbox-label > span {
    opacity: .2;
  }
  .popup-content .gift-bundle-container .a11y-checkbox-label {
    clip: auto;
    box-sizing: border-box;
    width: 40px;
    min-height: 26px;
    margin: 0;
    padding: 39px 0 0 0;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 15;
  }
  .popup-content .gift-bundle-container .a11y-checkbox-label::before {
    left: 7px !important;
  }
  /* #endregion ======= Gift Bundle View Details Popup Layer ===== */
}

/* #endregion ========== Gift Bundle Combinations ========== */
.adaptive-layout .gift-bundle-container {
  text-align: center;
  padding: 48px 0;
}

.adaptive-layout .gift-bundle-container .section-header {
  margin: 0;
  padding: 10px 0 5px;
}

.adaptive-layout .gift-bundle-container .section-tagline {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  padding: 0 0 15px 0;
}

.adaptive-layout .gift-bundle-container .gift-bundle-list {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item {
  padding: 0 0 60px 0;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item + .gift-bundle-item {
  margin-left: 40px;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item + .gift-bundle-item::before {
  width: 40px;
  height: 40px;
  margin-top: -30px;
  left: -40px;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(2),
.adaptive-layout .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(2) ~ .gift-bundle-item {
  width: calc(50% - 20px);
}

.adaptive-layout .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(3),
.adaptive-layout .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(3) ~ .gift-bundle-item {
  width: calc(33.3333% - 32px);
}

.adaptive-layout .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(4),
.adaptive-layout .gift-bundle-container .gift-bundle-item:first-child:nth-last-child(4) ~ .gift-bundle-item {
  width: calc(25% - 30px);
}

.adaptive-layout .gift-bundle-container .gift-bundle-item .a11y-checkbox-label {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  clip: auto;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item input[type="checkbox"].a11y-checkbox + label.a11y-checkbox-label::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.adaptive-layout .gift-bundle-container .gift-bundle-item input[type="checkbox"].a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before {
  bottom: 60px;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item input[type="checkbox"].a11y-checkbox:not(:checked) ~ .a11y-checkbox-label > span {
  opacity: .2;
}

.adaptive-layout .gift-bundle-container .gift-bundle-image {
  width: 100%;
  min-width: 172px;
  max-width: 100%;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item:hover .gift-bundle-item-detail,
.adaptive-layout .gift-bundle-container .gift-bundle-item.is-focused .gift-bundle-item-detail,
.adaptive-layout .gift-bundle-container .gift-bundle-item-link:hover .gift-bundle-item-detail,
.adaptive-layout .gift-bundle-container .gift-bundle-item-link:focus .gift-bundle-item-detail {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.adaptive-layout .gift-bundle-container .gift-bundle-item:hover .a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before,
.adaptive-layout .gift-bundle-container .gift-bundle-item.is-focused .a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before,
.adaptive-layout .gift-bundle-container .gift-bundle-item-link:hover .a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before,
.adaptive-layout .gift-bundle-container .gift-bundle-item-link:focus .a11y-checkbox:not(:checked) ~ .gift-bundle-item-unchecked-overlay::before {
  top: 100%;
  opacity: .8;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item-link:focus {
  outline: dotted 1px #222;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item-detail-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.adaptive-layout .gift-bundle-container .gift-bundle-item-name {
  margin: 0;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

.adaptive-layout .gift-bundle-container .gift-bundle-item-price {
  font-size: 12px;
  line-height: 20px;
}

.adaptive-layout .gift-bundle-container .gift-bundle-total-price {
  box-sizing: border-box;
  clear: none;
  display: inline-block;
  width: 19%;
  margin-top: -60px;
  padding: 0 15px;
  vertical-align: middle;
  text-align: left;
}

.adaptive-layout .gift-bundle-container .button-gift-bundle-view-details {
  display: none;
}

.adaptive-layout .gift-bundle-container .button-add-all,
.adaptive-layout .gift-bundle-container .button-add-single {
  display: inline-block;
  margin: 4px 0 0 0;
}

.adaptive-layout .gift-bundle-container .gift-bundle-see-all {
  display: block;
  margin: 16px 0 0 0;
  font-size: 12px;
}

.adaptive-layout .gift-bundle-container .gift-bundle-see-all .gift-bundle-see-all-link:hover, .adaptive-layout .gift-bundle-container .gift-bundle-see-all .gift-bundle-see-all-link:focus {
  text-decoration: underline;
}

/* #endregion ========== Gift Bundle Combinations ========== */
/* #region =========== Recently Viewed Section =========== */
/* #region =========== Recently Viewed Section =========== */
@media screen and (min-width: 1px) {
  .section-recently-viewed .recently-viewed-item .recently-viewed-link {
    float: left;
    box-sizing: border-box;
    margin: 0 8px 0 1px;
  }
}

/* #endregion =========== Recently Viewed Section =========== */
.adaptive-layout .section-recently-viewed {
  padding-bottom: 0;
}

.adaptive-layout .section-recently-viewed .recently-viewed {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.adaptive-layout .section-recently-viewed .recently-viewed .slick-track {
  width: auto !important;
  overflow: hidden;
  white-space: nowrap;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item {
  display: inline-block;
  line-height: 1.2;
  height: 250px;
  text-align: left;
  vertical-align: top;
  width: 120px;
  float: none;
  white-space: normal;
  margin: 0 1px;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a {
  text-decoration: none;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a .recently-viewed-description {
  display: none;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a:hover:focus, .adaptive-layout .section-recently-viewed .recently-viewed-item a:focus:focus {
  outline: dotted 1px #000;
  outline-offset: 3px;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a:hover .recently-viewed-description, .adaptive-layout .section-recently-viewed .recently-viewed-item a:focus .recently-viewed-description {
  display: inline-block;
  width: 100%;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a .title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  display: block;
  font-weight: 600;
  padding: 10px 0 5px;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a .salePrice {
  font-size: 12px;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item a .regPrice {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

.adaptive-layout .section-recently-viewed .recently-viewed-item img {
  display: inline-block;
}

/* #endregion =========== Recently Viewed Section =========== */
/* #region =========== Line List items =========== */
/* #region =========== Line List items =========== */
@media screen and (min-width: 1px) {
  .section-line-item .line-items-container {
    *zoom: 1;
  }
  .section-line-item .line-items-container:before, .section-line-item .line-items-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .section-line-item .line-items-container:after {
    clear: both;
  }
  .section-line-item .line-items-container .line-item {
    *zoom: 1;
    border-top: 1px solid #ccc;
    margin: 20px 0;
  }
  .section-line-item .line-items-container .line-item:before, .section-line-item .line-items-container .line-item:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .section-line-item .line-items-container .line-item:after {
    clear: both;
  }
  .section-line-item .line-items-container .line-item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .section-line-item .line-items-container .line-item .left-container {
    float: left;
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background: #fff;
    z-index: 2;
    padding: 10px 0;
    width: 100%;
  }
  .section-line-item .line-items-container .line-item .left-container.item-stick {
    box-shadow: 0 5px 5px -5px #999;
    border-bottom: 1px solid #d8d8d8;
  }
  .section-line-item .line-items-container .line-item .left-container .item-img-btn {
    float: left;
    background: none;
    border: 0;
    padding: 0 10px 0 0;
    width: 38%;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details {
    float: left;
    width: 62%;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-title-link {
    font: 600 14px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #222;
    float: left;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-title-link:hover, .section-line-item .line-items-container .line-item .left-container .item-details .item-title-link:focus {
    text-decoration: underline;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-view-details-link {
    color: #1f74bf;
    text-decoration: none;
    font: 400 14px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-view-details-link:hover {
    text-decoration: underline;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-view-details-link:focus {
    text-decoration: underline;
    outline: 0;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .care-info-button {
    text-decoration: none;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .care-info-button:hover {
    text-decoration: underline;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .price-sku-wrap {
    width: 100%;
    *zoom: 1;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .price-sku-wrap:before, .section-line-item .line-items-container .line-item .left-container .item-details .price-sku-wrap:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .price-sku-wrap:after {
    clear: both;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-price {
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    margin-bottom: 10px;
    font: 600 14px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-price .sale .salePrice,
  .section-line-item .line-items-container .line-item .left-container .item-details .item-price .sale .salePriceDetail {
    margin-right: 4px;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-price .sale .regPrice {
    font-weight: 400;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-price .dutieIncludedPrice {
    font-size: 12px;
    color: #222;
    display: block;
    clear: both;
  }
  .section-line-item .line-items-container .line-item .left-container .item-details .item-sku {
    font: 400 12px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    float: left;
    clear: both;
  }
  .section-line-item .line-items-container .line-item .left-container .item-dimension {
    float: left;
    clear: both;
    font-size: 14px;
  }
  .section-line-item .line-items-container .line-item .right-container {
    float: right;
    padding: 10px 0;
    width: 100%;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail {
    margin-top: 16px;
    width: 100%;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg .b, .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg strong, .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg .international-title {
    font-weight: 700;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg > * {
    font: 500 13px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg > * button {
    background: none;
    border: 0;
    padding: 0;
    color: #1f74bf;
    text-decoration: none;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg > * button:hover {
    text-decoration: underline;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg > * button:focus {
    outline: 0;
    text-decoration: underline;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg > * button:focus::before {
    display: none;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-grouper h2 {
    margin-top: 0px;
  }
  .section-line-item .line-items-container .line-item .right-container .hw-right-grouper .grouper-attributes {
    margin-bottom: 10px;
    overflow: auto;
  }
  .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content .zip-code-label {
    display: none;
  }
  .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content .form-zip-text-wrap {
    margin-right: 4px;
  }
  .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content .form-zip-text-wrap .zip-input {
    width: 68px;
    height: 32px;
    margin: 0;
  }
  .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content .validation {
    font-size: inherit;
    clear: both;
  }
  .main-family.main-furniture .section-line-item .line-items-container .line-item .right-container .jsGrouperSelection {
    margin: 0;
  }
}

/* #endregion =========== Line List items =========== */
.adaptive-layout .section-line-item .line-items-container {
  *zoom: 1;
}

.adaptive-layout .section-line-item .line-items-container:before, .adaptive-layout .section-line-item .line-items-container:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-line-item .line-items-container:after {
  clear: both;
}

.adaptive-layout .section-line-item .line-items-container .line-item {
  *zoom: 1;
  padding: 24px 0 32px 0;
  border-top: 1px solid #ccc;
  margin: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item:before, .adaptive-layout .section-line-item .line-items-container .line-item:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item:after {
  clear: both;
}

.adaptive-layout .section-line-item .line-items-container .line-item.fade-in {
  -webkit-animation: fadeIn 0.3s ease-in;
  -moz-animation: fadeIn 0.3s ease-in;
  -o-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}

.adaptive-layout .section-line-item .line-items-container .line-item:last-child {
  border-bottom: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container {
  max-width: 573px;
  float: left;
  position: relative;
  padding-top: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-img-btn {
  float: left;
  background: none;
  border: 0;
  margin: 0 20px 0 0;
  padding: 0;
  width: auto;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details {
  float: left;
  width: 310px;
  padding-top: 8px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-title-link {
  font: 600 16px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-title-link:hover, .adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-title-link:focus {
  text-decoration: underline;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-dimension {
  font: 400 14px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin-bottom: 2px;
  float: left;
  clear: both;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .hw-right-grouper .grouper-carousel {
  margin-bottom: 8px;
  margin-top: 4px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-view-details-link {
  color: #1f74bf;
  text-decoration: none;
  font: 400 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  clear: left;
  float: left;
  margin: 5px 5px 5px 0;
  padding: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-view-details-link:hover {
  text-decoration: underline;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .item-view-details-link:focus {
  text-decoration: underline;
  outline: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .item-details .care-info-button {
  font-size: 14px;
  line-height: 20px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .shop-bar-color-bar {
  width: 100%;
  margin-top: 5px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .shop-bar-color-bar .slick-disabled {
  display: none !important;
}

.adaptive-layout .section-line-item .line-items-container .line-item .left-container .grouper-attributes {
  margin-bottom: 0;
  overflow: auto;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container {
  max-width: 404px;
  float: right;
  padding-top: 8px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .price-sku-wrap {
  float: left;
  clear: both;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .hw-right-detail {
  float: left;
  clear: both;
  display: block;
  margin-top: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-msg {
  margin-bottom: 24px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .hw-right-detail .international-container {
  margin-bottom: 16px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area {
  float: left;
  clear: both;
  max-width: none;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-price {
  border: 0;
  margin: 0;
  padding: 0;
  clear: both;
  float: left;
  font: 600 16px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-price .sale .salePrice {
  margin-right: 4px;
  color: #bb0000;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-price .sale .salePriceDetail {
  margin-right: 4px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-price .sale .regPrice {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-price .reg .regPrice {
  color: #222;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-price .dutieIncludedPrice {
  font-size: 12px;
  line-height: 20px;
  color: #bb0000;
  display: block;
  clear: both;
  font-weight: 400;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .item-sku {
  font: 400 12px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  float: left;
  clear: both;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area {
  float: left;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area input[type="number"][id*='qty-'].input-lg {
  width: 40px;
  height: 40px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area .button-add-single,
.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area .button-select-pickup-store,
.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area .button-add-to-registry,
.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area .button-add-to-favorites {
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 38px;
  padding: 0 16px;
  margin: 0 0 0 6px;
  float: left;
  font-weight: 300;
  width: auto;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area .button-select-pickup-store {
  margin-left: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .shop-bar-carting-area .button-add-to-favorites {
  width: 40px;
  padding: 0 6px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container #ship, .adaptive-layout .section-line-item .line-items-container .line-item .right-container #ship .secondary-message {
  width: 100%;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .zip-code-change {
  width: 100%;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-message {
  max-width: 65%;
  float: left;
  padding-right: 10px;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content {
  width: 35%;
  float: left;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content > div {
  margin: 0;
}

.adaptive-layout .section-line-item .line-items-container .line-item .right-container .zip-code-change .zip-code-panel-content .form-zip-text-wrap {
  margin-right: 4px;
}

.adaptive-layout .line-item-sub-group-header.section-tagline {
  text-align: left;
  font-size: 30px;
  border-top: 0;
  padding-bottom: 10px;
}

.adaptive-layout .main-family.main-furniture .section-line-item .line-items-container .slick-disabled {
  display: none !important;
}

.adaptive-layout .main-family.main-furniture .section-line-item .line-items-container .line-item .left-container .grouper-attributes {
  overflow: hidden;
}

.adaptive-layout .main-family.main-furniture .section-line-item .line-items-container .line-item .left-container .attribute-image:focus {
  border: 1px dotted #222;
}

/* #endregion =========== Line List items =========== */
/* #region =========== Custom Layer =========== */
/* #region =========== Custom Layer =========== */
@media screen and (min-width: 1px) {
  .custom-popup-layer .popup-container {
    padding-top: 0 !important;
  }
  .js-scroll-started .custom-layer-top {
    max-height: 38px !important;
    transition: max-height 0.5s ease !important;
  }
  .js-scroll-started .custom-layer-top .sale .regPrice {
    visibility: hidden;
  }
  .custom-xs-popup {
    width: calc( 100% + 34px);
    margin: 0 0 0 -17px;
    padding-bottom: 50px;
    float: left;
    /* #region =========== Custom Layer Top Area =========== */
    /* #endregion =========== Custom Layer Top Area =========== */
    /* #region =========== Custom Layer Bottom Area =========== */
    /* #endregion =========== Custom Layer Bottom Area =========== */
    /* #region =========== Custom Layer Outward Image Area =========== */
    /* #region Tap To Zoom outward player area*/
    /* #endregion Tap To Zoom outward player area*/
    /* #endregion =========== Custom Layer Outward Image Area =========== */
    /* #region =========== Custom Layer Interaction Area =========== */
    /* #region Base Styling for Filter area */
    /* #endregion Base Styling for Filter area  */
    /* #region =========== Custom Layer Interaction Area =========== */
    /* #endregion =========== Custom Layer Interaction Area =========== */
    /* #region Checkbox Toggle Switch (Show Price Groups) */
    /* #endregion Checkbox Toggle Switch (Show Price Groups) */
    /* #region Mods for Filter by Fabric Feature (Heavy Duty, Made in the USA, etc)  */
    /* #endregion Mods for Filter by Fabric Feature (Heavy Duty, Made in the USA, etc) */
    /* #region Mods for Filter by Pattern (All, Solids, Patterns) */
    /* #endregion Mods for Filter by Pattern (All, Solids, Patterns) */
    /* #region Color Buckets - Filter by Color Family */
    /* #endregion Color Buckets - Filter by Color Family */
    /* #region A11y Checkbox */
    /* Checkbox - Default State */
    /* Radio Button - Default State */
    /*
        Mmmooorrree power! 
        Swap the image based on state.
        */
    /* Checkbox - Selected State */
    /* Radio Button - Selected State */
    /* Checkbox - Default Focused State */
    /* Radio Button - Default Focused State */
    /* Checkbox - Selected Focused State */
    /* Radio Button - Selected Focused State */
    /* Checkbox - Disabled State */
    /* Radio Button - Disabled State */
    /* #endregion A11y Checkbox */
    /* #region Filter by Radio Buttons ...that look like actual buttons... (Used by Cushion Buttons) */
    /* #endregion Filter by Radio Buttons ...that look like actual buttons... (Used by Cushion Buttons) */
    /* #region ========= Flyout Common Styles ==================== */
    /* #endregion ========= Flyout Common Styles ==================== */
    /* #region === Flyout Notch ====== */
    /* #endregion === Flyout Notch ====== */
    /* #region ========= Swatch/Covering Flyout/Layer ==================== */
    /* #endregion ====== Swatch/Covering Flyout/Layer ==================== */
    /* #region ========= Leg Finish Flyout/Layer ========================= */
    /* #endregion ====== Leg Finish Flyout/Layer ========================= */
    /* #region ========= Cushion Finish Flyout/Layer ===================== */
    /* #endregion ====== Cushion Finish Flyout/Layer ===================== */
    /* #region ======== Comfort Scale Chart ================================== */
    /* #endregion ===== Comfort Scale Chart ================================== */
    /* #region ========== Recently Viewed Swatches ======================================= */
    /* #region ========== Base Layout =========== */
    /* #endregion ========== Base Layout =========== */
    /* #region ========== Recent Swatch Summary and Order Free Swatch =========== */
    /* #endregion ========== Recent Swatch Summary and Order Free Swatch =========== */
    /* #region ========== Disable Swatch and Tooltip =========== */
    /* #endregion ========== Disable Swatch =========== */
    /* #endregion ========== Recently Viewed Swatches ======================================= */
    /* #endregion =========== Custom Layer Interaction Area =========== */
  }
  .custom-xs-popup .custom-layer-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 51;
    background: #eee;
    box-sizing: border-box;
    height: auto;
    max-height: 100px;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0 15px;
    border-bottom: 0.06em solid #ccc;
    transition: max-height 0.5s ease;
  }
  .custom-xs-popup .custom-layer-top .popup-close {
    z-index: 100;
    top: 0 !important;
    left: 13px;
    font-weight: 400;
    color: #1f74bf;
    width: 53px !important;
    height: 38px !important;
    position: sticky;
    position: -webkit-sticky;
    margin-left: 12px;
  }
  .custom-xs-popup .custom-layer-top .popup-close:after {
    content: "Back";
    margin-left: 14px;
    height: 38px;
    margin-top: -11px;
    display: block;
  }
  .custom-xs-popup .custom-layer-top .popup-close:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" stroke="#1f74bf" stroke-width="2.333px" stroke-miterlimit="10" stroke-linecap="square" stroke-linejoin="miter" d="M22.667 2.667l-13.333 13.333 13.333 13.333"></path></svg>');
    left: -3px;
    top: -3px;
    position: absolute;
    height: 20px;
    width: 15px;
  }
  .custom-xs-popup .custom-price-area .reg,
  .custom-xs-popup .custom-price-area .sale {
    margin: 8px 0;
    float: right;
    font-size: 16px;
    max-width: 150px;
  }
  .custom-xs-popup .custom-price-area .reg {
    float: right;
    clear: both;
  }
  .custom-xs-popup .custom-price-area .sale .salePrice,
  .custom-xs-popup .custom-price-area .sale .regPrice {
    float: right;
    clear: both;
  }
  .custom-xs-popup .custom-area-header {
    background: #eee;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 0;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input {
    box-sizing: border-box;
    float: left;
    width: 45px;
    margin-right: 10px;
    display: inline-block;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg {
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #666;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    outline: 0;
    vertical-align: top;
    background-color: #fff;
    color: #222;
    font-style: normal;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    transition: border linear .2s, box-shadow linear .2s;
    padding: 5px 16px;
    font-size: 16px;
    line-height: normal;
    height: 40px;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg:-moz-placeholder {
    color: #999;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg::-moz-placeholder {
    color: #999;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg:-ms-input-placeholder {
    color: #999;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg::-webkit-input-placeholder {
    color: #999;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg.focus, .custom-xs-popup .custom-area-header .custom-qty-btn-row .qty-input input.field-qty.input-lg:focus {
    border-color: #666;
    box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #666 inset;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-single {
    width: calc(100% - 110px);
    margin: 0;
    display: block;
    float: left;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 45px;
    height: 40px;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites.disabled, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[disabled], .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[aria-disabled="true"], .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[tabindex="-1"] {
    border-color: #ccc;
    background: #f3f3f3;
    background-image: none;
    color: #aaa;
    opacity: 1;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites.disabled:hover, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites.disabled:focus, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[disabled]:hover, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[disabled]:focus, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[aria-disabled="true"]:hover, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[aria-disabled="true"]:focus, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[tabindex="-1"]:hover, .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[tabindex="-1"]:focus {
    border-color: #ccc;
    background: #f3f3f3;
    background-image: none;
    color: #aaa;
    opacity: 1;
    pointer-events: none;
    cursor: default;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites.disabled i,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites.disabled svg,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites.disabled [class*="svg-icon-"], .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[disabled] i,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[disabled] svg,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[disabled] [class*="svg-icon-"], .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[aria-disabled="true"] i,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[aria-disabled="true"] svg,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[aria-disabled="true"] [class*="svg-icon-"], .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[tabindex="-1"] i,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[tabindex="-1"] svg,
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites[tabindex="-1"] [class*="svg-icon-"] {
    opacity: 0.3;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites svg {
    margin-top: -2px;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-favorites .favorites-text {
    display: none;
  }
  .custom-xs-popup .custom-area-header .custom-qty-btn-row .button-add-to-registry {
    display: none;
  }
  .custom-xs-popup .custom-area-header .button-learn-more {
    margin: 0 0 15px 0px;
    float: left;
    clear: both;
  }
  .custom-xs-popup .custom-area-header .button-learn-more .svg-icon-chevron-down {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
  }
  .custom-xs-popup .custom-area-header .reveal-content {
    width: 100%;
  }
  .custom-xs-popup #custom-upholstery-row {
    float: left;
    width: 100%;
  }
  .custom-xs-popup #custom-upholstery-player-col {
    float: left;
    position: sticky;
    position: -webkit-sticky;
    top: 19px;
    z-index: 2;
    border-bottom: 1px solid #ccc;
    min-height: 120px;
  }
  .custom-xs-popup #custom-upholstery-player-col #custom-player-img {
    max-height: 100vw;
    width: 100%;
  }
  .custom-xs-popup #custom-upholstery-player-row .product-zoom-overlay {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 50px;
  }
  .custom-xs-popup #custom-upholstery-player-row .product-zoom-overlay .tap-zoom {
    display: block;
    margin: 0 auto;
    padding: 1em 1em .9em 1em;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: none;
    font-size: .9em;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    width: 100px;
  }
  .custom-xs-popup #custom-upholstery-row .custom-player-zoom-img-wrap {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  .custom-xs-popup #custom-upholstery-row .custom-player-zoom-img-wrap .zoom-img-button-close {
    background: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 1.2em;
  }
  .custom-xs-popup #custom-upholstery-row .custom-player-zoom-img-wrap .zoom-img-top-bar {
    width: 100%;
    height: 40px;
  }
  .custom-xs-popup .custom-player-area {
    height: 100%;
    width: 100%;
    margin-left: 0;
  }
  .custom-xs-popup .custom-player-area iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .custom-xs-popup #custom-upholstery-data-col {
    float: left;
    width: 100%;
  }
  .custom-xs-popup .filter-by-checkbox legend,
  .custom-xs-popup .filter-by-price-group legend,
  .custom-xs-popup .filter-by-radio legend,
  .custom-xs-popup .filter-by-color-family legend,
  .custom-xs-popup .filter-by-thumbnail legend {
    border: 0;
    padding: 15px 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
  }
  .custom-xs-popup .filter-by-checkbox .checkbox-item,
  .custom-xs-popup .filter-by-radio .radio-item {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .custom-xs-popup .filter-by-thumbnail .radio-group {
    width: 100%;
  }
  .custom-xs-popup .filter-by-thumbnail .radio-group .radio-item {
    float: left;
    width: 20%;
    height: 20%;
    position: relative;
  }
  .custom-xs-popup .filter-by-thumbnail .radio-group .radio-item label {
    border: solid 2px transparent;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 2px;
  }
  .custom-xs-popup .filter-by-thumbnail .radio-group .radio-item input[type="radio"]:checked ~ label {
    border-color: #1f74bf;
  }
  .custom-xs-popup .filter-by-thumbnail .radio-group .radio-item input[type="radio"]:focus ~ label {
    outline: 1px dotted #222;
    outline-offset: -1px;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion {
    padding: 0 18px;
    box-sizing: border-box;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .a11y-drawers {
    border: 0;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .interaction-area-header {
    color: #222;
    margin-top: 20px;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail .radio-item label {
    width: 100%;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail .radio-item label .swatch-img {
    width: 100%;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset legend p {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset legend .special-order-delivery-message {
    font-weight: 400;
    margin-bottom: 7px;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset legend .special-order-price-group-message {
    margin-bottom: 7px;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset label {
    border: 0;
    margin: 4px 6px 10px 0;
    padding: 0;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset .radio-item label {
    border: solid 2px transparent;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 2px;
  }
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset .radio-item input[type="radio"]:focus ~ label,
  .custom-xs-popup #custom-upholstery-data-col .disabled-accordion .filter-by-thumbnail fieldset .radio-item input[type="radio"]:checked ~ label {
    border-color: #1f74bf;
    /*outline: 0;
                            box-shadow: 0 2px 0 1px $white, 0 7px 0 0 $selectedItemBorder; // draws line under selected or focused item*/
  }
  .custom-xs-popup .filter-by-price-group .checkbox-toggle-item {
    float: left;
  }
  .custom-xs-popup .filter-by-price-group label:not([class*="a11y"]) {
    float: left;
    padding: 0 75px 0 0;
    height: 36px;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    font-weight: 600;
  }
  .custom-xs-popup .filter-by-price-group label:not([class*="a11y"])::after {
    width: 72px;
    height: 48px;
    position: absolute;
    right: 8px;
  }
  .custom-xs-popup .filter-by-price-group input[type="checkbox"].sr-only {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .custom-xs-popup .filter-by-price-group input[type="checkbox"] + label:not([class*="a11y"])::after {
    /* Checkbox Toggle - Default State */
    content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
    top: -178px;
  }
  .custom-xs-popup .filter-by-price-group input[type="checkbox"]:focus + label:not([class*="a11y"])::after {
    /* Checkbox Toggle - Default Focused State */
    content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
    top: -94px;
  }
  .custom-xs-popup .filter-by-price-group input[type="checkbox"]:checked + label:not([class*="a11y"])::after {
    /* Checkbox Toggle - Selected State */
    content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
    top: -53px;
  }
  .custom-xs-popup .filter-by-price-group input[type="checkbox"]:checked:focus + label:not([class*="a11y"])::after {
    /* Checkbox Toggle - Selected Focused State */
    content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
    top: -12px;
  }
  .custom-xs-popup .filter-by-price-group input[type="checkbox"]:disabled + label:not([class*="a11y"])::after {
    /* Checkbox Toggle - Disabled State */
    content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
    top: -135px;
  }
  .custom-xs-popup .filter-by-fabric-feature .checkbox-item {
    margin-bottom: 0.7em;
  }
  .custom-xs-popup .filter-by-fabric-feature legend {
    margin: 0;
    padding: 0 0 1em 0;
  }
  .custom-xs-popup .filter-by-fabric-feature label.a11y-checkbox-label {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    padding: 3px 0 0 35px;
  }
  .custom-xs-popup .filter-by-radio.filter-by-pattern {
    text-align: center;
  }
  .custom-xs-popup .filter-by-radio.filter-by-pattern .auto-width-children .auto-width-child {
    margin-right: 0px;
    margin-top: 12px;
  }
  .custom-xs-popup .filter-by-radio.filter-by-pattern label.a11y-radio-label {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    padding: 2.5em 0 0 0;
  }
  .custom-xs-popup .filter-by-radio.filter-by-pattern input[type="radio"].a11y-radio + label.a11y-radio-label::before {
    left: 33.333%;
  }
  .custom-xs-popup .interaction-area .filter-by-color-family {
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: none;
    position: relative;
  }
  .custom-xs-popup .filter-by-color-family legend {
    margin: 0;
  }
  .custom-xs-popup .filter-by-color-family .radio-item {
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: 16.6666%;
  }
  .custom-xs-popup .filter-by-color-family .radio-item .sr-only {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .custom-xs-popup .filter-by-color-family .radio-item:nth-of-type(1n+13) {
    display: none;
  }
  .custom-xs-popup .filter-by-color-family input[type="radio"]:checked ~ .notch,
  .custom-xs-popup .filter-by-color-family input[type="radio"]:checked ~ .notch::after {
    display: none;
  }
  .custom-xs-popup .filter-by-color-family label {
    display: block;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-radius: 999em;
    width: calc(100% - 4px);
    height: auto;
    margin: 0 2px;
    padding: 0;
  }
  .custom-xs-popup .filter-by-color-family label:first-of-type, .custom-xs-popup .filter-by-color-family label:last-of-type {
    margin: 0 2px;
  }
  .custom-xs-popup .filter-by-color-family .radio-item input[type="radio"]:focus ~ label {
    border-color: #1f74bf;
  }
  .custom-xs-popup .filter-by-color-family .radio-item input[type="radio"]:checked ~ label {
    border-color: #1f74bf;
  }
  .custom-xs-popup .filter-by-color-family label[for="off-white"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-offwhite?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="tan"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-tan?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="brown"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-brown?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="light-grey"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-light-grey?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="dark-grey"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-dark-grey?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="yellow"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-yellow?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="green"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-green?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="teal"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-teal?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="blue"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-blue?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="purple"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-purple?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="red"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-red?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family label[for="orange"] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-orange?fmt=png-alpha");
  }
  .custom-xs-popup .filter-by-color-family .radio-item input[type="radio"]:disabled ~ label[for] {
    content: url("//images.crateandbarrel.com/is/image/Crate/custom-mobile-upholstery-color-bucket-retina-disabled?fmt=png-alpha");
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox + label.a11y-checkbox-label::before,
  .custom-xs-popup input[type="radio"].a11y-radio + label.a11y-radio-label::before {
    height: 32px;
    width: 32px;
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox + label.a11y-checkbox-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_CheckBox_Default?fmt=png-alpha);
  }
  .custom-xs-popup input[type="radio"].a11y-radio + label.a11y-radio-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_RadioButton_Default?fmt=png-alpha);
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox:checked + label.a11y-checkbox-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_CheckBox_On?fmt=png-alpha);
  }
  .custom-xs-popup input[type="radio"].a11y-radio:checked + label.a11y-radio-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_RadioButton_On?fmt=png-alpha);
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox:focus + label.a11y-checkbox-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_CheckBox_Focus?fmt=png-alpha);
  }
  .custom-xs-popup input[type="radio"].a11y-radio:focus + label.a11y-radio-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_RadioButton_Focus?fmt=png-alpha);
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox:checked:focus + label.a11y-checkbox-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_CheckBox_OnFocus?fmt=png-alpha);
  }
  .custom-xs-popup input[type="radio"].a11y-radio:checked:focus + label.a11y-radio-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_RadioButton_OnFocus?fmt=png-alpha);
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox:disabled + label.a11y-checkbox-label {
    color: #666;
  }
  .custom-xs-popup input[type="checkbox"].a11y-checkbox:disabled + label.a11y-checkbox-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_CheckBox_Disabled?fmt=png-alpha);
  }
  .custom-xs-popup input[type="radio"].a11y-radio:disabled + label.a11y-radio-label {
    color: #666;
  }
  .custom-xs-popup input[type="radio"].a11y-radio:disabled + label.a11y-radio-label::before {
    content: url(//images.crateandbarrel.com/is/image/Crate/Crate_UI_Mobile_RadioButton_Disabled?fmt=png-alpha);
  }
  .custom-xs-popup .radio-toggle-group .radio-item {
    position: relative;
  }
  .custom-xs-popup .radio-toggle-group .radio-item label {
    box-sizing: border-box;
    display: block;
    border: solid 1px #ccc;
    width: 100%;
    margin: 0;
    color: #222;
    font: 500 16px/40px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    text-align: center;
  }
  .custom-xs-popup .radio-toggle-group .radio-item input[type="radio"]:checked ~ label {
    border-color: #1f74bf;
    outline: solid 1px #1f74bf;
    outline-offset: -2px;
  }
  .custom-xs-popup .radio-toggle-group .radio-item label:hover {
    border-color: #ccc;
    outline: none;
    outline-offset: 0px;
  }
  .custom-xs-popup [id*='dialog-layer-'] {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    z-index: 0;
    margin: 20px 0;
  }
  .custom-xs-popup [id*='dialog-layer-'] .dialog-btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    border: 0;
    background: transparent;
  }
  .custom-xs-popup .flyout-notch {
    display: block;
    width: 30px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    bottom: -21px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
  }
  .custom-xs-popup .flyout-notch::before,
  .custom-xs-popup .flyout-notch::after {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: solid 15px #222;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
  }
  .custom-xs-popup .flyout-notch::before {
    left: 0px;
  }
  .custom-xs-popup .flyout-notch::after {
    border-color: #222;
    top: 21px;
  }
  .custom-xs-popup .custom-swatch-layer-content {
    border: none;
    box-shadow: none;
    background: #222;
    width: 100%;
    min-height: 0px;
    float: left;
  }
  .custom-xs-popup #custom-item-swatch-zoom {
    height: auto;
    width: calc(100% - 41px);
    margin: 3.5em 1.5em 0;
    border: 0.1em solid #aaa;
  }
  .custom-xs-popup .custom-swatch-layer-data-area {
    display: block;
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .custom-xs-popup .custom-swatch-layer-data-area .custom-swatch-layer-order-swatches-and-care-icons {
    padding-left: 0;
    float: left;
    width: 50%;
  }
  .custom-xs-popup .custom-swatch-layer-info-area {
    width: 100%;
    padding: 0 1.5em 0;
  }
  .custom-xs-popup .custom-swatch-layer-info-area,
  .custom-xs-popup .custom-swatch-layer-description {
    color: #fff;
    display: block;
    padding: 0;
    width: 100%;
  }
  .custom-xs-popup .custom-swatch-layer-description {
    background: #222;
    float: left;
    margin: 1em 0 0 0;
  }
  .custom-xs-popup .custom-swatch-layer-description p {
    border-top: 1px solid #fff;
    padding-top: 0.8em;
    width: 100%;
  }
  .custom-xs-popup .custom-swatch-layer-info-area p + p {
    margin-top: 5px;
  }
  .custom-xs-popup .custom-swatch-layer-info-area p {
    width: 100%;
    max-width: 100%;
  }
  .custom-xs-popup .custom-swatch-layer-label,
  .custom-xs-popup .custom-swatch-layer-text,
  .custom-xs-popup .custom-swatch-layer-description a,
  .custom-xs-popup .custom-swatch-layer-description p {
    font-size: 14px;
  }
  .custom-xs-popup .custom-swatch-layer-care-icons {
    float: left;
    margin-left: 0;
    margin-top: 10px;
  }
  .custom-xs-popup .custom-swatch-layer-care-icons svg {
    color: #fff;
  }
  .custom-xs-popup .custom-leg-layer[role="dialog"] {
    width: 100%;
  }
  .custom-xs-popup .custom-leg-layer-content {
    display: block;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    background: #222;
    width: 100%;
  }
  .custom-xs-popup .custom-leg-layer-img-area {
    padding: 3.5em 1.5em 0;
  }
  .custom-xs-popup #custom-item-leg-zoom {
    width: 100%;
    height: auto;
    border: 0.1em solid #aaa;
    margin: 0;
  }
  .custom-xs-popup .custom-leg-layer-data-area {
    clear: left;
    display: table;
    box-sizing: border-box;
    padding: 15px 20px;
  }
  .custom-xs-popup .custom-leg-layer-label,
  .custom-xs-popup .custom-leg-layer-text,
  .custom-xs-popup .custom-leg-layer-description {
    font: 400 1em/1.3 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #fff;
  }
  .custom-xs-popup .custom-leg-layer-label {
    font-weight: bold;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail {
    position: relative;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail [id*="main-dialog-leg-finish-"],
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail [id*="flyout-fabric-wrap-"],
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail [id*="flyout-leg-"] {
    float: left;
    width: 100%;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail .radio-group {
    width: 100%;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail .radio-group-item {
    float: left;
    width: 20%;
    height: 20%;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail .radio-group-item:nth-of-type(7n + 1) {
    clear: none;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail .radio-group-item:nth-of-type(5n + 1) {
    clear: both;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail .radio-group-item [id*="flyout-fabric-"] {
    float: left;
    width: 100%;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail label {
    width: 100%;
    height: 100%;
  }
  .custom-xs-popup .a11y-drawer-panel .filter-by-thumbnail img {
    width: 100%;
    height: 100%;
  }
  .custom-xs-popup .cushion-interaction-area .a11y-drawer-panel {
    padding: 0;
  }
  .custom-xs-popup .custom-cushion-layer[role="dialog"] .notch {
    margin-left: -17px;
  }
  .custom-xs-popup .custom-cushion-layer {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0px;
    margin-top: 0px;
    width: auto;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .custom-xs-popup .custom-cushion-flyout-container {
    width: 100%;
    float: left;
    margin-bottom: 0.3em;
    position: relative;
  }
  .custom-xs-popup .custom-cushion-flyout-container .radio-item {
    padding: 0 1em;
  }
  .custom-xs-popup .custom-cushion-layer-content {
    display: block;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    background: #222;
    color: white;
    width: 100%;
    padding: 2.8em 1.5em;
  }
  .custom-xs-popup .custom-cushion-layer-content .custom-cushion-info,
  .custom-xs-popup .custom-cushion-layer-content .custom-cushion-layer-description p,
  .custom-xs-popup .custom-cushion-layer-content .custom-cushion-title p {
    font-size: 14px;
  }
  .custom-xs-popup .comfort-scale {
    margin: 30px 0 0 0;
  }
  .custom-xs-popup .comfort-scale-item {
    width: 100%;
    color: #fff;
    background: #222;
  }
  .custom-xs-popup .scale-box-header {
    margin: 0 0 8px;
  }
  .custom-xs-popup .scale-box {
    width: 100%;
  }
  .custom-xs-popup .scale-box-items {
    width: 100%;
    padding: 0 10px;
  }
  .custom-xs-popup .scale-box-item {
    border: solid 1px #ccc;
    background: #ccc;
    width: 17%;
    height: 8px;
    text-indent: 20px;
    float: left;
    box-sizing: border-box;
    position: relative;
  }
  .custom-xs-popup .comfort-scale-item + .comfort-scale-item {
    margin-left: 0;
    margin-top: 2em;
  }
  .custom-xs-popup .scale-box-label,
  .custom-xs-popup .scale-box-items {
    display: table-cell;
  }
  .custom-xs-popup .scale-box-header,
  .custom-xs-popup .scale-box-label {
    font-size: 1.1em;
    text-align: center;
  }
  .custom-xs-popup .scale-box-item + .scale-box-item {
    margin-left: 3%;
  }
  .custom-xs-popup .scale-box-item .checkmark {
    display: none;
  }
  .custom-xs-popup .scale-box-item[aria-hidden="false"] {
    border-color: #3f95e0;
    background: #3f95e0;
    color: #222;
  }
  .custom-xs-popup .scale-box-item[aria-hidden="false"]::after {
    display: block;
    content: "";
    border: solid 1px #1f74bf;
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }
  .custom-xs-popup .recent-swatches-container {
    display: block;
    width: 100%;
  }
  .custom-xs-popup .recent-swatches-container::after {
    *zoom: 1;
  }
  .custom-xs-popup .recent-swatches-container::after:before, .custom-xs-popup .recent-swatches-container::after:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .custom-xs-popup .recent-swatches-container::after:after {
    clear: both;
  }
  .custom-xs-popup .recent-swatches-container fieldset {
    margin: 20px 0 0 0;
    padding: 0px 0 10px;
  }
  .custom-xs-popup .recent-swatches-container fieldset:first-of-type {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .custom-xs-popup .recent-swatches-container fieldset::after {
    *zoom: 1;
  }
  .custom-xs-popup .recent-swatches-container fieldset::after:before, .custom-xs-popup .recent-swatches-container fieldset::after:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .custom-xs-popup .recent-swatches-container fieldset::after:after {
    clear: both;
  }
  .custom-xs-popup .recent-swatches-container legend {
    border: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font: bold 14px/1.2 Helvetica, Arial, sans-serif;
  }
  .custom-xs-popup .recent-swatches-container label {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 3px;
    width: 42px;
    height: 42px;
    position: relative;
  }
  .custom-xs-popup .recent-swatches-container label:hover {
    cursor: pointer;
  }
  .custom-xs-popup .recent-swatches-container input.sr-only {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .custom-xs-popup .recent-swatches-container img {
    float: left;
    margin: 0px;
    width: 36px;
    height: 36px;
  }
  .custom-xs-popup .recent-swatches-container .radio-group {
    float: left;
    width: 100%;
  }
  .custom-xs-popup .recent-swatches-container .radio-group-item {
    float: left;
  }
  .custom-xs-popup .recent-swatches-container .radio-item input[type="radio"]:focus ~ label,
  .custom-xs-popup .recent-swatches-container .radio-item input[type="radio"]:checked ~ label {
    outline: solid 2px #1f74bf;
    outline-offset: -1px;
  }
  .custom-xs-popup .recent-viewed-swatch-info {
    float: left;
    width: 100%;
    margin-top: 9px;
  }
  .custom-xs-popup .recent-viewed-swatch-info .recent-viewed-swatch-label,
  .custom-xs-popup .recent-viewed-swatch-info .recent-viewed-swatch-text {
    font: 400 12px/1.7 Helvetica, Arial, sans-serif;
    margin-right: 5px;
  }
  .custom-xs-popup .recent-viewed-swatch-info .recent-viewed-swatch-label {
    font-weight: bold;
  }
  .custom-xs-popup .recent-swatch-order-free {
    float: left;
  }
  .custom-xs-popup .recent-swatch-order-free .order-swatches-link {
    font-size: 12px;
  }
  .custom-xs-popup .disabled-diagonal-line {
    position: relative;
  }
  .custom-xs-popup .disabled-diagonal-line .diagonal-line-image {
    opacity: 1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    z-index: 1;
  }
  .custom-xs-popup .disabled-diagonal-line.radio-item input[type="radio"]:focus ~ label,
  .custom-xs-popup .disabled-diagonal-line.radio-item input[type="radio"]:checked ~ label {
    outline: 0;
  }
  .custom-xs-popup .disabled-diagonal-line .swatch-img {
    opacity: .4;
  }
  .custom-xs-popup .disabled-diagonal-line .tooltip-notch {
    display: block;
    width: 30px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
  }
  .custom-xs-popup .disabled-diagonal-line .tooltip-notch::before,
  .custom-xs-popup .disabled-diagonal-line .tooltip-notch::after {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: solid 15px #bb0000;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
  }
  .custom-xs-popup .disabled-diagonal-line .tooltip-notch::before {
    left: 0px;
  }
  .custom-xs-popup .disabled-diagonal-line .tooltip-notch::after {
    border-color: #bb0000;
    top: 21px;
  }
  .custom-xs-popup .disabled-diagonal-line .a11y-radio-tooltip {
    width: 100%;
    max-width: 100%;
    height: 42px;
    bottom: -95px;
    left: 0;
    padding: 12px;
    box-sizing: border-box;
    background: #bb0000;
    border-color: #bb0000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    transform: translateX(0);
  }
  .custom-xs-popup .disabled-diagonal-line .a11y-radio-tooltip::before, .custom-xs-popup .disabled-diagonal-line .a11y-radio-tooltip::after {
    display: none;
  }
}

/* #endregion =========== Custom Layer =========== */
.adaptive-layout #special-order-configuration-panel {
  /* #region Base Layout for Custom Slide Out Panel */
  /* #endregion Base Layout for Custom Slide Out Panel */
  /* #region ========== Recently Viewed Swatches ======================================= */
  /* #region ========== Base Layout =========== */
  /* #endregion ========== Base Layout =========== */
  /* #region ========== Recent Swatch Summary and Order Free Swatch =========== */
  /* #endregion ========== Recent Swatch Summary and Order Free Swatch =========== */
  /* #region ========== Disable Swatch and Tooltip =========== */
  /* #endregion ========== Disable Swatch =========== */
  /* #endregion ========== Recently Viewed Swatches ======================================= */
  /* #region Base Styling for Filter by Checkbox and Filter by Radio Button */
  /* #endregion Base Styling for Filter by Checkbox and Filter by Radio Button  */
  /* #region Mods for Filter by Fabric Feature (Heavy Duty, Made in the USA, etc)  */
  /* #endregion  Mods for Filter by Fabric Feature (Heavy Duty, Made in the USA, etc) */
  /* #region Mods for Filter by Pattern (All, Solids, Patterns) */
  /* #endregion Mods for Filter by Pattern (All, Solids, Patterns) */
  /* #region Search Fabrics and Show Prices Toggle */
  /* #endregion Search Fabrics and Show Prices Toggle */
  /* #region Checkbox Toggle Switch (Show Price Groups) */
  /* #endregion Checkbox Toggle Switch (Show Price Groups) */
  /* #region Color Buckets - Filter by Color Family */
  /* #endregion Color Buckets - Filter by Color Family */
  /* #region Filter by Thumbnail (Used by Fabric Swatches and Leg Finishes) */
  /* #endregion Filter by Thumbnail (Used by Fabric Swatches and Leg Finishes) */
  /* #region Filter by Radio Buttons ...that look like actual buttons... (Used by Cushion Buttons) */
  /* #endregion Filter by Radio Buttons ...that look like actual buttons... (Used by Cushion Buttons) */
  /* #region === Custom Flyouts/Layers ====== */
  /* #region === Flyout Notch ====== */
  /* #endregion === Flyout Notch ====== */
  /* #region Swatch/Covering Flyout/Layer */
  /* #endregion Swatch/Covering Flyout/Layer */
  /* #region Leg Finish Flyout/Layer */
  /* #endregion Leg Finish Flyout/Layer */
  /* #region Cushion Finish Flyout/Layer */
  /* #endregion Cushion Finish Flyout/Layer */
  /* #region Comfort Scale Chart */
  /* selected item */
  /*#region === Common flyout Style ===*/
  /* #endregion Comfort Scale Chart */
  /* this needs to be moved to a more logical place - where ever that is... */
  /* #endregion =========== Custom Layer =========== */
  /* #endregion === Custom Flyouts/Layers ====== */
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-row {
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  display: block;
  padding-bottom: 30px;
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col,
.adaptive-layout #special-order-configuration-panel #custom-upholstery-data-col {
  box-sizing: border-box;
  float: left;
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col {
  width: 583px;
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col .custom-player-area,
.adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col #custom-player-img, .adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col img {
  padding-top: 24px;
  width: calc(100% - 16px);
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-player-col {
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 50;
}

.adaptive-layout #special-order-configuration-panel .sticky-header-right,
.adaptive-layout #special-order-configuration-panel #custom-upholstery-data-col {
  width: 396px;
  float: right;
}

.adaptive-layout #special-order-configuration-panel #custom-upholstery-data-col {
  position: relative;
  z-index: 50;
}

.adaptive-layout #special-order-configuration-panel .custom-row {
  float: left;
  width: 100%;
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .custom-row::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .custom-player-area {
  display: table;
  width: 583px;
  height: 583px;
  margin-left: -9px;
}

.adaptive-layout #special-order-configuration-panel .custom-player-area iframe {
  width: 583px !important;
  height: 583px !important;
}

.adaptive-layout #special-order-configuration-panel .custom-player-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.adaptive-layout #special-order-configuration-panel .custom-player-box img {
  display: inline-block;
}

.adaptive-layout #special-order-configuration-panel .custom-player-box .sticky {
  z-index: 900;
}

.adaptive-layout #special-order-configuration-panel .interaction-area {
  clear: both;
  margin: 0 0 30px;
}

.adaptive-layout #special-order-configuration-panel .interaction-area::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .interaction-area legend {
  border: 0;
  padding: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.adaptive-layout #special-order-configuration-panel .interaction-area-header {
  box-sizing: border-box;
  border-bottom: solid 2px #222;
  margin: 30px 0 10px;
  padding: 8px 0;
  font: bold 16px/1.2 Helvetica, Arial, sans-serif;
}

.adaptive-layout #special-order-configuration-panel #main-dialog-leg-finish {
  float: left;
}

.adaptive-layout #special-order-configuration-panel [id*='dialog-btn-close-'] {
  position: absolute;
  top: 27px;
  right: 11px;
  border: 0;
  background: transparent;
  z-index: 2;
  font-size: 14px;
}

.adaptive-layout #special-order-configuration-panel [id*='dialog-btn-close-']:focus {
  outline: 1px dotted #222;
  outline-offset: 2px;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container {
  display: block;
  width: 100%;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container::after {
  *zoom: 1;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container::after:before, .adaptive-layout #special-order-configuration-panel .recent-swatches-container::after:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container::after:after {
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container fieldset {
  margin: 20px 0 0 0;
  padding: 0px 0 10px;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container fieldset:first-of-type {
  margin-top: 0;
  margin-bottom: 4px;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container fieldset::after {
  *zoom: 1;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container fieldset::after:before, .adaptive-layout #special-order-configuration-panel .recent-swatches-container fieldset::after:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container fieldset::after:after {
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container legend {
  border: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font: bold 14px/1.2 Helvetica, Arial, sans-serif;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container label {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 3px;
  width: 42px;
  height: 42px;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container label:hover {
  cursor: pointer;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container input.sr-only {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container img {
  float: left;
  margin: 0px;
  width: 36px;
  height: 36px;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container .radio-group {
  float: left;
  width: 100%;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container .radio-group-item {
  float: left;
}

.adaptive-layout #special-order-configuration-panel .recent-swatches-container .radio-item input[type="radio"]:focus ~ label,
.adaptive-layout #special-order-configuration-panel .recent-swatches-container .radio-item input[type="radio"]:checked ~ label {
  outline: solid 2px #1f74bf;
  outline-offset: -1px;
}

.adaptive-layout #special-order-configuration-panel .recent-viewed-swatch-info {
  float: left;
  width: 100%;
  margin-top: 9px;
}

.adaptive-layout #special-order-configuration-panel .recent-viewed-swatch-info .recent-viewed-swatch-label,
.adaptive-layout #special-order-configuration-panel .recent-viewed-swatch-info .recent-viewed-swatch-text {
  font: 400 12px/1.7 Helvetica, Arial, sans-serif;
  margin-right: 5px;
}

.adaptive-layout #special-order-configuration-panel .recent-viewed-swatch-info .recent-viewed-swatch-label {
  font-weight: bold;
}

.adaptive-layout #special-order-configuration-panel .recent-swatch-order-free {
  float: left;
}

.adaptive-layout #special-order-configuration-panel .recent-swatch-order-free .order-swatches-link {
  font-size: 12px;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line {
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .diagonal-line-image {
  opacity: 1;
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line.radio-item input[type="radio"]:checked ~ label {
  outline: 0;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .radio-item input[type="radio"]:focus ~ label {
  outline: solid 2px #1f74bf;
  outline-offset: -1px;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .swatch-img {
  opacity: .4;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .tooltip-notch {
  display: block;
  width: 30px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .tooltip-notch::before,
.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .tooltip-notch::after {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid 15px #bb0000;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .tooltip-notch::before {
  left: 0px;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .tooltip-notch::after {
  border-color: #bb0000;
  top: 21px;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .a11y-radio-tooltip {
  width: 212px;
  height: 42px;
  bottom: -55px;
  left: 16px;
  padding: 12px;
  box-sizing: border-box;
  background: #bb0000;
  border-color: #bb0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}

.adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .a11y-radio-tooltip::before, .adaptive-layout #special-order-configuration-panel .disabled-diagonal-line .a11y-radio-tooltip::after {
  display: none;
}

.adaptive-layout #special-order-configuration-panel .interaction-area .filter-by-checkbox,
.adaptive-layout #special-order-configuration-panel .interaction-area .filter-by-radio {
  margin: 0 0 15px 0;
}

.adaptive-layout #special-order-configuration-panel .interaction-area .filter-by-checkbox .sr-only,
.adaptive-layout #special-order-configuration-panel .interaction-area .filter-by-radio .sr-only {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-checkbox::after,
.adaptive-layout #special-order-configuration-panel .filter-by-radio::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .filter-by-checkbox .checkbox-item {
  float: left;
  box-sizing: border-box;
  width: 33.3333%;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .filter-by-fabric-feature legend {
  margin: 0;
  padding: 10px 0;
}

.adaptive-layout #special-order-configuration-panel .filter-by-fabric-feature label.a11y-checkbox-label {
  margin: 0;
  font-size: 12px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-radio.filter-by-pattern {
  text-align: center;
}

.adaptive-layout #special-order-configuration-panel .filter-by-radio.filter-by-pattern label.a11y-radio-label {
  margin: 0;
  font-size: 14px;
}

.adaptive-layout #special-order-configuration-panel .price-tiers-and-search-area {
  margin: 0 0 30px;
}

.adaptive-layout #special-order-configuration-panel .price-tiers-and-search-area .search-fabric {
  padding-right: 15px;
}

.adaptive-layout #special-order-configuration-panel .price-tiers-and-search-area .checkbox-item {
  padding-top: 6px;
}

.adaptive-layout #special-order-configuration-panel .search-fabric {
  position: relative;
  width: calc(50% - 2px);
  margin: 0;
}

.adaptive-layout #special-order-configuration-panel .search-fabric label,
.adaptive-layout #special-order-configuration-panel .search-fabric input[type="search"] {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 36px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.adaptive-layout #special-order-configuration-panel .search-fabric #search-fabric-label {
  /* ID selector to override specificity of inherited site code... */
  position: absolute;
  padding: 11px 0 11px 40px;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: normal;
}

.adaptive-layout #special-order-configuration-panel .search-fabric #search-fabric-label.field-has-text {
  top: -2.3em;
  left: -35px;
  font-size: 12px;
}

.adaptive-layout #special-order-configuration-panel .search-fabric input[type="search"] {
  border-color: #666;
  border-radius: 2px;
  box-shadow: none;
  padding: 9px 0 9px 40px;
}

.adaptive-layout #special-order-configuration-panel .search-fabric .btn-search-fabric {
  position: absolute;
  top: 0;
  left: 0;
  border: dotted 1px transparent;
  border-radius: 2px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.adaptive-layout #special-order-configuration-panel .search-fabric .btn-search-fabric:focus {
  border-color: #666;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group .checkbox-toggle-item {
  float: left;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group label:not([class*="a11y"]) {
  float: left;
  padding: 0 75px 0 0;
  height: 36px;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group label:not([class*="a11y"])::after {
  width: 72px;
  height: 48px;
  position: absolute;
  right: 8px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group input[type="checkbox"].sr-only {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group input[type="checkbox"] + label:not([class*="a11y"])::after {
  /* Checkbox Toggle - Default State */
  content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
  top: -178px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group input[type="checkbox"]:focus + label:not([class*="a11y"])::after {
  /* Checkbox Toggle - Default Focused State */
  content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
  top: -94px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group input[type="checkbox"]:checked + label:not([class*="a11y"])::after {
  /* Checkbox Toggle - Selected State */
  content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
  top: -53px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group input[type="checkbox"]:checked:focus + label:not([class*="a11y"])::after {
  /* Checkbox Toggle - Selected Focused State */
  content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
  top: -12px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-price-group input[type="checkbox"]:disabled + label:not([class*="a11y"])::after {
  /* Checkbox Toggle - Disabled State */
  content: url(//images.crateandbarrel.com/is/image/Crate/toggle_sprite?fmt=png-alpha);
  top: -135px;
}

.adaptive-layout #special-order-configuration-panel .interaction-area .filter-by-color-family {
  margin: 0 0 15px;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family legend {
  margin: 0;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family .radio-item {
  float: left;
  margin: 0 1px 0 0;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family .radio-item:nth-of-type(1n+13) {
  display: none;
  /* Only 12 buckets permitted, hide 13th and beyond if somehow more sneaks in... */
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family input[type="radio"]:checked ~ .notch,
.adaptive-layout #special-order-configuration-panel .filter-by-color-family input[type="radio"]:checked ~ .notch::after {
  display: block;
  content: "";
  border: solid 14px transparent;
  border-bottom-color: #ccc;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% + 1px);
  transform: translate(-50%, 50%);
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family input[type="radio"]:checked ~ .notch::after {
  bottom: -2px;
  left: 0;
  border-bottom-color: #fff;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label {
  float: left;
  border: solid 2px transparent;
  border-radius: 999em;
  padding: 2px;
  width: 22px;
  height: 22px;
  margin: 0 2px 0;
  text-indent: 50px;
  overflow: hidden;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label:hover {
  cursor: pointer;
  cursor: hand;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label:first-of-type {
  margin-left: 2px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label:last-of-type {
  margin-right: 0;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family .radio-item input[type="radio"]:focus ~ label {
  border-color: #1f74bf;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family .radio-item input[type="radio"]:checked ~ label {
  border-color: #1f74bf;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="off-white"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-off-white .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Off-white?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="tan"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-tan .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Tan?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="brown"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-brown .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Brown?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="light-grey"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-light-grey .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_LightGray?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="dark-grey"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-dark-grey .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_DarkGray?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="yellow"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-yellow .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Yellow?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="green"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-green .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Green?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="teal"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-teal .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Teal?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="blue"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-blue .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Blue?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="purple"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-purple .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Purple?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="red"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-red .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Red?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family label[for="orange"]::before,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-orange .drawer-name-icon {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_Orange?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-color-family .radio-item input[type="radio"]:disabled ~ label[for]::before {
  content: url("//images.crateandbarrel.com/is/image/Crate/Custom_Desktop_None?fmt=png-alpha");
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail {
  display: block;
  width: 100%;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail fieldset {
  margin: 20px 0 0 0;
  padding: 0px 0 10px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail fieldset:first-of-type {
  margin-top: 0;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail fieldset::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail fieldset legend {
  font-weight: normal !important;
  padding: 0px;
  line-height: 26px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail fieldset legend p {
  margin: 2px 0;
  font-size: 14px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail legend {
  border: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font: bold 14px/1.2 Helvetica, Arial, sans-serif;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail label {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 3px;
  width: 56px;
  height: 56px;
  text-indent: 100px;
  overflow: hidden;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail label:hover {
  cursor: pointer;
  cursor: hand;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail input.sr-only {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail img {
  float: left;
  margin: 0px;
  width: 50px;
  height: 50px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail .radio-item input[type="radio"]:focus ~ label {
  outline: solid 1px #1f74bf;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail .radio-item input[type="radio"]:checked ~ label {
  outline: solid 2px #1f74bf;
  outline-offset: -1px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers .drawer-is-closed {
  max-height: 85px;
  overflow: hidden;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend {
  border-bottom: solid 1px #ccc;
  background: #e6e7e9;
  display: table;
  margin: 0 0 2px 0;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-button {
  display: table-cell;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-name-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 10px;
  position: relative;
  top: 1px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-button {
  text-align: right;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend button {
  display: inline-block;
  border: solid 1px transparent;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  background: transparent;
  color: #1f74bf;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend button:focus,
.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend button:active {
  outline: dotted 1px #717171;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-icon-state {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  top: 2px;
  margin: 0 0 0 5px;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers legend .drawer-icon-state::before {
  display: inline;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAASElEQVR42mNgwAHkiw/8lyvZ/5+BVADSBNJMskZ5oEaybKRA44H/8jTRCJLEh+WgBoAMkis+8B/uBbI1EnLJIAqcwZMACKVVAHYqeHDFd8czAAAAAElFTkSuQmCC");
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0);
  transition: transform 500ms ease;
}

.adaptive-layout #special-order-configuration-panel .filter-by-thumbnail.expandable-drawers .drawer-is-open legend .drawer-icon-state::before {
  transform: rotate(45deg);
}

.adaptive-layout #special-order-configuration-panel .radio-toggle-group .radio-item label {
  box-sizing: border-box;
  display: block;
  border: solid 1px #ccc;
  width: 100%;
  margin: 0;
  color: #222;
  font: 400 14px/32px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout #special-order-configuration-panel .radio-toggle-group .radio-item input[type="radio"]:checked ~ label,
.adaptive-layout #special-order-configuration-panel .radio-toggle-group .radio-item label:hover {
  border-color: #1f74bf;
  outline: solid 1px #1f74bf;
  outline-offset: -2px;
}

.adaptive-layout #special-order-configuration-panel .flyout-notch {
  display: block;
  width: 30px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.adaptive-layout #special-order-configuration-panel .flyout-notch::before,
.adaptive-layout #special-order-configuration-panel .flyout-notch::after {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid 15px #bbb;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
}

.adaptive-layout #special-order-configuration-panel .flyout-notch::before {
  left: 0px;
}

.adaptive-layout #special-order-configuration-panel .flyout-notch::after {
  border-color: #eee;
  top: 21px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer[role="dialog"] {
  position: relative;
  float: left;
  width: 100%;
  display: none;
  padding: 15px 0;
  z-index: 1;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-content {
  display: block;
  box-sizing: border-box;
  border: solid 1px #bbb;
  border-width: 1px 0 1px 0;
  background: #f0efed;
  width: 100%;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-img-area {
  display: block;
  box-sizing: border-box;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-img-area::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel #custom-item-swatch-zoom {
  width: calc(100% - 33px);
  height: auto;
  margin: 40px 17px 0 17px;
  min-height: 181px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-btn-add-to-favorites {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 12px 3px 12px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-btn-add-to-favorites:hover:hover,
.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-btn-add-to-favorites:hover {
  background: #fff;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-data-area {
  clear: left;
  display: table;
  box-sizing: border-box;
  padding: 17px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-data-area .custom-swatch-layer-order-swatches-and-care-icons {
  padding-left: 5px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-info-area,
.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-description {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-info-area {
  width: auto;
  padding-right: 15px;
  width: 145px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-info {
  margin: 0;
  padding: 0;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-info + .custom-swatch-layer-info {
  padding-top: 4px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-label,
.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-text,
.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-description a,
.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-description p {
  font: 400 12px/1.7 Helvetica, Arial, sans-serif;
  margin: 0;
  width: 215px;
  max-height: 206px;
  overflow: auto;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-description p {
  margin: 0 0 10px 0;
  line-height: 20px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-label {
  margin-right: 5px;
  font-weight: bold;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-order-free-swatches-link {
  display: inline-block;
  padding: 5px 0;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-care-icons {
  margin-left: -5px;
  padding-top: 5px;
}

.adaptive-layout #special-order-configuration-panel .custom-swatch-layer-care-icons .care-icon {
  margin: 8px 5px 0 0;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer[role="dialog"] {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 15px 0;
  z-index: 1;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-info-area,
.adaptive-layout #special-order-configuration-panel .custom-leg-layer-description {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-info-area {
  width: 275px;
  padding: 0 10px 0 20px;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-content {
  display: block;
  box-sizing: border-box;
  border: solid 1px #bbb;
  border-width: 1px 0 1px 0;
  background: #f0efed;
  width: 100%;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-img-area {
  display: block;
  box-sizing: border-box;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-img-area::after {
  display: block;
  content: "";
  clear: both;
}

.adaptive-layout #special-order-configuration-panel #custom-item-leg-zoom {
  width: calc(100% - 33px);
  height: auto;
  margin: 40px 17px 0 17px;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-data-area {
  clear: left;
  display: table;
  box-sizing: border-box;
  padding: 15px 0;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-info-area,
.adaptive-layout #special-order-configuration-panel .custom-leg-layer-description {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-info-area {
  width: 275px;
  padding: 0 10px 0 20px;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-info {
  margin: 0;
  padding: 0;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-label,
.adaptive-layout #special-order-configuration-panel .custom-leg-layer-text,
.adaptive-layout #special-order-configuration-panel .custom-leg-layer-description {
  font: 400 12px/1.3 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-label {
  font-weight: bold;
}

.adaptive-layout #special-order-configuration-panel .custom-leg-layer-text {
  font-weight: normal;
}

.adaptive-layout #special-order-configuration-panel .custom-cushion-layer[role="dialog"] {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 9px 0 15px 0;
  z-index: 1;
}

.adaptive-layout #special-order-configuration-panel .custom-cushion-layer-content {
  display: block;
  box-sizing: border-box;
  border: solid 1px #bbb;
  border-width: 1px 0 1px 0;
  background: #f0efed;
  width: 100%;
  padding: 30px 20px;
}

.adaptive-layout #special-order-configuration-panel .custom-cushion-layer-content .custom-cushion-title p {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}

.adaptive-layout #special-order-configuration-panel .custom-cushion-layer-content .custom-cushion-info {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}

.adaptive-layout #special-order-configuration-panel .custom-cushion-layer-content .custom-cushion-layer-description p {
  margin-top: 25px;
  font: 400 12px/1.7 Helvetica, Arial, sans-serif;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

.adaptive-layout #special-order-configuration-panel .custom-cushion-layer-content .custom-cushion-layer-comfort-img-wrap {
  margin-top: 30px;
  box-sizing: border-box;
  display: block;
}

.adaptive-layout #special-order-configuration-panel .comfort-scale {
  margin: 15px 0 0 0;
}

.adaptive-layout #special-order-configuration-panel .comfort-scale-item {
  display: inline-block;
  width: calc(50% - 10px);
  background: #eee;
  color: #222;
}

.adaptive-layout #special-order-configuration-panel .comfort-scale-item + .comfort-scale-item {
  margin-left: 20px;
}

.adaptive-layout #special-order-configuration-panel .scale-box-header {
  margin: 0 0 4px;
  padding: 0;
  font-size: 12px;
  /* For the love of Cthulhu, why so small, Designer?? */
  text-align: center;
}

.adaptive-layout #special-order-configuration-panel .scale-box {
  display: table;
}

.adaptive-layout #special-order-configuration-panel .scale-box-label,
.adaptive-layout #special-order-configuration-panel .scale-box-items {
  display: table-cell;
}

.adaptive-layout #special-order-configuration-panel .scale-box-label {
  font-size: 12px;
  min-width: 25px;
}

.adaptive-layout #special-order-configuration-panel .scale-box-items {
  padding: 0 10px;
}

.adaptive-layout #special-order-configuration-panel .scale-box-item {
  float: left;
  box-sizing: border-box;
  border: solid 1px #777;
  width: 15px;
  height: 8px;
  text-indent: 20px;
  background: #777;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .scale-box-item + .scale-box-item {
  margin-left: 4px;
}

.adaptive-layout #special-order-configuration-panel .scale-box-item .checkmark {
  display: none;
}

.adaptive-layout #special-order-configuration-panel .scale-box-item[aria-hidden="false"] {
  border-color: #1f74bf;
  background: #1f74bf;
  color: #fff;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .scale-box-item[aria-hidden="false"]::after {
  display: block;
  content: "";
  border: solid 1px #1f74bf;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.adaptive-layout #special-order-configuration-panel .radio-group .radio-item,
.adaptive-layout #special-order-configuration-panel .radio-toggle-group .radio-item {
  float: left;
  position: relative;
}

.adaptive-layout #special-order-configuration-panel .radio-toggle-group.auto-width-children.auto-width-children-split-1-1 {
  position: relative;
}

/* #endregion =========== Custom Layer =========== */
/* #region =========== Product Grouper =========== */
/* #region =========== Product Grouper =========== */
@media screen and (min-width: 1px) {
  /* #region =========== Grouper Pop up =========== */
  .grouper-selection-popup .popup-close {
    right: 0px;
    top: 0px;
  }
  .grouper-selection-popup .selected-swatch-name {
    margin-left: 56px;
  }
  .grouper-selection-popup .jsGrouperSelected .attribute-image:after {
    content: "";
    border: 2px solid #1f74bf;
    padding: 2px;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .grouper-selection-popup .grouper-attributes > li {
    display: inline-block;
    margin: 0 9px 9px 0;
    width: 50px;
  }
  .grouper-selection-popup .grouper-attributes > li .attribute-image {
    position: relative;
    display: inline-block;
  }
  /* #endregion =========== Grouper Pop up =========== */
  .selected-attribute-button {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 60px;
    margin-bottom: 28px;
  }
  .selected-attribute-button .attribute-image {
    height: 100%;
    float: left;
    margin-right: 16px;
  }
  .selected-attribute-button p {
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-weight: 500;
  }
  .selected-attribute-button .selected-color {
    padding-top: 3px;
    color: #000;
    font-weight: 500;
    margin: 0;
  }
  .selected-attribute-button .select-item-color {
    display: block;
    color: #1f74bf;
    padding: 0;
    margin: -.1em 0 0;
    font-weight: 600;
  }
  .hw-right-grouper,
  .section-grouper {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .hw-right-grouper .grouper-carousel > li:not(.add-on-accessories-list-item),
  .section-grouper .grouper-carousel > li:not(.add-on-accessories-list-item) {
    margin-left: 0;
    display: block;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes li,
  .section-grouper .grouper-carousel .grouper-attributes li {
    list-style: none !important;
    width: auto;
    float: left;
    margin-left: 0 !important;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .attribute-image,
  .section-grouper .grouper-carousel .grouper-attributes .attribute-image {
    box-sizing: border-box;
    display: inline-block;
    width: 49.9px;
    height: 49.7px;
    padding: 3px;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .attribute-image img,
  .section-grouper .grouper-carousel .grouper-attributes .attribute-image img {
    height: 100%;
    width: 100%;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .attribute-text,
  .section-grouper .grouper-carousel .grouper-attributes .attribute-text {
    border: 1px #ccc solid;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection {
    display: inline-block;
    margin: 6px 5px 0 0;
    text-align: center;
    cursor: pointer;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection:hover .attribute-image,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection:hover .attribute-image {
    border: 2px solid #1f74bf;
    padding: 1px;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection:hover a.attribute-text,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection:hover a.attribute-text {
    border: 2px solid #1f74bf;
    padding: 7px 0;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection .attribute-text,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection .attribute-text {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 0 8px 0;
    color: #222;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection .short-attribute,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection .short-attribute {
    width: 78px;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection .long-attribute,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection .long-attribute {
    width: 161px;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelected a.attribute-text,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelected a.attribute-text {
    border: 2px solid #1f74bf;
    padding: 7px 0;
  }
  .hw-right-grouper .grouper-carousel .grouper-attributes .jsGrouperSelected .attribute-image,
  .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelected .attribute-image {
    border: 2px solid #1f74bf;
    padding: 1px;
  }
  .hw-right-grouper + hw-right-grouper .grouper-carousel li {
    display: inline-block;
  }
  .grouper-error-text-container {
    display: block;
    height: 32px;
    border-top: 1px solid #BD2118;
    border-bottom: 1px solid #BD2118;
    color: #BD2118;
    margin-top: 8px;
    margin-bottom: 18px;
    width: 100%;
  }
  .grouper-error-text-container .svg-icon-error {
    width: 18px;
    height: 30px;
    position: absolute;
    left: 8px;
    color: #BD2118;
  }
  .grouper-error-text-container .grouper-error {
    float: left;
    line-height: 30px;
    margin-left: 35px;
  }
}

/* #endregion =========== Product Grouper =========== */
.adaptive-layout .hw-right-grouper ul.grouper-carousel,
.adaptive-layout .section-grouper ul.grouper-carousel {
  width: 100%;
  display: inline-block;
  margin: 0 -6px 18px 0;
}

.adaptive-layout .hw-right-grouper ul.grouper-carousel > li:not(.add-on-accessories-list-item),
.adaptive-layout .section-grouper ul.grouper-carousel > li:not(.add-on-accessories-list-item) {
  margin-left: 0;
  display: block;
  margin-bottom: 16px;
}

.adaptive-layout .hw-right-grouper ul.grouper-carousel > li:not(.add-on-accessories-list-item):last-of-type,
.adaptive-layout .section-grouper ul.grouper-carousel > li:not(.add-on-accessories-list-item):last-of-type {
  margin-bottom: 0;
}

.adaptive-layout .main-furniture .section-grouper {
  clear: left;
  float: left;
  display: block;
  width: 318px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel {
  margin: 0;
  margin-left: -3px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .grouper-attributes li > div {
  width: 100%;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .grouper-attributes .jsGrouperSelection {
  margin: 0;
  clear: left;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .grouper-attributes .attribute-image {
  width: 100%;
  height: 100%;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .grouper-attributes .attribute-image img {
  max-height: 48px;
  max-width: 48px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next,
.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev {
  z-index: 1;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next:focus,
.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next.slick-disabled:before,
.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev.slick-disabled:before {
  opacity: 0;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next.slick-disabled:focus,
.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev.slick-disabled:focus {
  outline: 0;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next {
  right: -12px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev {
  left: -12px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev:before {
  content: "";
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-dots {
  width: auto;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-dots li {
  width: 15px;
  margin: 0;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next,
.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-prev {
  font-size: 14px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-next {
  right: -12px;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel [class*='svg-icon-arrow-'] {
  width: 28px;
  height: 28px;
  left: 0px;
  top: 0px;
  position: absolute;
  display: block;
  stroke-width: 2.8;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-disabled [class*='svg-icon-arrow-'] {
  display: none;
}

.adaptive-layout .main-furniture .section-grouper .grouper-carousel .slick-disabled:hover {
  cursor: default;
}

/* #endregion =========== Product Grouper =========== */
/* #region ============= Add-On Accessory ================================ */
.section-accessories {
  *zoom: 1;
}

.section-accessories:before, .section-accessories:after {
  display: table;
  content: "";
  line-height: 0;
}

.section-accessories:after {
  clear: both;
}

.section-accessories .add-on-accessories-title {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.section-accessories .add-on-accessories-list-item {
  box-sizing: border-box;
  border: solid 1px #ccc;
  float: left;
  width: 100%;
  position: relative;
}

.section-accessories .add-on-accessories-list-item + .add-on-accessories-list-item {
  margin: 8px 0 0 0;
}

.section-accessories .a11y-checkbox-label {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.section-accessories input[type="checkbox"].a11y-checkbox + label.a11y-checkbox-label::before {
  top: 36px;
  left: 8px;
  transform: translateY(-50%);
}

.section-accessories input[type="checkbox"].a11y-checkbox:checked ~ .accessories-popup-link::before {
  outline: solid 1px #ccc;
}

.section-accessories .accessories-img {
  float: left;
  margin: 12px 12px 12px 0;
}

.section-accessories a.accessories-popup-link {
  clear: none;
  padding: 0 0 0 40px;
  float: left;
  width: calc(100% - 52px);
  margin: 0;
  cursor: pointer;
}

.section-accessories a.accessories-popup-link:after {
  clear: both;
  display: table;
  content: "";
}

.section-accessories a.accessories-popup-link:focus {
  outline: 0;
  text-decoration: none;
}

.section-accessories a.accessories-popup-link:focus .accessories-product-name {
  text-decoration: underline;
}

.section-accessories .accessories-description {
  /*  float: left;  */
  width: calc(100% - 33px);
  color: #222;
}

.section-accessories .accessories-product-name {
  display: block;
  margin: 8px 0 0 0;
  color: #222;
  font: 600 12px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.section-accessories .accessories-price {
  display: block;
  font-size: 12px;
}

/* #endregion ========== Add-On Accessory ================================ */
/* #region ============= Add-On Accessory Popup ========================== */
.add-on-accessories-popup {
  *zoom: 1;
  clear: both;
}

.add-on-accessories-popup:before, .add-on-accessories-popup:after {
  display: table;
  content: "";
  line-height: 0;
}

.add-on-accessories-popup:after {
  clear: both;
}

.add-on-accessories-popup .accessories-popup-img-wrap {
  float: left;
  width: 33.3333%;
}

.add-on-accessories-popup .accessories-popup-img-wrap img {
  width: 100%;
}

.add-on-accessories-popup .accessories-popup-product-info {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 24px;
  width: 66.6666%;
}

.add-on-accessories-popup .accessories-product-name {
  margin: 0 0 4px 0;
  padding: 0;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.add-on-accessories-popup .accessories-price {
  margin: 4px 0 8px;
  padding: 0;
}

.add-on-accessories-popup .accessories-sku {
  margin: 8px 0;
  padding: 0;
  color: #666;
}

.add-on-accessories-popup .accessories-popup-description-wrap {
  box-sizing: border-box;
  clear: left;
  float: left;
  width: 100%;
  font: normal 14px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.add-on-accessories-popup .accessories-product-description {
  box-sizing: border-box;
  margin: 32px 0 0 0;
  padding: 0;
}

.add-on-accessories-popup .accessories-product-description br + br {
  display: none;
}

.add-on-accessories-popup .accessories-popup-view-details-link {
  display: inline-block;
  margin: 8px 0 24px 0;
  padding: 0;
}

.add-on-accessories-popup .button {
  width: auto;
}

.adaptive-layout .section-accessories {
  clear: both;
  min-width: 0;
  padding: 0;
}

.adaptive-layout .section-accessories .add-on-accessories-title {
  border: 0;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  text-transform: none;
  border-bottom: none;
}

/* #endregion ========== Add-On Accessory ================================ */
/* #region ============= Add-On Accessory Popup ========================== */
.adaptive-layout .add-on-accessories-popup .accessories-popup-img-wrap {
  width: 249px;
}

.adaptive-layout .add-on-accessories-popup .accessories-popup-img-wrap img {
  max-width: 249px;
}

.adaptive-layout .add-on-accessories-popup .accessories-popup-product-info,
.adaptive-layout .add-on-accessories-popup .accessories-popup-description-wrap {
  *zoom: 1;
  clear: none;
  width: calc(100% - 249px);
  padding: 0 0 0 48px;
}

.adaptive-layout .add-on-accessories-popup .accessories-popup-product-info:before, .adaptive-layout .add-on-accessories-popup .accessories-popup-product-info:after,
.adaptive-layout .add-on-accessories-popup .accessories-popup-description-wrap:before,
.adaptive-layout .add-on-accessories-popup .accessories-popup-description-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .add-on-accessories-popup .accessories-popup-product-info:after,
.adaptive-layout .add-on-accessories-popup .accessories-popup-description-wrap:after {
  clear: both;
}

.adaptive-layout .add-on-accessories-popup .accessories-product-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.adaptive-layout .add-on-accessories-popup .accessories-sku {
  font-size: 12px;
}

.adaptive-layout .add-on-accessories-popup .accessories-product-description {
  margin: 0;
  padding: 8px 0;
}

.adaptive-layout .add-on-accessories-popup .accessories-popup-view-details-link {
  clear: left;
  float: left;
  margin: 0 0 20px;
}

.adaptive-layout .add-on-accessories-popup .button {
  clear: left;
  float: left;
}

/* #endregion ========== Add-On Accessory Popup ========================== */
/* #region =========== Assembly Instruction =========== */
/* #region =========== Assembly Instruction =========== */
@media screen and (min-width: 1px) {
  .section-assembly {
    font-size: 14px;
    line-height: 20px;
  }
  .section-assembly p, .section-assembly h3 {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  .section-assembly a:not(.section-header-anchor) {
    color: #1f74bf;
    text-decoration: none;
  }
  .section-assembly a:not(.section-header-anchor):hover {
    text-decoration: underline;
  }
  .section-assembly a:not(.section-header-anchor):focus {
    text-decoration: underline;
    outline: 0;
  }
}

/* #endregion =========== Assembly Instruction =========== */
.adaptive-layout .section-assembly .assembly-text {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  width: 100%;
}

.adaptive-layout .section-assembly .assembly-text::after {
  *zoom: 1;
}

.adaptive-layout .section-assembly .assembly-text::after:before, .adaptive-layout .section-assembly .assembly-text::after:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout .section-assembly .assembly-text::after:after {
  clear: both;
}

.adaptive-layout .section-assembly .assembly-text *:not(.columnize-break-inside) {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.adaptive-layout .section-assembly .assembly-text * {
  font-size: 14px;
  line-height: 24px;
}

.adaptive-layout .section-assembly .assembly-text *:not(.columnize-break-inside) {
  -webkit-column-break-inside: auto;
  page-break-inside: auto;
  break-inside: auto;
}

.adaptive-layout .section-assembly .assembly-text p {
  color: #222;
  margin-top: 0;
}

.adaptive-layout .section-assembly .assembly-text a {
  color: #1f74bf;
  text-decoration: none;
}

.adaptive-layout .section-assembly .assembly-text a:hover {
  text-decoration: underline;
}

.adaptive-layout .section-assembly .assembly-text a:focus {
  text-decoration: underline;
  outline: 0;
}

.adaptive-layout .section-assembly .assembly-text .assembly-pdf-link {
  display: block;
  margin: 0 0 16px 0;
  line-height: 32px;
  text-decoration: none;
}

.adaptive-layout .section-assembly .assembly-text .assembly-pdf-link:hover {
  text-decoration: none;
}

.adaptive-layout .section-assembly .assembly-text .assembly-pdf-link:hover .assembly-instructions-text {
  text-decoration: underline;
}

.adaptive-layout .section-assembly .assembly-text .assembly-pdf-link:focus {
  outline: 0;
  text-decoration: none;
}

.adaptive-layout .section-assembly .assembly-text .assembly-pdf-link:focus .assembly-instructions-text {
  outline: 1px dotted #1f74bf;
  outline-offset: 2px;
  text-decoration: underline;
}

/* #endregion =========== Assembly Instruction =========== */
/* #region =========== Print and Share Section =========== */
/* #region =========== Print and Share Section =========== */
/* #endregion =========== Print and Share Section =========== */
.adaptive-layout .section-print-share {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 16px;
}

.adaptive-layout .section-print-share .print-share-link-bar :first-child {
  margin-left: 0;
  padding-left: 0;
}

.adaptive-layout .section-print-share .print-share-link-bar :last-child {
  margin-right: 0;
  padding-right: 0;
}

.adaptive-layout .section-print-share button {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
  margin: 0 32px;
  float: left;
  color: #222;
}

.adaptive-layout .section-print-share button:hover {
  text-decoration: underline;
}

.adaptive-layout .section-print-share button:focus {
  outline: 0;
  text-decoration: underline;
}

.adaptive-layout .section-print-share button:focus::before {
  display: none;
}

.adaptive-layout .section-print-share button span {
  font-size: 14px;
  vertical-align: middle;
  color: #222;
}

.adaptive-layout .section-print-share button .icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: -2px;
  color: #666;
  stroke-width: 1.6;
}

.adaptive-layout .main-furniture .section-print-share {
  border: 0;
  margin-bottom: 0;
  max-width: 400px;
}

.adaptive-layout .main-housewares .section-print-share {
  display: inline-block;
  margin: 16px 0 32px 0;
  width: 100%;
}

.adaptive-layout .main-housewares.main-family .section-print-share {
  margin-top: 32px;
}

/* #endregion =========== Print and Share Section =========== */
/* #region =========== Featured Content Blocks =========== */
/* #region =========== Featured Content Blocks =========== */
@media screen and (min-width: 1px) {
  .section-featured-content {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-featured-content .sectionHeader {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ccc;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 14px 0 7px;
  }
  .section-featured-content .sectionTagline {
    display: none;
  }
  .section-featured-content .featured-area-content .column-one {
    padding: 16px 0;
  }
  .section-featured-content .featured-area-content .column-two {
    padding: 16px 0;
  }
  .section-featured-content .featured-area-content.video .jsIFrameScrollView {
    width: 100%;
    height: 230px;
  }
  .section-featured-content.featured-content-meet-designer .artistImg {
    margin-top: 17px;
  }
  .section-featured-content.featured-content-meet-designer h3 {
    width: 100%;
  }
}

/* #endregion =========== Featured Content Blocks =========== */
@media screen and (min-width: 768px) {
  .section-featured-content {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    /* #region ================ Meet the Designer ================ */
    /* #endregion ============= Meet the Designer ================ */
  }
  .section-featured-content .sectionHeader {
    margin: 0;
    padding: 10px 0 5px;
    color: #222;
    font: 400 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: inherit;
    border-bottom: 0;
  }
  .section-featured-content .sectionTagline {
    display: block;
    font: italic 400 32px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1;
    text-align: center;
    text-transform: none;
  }
  .section-featured-content .featured-area-content {
    display: table;
    border: solid 1px #ccc;
  }
  .section-featured-content .featured-area-content .column-one {
    display: table-cell;
    border-right: solid 1px #ccc;
    padding: 0;
  }
  .section-featured-content .featured-area-content .column-two {
    display: table-cell;
    padding: 0;
    vertical-align: top;
  }
  .section-featured-content .featured-area-content .column-two > div {
    box-sizing: border-box;
    width: 380px;
    max-height: 400px;
    padding: 50px;
    overflow-x: hidden;
    text-align: left;
  }
  .section-featured-content .featured-area-content .column-two > div p {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .section-featured-content .featured-area-content.video .jsIFrameScrollView {
    width: auto;
    height: auto;
  }
  .section-featured-content.featured-content-meet-designer {
    position: relative;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-featured-content.featured-content-meet-designer .artistImg {
    width: 120px;
    height: 120px;
    border-radius: 999em;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
  }
  .section-featured-content.featured-content-meet-designer .artistName {
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .section-featured-content.featured-content-meet-designer .artistName::before {
    display: block;
    content: attr(aria-label);
    padding: 0 0 15px 0;
    font: italic 400 30px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
    text-align: center;
  }
  .section-featured-content.featured-content-meet-designer .artistName .artistName {
    display: none;
  }
  .section-featured-content.featured-content-meet-designer .artistName .artistDescription {
    margin-top: 60px !important;
  }
  .section-featured-content.featured-content-meet-designer .artistNameImg {
    display: none;
  }
  .section-featured-content.featured-content-meet-designer .artistDescription {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    width: 100%;
    float: none !important;
    box-sizing: border-box;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 105px 0 0 0 !important;
    padding: 60px 70px;
    background: #f0efed;
    text-align: left;
  }
  .section-featured-content.featured-content-meet-designer .artistDescription p {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .section-featured-content.featured-content-meet-designer .artistSeeAllLink {
    float: none !important;
  }
  .section-featured-content.featured-content-meet-designer .artistLocation {
    display: none;
  }
}

/* #endregion =========== Featured Content Blocks =========== */
/* #region =========== Visit Store Bubble =========== */
/* #region =========== Visit Store Bubble =========== */
@media screen and (min-width: 1px) {
  .bubble-link {
    font-size: 12px;
  }
}

/* #endregion =========== Visit Store Bubble =========== */
.adaptive-layout .product-page-aside {
  box-sizing: border-box;
  max-width: 240px;
  width: 25%;
  float: right;
  margin: 40px 0 30px;
  position: relative;
  z-index: 20;
}

.adaptive-layout .product-page-aside:first-child {
  margin: 0;
}

.adaptive-layout .product-page-aside .find-store-link {
  border: solid 1px #ccc;
  background: #fff;
  color: #000;
  text-shadow: none;
  font-size: 1.2em;
  line-height: 1.8em;
  padding: .35em 1.5em;
  border-radius: 2px;
}

.adaptive-layout .product-page-aside .visit-store-bubble {
  text-align: center;
  margin-bottom: 30px;
}

.adaptive-layout .product-page-aside .visit-store-bubble .bubble-image {
  display: block;
  height: 120px;
  width: 120px;
  margin: 0 auto 15px;
  overflow: hidden;
  background-color: #e6e6e6;
  border-radius: 50%;
  object-fit: cover;
}

.adaptive-layout .product-page-aside .visit-store-bubble .bubble-title {
  font: 300 20px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
}

.adaptive-layout .product-page-aside .visit-store-bubble .bubble-link {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
  height: auto;
  font: 300 14px/20px Helvetica, Arial, sans-serif;
}

.adaptive-layout .product-page-aside .visit-store-bubble .bubble-link:hover {
  text-decoration: underline;
}

.adaptive-layout .product-page-aside .visit-store-bubble .bubble-link:focus {
  outline: 0;
  text-decoration: underline;
}

.adaptive-layout .product-page-aside .visit-store-bubble .bubble-link:focus::before {
  display: none;
}

.adaptive-layout .product-page-aside .visit-store-bubble:last-child {
  margin-bottom: 0;
}

.adaptive-layout .product-page-aside .warehouse-pickup-bubble {
  width: 100%;
  margin: 0 auto;
  max-width: 160px;
}

.adaptive-layout .product-page-aside .warehouse-pickup-bubble:focus {
  outline: 1px dotted #444;
}

.adaptive-layout .product-page-aside .warehouse-pickup-bubble .warehouse-pickup-title {
  margin-top: 5px;
  font: 300 15px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
  text-transform: lowercase;
}

/* #endregion =========== Visit Store Bubble =========== */
/* #region ============ Order Rug Swatch Section =========== */
/* #region ============ Order Rug Swatch Section =========== */
@media screen and (min-width: 1px) {
  .section-rug-swatch .order-rug-swatch-img {
    float: left;
    width: 30%;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .section-rug-swatch .order-rug-swatch-title {
    width: 70%;
    float: right;
    margin: 0;
  }
  .section-rug-swatch .order-rug-swatch-link {
    color: #222;
    font: bold 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-rug-swatch .order-rug-swatch-link:hover {
    text-decoration: underline;
  }
  .section-rug-swatch .order-rug-swatch-dimension {
    margin: 0;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 70%;
    float: right;
  }
  .section-rug-swatch .order-rug-swatch-details {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    width: 70%;
    float: right;
  }
  .section-rug-swatch .order-rug-swatch-details:hover {
    text-decoration: underline;
  }
  .section-rug-swatch .order-rug-swatch-price {
    display: inline-block;
    color: #222;
    margin: 0 0 8px 0;
    font: 400 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .section-rug-swatch .order-rug-swatch-price span {
    color: #222;
  }
  .section-rug-swatch .order-rug-swatch-action {
    width: 100%;
    float: right;
  }
  .section-rug-swatch .order-rug-swatch-action .button {
    float: right;
  }
  .section-rug-swatch .order-rug-swatch-note {
    float: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .section-rug-swatch .order-rug-swatch-note p, .section-rug-swatch .order-rug-swatch-note span {
    font: 400 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #222;
  }
}

/* #endregion ============ Order Rug Swatch Section =========== */
.adaptive-layout .section-rug-swatch .section-header {
  background-color: #f0efed;
  text-align: left;
  padding: 16px 0px 16px 16px;
  border-top: solid 1px #ccc;
  margin: 0;
  color: #222;
  font: 400 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-img {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  width: 25%;
  padding: 0;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-info {
  float: right;
  width: 71%;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-title {
  margin: 0;
  float: left;
  clear: left;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-price {
  float: right;
  margin: 0 0 24px 0;
  color: #222;
  font: bold 16px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-link {
  color: #222;
  font: bold 16px/1.3 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-link:hover {
  text-decoration: underline;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-dimension {
  margin: 0;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 14px;
  float: left;
  clear: left;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-details {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  float: left;
  clear: left;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-details:hover {
  text-decoration: underline;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-note {
  margin-top: 30px;
  max-width: 400px;
  float: left;
  clear: left;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-note p, .adaptive-layout .section-rug-swatch .order-rug-swatch-note span {
  font: 400 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-action {
  width: 218px;
  float: right;
  margin-top: -15px;
}

.adaptive-layout .section-rug-swatch .order-rug-swatch-action .button {
  float: right;
}

/* #endregion ============ Order Rug Swatch Section =========== */
/* #region =========== Dimension Section =========== */
/* #region =========== Dimension Section =========== */
/*Mobile*/
@media screen and (min-width: 1px) {
  .addon-container .section-header {
    line-height: 20px;
    padding: 4px 0;
  }
  .addon-container .addon-box-wrap {
    margin-top: 24px;
  }
  .addon-container .addon-box {
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 16px;
  }
  .addon-container .addon-image {
    width: 110px;
    float: left;
  }
  .addon-container .addon-details {
    width: calc(100% - 110px);
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    font: 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .addon-container .addon-details > span {
    display: block;
  }
  .addon-container .addon-name {
    color: #000;
  }
  .addon-container .addon-price {
    margin-bottom: 14px;
    color: #666;
  }
  .addon-container .added-button {
    width: auto;
  }
}

/* #endregion =========== Dimension Section =========== */
/*DESKTOP*/
.adaptive-layout .addon-container {
  overflow: auto;
  max-width: 1008px;
  margin: 0 auto;
}

.adaptive-layout .addon-container .section-header {
  display: none;
}

.adaptive-layout .addon-container .section-tagline {
  padding-top: 61px;
  padding-bottom: 24px;
}

.adaptive-layout .addon-container .addon-box-wrap {
  margin: 0;
}

.adaptive-layout .addon-container .addon-box {
  width: 50%;
  margin-bottom: 27px;
}

.adaptive-layout .addon-container .addon-image {
  width: 158px;
}

.adaptive-layout .addon-container .addon-details {
  width: 232px;
  padding-left: 24px;
  padding-top: 16px;
  box-sizing: content-box;
}

.adaptive-layout .section-addons {
  border-top: 1px solid #ccc;
}

.adaptive-layout .section-addons .section-tagline {
  padding-top: 13px;
}

.adaptive-layout .section-addons .addon-box {
  padding-left: 5px;
  padding-right: 5px;
}

.adaptive-layout .section-addons .addon-box-wrap {
  margin: 22px 80px 0 80px;
}

@media screen and (min-width: 1px) {
  .personalize-wrap {
    float: left;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .personalize-items .personalize-item {
    display: inline-block;
    width: 50%;
  }
  .personalize-items .personalize-item label {
    font-size: 14px;
  }
  .perzonalization-textbox {
    float: left;
    margin-top: 20px;
    width: 65%;
  }
  .perzonalization-textbox label {
    font-weight: 600;
    color: #222;
    font-size: 14px;
  }
  .button-personalize-preview {
    float: right;
    width: 32%;
    margin-top: 40px;
  }
  .personalization-preview .perzonalization-textbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .personalization-preview .personalized-preview-price,
  .personalization-preview .personalization-shop-buttons {
    width: 100%;
    margin: 5px 0;
    display: block;
    float: left;
  }
  .personalization-preview .personalization-shop-buttons .button-add-single {
    width: calc(100% - 50px);
    float: right;
  }
}

.adaptive-layout .personalize-wrap {
  padding-bottom: 24px;
  padding-top: 24px;
  margin-top: 14px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.adaptive-layout .personalize-items {
  float: left;
}

.adaptive-layout .personalize-items .personalize-item {
  width: auto;
}

.adaptive-layout .personalize-items .personalize-item:last-child {
  margin-left: 25px;
}

.adaptive-layout .personalize-items .personalize-item label {
  font-size: 16px;
}

.adaptive-layout .perzonalization-textbox {
  float: left;
  margin-top: 20px;
  width: auto;
}

/* #region =========== Mix and Match =========== */
/* #region =========== Mix and Match =========== */
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container {
  display: inline-block !important;
  vertical-align: bottom !important;
  width: 30%;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-track:not([style]) {
  max-height: 395px;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-initialized .slick-slide {
  display: inline-block !important;
  vertical-align: bottom !important;
  float: none !important;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next {
  display: block !important;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-next,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-prev, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-next,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-prev {
  z-index: 1;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-next:focus,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-prev:focus, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-next:focus,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-prev:focus {
  outline: dotted 1px #000;
  outline-offset: 1px;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-next.slick-disabled:before,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-prev.slick-disabled:before, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-next.slick-disabled:before,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-prev.slick-disabled:before {
  opacity: 0;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-next.slick-disabled:focus,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-prev.slick-disabled:focus, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-next.slick-disabled:focus,
.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-prev.slick-disabled:focus {
  outline: 0;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-next, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-next {
  right: -12px;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-prev, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-prev {
  left: -12px;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-prev:before, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-prev:before {
  content: "";
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-dots, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-dots {
  width: auto;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev .slick-dots li, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next .slick-dots li {
  width: 15px;
  margin: 0;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-prev svg, .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container .slick-next svg {
  font-size: initial;
  height: 25px;
  width: 25px;
}

.section-mix-and-match .mix-and-match-wrap .mix-and-match-item-primary {
  display: inline-block !important;
  vertical-align: bottom !important;
  width: 70%;
}

.section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container {
  width: 30%;
  display: block !important;
  margin: 0px auto;
  clear: both;
}

@media screen and (max-width: 768px) {
  .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .slick-prev {
    left: calc(-100% - 15px);
  }
  .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .slick-prev:before {
    display: none;
  }
  .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .slick-next {
    right: calc(-100% - 10px);
  }
  .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .slick-next:before {
    display: none;
  }
  .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .mix-and-match-item img {
    max-height: 206px;
    padding: 0px 5px;
    margin: 0px auto;
  }
}

.section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-primary {
  width: 100%;
  text-align: center;
}

.section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-secondary {
  display: inline-block;
}

.section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-secondary img {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-container .slick-dots li:nth-child(even) {
    display: none;
  }
  .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-container .mix-and-match-item img {
    max-height: 180px;
  }
}

/* #endregion =========== Mix and Match =========== */
.adaptive-layout .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container {
  width: 215px;
  position: relative;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-container img {
  max-width: 212px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-compare {
  text-align: center;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap .mix-and-match-item-primary {
  width: auto;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item:hover .mix-and-match-item-link {
  opacity: 1;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-link {
  margin-bottom: 100px;
  max-width: 210px;
  margin-right: 0px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-link img {
  display: block;
  margin: 0px auto;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-primary {
  margin-bottom: 100px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-detail {
  width: 202px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 100px);
  padding-top: 15px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-detail .detail-name {
  clear: both;
  margin: 0;
  padding: 0;
  color: #222;
  font: 600 12px/20px Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-detail .detail-price {
  display: block;
  margin: 0;
  padding: 0;
  color: #666;
  font: 400 12px/20px Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-primary {
  position: relative;
  margin-left: 30px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v2 .mix-and-match-item-primary .mix-and-match-item-detail {
  width: 100%;
  top: 100%;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container {
  width: 100%;
  margin-top: 90px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container img {
  max-width: 170px;
  padding: 0 40px 20px 40px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .slick-initialized .slick-slide {
  max-width: 170px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .mix-and-match-item.selected::after, .adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-container .mix-and-match-item:hover::after {
  content: '';
  height: 5px;
  width: 100px;
  background: #1f74bf;
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  transform: translateX(-50%);
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-detail {
  width: 250px;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 15px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-detail .detail-name {
  clear: both;
  margin: 0;
  padding: 0;
  color: #222;
  font: 600 12px/20px Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-detail .detail-price {
  display: block;
  margin: 0;
  padding: 0;
  color: #666;
  font: 400 12px/20px Helvetica, Arial, sans-serif;
  text-align: center;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-primary {
  width: auto;
  margin-left: 0px;
  position: relative;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-primary .mix-and-match-item-detail {
  width: 100%;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-secondary {
  width: 250px;
  display: inline-block;
  position: relative;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-secondary img {
  max-width: 250px;
}

.adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-secondary a, .adaptive-layout .section-mix-and-match .mix-and-match-wrap.v1 .mix-and-match-item-secondary img {
  display: block;
  margin: 0px auto;
}

/* #endregion =========== Mix and Match =========== */
/* #region =========== ab tests =========== */
.leather-option.text-in-header {
  margin-top: 6px;
  float: left;
  width: 100%;
}

.leather-option.text-in-header a {
  text-transform: lowercase;
}

.leather-option.module-on-page .leather-option-conainer {
  width: 100%;
}

.leather-option.module-on-page .leather-option-img {
  float: left;
}

.leather-option.module-on-page .leather-option-info {
  width: 100%;
}

.leather-option.module-on-page .leather-option-info .leather-option-link {
  margin-top: 18px;
  width: auto;
  float: left;
}

/* #endregion =========== ab tests =========== */
/* #region ============== ab tests ============== */
.leather-option.text-in-header {
  width: auto;
  margin-top: 0;
}

.leather-option.module-on-page.section-region {
  min-width: 1008px;
}

.leather-option.module-on-page .leather-option-conainer {
  width: auto;
  height: auto;
  float: left;
  border: 1px solid #ccc;
}

.leather-option.module-on-page .leather-option-img {
  height: auto;
  float: left;
}

.leather-option.module-on-page .leather-option-info {
  display: inline-block;
  float: left;
  padding: 50px 32px;
  width: 335px;
}

.leather-option.module-on-page .leather-option-info .leather-option-title {
  font: 600 32px/34px Helvetica, Arial, sans-serif;
  color: #222;
}

.leather-option.module-on-page .leather-option-info .leather-option-subtitle {
  font: italic 400 20px/20px "WTC Our Bodoni W05 Italic", Georgia, serif;
  margin-top: 22px;
}

.leather-option.module-on-page .leather-option-info .leather-option-link {
  margin-top: 40px;
}

/* #endregion ============== ab tests ============== */
/* #region =========== Zoom in =========== */
@-webkit-keyframes zoom-in {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 25%;
    width: 25%;
  }
  50% {
    height: 50%;
    width: 50%;
  }
  75% {
    height: 75%;
    width: 75%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

@-moz-keyframes zoom-in {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 25%;
    width: 25%;
  }
  50% {
    height: 50%;
    width: 50%;
  }
  75% {
    height: 75%;
    width: 75%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

@-o-keyframes zoom-in {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 25%;
    width: 25%;
  }
  50% {
    height: 50%;
    width: 50%;
  }
  75% {
    height: 75%;
    width: 75%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

@keyframes zoom-in {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 25%;
    width: 25%;
  }
  50% {
    height: 50%;
    width: 50%;
  }
  75% {
    height: 75%;
    width: 75%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

/* #endregion =========== Zoom in =========== */
/* #region =========== Fade in =========== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* #endregion =========== Fade in =========== */
/* #region =========== Fade in =========== */
@-webkit-keyframes fadeLongIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeLongIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeLongIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeLongIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* #endregion =========== Fade in =========== */
/* #region =========== Zoom in =========== */
@-webkit-keyframes zoom-in {
  0% {
    transform: translateY(-50%) scale(0.2);
  }
  25% {
    transform: translateY(-50%) scale(0.4);
  }
  50% {
    transform: translateY(-50%) scale(0.6);
  }
  75% {
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

@-moz-keyframes zoom-in {
  0% {
    transform: translateY(-50%) scale(0.2);
  }
  25% {
    transform: translateY(-50%) scale(0.4);
  }
  50% {
    transform: translateY(-50%) scale(0.6);
  }
  75% {
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

@-o-keyframes zoom-in {
  0% {
    transform: translateY(-50%) scale(0.2);
  }
  25% {
    transform: translateY(-50%) scale(0.4);
  }
  50% {
    transform: translateY(-50%) scale(0.6);
  }
  75% {
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

@keyframes zoom-in {
  0% {
    transform: translateY(-50%) scale(0.2);
  }
  25% {
    transform: translateY(-50%) scale(0.4);
  }
  50% {
    transform: translateY(-50%) scale(0.6);
  }
  75% {
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

/* #endregion =========== Zoom in =========== */
/* #region =========== View full screen / Showcase Image zoom  =========== */
@media screen and (min-width: 1px) {
  #global-popup.showcase-popup > .popup-container {
    padding: 0;
  }
  .custom-popup-layer .full-screen-image {
    height: 100vh;
  }
  .custom-popup-layer .full-screen-image > div {
    height: 100%;
  }
  .custom-popup-layer .full-screen-image > div .showcase-zoom-image {
    top: 50%;
    position: relative;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .custom-popup-layer .scale-in-out {
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
  }
  .custom-popup-layer .scale-in-out .showcase-zoom-image {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .custom-popup-layer .scale-in-out .showcase-zoom-image .slick-slide.showcase-item-container .showcase-item {
    display: none;
  }
  .custom-popup-layer .scale-in-out .showcase-zoom-image > .showcase-item-container {
    position: relative;
    height: 100vh;
    width: 100vw !important;
  }
  .custom-popup-layer .scale-in-out .showcase-zoom-image .showcase-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 300%;
  }
  .showcase-popup .popup-content,
  .dimensions-popup .popup-content {
    height: 100%;
  }
  .showcase-popup .popup-content > div,
  .dimensions-popup .popup-content > div {
    height: 100%;
    overflow: hidden;
  }
  .showcase-popup .popup-content > div > span,
  .dimensions-popup .popup-content > div > span {
    position: absolute;
    top: 90px;
    left: 16px;
    z-index: -1;
  }
  .showcase-popup .popup-content > div.scale-in-out > span,
  .dimensions-popup .popup-content > div.scale-in-out > span {
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: white;
    z-index: 5;
  }
  .showcase-popup .popup-content .showcase-widget,
  .dimensions-popup .popup-content .showcase-widget {
    max-width: none;
  }
  .showcase-popup .popup-content .showcase-zoom-image,
  .dimensions-popup .popup-content .showcase-zoom-image {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .showcase-popup .popup-content .showcase-zoom-image .slick-dots,
  .dimensions-popup .popup-content .showcase-zoom-image .slick-dots {
    z-index: -1;
    position: absolute;
    left: 14px;
  }
  .showcase-popup .popup-content .slick-list,
  .dimensions-popup .popup-content .slick-list {
    overflow: visible;
  }
  .showcase-popup .popup-content .showcase-item,
  .dimensions-popup .popup-content .showcase-item {
    box-sizing: border-box;
  }
  .showcase-popup .popup-content .scale-in-out,
  .dimensions-popup .popup-content .scale-in-out {
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
  }
  .showcase-popup .popup-content .scale-in-out .showcase-zoom-image,
  .dimensions-popup .popup-content .scale-in-out .showcase-zoom-image {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .showcase-popup .popup-content .scale-in-out .showcase-zoom-image .slick-slide.slick-active.showcase-item-container[tabindex],
  .dimensions-popup .popup-content .scale-in-out .showcase-zoom-image .slick-slide.slick-active.showcase-item-container[tabindex] {
    position: relative;
    height: 100vh;
    width: 100vw !important;
  }
  .showcase-popup .popup-content .scale-in-out .showcase-zoom-image .slick-slide.slick-active.showcase-item-container[tabindex] .showcase-item,
  .dimensions-popup .popup-content .scale-in-out .showcase-zoom-image .slick-slide.slick-active.showcase-item-container[tabindex] .showcase-item {
    display: block;
  }
  .showcase-popup .popup-content .scale-in-out .showcase-zoom-image .slick-slide.showcase-item-container .showcase-item,
  .dimensions-popup .popup-content .scale-in-out .showcase-zoom-image .slick-slide.showcase-item-container .showcase-item {
    display: none;
  }
  .showcase-popup .popup-content .scale-in-out .showcase-zoom-image > .showcase-item-container,
  .dimensions-popup .popup-content .scale-in-out .showcase-zoom-image > .showcase-item-container {
    position: relative;
    height: 100vh;
    width: 100vw !important;
  }
  .showcase-popup .popup-content .scale-in-out .showcase-zoom-image .showcase-item,
  .dimensions-popup .popup-content .scale-in-out .showcase-zoom-image .showcase-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 300%;
  }
}

@media screen and (min-width: 768px) {
  #global-popup.showcase-popup > .popup-container {
    padding: 48px;
  }
  .dimensions-popup .popup-content .showcase-zoom-image {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .showcase-popup .popup-content {
    max-height: none;
  }
  .showcase-popup .popup-content > div {
    overflow: visible;
  }
  .showcase-popup .popup-content .showcase-zoom-image {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .showcase-popup .popup-content .showcase-zoom-image .slick-arrow {
    display: none !important;
  }
  .showcase-popup .popup-content .showcase-zoom-image .showcase-item {
    width: auto;
    padding: 0;
  }
  .showcase-popup .popup-content .showcase-item-furniture .showcase-item-container > div {
    height: 567px;
    width: 1008px;
  }
  .showcase-popup .popup-content .showcase-item-product .showcase-item-container > div {
    width: 625px;
    height: 625px;
  }
  .showcase-popup .popup-content .showcase-item-container {
    height: 66vh;
    position: relative;
  }
  .showcase-popup .popup-content .showcase-item-container > div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .showcase-popup .popup-content .showcase-nav-panel {
    *zoom: 1;
    width: 100%;
    height: 90px;
    float: left;
    display: block;
    padding-top: 5px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    overflow: visible;
  }
  .showcase-popup .popup-content .showcase-nav-panel:before, .showcase-popup .popup-content .showcase-nav-panel:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .showcase-popup .popup-content .showcase-nav-panel:after {
    clear: both;
  }
  .showcase-popup .popup-content .showcase-nav-panel .slick-arrow {
    font-size: initial;
  }
  .showcase-popup .popup-content .showcase-nav-controls {
    float: left;
    max-width: 130px;
    width: 100%;
    margin-top: 20px;
  }
  .showcase-popup .popup-content .zoom-in,
  .showcase-popup .popup-content .zoom-out {
    height: 33px;
    width: 33px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    position: relative;
    border: 0;
    background: 0;
    padding: 0;
    margin-right: 6px;
  }
  .showcase-popup .popup-content .zoom-in:before,
  .showcase-popup .popup-content .zoom-out:before {
    position: absolute;
  }
  .showcase-popup .popup-content .zoom-in:focus,
  .showcase-popup .popup-content .zoom-out:focus {
    outline: dotted 1px #000;
    outline-offset: 1px;
  }
  .showcase-popup .popup-content .zoom-in .svg-icon-zoom-in {
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    color: #222;
  }
  .showcase-popup .popup-content .zoom-out .svg-icon-zoom-out {
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    color: #222;
  }
  .showcase-popup .popup-content .showcase-thumbnail {
    float: right;
    width: 642px;
    margin-top: 8px;
  }
  .showcase-popup .popup-content .showcase-thumbnail img {
    float: left;
    width: 60px;
    cursor: pointer;
    padding-bottom: 5px;
    margin: 0 2px;
    border-bottom: 5px solid transparent;
  }
  .showcase-popup .popup-content .showcase-thumbnail img:focus, .showcase-popup .popup-content .showcase-thumbnail img.selected, .showcase-popup .popup-content .showcase-thumbnail img:hover {
    border-color: #1f74bf;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-next,
  .showcase-popup .popup-content .showcase-thumbnail .slick-prev {
    z-index: 1;
    width: 28px;
    height: 28px;
    overflow: hidden;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-next:focus,
  .showcase-popup .popup-content .showcase-thumbnail .slick-prev:focus {
    outline: dotted 1px #000;
    outline-offset: 1px;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-next.slick-disabled:before,
  .showcase-popup .popup-content .showcase-thumbnail .slick-prev.slick-disabled:before {
    opacity: 0;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-next.slick-disabled:focus,
  .showcase-popup .popup-content .showcase-thumbnail .slick-prev.slick-disabled:focus {
    outline: 0;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-next {
    right: -12px;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-prev {
    left: -12px;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-prev:before {
    content: "";
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-dots {
    width: auto;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-dots li {
    width: 15px;
    margin: 0;
  }
  .showcase-popup .popup-content .showcase-thumbnail [class*='svg-icon-arrow-'] {
    width: 28px;
    height: 28px;
    left: 0px;
    top: 0px;
    position: absolute;
    stroke-width: 2.8;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-disabled [class*='svg-icon-arrow-'] {
    display: none;
  }
  .showcase-popup .popup-content .showcase-thumbnail .slick-disabled:hover {
    cursor: default;
  }
  .showcase-popup .popup-content .slick-list {
    overflow: hidden;
  }
  .showcase-popup .popup-content .showcase-thumbnail.less-item .slick-track {
    width: auto !important;
    float: right;
  }
  .hw-zoom-popup .popup-content .showcase-thumbnail {
    width: 322px;
  }
}

/* #endregion =========== View full screen / Showcase Image zoom =========== */
/* #region ======== Order Free Swatch =================================== */
#order-swatches-form .popupContent {
  box-sizing: border-box;
  padding: 1.3em 1.3em 3.9em 1.3em !important;
}

#order-swatches-form .row {
  border: 0;
}

#order-swatches-form input, #order-swatches-form select, #order-swatches-form textarea, #order-swatches-form table th, #order-swatches-form table td {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
}

#order-swatches-form .jsFormContent {
  border: 0;
}

#order-swatches-form .intro {
  font: normal 14px/16px Helvetica, Arial, sans-serif;
  margin-top: 10px;
}

#order-swatches-form .swatch-group {
  float: left;
  margin: 30px 0 0 0;
  width: 100%;
}

#order-swatches-form .swatch-group .swatch-group-heading {
  border-bottom: 1px solid #e6e7e9;
  margin: 4px 0 0 0;
  padding: 0 0 5px 0;
  font: bold 15px/15px Helvetica, Arial, sans-serif;
  width: 100%;
}

#order-swatches-form .swatch-group .swatch-group-heading .swatch-name {
  font: normal 14px/16px Helvetica, Arial, sans-serif;
}

#order-swatches-form .swatch-group .swatch-item {
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin: .65em 0;
}

#order-swatches-form .swatch-group .swatch-item:nth-of-type(2n+1) {
  padding-right: .65em;
  clear: left;
}

#order-swatches-form .swatch-group .swatch-item:nth-of-type(2n) {
  padding-left: .65em;
}

#order-swatches-form .swatch-group .swatch-item .swatch-img {
  width: 100%;
}

#order-swatches-form .swatch-group .swatch-item .stitch-info {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  font: normal 12px/16px Helvetica, Arial, sans-serif;
}

#order-swatches-form .note-variations {
  border: 0px solid #e6e7e9;
  font: italic normal 12px/16px Helvetica, Arial, sans-serif;
}

#order-swatches-form .a11y-checkbox-label {
  width: 100%;
  padding: 10px 0px 0px 0px;
  height: auto;
  font: 12px/16px Helvetica, Arial, sans-serif;
}

#order-swatches-form input[type="checkbox"].a11y-checkbox + label.a11y-checkbox-label::before,
#order-swatches-form input[type="radio"].a11y-radio + label.a11y-radio-label::before {
  position: absolute;
  top: -40px;
  left: 8px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin-top: 5px;
  padding: 0;
}

#order-swatches-form .field-validation-error {
  margin: 0;
  font-size: 13px;
  padding-top: 5px;
}

#order-swatches-form .validation.errorMessage {
  color: #bb0000;
  margin-bottom: 20px;
  padding: 15px 42px;
  border: 1px solid #bb0000;
  border-width: 1px 0;
}

#order-swatches-form .validation.errorMessage span {
  margin-bottom: 10px;
  float: left;
}

#order-swatches-form .validation.errorMessage input[type="checkbox"].a11y-checkbox + label.a11y-checkbox-label::before,
#order-swatches-form .validation.errorMessage input[type="radio"].a11y-radio + label.a11y-radio-label::before {
  top: -10px;
  left: -32px;
}

#order-swatches-form .validation.errorMessage:focus {
  outline: 0;
}

#order-swatches-form .validation.errorMessage .svg-icon-error {
  height: 20px;
  width: 20px;
  fill: #bb0000;
  position: absolute;
  left: 4px;
  border: 1px solid #bb0000;
}

#order-swatches-form .validation.errorMessage label[for="chkUseAsEntered"] {
  margin: 2px 0 0 28px;
  padding: 0;
}

#order-swatches-form .column-form {
  margin: 20px 0 10px 0;
}

#order-swatches-form .column-form .row {
  margin-top: 15px;
}

#order-swatches-form .column-form .row:first-child {
  margin-top: 0;
}

#order-swatches-form .column-form label {
  color: #222;
  font-size: 13px;
  font-weight: bold;
}

#order-swatches-form .column-form label .required {
  font-weight: normal;
  color: #666;
  text-transform: lowercase;
}

#order-swatches-form .column-form .order-swatch-button-wrap {
  margin-top: 30px;
}

.adaptive-layout #order-swatches-form .popupContent {
  max-width: 950px;
  padding: 35px !important;
}

.adaptive-layout #order-swatches-form .swatch-group {
  box-sizing: border-box;
  padding-right: 30px;
}

.adaptive-layout #order-swatches-form .swatch-group .swatch-group-heading {
  width: calc(100% - 10px);
}

.adaptive-layout #order-swatches-form .swatch-group .swatch-item {
  width: 33.3333%;
  margin: 10px 0;
}

.adaptive-layout #order-swatches-form .swatch-group .swatch-item:nth-of-type(2n+1) {
  clear: none;
}

.adaptive-layout #order-swatches-form .swatch-group .swatch-item:nth-of-type(3n+1) {
  clear: left;
  padding-left: 0;
  padding-right: 10px;
}

.adaptive-layout #order-swatches-form .swatch-group .swatch-item:nth-of-type(3n+2) {
  padding-left: 0;
  padding-right: 10px;
}

.adaptive-layout #order-swatches-form .swatch-group .swatch-item:nth-of-type(3n+3) {
  padding-left: 0;
  padding-right: 10px;
}

.adaptive-layout #order-swatches-form .column-form label {
  float: none;
}

.adaptive-layout #order-swatches-form .errorMessage {
  *zoom: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 33px 0 20px;
  padding: 15px 32px;
  font-size: 12px;
  line-height: 16px;
}

.adaptive-layout #order-swatches-form .errorMessage:before, .adaptive-layout #order-swatches-form .errorMessage:after {
  display: table;
  content: "";
  line-height: 0;
}

.adaptive-layout #order-swatches-form .errorMessage:after {
  clear: both;
}

.adaptive-layout #order-swatches-form .errorMessage .jsDivUseAsEntered {
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.adaptive-layout #order-swatches-form .errorMessage input {
  float: left;
  width: auto;
}

.adaptive-layout #order-swatches-form .errorMessage label[for="chkUseAsEntered"] {
  float: left;
  font-weight: 300;
  font-size: 12px;
}

/* #endregion ======== Order Free Swatch =================================== */
/* #region ========== Savd and Share ========== */
@media screen and (min-width: 1px) {
  .popup-container .social-share {
    padding: 70px 20px;
    display: block;
    position: relative;
    *zoom: 1;
  }
  .popup-container .social-share:before, .popup-container .social-share:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .popup-container .social-share:after {
    clear: both;
  }
  .popup-container .social-share a {
    padding: 16px 0;
    width: 100%;
    float: left;
    border-bottom: 3px solid #eee;
    color: #333;
  }
  .popup-container .social-share a span {
    font-size: 18px;
    line-height: 20px;
  }
  .popup-container .social-share a .icon {
    height: 27px;
    width: 27px;
    vertical-align: middle;
    margin-right: 12px;
  }
}

/* #region =========== dimensions video popups =========== */
@media screen and (min-width: 1px) {
  #global-popup #popup-container .dimension-video-popup .promoTextCopyBlock div {
    clear: both;
  }
  #global-popup #popup-container .dimension-video-popup .learn-more-delivery-prep {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  #global-popup #popup-container .dimension-video-popup .learn-more-delivery-prep:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  #global-popup #popup-container .dimension-video-popup {
    box-sizing: border-box;
  }
  #global-popup #popup-container .dimension-video-popup .delivery-prep-headline {
    margin-top: -40px;
  }
  #global-popup #popup-container .dimension-video-popup .learn-more-delivery-prep {
    display: inline-block;
    margin-left: 6px;
  }
}

/* #endregion =========== dimensions video popups =========== */
/* #region ============= Content Place holder ================ */
.progress-wrapper {
  width: 100%;
  height: 100px;
  margin: 10px 0;
  overflow: hidden;
}

.progress-item {
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 472px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

.progress-empty {
  height: 24px;
  width: 100px;
}

.progress-heading {
  height: 12px;
  width: 100px;
  clear: both;
}

.progress-short-paragraph {
  margin-top: 7px;
  height: 8px;
  width: 200px;
  clear: both;
}

.progress-long-paragraph {
  margin-top: 7px;
  height: 8px;
  width: 275px;
  clear: both;
}

.place-holder-swatch {
  width: 100%;
  height: 56px;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  overflow: hidden;
}

.place-holder-swatch li {
  float: left;
  position: relative;
  width: 60px;
  height: 56px;
  box-sizing: border-box;
}

.place-holder-swatch li span {
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
}

.place-holder-swatch li:last-child span {
  width: 100px;
  right: -97px;
}

.plcae-holder-summary {
  float: left;
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
}

.plcae-holder-summary .plcae-holder-blank {
  width: 4px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 0;
}

.plcae-holder-summary .plcae-holder-blank:last-child {
  width: calc( 100% - 212px);
  right: 0px;
  left: auto;
}

/* #endregion ============= Content Place holder ================ */
@media print {
  .header-core-container {
    padding: 20px 0 !important;
  }
  .header-core-container .header-core-fill {
    display: block;
    text-align: start !important;
  }
  .adaptive-layout {
    width: 1008px;
    margin: 0 auto;
  }
  .navigation-breadcrumbs,
  .shop-bar-availability,
  .button-customize,
  .shop-bar-carting-area,
  #special-order-configuration-panel,
  .showcase-nav-panel,
  .product-page-aside,
  .section-print-share,
  .section-additional-items,
  .zip-code-panel-content,
  .section-region:not(#section-care):not(#section-description):not(#section-returns):not(#family-line-products),
  .button-learn-more,
  .tap-zoom-overlay,
  .section-seo {
    display: none;
  }
  .header-banner-wrap, #menu-area-CB2, .slick-arrow, .tap-zoom-overlay, .promotion-bar.nsInt, .visible-xs {
    display: none !important;
  }
  #messagePrint {
    display: block !important;
    text-align: start !important;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
  }
  #messagePrint p:last-of-type {
    display: inline;
  }
  #colorbar .radio-item {
    margin: 0;
  }
  .section-product-header.sticky-header, .section-family-header {
    position: relative !important;
  }
  .section-product-header.sticky-header #colorbar, .section-family-header #colorbar {
    width: 100%;
    max-width: 100%;
  }
  .section-product-header.sticky-header #colorbar .shop-bar-carousel .swatch-list-item, .section-family-header #colorbar .shop-bar-carousel .swatch-list-item {
    width: 50px !important;
    margin-right: 5px;
  }
  .section-product-header.sticky-header .review-stars, .section-family-header .review-stars {
    display: inline;
  }
  .review-count {
    font-size: 12px;
  }
  .section-product-top {
    display: block !important;
  }
  .section-product-top .hw-left-product-image {
    position: relative !important;
    top: 0 !important;
  }
  .section-product-top .hw-right-detail {
    float: left !important;
    clear: both;
    width: 100% !important;
    min-height: unset !important;
  }
  .section-product-top .hw-right-detail .hidden-xs:not(.tablist) {
    display: block !important;
  }
  .section-product-top .hw-right-detail > * {
    display: block;
  }
  .section-product-top .hw-right-detail .section-grouper img {
    width: 50px;
  }
  .section-product-top .section-print-share, .section-product-top .tablist {
    display: none !important;
    margin: 0;
  }
  .section-product-top .zip-code-panel, .section-product-top .view-in-store {
    display: none !important;
  }
  .section-product-top .availability-wrapper {
    display: block;
    margin-bottom: 16px;
    overflow: auto;
  }
  .section-product-top .availability-wrapper .secondary-message {
    display: block;
    clear: both;
  }
  .section-product-top .availability-wrapper #zip-change {
    padding: 0;
  }
  .section-product-top .hw-right-grouper .section-header.visible-xs, .section-product-top .hw-right-grouper .select-item-color {
    display: none !important;
  }
  .section-product-top .grouper-carousel > li {
    display: block;
    margin-bottom: 6px;
  }
  .section-product-top .grouper-attributes > li {
    display: inline-block;
    margin: 2.5px;
  }
  .section-product-top .grouper-attributes > li .attribute-text {
    height: 36px;
    width: 77px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    line-height: 14px;
  }
  .section-product-top div[role='tabpanel'] {
    display: block !important;
    margin: 0 !important;
  }
  .section-product-top div[role='tabpanel'] .tabpanel-header {
    position: relative !important;
    height: auto !important;
    width: auto !important;
    font: 300 20px/30px Helvetica, Arial, sans-serif;
  }
  .section-product-top div[role='tabpanel'] .svg-icon-close {
    display: none;
  }
  #section-description {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #section-description h2 {
    display: none;
  }
  #family-line-products {
    display: block;
  }
  #family-line-products .line-item {
    display: block;
    page-break-inside: avoid;
  }
  #family-line-products .left-container .item-details > * {
    display: block;
    float: left;
    clear: both;
  }
  #family-line-products .left-container .item-title-link {
    float: left;
  }
  #family-line-products .left-container .grouper-attributes li {
    margin-right: 5px;
    float: left;
  }
  #family-line-products .left-container .grouper-attributes img {
    width: 50px;
  }
  #family-line-products .right-container {
    display: block;
    float: left;
    max-width: 435px;
  }
  #family-line-products .right-container .availability-wrapper {
    display: block;
    margin-bottom: 16px;
    overflow: auto;
  }
  #family-line-products .right-container .availability-wrapper .secondary-message {
    display: block;
    clear: both;
  }
  #family-line-products .right-container .zip-code-panel-content, #family-line-products .right-container .view-in-store {
    display: none !important;
  }
  #family-line-products .price-sku-wrap {
    clear: none;
  }
  #family-line-products .item-view-details-link, #family-line-products .section-care, #family-line-products .shop-bar-carting-area, #family-line-products .add-to-registry-button-wrap {
    display: none;
  }
  #family-line-products .hidden-xs {
    display: block !important;
  }
  #section-care .section-tagline {
    display: block !important;
  }
  #section-care .reveal-content {
    display: inline !important;
  }
  #section-care .care-list, #section-care .care-fabric {
    visibility: visible;
    position: relative;
    left: 0;
  }
  #section-returns .section-tagline {
    display: block !important;
  }
  #section-returns .reveal-content {
    display: inline !important;
  }
  #section-returns .return-policy-copy {
    visibility: visible;
  }
  #section-returns .button-learn-more {
    display: none !important;
  }
}

/* ===== Tablet and Up ===== */
@media screen and (min-width: 768px) {
  .category h1 {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
  }
  .revealed-content {
    max-height: 1250px;
  }
}

.category h1 {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  padding: .7em .9em;
}

.category .category-nav {
  border: solid #e0e0e0;
  border-width: 0.1em 0.1em 0 0.1em;
}

.category .category-nav li {
  border-bottom: 0.075em solid #ececec;
}

.category .category-nav li a [class*="icon-"] {
  top: 1.05em;
}

.category .category-nav li a .icon-chevron-right:before {
  content: "\ef0f";
  font-family: 'web-icons';
  color: #cecece;
}

.category .back-to-previous-category a {
  padding: 0.5em 1.3em .5em 1em;
}

.category .back-to-previous-category a [class*="icon-"] {
  background: transparent;
}

.category .back-to-previous-category .icon-chevron-left:before {
  content: "\ef10";
  font-family: 'web-icons';
  color: #333;
  font-size: 1.5em;
  top: .25em;
  position: relative;
}

.super-category-small-layout .SuperCatCMSlarge {
  margin-left: 259px;
}

.super-category-small-layout .category-header-wrapper {
  margin-bottom: 0 !important;
}

.super-category-layout .super-category-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 0px;
}

.super-category-layout .navigation-breadcrumbs {
  background-color: transparent;
  margin: 0 auto;
  border-bottom: none;
  float: none;
}

.super-category-layout .navigation-breadcrumbs .section-seo-container {
  width: 1008px;
}

.super-category-layout .navigation-breadcrumbs ul {
  background-color: transparent;
}

.super-category-layout .super-category-navigation {
  width: 1008px;
  margin: 0 auto;
}

.super-category-layout .super-category-navigation .super-category-nav-main .super-category-nav-category-list {
  background-color: transparent;
}

.super-category-layout .super-category-navigation .super-category-nav-sub {
  line-height: 14px;
}

.super-category-layout .super-category-navigation .super-category-nav-main > li:first-child > a {
  padding-top: 0;
}

.super-category-layout .super-category-navigation-cms {
  float: left;
  width: 228px;
}

.super-category-layout .super-category-header-wrapper {
  width: 1008px;
  margin: 0 auto;
}

.super-category-layout .super-category-header-wrapper .svg-icon-logo-crate-and-kids-large {
  height: 42px;
  width: 254px;
}

.super-category-layout .super-category-header-wrapper a {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
}

.super-category-layout .super-category-header-wrapper a:hover {
  text-decoration: underline;
}

.super-category-layout .super-category-header-wrapper a:focus {
  outline: 0;
  text-decoration: underline;
}

.super-category-layout .super-category-header-wrapper a:focus::before {
  display: none;
}

.super-category-layout .super-category-header {
  letter-spacing: -1px;
  font-weight: 600;
  margin: 22px 0 15px;
  width: 580px;
  padding: 0;
  font-size: 3em;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.super-category-layout .super-category-navigation {
  line-height: 14px;
}

.super-category-layout .super-category-header-wrapper {
  overflow: auto;
}

.super-category-layout .super-category-header-wrapper a {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
}

.super-category-layout .super-category-header-wrapper a:hover {
  text-decoration: underline;
}

.super-category-layout .super-category-header-wrapper a:focus {
  outline: 0;
  text-decoration: underline;
}

.super-category-layout .super-category-header-wrapper a:focus::before {
  display: none;
}

section.not-found-layout,
section.category-layout {
  margin: 0 auto;
  max-width: 1680px;
  display: block;
}

.category-layout {
  /*div[data-cms-name="Desktop Top"] ~ .category-sub-header {
        position: absolute;

        .category-navigation {
            background: rgba(255,255,255,.9);
        }
    }*/
}

.category-layout.category-no-background .content-layout {
  position: relative;
}

.category-layout.category-no-background .category-sub-header .category-navigation {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.category-layout .category-sub-header .category-navigation {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.category-layout .category-navigation a:hover, .category-layout .category-navigation a:focus {
  text-decoration: underline;
}

.category-layout .fullDiv {
  border-top: 2px solid black;
  margin-top: -4px;
}

.category-layout section.category-sub-header {
  z-index: 1;
  width: 1008px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.category-layout section.category-sub-header .navigation-breadcrumbs {
  height: 40px;
}

.category-layout section.category-sub-header .navigation-breadcrumbs ul li {
  margin-right: 0;
}

.category-layout section.category-sub-header .newCategoryHeader {
  color: white !important;
}

.category-layout section.category-sub-header .category-navigation {
  width: 244px;
  display: block;
  position: absolute;
  border-radius: 2px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
}

.category-layout .spill-grid {
  margin: 0 0 0px -12px !important;
}

.category-layout h1 {
  padding: .6em 0 .75em;
}

.category-layout .category-main-content {
  padding-left: 15px;
  padding-top: 5px;
  overflow: auto;
}

.category-layout .category-spill-content {
  width: 765px !important;
  float: right !important;
  padding-left: 11px !important;
}

.category-layout .category-spill-content .category-spill-item {
  height: 323px !important;
  margin: 0 12px 0 0;
  float: left;
  max-width: 242px;
}

.category-layout .category-spill-content .category-spill-item:hover .category-image {
  cursor: pointer;
}

.category-layout .category-spill-content .category-spill-item:hover .category-item-header {
  text-decoration: underline;
  cursor: pointer;
}

.category-layout .category-spill-content .category-spill-item:focus .category-image {
  outline: 1px solid #222;
  outline-offset: 2px;
}

.category-layout .category-spill-content .category-spill-item:focus .category-item-header {
  text-decoration: underline;
}

.category-layout .category-spill-content .category-spill-item .category-image {
  margin: 0;
}

.category-layout .category-spill-content .category-spill-item .category-item-header {
  font: bold 14px/16px Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 13px 0 0;
  margin: 0;
  color: #000;
}

.category-layout .category-header-wrapper {
  width: 1008px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.category-layout .category-header {
  height: 63px;
  padding: 15px 0 0;
  box-sizing: border-box;
  color: #222;
  font: 600 42px/1 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 10;
}

.category-layout .category-navigation {
  float: left;
  width: 244px;
  overflow: hidden;
  font: normal 12px/15px Helvetica, Arial, sans-serif;
  font-size: 100%;
}

.category-layout .category-navigation li {
  margin-bottom: 7px;
}

.category-layout .category-navigation a {
  text-decoration: none;
  color: #000;
  line-height: 17px;
}

.category-layout .category-navigation a.cmsA {
  font-size: 11px;
  display: block;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  color: #1f74bf;
}

.category-layout .category-navigation .categoryArrow {
  font-size: 0;
  line-height: 0%;
  width: 0;
  border-top: 4px solid #f6f6f6;
  border-right: 7px solid #1f74bf;
  border-bottom: 4px solid #f6f6f6;
  margin-right: 3px;
  margin-top: 0;
  display: inline-block;
}

.category-layout .category-navigation .mT10 {
  margin-top: 10px !important;
  margin-right: 0 !important;
}

.category-layout .category-navigation .category-navigation-cms {
  float: left;
  width: 100%;
}

.category-layout .category-navigation .category-navigation-cms .cmsNavCont {
  background: linear-gradient(to right, whitesmoke 0%, white 100%);
  margin-bottom: 15px;
  width: 244px;
  float: left;
  padding-bottom: 15px;
}

.category-layout .category-navigation .category-navigation-cms .cmsNavCont h2 {
  margin: 15px 15px 0 15px;
  color: #222;
  font: 15px/18px "WTC Our Bodoni W05 Italic", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  float: left;
}

.category-layout .category-navigation .category-navigation-cms .cmsNavCont h2 .crate-helvetica-roman,
.category-layout .category-navigation .category-navigation-cms .cmsNavCont h2 .crate-primary-roman {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #222 !important;
}

.category-layout .category-navigation .category-navigation-cms .cmsNavCont a {
  padding-top: 5px;
  clear: left;
  margin-left: 15px;
  font-size: 11px;
  display: block;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  color: #1f74bf;
}

.category-layout .category-navigation .category-navigation-cms .cmsNavCont a:hover, .category-layout .category-navigation .category-navigation-cms .cmsNavCont a:focus {
  text-decoration: underline;
}

/* #region Furniture Journey All Collections Page */
.collections-all-page .collections-page-header, .collections-all-page ~ .recently-viewed-container .collections-page-header {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
}

/* #region Furniture Journey Single Collection Page */
.collections-single-page .single-collection-header {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
}

.collections-single-page .single-collection-sub-group-header {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
}

.collections-single-page .single-collection-sub-group-header .fjH,
.collections-single-page .single-collection-sub-group-header-tagline {
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
}

.collections-single-page .variable-row-item-count-spill-list-item-name {
  font-weight: 600;
}

.collections-single-page .variable-row-item-count-spill-list-item-price {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
}

.collections-single-page .product-information .product-swatch-name {
  font-weight: 600;
}

.collections-single-page .product-information .product-swatch-name .jsFabric {
  font-weight: normal;
}

/* #endregion Furniture Journey Single Collection Page */
#categoryFrontLayer {
  height: 500px;
  width: 820px;
}

/* Shipping table
---------------------------------------------------------------------------*/
table.shipping {
  border-bottom: 1px solid #C3C3C3;
  margin: 10px 0;
  display: inline-table;
  /*width:590px;*/
}

table.resize {
  width: 90%;
}

.standardDeliveryDetails .red {
  color: #b00;
}

#shippingDetails .tdAmount {
  width: 150px;
  padding-left: 50px;
  padding-right: 100px;
  text-align: right;
}

table.shipping th {
  border-bottom: 1px solid #b5b7bb;
  color: #000;
  font-weight: bold;
  padding: 5px 20px 5px 0;
  text-align: left;
}

table.shipping tr td {
  margin: 0;
  padding: 5px 20px 5px 0;
  border-bottom: 1px dotted #C3C3C3;
  color: #222;
}

table.shipping tr td.shippingColor {
  background: #e6e7e9;
}

table.chart {
  border-top: 1px solid #b5b7bb;
  border-bottom: 1px solid #b5b7bb;
  margin: 15px 0 10px 15px;
  width: 590px;
}

table.chart tr td {
  margin: 0;
  padding: 5px 20px 5px 10px;
}

table.shipping {
  text-align: left;
  border-bottom: 2px solid #E8E8E8;
}

table.shipping th {
  font: bold 12px/14px Helvetica, Arial, sans-serif;
  color: #000;
  padding: 6px 16px 6px 7px;
  text-align: left;
}

table.shipping tbody tr td {
  font: normal 11px/14px Helvetica, Arial, sans-serif;
  color: #666;
  height: 18px;
  padding: 5px 0 5px 10px;
}

table.shipping td.shippingColor {
  background: #e8e8e8;
}

table.shipping th.rightColumn {
  padding: 6px 16px 6px 0;
}

table.shipping td.rightColumn {
  padding: 7px 7px 7px 0;
}

table.shipping.width350 {
  width: 350px;
}

a#lnkLongDistanceMap {
  color: #1f74bf;
  font: normal 12px/15px Helvetica, Arial, sans-serif;
}

a#lnkLocalMap {
  color: #1f74bf;
  font: normal 12px/15px Helvetica, Arial, sans-serif;
}

.fL.cB a {
  color: #1f74bf;
}

/* SEO related searches */
.section-related-searches li a {
  color: #000;
}

.related-seo-pages a {
  background: none;
  border: 0;
  padding: 0;
  color: #1f74bf;
  text-decoration: none;
}

.related-seo-pages a:hover {
  text-decoration: underline;
}

.related-seo-pages a:focus {
  outline: 0;
  text-decoration: underline;
}

.related-seo-pages a:focus::before {
  display: none;
}

.relatedCollection-mobile-container {
  float: left;
  background: #EFEDED;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.relatedCollection-mobile-container .related-seo-pages {
  margin: 10px 0;
  padding: 10px 35px 0 15px;
}

.relatedCollection-mobile-container .related-seo-pages .section-header {
  color: #222;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 20px;
}

.relatedCollection-mobile-container .related-seo-pages ul {
  margin-top: 5px;
}

.relatedCollection-mobile-container .related-seo-pages li:last-child {
  margin: 0;
}

.relatedCollection-mobile-container .related-seo-pages a {
  color: #222;
  letter-spacing: 0;
  padding: 2px 5px 3px 4px;
  float: left;
  clear: both;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.relatedCollection-mobile-container .related-seo-pages > a:hover {
  text-decoration: none;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

/* Mobile Merch Menu Integration Display */
.merchMenu-mobile-container {
  background: #EFEDED;
  float: left;
  padding-bottom: 40px;
}

.merchMenu-mobile-container #merchMenu {
  display: block;
  border-top: none;
}

.merchMenu-mobile-container .merchMenu-column {
  background: transparent;
  float: left;
  position: relative;
  display: inline;
  height: auto;
  max-height: 500px;
  width: 50%;
}

.merchMenu-mobile-container .merchMenu-column .menu-list {
  margin: 0;
  float: left;
  list-style: none;
  padding: 10px 5px 0 0;
  position: relative;
}

.merchMenu-mobile-container .menu-category {
  color: #222;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list ul.menu {
  height: 82px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 4px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list.active {
  position: absolute;
  z-index: 500;
  left: -1px;
  top: -1px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  width: 165px;
  overflow: visible;
  padding-bottom: 20px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list.active ul.menu {
  height: auto;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a,
.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > span {
  color: #222;
  letter-spacing: 0;
  padding: 2px 5px 5px 0px;
  float: left;
  clear: both;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a:hover,
.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > span:hover {
  text-decoration: none;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .more {
  font-weight: 400;
  position: relative;
  clear: both;
  float: left;
  display: block;
  color: #1F74BF;
  z-index: 500;
  padding: 5px 4px;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .more:hover {
  text-decoration: none;
  color: #1F74BF;
}

/* Mobile Merch Menu Integration Display */
.merchMenu-mobile-container {
  background: #EFEDED;
  float: left;
  padding-bottom: 40px;
}

.merchMenu-mobile-container #merchMenu {
  display: block;
  border-top: none;
}

.merchMenu-mobile-container .merchMenu-column {
  background: transparent;
  float: left;
  position: relative;
  display: inline;
  height: auto;
  max-height: 500px;
  width: 50%;
}

.merchMenu-mobile-container .merchMenu-column .menu-list {
  margin: 0;
  float: left;
  list-style: none;
  padding: 10px 5px 0 0;
  position: relative;
}

.merchMenu-mobile-container .menu-category {
  color: #222;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list ul.menu {
  height: 82px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 4px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list.active {
  position: absolute;
  z-index: 500;
  left: -1px;
  top: -1px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  width: 165px;
  overflow: visible;
  padding-bottom: 20px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list.active ul.menu {
  height: auto;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a,
.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > span {
  color: #222;
  letter-spacing: 0;
  padding: 2px 5px 5px 0px;
  float: left;
  clear: both;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a:hover,
.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > span:hover {
  text-decoration: none;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .more {
  font-weight: 400;
  position: relative;
  clear: both;
  float: left;
  display: block;
  color: #1F74BF;
  z-index: 500;
  padding: 5px 4px;
  font-size: 14px;
  line-height: 20px;
}

.merchMenu-mobile-container .more:hover {
  text-decoration: none;
  color: #1F74BF;
}

@media screen and (min-width: 768px) {
  .merchMenu-desktop-container {
    max-width: 1008px;
    margin: 0 auto;
  }
  .merchMenu-desktop-container .menu-category {
    padding: 5px 0 4px 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    height: auto;
    color: #222;
    text-align: left;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .merchMenu-desktop-container #merchMenu {
    display: block;
    height: auto;
  }
  .merchMenu-desktop-container .merchMenu-column {
    background: transparent;
    width: 24%;
    float: left;
    position: relative;
    display: inline;
    height: auto;
    max-height: 500px;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list {
    margin: 0;
    float: left;
    list-style: none;
    padding: 10px 35px 0 40px;
    position: relative;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list ul.menu {
    height: 80px;
    overflow: hidden;
    float: left;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list.is-focused {
    z-index: 500;
    background: #f8f8f8;
    border: 1px solid #ccc;
    overflow: visible;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list.active {
    z-index: 500;
    background: #f8f8f8;
    border: 1px solid #ccc;
    overflow: visible;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list.active ul.menu {
    height: auto;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > a,
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > span {
    color: #222;
    font: normal 13px/16px Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    padding: 2px 5px 3px 5px;
    float: left;
    clear: both;
    display: block;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > a:hover,
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > span:hover,
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > a:focus,
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > span:focus {
    text-decoration: none;
    background: #222;
    color: #fff;
  }
  .merchMenu-desktop-container .more {
    position: relative;
    clear: both;
    float: left;
    display: block;
    color: #1F74BF;
    z-index: 500;
    font-size: 14px;
    font-weight: 400;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    line-height: 28px;
    padding: 5px 5px;
    cursor: pointer;
  }
  .merchMenu-desktop-container .more:hover {
    text-decoration: none;
    color: #1F74BF;
    cursor: pointer;
  }
}

/*#region ========== Tweaks to Base Components on Product and Family Pages ======================== */
/*#endregion ======= Tweaks to Base Components on Product and Family Pages ======================== */
/* #region ========== Product and Family Pages ==================================================== */
.product h1,
.product-crate h1 {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 1.43em;
  padding-bottom: .1em;
}

.product .price,
.product-crate .price {
  margin: .3em 0 .5em 0;
}

.product .formatted-price,
.product-crate .formatted-price {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 2em;
}

.product .formatted-price .reg,
.product-crate .formatted-price .reg {
  padding-right: 6px;
}

.product .formatted-price .sale .salePriceDetail,
.product-crate .formatted-price .sale .salePriceDetail {
  color: #b00;
  font-weight: 600;
}

.product .formatted-price .sale .regPrice,
.product-crate .formatted-price .sale .regPrice {
  padding-left: 8px;
}

.product .product-availability,
.product-crate .product-availability {
  padding: 0 0 10px 45px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.product .product-availability .availabilty-option,
.product-crate .product-availability .availabilty-option {
  width: 100%;
  margin: 18px 0 0 0;
  float: left;
}

.product .product-availability .availabilty-option input[type="radio"],
.product .product-availability .availabilty-option input[type="radio"].availability-radio,
.product-crate .product-availability .availabilty-option input[type="radio"],
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.product .product-availability .availabilty-option label.availability-label,
.product-crate .product-availability .availabilty-option label.availability-label {
  box-sizing: border-box;
  min-height: 25px;
  font-size: 1em;
  cursor: pointer;
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label {
  position: relative;
  display: block;
  margin-bottom: -10px;
  margin-left: -45px;
  padding-left: 45px;
  line-height: .8em;
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label::before,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label::before {
  content: url(//images.crateandbarrel.com/is/image/Crate/icon-mobile-radio-default?fmt=png-alpha);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio:checked + label.availability-label::before,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio:checked + label.availability-label::before {
  content: url(//images.crateandbarrel.com/is/image/Crate/icon-mobile-radio-checked?fmt=png-alpha);
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio:focus + label.availability-label,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio:focus + label.availability-label {
  /* TODO: need something here for accessibility! consult with designer. */
}

.product .product-availability .alert, .product .product-availability p, .product .product-availability a:not(.btn),
.product-crate .product-availability .alert,
.product-crate .product-availability p,
.product-crate .product-availability a:not(.btn) {
  width: 100%;
  padding: 0;
  margin: .2em 0 0 0;
  font-size: 1em;
  line-height: 1.4em;
}

.product .product-availability a,
.product-crate .product-availability a {
  position: relative;
}

.product .product-availability .alert-nla,
.product-crate .product-availability .alert-nla {
  padding: 1.4em 0 1em 0;
}

.product .product-availability .int-cannot-ship,
.product-crate .product-availability .int-cannot-ship {
  position: relative;
  left: -45px;
  margin-top: 8px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product .product-availability .int-cannot-ship p,
.product-crate .product-availability .int-cannot-ship p {
  font: 400 12px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product .sku-block,
.product-crate .sku-block {
  font-size: 12px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.section-availability p {
  font-size: 12px;
  margin-bottom: 0;
}

.section-availability p:first-of-type {
  margin-top: 16px;
}

.section-availability a:last-of-type {
  margin-bottom: 8px;
}

.section-availability .international-title {
  margin-top: 18px;
  font-weight: 600;
}

.section-availability .availability-options-link {
  font-size: 12px;
}

.section-availability .canada-availability {
  margin-top: 18px;
  font-size: 12px;
}

.section-availability .product-availability p,
.section-availability .product-availability p span,
.section-availability .product-availability p span.alert {
  font-size: 12.6px;
  /* f your weird ass conflicting em sizes... */
}

.section-availability .product-availability a:not(.btn),
.section-availability .product-availability .alert {
  float: none;
  display: inline;
  margin: 0 !important;
}

.section-availability .product-availability .btn-change-zip {
  font-size: 1em;
}

.section-availability .product-availability .btn-store-display {
  border: solid 1px #ccc;
  background: #fff;
  color: #000;
  text-shadow: none;
  margin: .7em 0 1.4em -45px;
}

.section-availability .product-availability .btn-store-display:hover, .section-availability .product-availability .btn-store-display:focus {
  outline: dotted 1px #000;
  outline-offset: -2px;
}

.section-dimensions .preparing-for-delivery .button {
  width: auto;
}

.section-dimensions .preparing-for-delivery-header {
  margin: 0;
  font-size: 14px;
}

.section-dimensions .preparing-for-delivery-intro {
  font-size: 14px;
}

.section-comfort .section-headline {
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  border: 0;
  margin-top: 1.4285em;
  margin-bottom: .7142em;
  font-size: 1.4em;
  text-transform: none;
}

.app-view-in-room-banner {
  display: block;
  margin: 1em -1.3em 0;
}

/* #endregion ======= Product and Family Pages ==================================================== */
/* #region ========== Family Page Only ============================================================ */
/*.family {

}*/
/* #endregion ======= Family Page Only ============================================================ */
/* #region ========== Modals - Product and Family Pages =========================================== */
/*.product {
    .overlay-dialog {

    }
}*/
/* #endregion ========== Modals - Product and Family Pages ======================================== */
/* #region ========== Modals - Family Page Only =================================================== */
/*.family {
    .overlay-dialog {

    }
}*/
/* #endregion ========== Modals - Family Page Only ================================================ */
/* New Crate Mobile Styles */
.product-fj,
.family-fj,
.product-crate,
.family-crate {
  padding: 0 1.3em;
  /* Gift bundle */
  /* Gift bundle overlay */
}

.product-fj .btn-primary-outline,
.family-fj .btn-primary-outline,
.product-crate .btn-primary-outline,
.family-crate .btn-primary-outline {
  border: solid 1px #ccc;
  background: #fff;
  color: #000;
  text-shadow: none;
  border-color: #ccc;
  /* #ccc */
}

.product-fj .btn-primary-outline:hover, .product-fj .btn-primary-outline:focus,
.family-fj .btn-primary-outline:hover,
.family-fj .btn-primary-outline:focus,
.product-crate .btn-primary-outline:hover,
.product-crate .btn-primary-outline:focus,
.family-crate .btn-primary-outline:hover,
.family-crate .btn-primary-outline:focus {
  outline: dotted 1px #000;
  outline-offset: -2px;
}

.product-fj p.price,
.family-fj p.price,
.product-crate p.price,
.family-crate p.price {
  margin: 0 0 .5em 0;
}

.product-fj a.reviews-top,
.family-fj a.reviews-top,
.product-crate a.reviews-top,
.family-crate a.reviews-top {
  display: block;
  margin-bottom: .8em;
}

.product-fj .slider,
.family-fj .slider,
.product-crate .slider,
.family-crate .slider {
  margin: 1.3em 0 3em 0;
}

.product-fj .slider.single,
.family-fj .slider.single,
.product-crate .slider.single,
.family-crate .slider.single {
  margin: 0 -1.3em;
}

.product-fj .slider.slider-partial,
.family-fj .slider.slider-partial,
.product-crate .slider.slider-partial,
.family-crate .slider.slider-partial {
  margin: 0 -1.3em 0 0;
  overflow: hidden;
}

.product-fj .slider.slider-partial .slides.init-state,
.family-fj .slider.slider-partial .slides.init-state,
.product-crate .slider.slider-partial .slides.init-state,
.family-crate .slider.slider-partial .slides.init-state {
  width: 2400%;
}

.product-fj .slider.slider-partial .slides li,
.family-fj .slider.slider-partial .slides li,
.product-crate .slider.slider-partial .slides li,
.family-crate .slider.slider-partial .slides li {
  display: inline;
}

.product-fj .slider.slider-partial .slides li img,
.family-fj .slider.slider-partial .slides li img,
.product-crate .slider.slider-partial .slides li img,
.family-crate .slider.slider-partial .slides li img {
  max-width: 90%;
}

.product-fj .slider.slider-partial ol,
.family-fj .slider.slider-partial ol,
.product-crate .slider.slider-partial ol,
.family-crate .slider.slider-partial ol {
  margin: 1em 0 0 0;
}

.product-fj .slider.slider-partial .uline,
.family-fj .slider.slider-partial .uline,
.product-crate .slider.slider-partial .uline,
.family-crate .slider.slider-partial .uline {
  margin: 2em 1.3em 1.2em 0;
}

.product-fj .slider.slider-product,
.family-fj .slider.slider-product,
.product-crate .slider.slider-product,
.family-crate .slider.slider-product {
  margin: 1.3em -1.3em 0;
}

.product-fj .slider.slider-swatches,
.family-fj .slider.slider-swatches,
.product-crate .slider.slider-swatches,
.family-crate .slider.slider-swatches {
  margin-top: 1em;
  margin-left: -4px;
  clear: left;
}

.product-fj .slider.multiple ol,
.family-fj .slider.multiple ol,
.product-crate .slider.multiple ol,
.family-crate .slider.multiple ol {
  margin: 1em 0 0 0;
}

.product-fj .slider .product-zoom li,
.family-fj .slider .product-zoom li,
.product-crate .slider .product-zoom li,
.family-crate .slider .product-zoom li {
  position: relative;
}

.product-fj .slider .product-zoom li img,
.family-fj .slider .product-zoom li img,
.product-crate .slider .product-zoom li img,
.family-crate .slider .product-zoom li img {
  max-height: 100vw;
}

.product-fj .slider .product-zoom-overlay,
.family-fj .slider .product-zoom-overlay,
.product-crate .slider .product-zoom-overlay,
.family-crate .slider .product-zoom-overlay {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 50px;
}

.product-fj .slider .tap-zoom,
.family-fj .slider .tap-zoom,
.product-crate .slider .tap-zoom,
.family-crate .slider .tap-zoom {
  display: block;
  margin: 0 auto;
  padding: 1em 1em .9em 1em;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: none;
  font-size: .9em;
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  width: 100px;
}

.product-fj .slider ol,
.family-fj .slider ol,
.product-crate .slider ol,
.family-crate .slider ol {
  margin: 1em 0 0 1.3em;
  text-align: left;
  position: relative;
}

.product-fj .slider ol li,
.family-fj .slider ol li,
.product-crate .slider ol li,
.family-crate .slider ol li {
  padding: .3em .4em .3em 0;
}

.product-fj .slider ol li a,
.family-fj .slider ol li a,
.product-crate .slider ol li a,
.family-crate .slider ol li a {
  background: #000;
  border: 1px solid #000;
  width: .4em;
  height: .4em;
}

.product-fj .slider ol li a.flex-active,
.family-fj .slider ol li a.flex-active,
.product-crate .slider ol li a.flex-active,
.family-crate .slider ol li a.flex-active {
  background: #fff;
  border: 1px solid #666;
}

.product-fj .slide-open,
.family-fj .slide-open,
.product-crate .slide-open,
.family-crate .slide-open {
  margin: -.1em -1.3em 0;
}

.product-fj .slide-panel span,
.family-fj .slide-panel span,
.product-crate .slide-panel span,
.family-crate .slide-panel span {
  display: block;
}

.product-fj .slide-panel span.inline-text,
.family-fj .slide-panel span.inline-text,
.product-crate .slide-panel span.inline-text,
.family-crate .slide-panel span.inline-text {
  display: inline;
}

.product-fj .slide-panel h2,
.family-fj .slide-panel h2,
.product-crate .slide-panel h2,
.family-crate .slide-panel h2 {
  font-size: 1.2em;
}

.product-fj .slide-panel h4,
.family-fj .slide-panel h4,
.product-crate .slide-panel h4,
.family-crate .slide-panel h4 {
  margin-bottom: 0;
}

.product-fj .product-img,
.family-fj .product-img,
.product-crate .product-img,
.family-crate .product-img {
  margin-bottom: 1em;
}

.product-fj .product-view,
.product-fj .product-detail,
.product-fj .message,
.family-fj .product-view,
.family-fj .product-detail,
.family-fj .message,
.product-crate .product-view,
.product-crate .product-detail,
.product-crate .message,
.family-crate .product-view,
.family-crate .product-detail,
.family-crate .message {
  margin: .3em 0 1.2em;
  line-height: 1.5em;
  text-transform: none;
}

.product-fj label,
.family-fj label,
.product-crate label,
.family-crate label {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
  display: inline;
}

.product-fj .sku-wrapper,
.family-fj .sku-wrapper,
.product-crate .sku-wrapper,
.family-crate .sku-wrapper {
  clear: both;
  margin-top: 8px;
}

.product-fj .sku-wrapper .sku-block,
.family-fj .sku-wrapper .sku-block,
.product-crate .sku-wrapper .sku-block,
.family-crate .sku-wrapper .sku-block {
  display: block;
  margin: 8px 0 16px 0;
  font-size: 12px;
  color: #222;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product-fj .group-select-container,
.family-fj .group-select-container,
.product-crate .group-select-container,
.family-crate .group-select-container {
  margin-right: -1.3em;
}

.product-fj .group-select-container .uline,
.family-fj .group-select-container .uline,
.product-crate .group-select-container .uline,
.family-crate .group-select-container .uline {
  margin-right: 1.3em;
}

.product-fj .group-select-container .group-select-row,
.family-fj .group-select-container .group-select-row,
.product-crate .group-select-container .group-select-row,
.family-crate .group-select-container .group-select-row {
  margin-right: 1.3em;
  width: auto;
}

.product-fj .group-select-container .group-select-color,
.family-fj .group-select-container .group-select-color,
.product-crate .group-select-container .group-select-color,
.family-crate .group-select-container .group-select-color {
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 1px;
}

.product-fj .group-select-container .group-select-color .current-item-color,
.family-fj .group-select-container .group-select-color .current-item-color,
.product-crate .group-select-container .group-select-color .current-item-color,
.family-crate .group-select-container .group-select-color .current-item-color {
  float: left;
  padding-right: 1.6em;
}

.product-fj .group-select-container .group-select-color .select-item-color,
.family-fj .group-select-container .group-select-color .select-item-color,
.product-crate .group-select-container .group-select-color .select-item-color,
.family-crate .group-select-container .group-select-color .select-item-color {
  display: block;
  color: #1f74bf;
  padding: 0;
  margin: -.1em 0 0;
  font-weight: 600;
}

.product-fj .group-select-container .group-select-color .select-item-color:first-of-type,
.family-fj .group-select-container .group-select-color .select-item-color:first-of-type,
.product-crate .group-select-container .group-select-color .select-item-color:first-of-type,
.family-crate .group-select-container .group-select-color .select-item-color:first-of-type {
  padding-top: .4em;
  color: #000;
  font-weight: 500;
}

.product-fj .group-select-container .selected-swatch-color,
.family-fj .group-select-container .selected-swatch-color,
.product-crate .group-select-container .selected-swatch-color,
.family-crate .group-select-container .selected-swatch-color {
  width: 42px;
  height: 20px;
  padding-right: .4em;
  float: left;
}

.product-fj .group-select-container .selected-swatch-name,
.family-fj .group-select-container .selected-swatch-name,
.product-crate .group-select-container .selected-swatch-name,
.family-crate .group-select-container .selected-swatch-name {
  padding-top: .3em;
}

.product-fj .group-select-container .swatch-bar,
.family-fj .group-select-container .swatch-bar,
.product-crate .group-select-container .swatch-bar,
.family-crate .group-select-container .swatch-bar {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  margin: 1em -1.3em 0;
}

.product-fj .group-select-container .swatch-bar .slider.swatch,
.family-fj .group-select-container .swatch-bar .slider.swatch,
.product-crate .group-select-container .swatch-bar .slider.swatch,
.family-crate .group-select-container .swatch-bar .slider.swatch {
  margin: .8em 0 0 -.3em;
}

.product-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport,
.family-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport,
.product-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport,
.family-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport {
  margin-right: -.3em;
}

.product-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul,
.family-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul,
.product-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul,
.family-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul {
  height: 60px;
}

.product-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li,
.family-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li,
.product-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li,
.family-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li {
  width: 58px;
}

.product-fj .group-select-container .swatch-bar .text-right,
.family-fj .group-select-container .swatch-bar .text-right,
.product-crate .group-select-container .swatch-bar .text-right,
.family-crate .group-select-container .swatch-bar .text-right {
  margin-right: 1.3em;
  font-size: 1em;
}

.product-fj .group-select-container .group-product-colors,
.family-fj .group-select-container .group-product-colors,
.product-crate .group-select-container .group-product-colors,
.family-crate .group-select-container .group-product-colors {
  float: left;
  margin-top: -2.1em;
  padding: 0 1.3em;
}

.product-fj .group-select-container .group-product-colors p.col-xs-12,
.family-fj .group-select-container .group-product-colors p.col-xs-12,
.product-crate .group-select-container .group-product-colors p.col-xs-12,
.family-crate .group-select-container .group-product-colors p.col-xs-12 {
  padding: .5em .2em .2em;
}

.product-fj .group-select-container .group-product-colors .group-product-color,
.family-fj .group-select-container .group-product-colors .group-product-color,
.product-crate .group-select-container .group-product-colors .group-product-color,
.family-crate .group-select-container .group-product-colors .group-product-color {
  border: 1px solid #fff;
  margin: 0 .2em .2em 0;
  padding: .2em;
  font-size: 1em;
  display: block;
}

.product-fj .group-select-container .group-product-colors .group-product-color:hover,
.family-fj .group-select-container .group-product-colors .group-product-color:hover,
.product-crate .group-select-container .group-product-colors .group-product-color:hover,
.family-crate .group-select-container .group-product-colors .group-product-color:hover {
  border: 1px solid #1f74bf;
}

.product-fj .group-select-container .group-product-colors .group-selected-color,
.family-fj .group-select-container .group-product-colors .group-selected-color,
.product-crate .group-select-container .group-product-colors .group-selected-color,
.family-crate .group-select-container .group-product-colors .group-selected-color {
  border: 1px solid #1f74bf;
}

.product-fj .group-select-container .group-product-colors .selected-swatch-color,
.family-fj .group-select-container .group-product-colors .selected-swatch-color,
.product-crate .group-select-container .group-product-colors .selected-swatch-color,
.family-crate .group-select-container .group-product-colors .selected-swatch-color {
  margin: 0 .4em 1em .3em;
}

.product-fj .group-select-container .group-product-colors .selected-swatch-name,
.family-fj .group-select-container .group-product-colors .selected-swatch-name,
.product-crate .group-select-container .group-product-colors .selected-swatch-name,
.family-crate .group-select-container .group-product-colors .selected-swatch-name {
  line-height: .9em;
  margin-bottom: 2em;
}

.product-fj .product-detail .call-store-container,
.product-fj .product-detail .request-quote-container,
.product-fj .product-detail .add-cart-container,
.family-fj .product-detail .call-store-container,
.family-fj .product-detail .request-quote-container,
.family-fj .product-detail .add-cart-container,
.product-crate .product-detail .call-store-container,
.product-crate .product-detail .request-quote-container,
.product-crate .product-detail .add-cart-container,
.family-crate .product-detail .call-store-container,
.family-crate .product-detail .request-quote-container,
.family-crate .product-detail .add-cart-container {
  margin: 0 0 16px 0;
}

.product-fj .product-detail .save-share-container,
.family-fj .product-detail .save-share-container,
.product-crate .product-detail .save-share-container,
.family-crate .product-detail .save-share-container {
  margin-top: 16px;
  border: 1px solid #e0e0e0 !important;
}

.product-fj .product-detail .button,
.family-fj .product-detail .button,
.product-crate .product-detail .button,
.family-crate .product-detail .button {
  border-radius: 0;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.product-fj .product-detail .button i,
.family-fj .product-detail .button i,
.product-crate .product-detail .button i,
.family-crate .product-detail .button i {
  float: none;
}

.product-fj .product-detail .tag-add-to-registry,
.family-fj .product-detail .tag-add-to-registry,
.product-crate .product-detail .tag-add-to-registry,
.family-crate .product-detail .tag-add-to-registry {
  margin-bottom: 0;
  border-top-color: #e0e0e0;
  border-top-style: solid;
  border-top-width: 1px;
}

.product-fj .product-detail .tag-add-to-favorites,
.family-fj .product-detail .tag-add-to-favorites,
.product-crate .product-detail .tag-add-to-favorites,
.family-crate .product-detail .tag-add-to-favorites {
  line-height: 0;
}

.product-fj .product-detail .tag-add-to-favorites i,
.family-fj .product-detail .tag-add-to-favorites i,
.product-crate .product-detail .tag-add-to-favorites i,
.family-crate .product-detail .tag-add-to-favorites i {
  float: none !important;
  top: 0 !important;
  margin: 0 !important;
}

.product-fj .product-detail .btn-save-share,
.family-fj .product-detail .btn-save-share,
.product-crate .product-detail .btn-save-share,
.family-crate .product-detail .btn-save-share {
  margin: 0;
}

.product-fj .add-item,
.family-fj .add-item,
.product-crate .add-item,
.family-crate .add-item {
  margin: 1em 0 0;
}

.product-fj .add-item .btn.success,
.family-fj .add-item .btn.success,
.product-crate .add-item .btn.success,
.family-crate .add-item .btn.success {
  color: #fff;
}

.product-fj .add-item .success,
.family-fj .add-item .success,
.product-crate .add-item .success,
.family-crate .add-item .success {
  color: #2caa00;
  margin-bottom: 0;
}

.product-fj .add-item .cart-btn,
.family-fj .add-item .cart-btn,
.product-crate .add-item .cart-btn,
.family-crate .add-item .cart-btn {
  overflow: hidden;
}

.product-fj .add-item .cart-btn .btn,
.family-fj .add-item .cart-btn .btn,
.product-crate .add-item .cart-btn .btn,
.family-crate .add-item .cart-btn .btn {
  padding: .55em 1.5em;
}

.product-fj .add-item .qty-input,
.family-fj .add-item .qty-input,
.product-crate .add-item .qty-input,
.family-crate .add-item .qty-input {
  width: 3.8em;
  padding-right: .9em;
  float: left;
}

.product-fj .add-item .qty-input label,
.family-fj .add-item .qty-input label,
.product-crate .add-item .qty-input label,
.family-crate .add-item .qty-input label {
  display: none;
}

.product-fj .add-item .qty-input input[type="number"],
.family-fj .add-item .qty-input input[type="number"],
.product-crate .add-item .qty-input input[type="number"],
.family-crate .add-item .qty-input input[type="number"] {
  height: 46px;
  width: 3.2em;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  text-align: center;
  box-shadow: none;
  border-radius: 2px;
  display: inline;
}

.product-fj .add-item .favorites-registry,
.family-fj .add-item .favorites-registry,
.product-crate .add-item .favorites-registry,
.family-crate .add-item .favorites-registry {
  font-size: 1.3em;
  margin: 0 0 1em 0;
  line-height: 1.3em;
  text-align: left;
  /*    border-top: 1px solid $grayBorder; */
}

.product-fj .add-item .favorites-registry .favorites,
.product-fj .add-item .favorites-registry .registry,
.family-fj .add-item .favorites-registry .favorites,
.family-fj .add-item .favorites-registry .registry,
.product-crate .add-item .favorites-registry .favorites,
.product-crate .add-item .favorites-registry .registry,
.family-crate .add-item .favorites-registry .favorites,
.family-crate .add-item .favorites-registry .registry {
  background: none;
  border: none;
  color: #1f74bf;
  float: left;
  font-size: 1em;
  line-height: 1.3em;
  padding: 0;
}

.product-fj .add-item .favorites-registry .col-xs-12,
.family-fj .add-item .favorites-registry .col-xs-12,
.product-crate .add-item .favorites-registry .col-xs-12,
.family-crate .add-item .favorites-registry .col-xs-12 {
  padding: .6em 0;
  color: #000;
  border: 1px solid #e0e0e0;
  border-top: none;
  background: none;
}

.product-fj .add-item .favorites-registry .col-xs-12 i,
.family-fj .add-item .favorites-registry .col-xs-12 i,
.product-crate .add-item .favorites-registry .col-xs-12 i,
.family-crate .add-item .favorites-registry .col-xs-12 i {
  font-size: 1.7em;
  margin: 0 1.3em;
  float: left;
}

.product-fj .add-item .favorites-registry .col-xs-12 span,
.family-fj .add-item .favorites-registry .col-xs-12 span,
.product-crate .add-item .favorites-registry .col-xs-12 span,
.family-crate .add-item .favorites-registry .col-xs-12 span {
  line-height: 1.8em;
  overflow: hidden;
  float: left;
}

.product-fj .add-item .favorites-registry .col-xs-12 i.web-icon-registry,
.family-fj .add-item .favorites-registry .col-xs-12 i.web-icon-registry,
.product-crate .add-item .favorites-registry .col-xs-12 i.web-icon-registry,
.family-crate .add-item .favorites-registry .col-xs-12 i.web-icon-registry {
  font-size: 1.2em;
  margin: .17em 1.1em 0 1.85em;
}

.product-fj .add-item .favorites-registry .col-xs-12 i.web-icon-favorites,
.family-fj .add-item .favorites-registry .col-xs-12 i.web-icon-favorites,
.product-crate .add-item .favorites-registry .col-xs-12 i.web-icon-favorites,
.family-crate .add-item .favorites-registry .col-xs-12 i.web-icon-favorites {
  font-size: 1.45em;
  margin: 0.1em 1.1em 0 1.7em;
}

.product-fj .add-item .favorites-registry .col-xs-12 i.web-icon-share,
.family-fj .add-item .favorites-registry .col-xs-12 i.web-icon-share,
.product-crate .add-item .favorites-registry .col-xs-12 i.web-icon-share,
.family-crate .add-item .favorites-registry .col-xs-12 i.web-icon-share {
  font-size: 1.5em;
  margin: 0 1em 0 1.6em;
}

.product-fj .btn-more,
.family-fj .btn-more,
.product-crate .btn-more,
.family-crate .btn-more {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .7em;
}

.product-fj .btn-more input,
.family-fj .btn-more input,
.product-crate .btn-more input,
.family-crate .btn-more input {
  padding: 1.1em 0;
}

.product-fj .product-details,
.family-fj .product-details,
.product-crate .product-details,
.family-crate .product-details {
  padding: 0 0 1em 0;
  font-size: 1em;
}

.product-fj .product-details p, .product-fj .product-details li,
.family-fj .product-details p,
.family-fj .product-details li,
.product-crate .product-details p,
.product-crate .product-details li,
.family-crate .product-details p,
.family-crate .product-details li {
  font-size: 1em;
  margin-top: 0;
}

.product-fj .product-details h2,
.family-fj .product-details h2,
.product-crate .product-details h2,
.family-crate .product-details h2 {
  font-size: 1em;
}

.product-fj .product-details .cb-exclusive,
.family-fj .product-details .cb-exclusive,
.product-crate .product-details .cb-exclusive,
.family-crate .product-details .cb-exclusive {
  color: #5e5e5e;
  padding-top: .2em;
}

.product-fj .gift-bundle-container,
.family-fj .gift-bundle-container,
.product-crate .gift-bundle-container,
.family-crate .gift-bundle-container {
  margin-right: -1.3em;
}

.product-fj .gift-bundle-container .gift-bundle-image,
.family-fj .gift-bundle-container .gift-bundle-image,
.product-crate .gift-bundle-container .gift-bundle-image,
.family-crate .gift-bundle-container .gift-bundle-image {
  width: 80%;
}

.product-fj .gift-bundle-container .gift-bundle-plus,
.family-fj .gift-bundle-container .gift-bundle-plus,
.product-crate .gift-bundle-container .gift-bundle-plus,
.family-crate .gift-bundle-container .gift-bundle-plus {
  width: 20%;
  margin: -50% 0 0 80%;
  display: block;
  font-size: 1.2em;
  line-height: .85em;
  text-align: center;
  color: #000;
}

.product-fj .gift-bundle-container .gift-bundle-details,
.family-fj .gift-bundle-container .gift-bundle-details,
.product-crate .gift-bundle-container .gift-bundle-details,
.family-crate .gift-bundle-container .gift-bundle-details {
  margin-top: 2em;
  width: 100%;
  clear: both;
}

.product-fj .gift-bundle-container .gift-bundle-details a,
.family-fj .gift-bundle-container .gift-bundle-details a,
.product-crate .gift-bundle-container .gift-bundle-details a,
.family-crate .gift-bundle-container .gift-bundle-details a {
  color: #fff;
}

.product-fj .bundle-overlay-container,
.family-fj .bundle-overlay-container,
.product-crate .bundle-overlay-container,
.family-crate .bundle-overlay-container {
  height: 100vh;
  overflow-y: scroll;
  padding: 0 1.3em;
  /* Custom checkboxes */
}

.product-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10,
.family-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10,
.product-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10,
.family-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10 {
  padding: .6em 0 0 1.3em;
  font-size: 1.2em;
}

.product-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice,
.family-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice,
.product-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice,
.family-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice {
  font-weight: bold;
}

.product-fj .bundle-overlay-container .overlay-dialog-header .btn,
.family-fj .bundle-overlay-container .overlay-dialog-header .btn,
.product-crate .bundle-overlay-container .overlay-dialog-header .btn,
.family-crate .bundle-overlay-container .overlay-dialog-header .btn {
  margin: 0;
}

.product-fj .bundle-overlay-container span,
.family-fj .bundle-overlay-container span,
.product-crate .bundle-overlay-container span,
.family-crate .bundle-overlay-container span {
  float: none;
}

.product-fj .bundle-overlay-container .bundle-add-cart,
.family-fj .bundle-overlay-container .bundle-add-cart,
.product-crate .bundle-overlay-container .bundle-add-cart,
.family-crate .bundle-overlay-container .bundle-add-cart {
  padding: 0 1.3em;
}

.product-fj .bundle-overlay-container .overlay-error,
.family-fj .bundle-overlay-container .overlay-error,
.product-crate .bundle-overlay-container .overlay-error,
.family-crate .bundle-overlay-container .overlay-error {
  padding: 1.3em 1.3em 0.6em 1.3em;
  font-size: 1.1em;
  float: left;
}

.product-fj .bundle-overlay-container .overlay-error .error-message,
.family-fj .bundle-overlay-container .overlay-error .error-message,
.product-crate .bundle-overlay-container .overlay-error .error-message,
.family-crate .bundle-overlay-container .overlay-error .error-message {
  padding: 0 1.3em 0 1.3em;
  margin: 0 !important;
}

.product-fj .bundle-overlay-container .bundle-overlay-content,
.family-fj .bundle-overlay-container .bundle-overlay-content,
.product-crate .bundle-overlay-container .bundle-overlay-content,
.family-crate .bundle-overlay-container .bundle-overlay-content {
  padding-top: 115px;
  margin-bottom: 1.3em;
}

.product-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row,
.family-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row,
.product-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row,
.family-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row {
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 15px 0;
  clear: both;
}

.product-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type,
.family-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type,
.product-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type,
.family-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type {
  margin-bottom: 2.6em;
}

.product-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product,
.family-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product,
.product-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product,
.family-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product {
  max-width: 95%;
}

.product-fj .bundle-overlay-container .checkbox-icon-label span,
.family-fj .bundle-overlay-container .checkbox-icon-label span,
.product-crate .bundle-overlay-container .checkbox-icon-label span,
.family-crate .bundle-overlay-container .checkbox-icon-label span {
  display: block;
  clear: both;
  font-weight: 500;
}

.product-fj .bundle-overlay-container .checkbox-icon-label span,
.family-fj .bundle-overlay-container .checkbox-icon-label span,
.product-crate .bundle-overlay-container .checkbox-icon-label span,
.family-crate .bundle-overlay-container .checkbox-icon-label span {
  padding-right: 2.25em;
}

.product-fj .bundle-overlay-container .checkbox-icon,
.family-fj .bundle-overlay-container .checkbox-icon,
.product-crate .bundle-overlay-container .checkbox-icon,
.family-crate .bundle-overlay-container .checkbox-icon {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 29px;
  height: 29px;
  z-index: 10;
}

.product-fj .bundle-overlay-container .checkbox-icon, .product-fj .bundle-overlay-container .checkbox-icon-label,
.family-fj .bundle-overlay-container .checkbox-icon,
.family-fj .bundle-overlay-container .checkbox-icon-label,
.product-crate .bundle-overlay-container .checkbox-icon,
.product-crate .bundle-overlay-container .checkbox-icon-label,
.family-crate .bundle-overlay-container .checkbox-icon,
.family-crate .bundle-overlay-container .checkbox-icon-label {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0 15px 8px;
  font-size: 1.1em;
  cursor: pointer;
}

.product-fj .bundle-overlay-container .checkbox-icon-label,
.family-fj .bundle-overlay-container .checkbox-icon-label,
.product-crate .bundle-overlay-container .checkbox-icon-label,
.family-crate .bundle-overlay-container .checkbox-icon-label {
  z-index: 20;
}

.product-fj .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before,
.family-fj .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before,
.product-crate .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before,
.family-crate .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before {
  content: '';
  border-radius: 1px;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 20px;
  right: 0;
}

.product-fj .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after,
.family-fj .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after,
.product-crate .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after,
.family-crate .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url("//images.crateandbarrel.com/is/image/Crate/icon-checkmark-mobile?fmt=png-alpha") 1px 5px no-repeat;
  background-size: 28px 21px;
  position: absolute;
  top: 21px;
  right: 1px;
}

.product-fj .view-more-links li,
.product-fj .section-related-searches li,
.family-fj .view-more-links li,
.family-fj .section-related-searches li,
.product-crate .view-more-links li,
.product-crate .section-related-searches li,
.family-crate .view-more-links li,
.family-crate .section-related-searches li {
  margin: .8em 0;
}

.product-fj .view-more-links li a,
.product-fj .section-related-searches li a,
.family-fj .view-more-links li a,
.family-fj .section-related-searches li a,
.product-crate .view-more-links li a,
.product-crate .section-related-searches li a,
.family-crate .view-more-links li a,
.family-crate .section-related-searches li a {
  color: #000;
}

.product-fj .js-reveal-toggle,
.family-fj .js-reveal-toggle,
.product-crate .js-reveal-toggle,
.family-crate .js-reveal-toggle {
  float: none !important;
  /* !important to override overly long generic selector (.slider.single ul li a - where oh where does the problem one live??) causing havoc with this. */
  width: auto !important;
  /* !important to override overly long generic selector (.slider.single ul li a - where oh where does the problem one live??) causing havoc with this. */
  margin-top: .5em;
  margin-right: 50%;
  display: block;
}

.product-fj .js-reveal-toggle:hover,
.family-fj .js-reveal-toggle:hover,
.product-crate .js-reveal-toggle:hover,
.family-crate .js-reveal-toggle:hover {
  color: #1f74bf;
}

.product-fj .js-reveal-toggle .web-icon-arrow-flat,
.family-fj .js-reveal-toggle .web-icon-arrow-flat,
.product-crate .js-reveal-toggle .web-icon-arrow-flat,
.family-crate .js-reveal-toggle .web-icon-arrow-flat {
  font-size: .7em;
  transform: rotateZ(0deg);
  padding: 3px;
}

.product-fj .reveal-content,
.family-fj .reveal-content,
.product-crate .reveal-content,
.family-crate .reveal-content {
  max-height: 85px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}

.product-fj .revealed-content,
.family-fj .revealed-content,
.product-crate .revealed-content,
.family-crate .revealed-content {
  max-height: 2000px;
  /* 2000px?? yeah, because return policy: holy-wall-o-text, batman! */
  -webkit-transition: max-height 0.8s ease-in;
  -moz-transition: max-height 0.8s ease-in;
  transition: max-height 0.8s ease-in;
}

.product-fj .qty-row,
.family-fj .qty-row,
.product-crate .qty-row,
.family-crate .qty-row {
  margin: 0 0 16px 0;
}

.product-fj .qty-row input[type="number"],
.family-fj .qty-row input[type="number"],
.product-crate .qty-row input[type="number"],
.family-crate .qty-row input[type="number"] {
  height: 46px;
}

.product-fj .qty-row .int-furniture-button-wrapper, .product-fj .qty-row .int-furniture-button-wrapper a,
.family-fj .qty-row .int-furniture-button-wrapper,
.family-fj .qty-row .int-furniture-button-wrapper a,
.product-crate .qty-row .int-furniture-button-wrapper,
.product-crate .qty-row .int-furniture-button-wrapper a,
.family-crate .qty-row .int-furniture-button-wrapper,
.family-crate .qty-row .int-furniture-button-wrapper a {
  margin: 0;
}

.product-fj .family-line-item,
.family-fj .family-line-item,
.product-crate .family-line-item,
.family-crate .family-line-item {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product-fj .family-line-item .family-detail,
.family-fj .family-line-item .family-detail,
.product-crate .family-line-item .family-detail,
.family-crate .family-line-item .family-detail {
  font-size: 12px;
}

.product-fj .family-line-item .international-button-wrapper,
.family-fj .family-line-item .international-button-wrapper,
.product-crate .family-line-item .international-button-wrapper,
.family-crate .family-line-item .international-button-wrapper {
  width: 100%;
}

.product-fj .family-line-item .int-cannot-ship p, .product-fj .family-line-item .int-cannot-ship a,
.family-fj .family-line-item .int-cannot-ship p,
.family-fj .family-line-item .int-cannot-ship a,
.product-crate .family-line-item .int-cannot-ship p,
.product-crate .family-line-item .int-cannot-ship a,
.family-crate .family-line-item .int-cannot-ship p,
.family-crate .family-line-item .int-cannot-ship a {
  /* font-size: 12px;
            font-family: $webfont-primary; */
  font: 400 12px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.product-fj .btn-group-product .button,
.family-fj .btn-group-product .button,
.product-crate .btn-group-product .button,
.family-crate .btn-group-product .button {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0;
  border-bottom: none;
}

.product-fj .btn-group-product .button i,
.family-fj .btn-group-product .button i,
.product-crate .btn-group-product .button i,
.family-crate .btn-group-product .button i {
  float: none;
}

.product-fj .btn-group-product .share-button,
.family-fj .btn-group-product .share-button,
.product-crate .btn-group-product .share-button,
.family-crate .btn-group-product .share-button {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding-right: 16px;
}

/* #region ===== Custom Furniture Product Page ===================================================================== */
/* #region ============== Custom Interaction Panel Area ============================= */
/* #region Base Styling for Filter by Checkbox and Filter by Radio Button */
.filter-by-thumbnail .special-order-price-group-message {
  display: none;
}

.filter-by-thumbnail .special-order-delivery-message {
  margin: 0px;
}

/* #endregion Base Styling for Filter by Checkbox and Filter by Radio Button */
/* #endregion ============== Custom Interaction Panel Area ============================= */
/* #endregion ===== Custom Furniture Product Page ===================================================================== */
/* So much absurdity above.... let's aim to scb-ify and only bring over what we need so we can delete all that absurdity above one day... */
/*

    OMG, where does it go? Glad you asked...

    .main-product-and-family    -   product and family page, housewares and furniture (most stuff)
    .main-product               -   product page only, housewares and furniture
    .main-family                -   family page only, housewares and furniture
    .main-housewares            -   housewares page only, product and family
    .main-furniture             -   furniture page only, product and family

*/
/* #region ==================== Product and Family Page - Housewares and Furniture ==================== */
@media screen and (max-width: 768px) {
  .section-showcase-carousel {
    padding-top: 8px;
  }
  .section-header {
    margin-top: 5px;
    margin-bottom: 16px;
    padding: 0;
    padding-bottom: 0;
  }
}

/* #endregion ================= Product and Family Page - Housewares and Furniture ==================== */
/* #region ==================== Product Page Only - Housewares and Furniture ==================== */
/* #endregion ================= Product Page Only - Housewares and Furniture ==================== */
/* #region ==================== Family Page Only - Housewares and Furniture ==================== */
/* #endregion ================= Family Page Only - Housewares and Furniture ==================== */
/* #region ==================== Housewares Page Only - Product and Family ==================== */
/* #endregion ================= Housewares Page Only - Product and Family ==================== */
/* #region ==================== Furniture Page Only - Product and Family ==================== */
@media screen and (max-width: 768px) {
  .main-furniture.main-product .shop-bar-availability-wrap .section-header {
    margin-top: 32px;
  }
}

/* #endregion ================= Furniture Page Only - Product and Family ==================== */
/* #region =========== Favorite Heart =========== */
[class*='svg-icon-heart'] {
  height: 18px;
  width: 18px;
  stroke-width: 2;
  color: #1f74bf;
}

[class*='svg-heart-outline'],
[class*='svg-icon-heart-outline'] {
  height: 18px;
  width: 18px;
  stroke-width: 2;
  color: #999;
}

/* #endregion ======== Favorite Heart =========== */
/* spill
/*-------------------------------------------------------------------------------*/
.mobile-search-filters .close-filters i {
  color: #222;
}

.mobile-search-filters .sort-by .select-wrapper select {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.mobile-search-filters .sort-by .select-wrapper:after {
  color: #222;
  font-weight: 300;
}

.mobile-search-filters .filter-by h2 {
  border-bottom: none;
  font-weight: 600;
}

.mobile-search-filters .filter-by .search-included-brands {
  border-bottom: solid 2px #ccc;
  padding: 0 18px 30px 18px;
  display: flex;
}

.mobile-search-filters .filter-by .search-included-brands .search-brand-option {
  flex-grow: 1;
}

.mobile-search-filters .filter-by .search-included-brands .brand-logo {
  padding-top: 5px;
}

.mobile-search-filters .filter-by .search-included-brands .crate-barrel {
  height: 15px;
  width: 100px;
}

.mobile-search-filters .filter-by .filter-container {
  border-bottom-color: #ccc;
  border-bottom-color: #ccc;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0 0 2px 0;
  box-shadow: none;
}

.mobile-search-filters .filter-by .filter-container .selected-count {
  color: #222;
}

.mobile-search-filters .filter-by .filter-container a {
  color: #222;
}

.mobile-search-filters .filter-by .filter-container .filter ul li label {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
}

.mobile-search-filters .filter-by .filter-container .selected-filters {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #666;
}

.mobile-search-filters .filter-actions {
  border-top-color: #222;
}

.mobile-search-filters .filter-actions .clear-filters {
  color: #1f74bf;
}

.spill {
  width: auto !important;
}

.spill .search-correct.search-correct-sli {
  margin: 25px 0 0 0;
}

.spill .search-correct.search-correct-sli #totalSearchResults {
  font-size: 12px;
}

.spill .search-correct.search-correct-sli p {
  font-size: 12.6px;
  margin: 0;
}

.spill .search-correct.search-correct-sli h1 {
  padding-top: 0;
  text-transform: capitalize;
}

.spill h1 {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.6em;
}

.spill .non-interactive .spill-product-swatches {
  margin-bottom: 3px;
}

.spill .search-suggestions label {
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

.spill .search-suggestions ul {
  font-size: 0;
  color: #222;
}

.spill .search-suggestions ul li {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  border-bottom: none;
  margin: 0 5px;
}

.spill .search-suggestions ul li a:hover {
  text-decoration: none;
}

.spill .sort-and-filter {
  border-color: #666;
  color: #222;
}

.spill .test-a .selected-count {
  color: #222;
}

.spill .test-a .sort-and-filter {
  border-color: #666;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 18px !important;
}

.spill .test-b .selected-count {
  color: #222;
}

.spill .test-b .sort-and-filter .sort-by {
  border-color: #666;
}

.spill .test-b .sort-and-filter .sort-by:before {
  content: '';
  border-color: #444;
}

.spill .test-b .sort-and-filter .filter-by {
  border-color: #666;
  color: #222;
}

.spill .test-b .sort-and-filter .sort-dropdown {
  border-color: #666;
}

.spill .mobile-select {
  z-index: 100;
  position: relative;
  background-color: transparent;
  margin-bottom: 5px;
}

.spill .row [class*="col-xs-6"] {
  border-top: 2px solid #e7e7e7;
  border-left: none;
  padding: 0 0 1.2em 1.1em;
}

.spill .row [class*="col-xs-6"] .regPrice, .spill .row [class*="col-xs-6"] .salePrice {
  font-size: 11px !important;
}

.spill .row [class*="col-xs-6"]:nth-child(odd) {
  padding-right: 1.1em;
  border-right: 0.075em solid #fff;
}

.spill .row [class*="col-xs-6"]:nth-child(odd) .product-miniset + .empty-icon-favorites,
.spill .row [class*="col-xs-6"]:nth-child(odd) .product-miniset + .icon-favorites {
  right: 15px;
}

.spill .row [class*="col-xs-6"]:nth-of-type(2), .spill .row [class*="col-xs-6"]:nth-of-type(1) {
  border-top: none;
}

.spill .row [class*="col-xs-12"] {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.3em;
}

.spill .row [class*="col-xs-12"]:last-of-type {
  border-bottom: none;
}

.spill .spill-product-swatches .image-map-container .spill-more-options span {
  margin-left: 5px;
  color: #666;
  font: 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.spill .spill-product-swatches .image-map-container .spill-more-options:hover {
  color: #666;
}

.spill .product .product-thumb:first-child {
  margin: 1em 0 0.75em 0;
}

.spill .product .product-info {
  padding: 0 0 0.5em 0;
}

.spill .product .product-info span {
  margin-bottom: 0;
  box-sizing: border-box;
  font: 12px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.spill .product .spill-fabric-swatch + .product-info .icon-favorites, .spill .product .spill-fabric-swatch + .product-info .empty-icon-favorites {
  top: -20px;
}

.spill .product.product-miniset + .empty-icon-favorites,
.spill .product.product-miniset + .icon-favorites {
  top: 195px;
}

.spill .section-related-searches li {
  margin: .8em 0;
}

.spill .section-related-searches li a {
  color: #000;
}

.spill.spill-search-empty {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.spill.spill-search-empty .top-section-container {
  background-color: #f0efed;
}

.spill.spill-search-empty .top-section-container h1 {
  color: #666;
  font: 100 24px/32px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  padding-top: 48px;
}

.spill.spill-search-empty .top-section-container .search-term {
  color: #666;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.spill.spill-search-empty .top-section-container .search-term span {
  font-weight: 600;
}

.spill.spill-search-empty .top-section-container .search-suggestions {
  height: 75px;
}

.spill.spill-search-empty .top-section-container .search-suggestions label {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.spill.spill-search-empty .top-section-container .search-suggestions ul li {
  font-size: 14px;
  line-height: 24px;
}

.spill.spill-search-empty .chat-container {
  background-color: #fff;
  color: #666;
}

.spill.spill-search-empty .chat-container .button-gift-registry {
  width: auto;
  display: inline-block;
  margin-bottom: 24px;
}

.spill.spill-search-empty .chat-container p {
  font-size: 20px;
  line-height: 24px;
}

.spill.spill-search-empty .chat-container p span {
  font-weight: 600;
  margin-bottom: 10px;
}

.spill.spill-search-empty p {
  font: 14px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

@media screen and (max-device-width: 768px) {
  .seo-spill-layout {
    padding: 0;
    width: auto;
  }
  .seo-spill-layout .page-title {
    padding: 1.143em 1em;
    font-weight: 300;
    font-size: 1.6em;
  }
  .seo-spill-layout .spillContent {
    width: auto;
  }
  .seo-spill-layout .seo-spill-description {
    padding-left: 12px;
    padding-right: 12px;
  }
  .seo-spill-layout .product-info .favorites-text {
    display: none;
  }
  .seo-spill-layout .swatch-collection-image + .product-info .button-add-to-favorites {
    top: -22px;
  }
  .seo-spill-layout .product-miniset {
    width: 45%;
    height: auto !important;
  }
  .seo-spill-layout .product-miniset .product-miniset-thumbnail {
    height: auto !important;
  }
  .seo-spill-layout .product-miniset .product-miniset-thumbnail img {
    height: auto !important;
  }
  .seo-spill-layout .product-miniset .swatch-collection-image {
    margin: 0.571em 0;
  }
  .seo-spill-layout .product-miniset .product-info .product-miniset-title {
    width: 80%;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .seo-spill-layout .product-miniset .product-info .button-secondary {
    width: 20%;
  }
  .seo-generated-spill-layout .section-seo {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
  }
  .seo-generated-spill-layout .reveal-seo-container {
    float: left;
    background: #efeeed;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
  }
  .seo-generated-spill-layout .reveal-container {
    border-top: 1px solid #ccc;
    padding-top: 24px;
  }
}

/* For when we get around to tablets... */
/* Until then, serve 'em desktop styles too. */
/* /Styles/Common/base/base.xs.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:992px)/";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1200px)/";
  width: 992px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1400px)/";
  width: 1400px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

/* /Styles/Common/base/variables.xs.scss */
/* /Styles/Common/base/mixins.xs.scss */
.heavy-label-light-required {
  color: #222;
  font-weight: 600;
}

.heavy-label-light-required span {
  color: #666;
  font-weight: 300;
}

/* ======================================================================
    Typography
====================================================================== */
.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-xs {
  font-size: 11px;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-extra-light {
  font-weight: 100;
}

/* ======================================================================
    Our Shiny New Consistant Buttons 
====================================================================== */
/* Focus Ring Voodoo */
/* ===== Button Base - Applied to All Buttons ===== */
/* ===== Button Color Themes ===== */
/* Primary Buttons */
/* Secondary Buttons */
/* Tertiary Button */
/* One-Off Button - Theme */
/* ===== Button Sizes ===== */
/* Button XL - Extra Large */
/* Button LG - Large */
/* Button MD - Medium */
/* Button SM - Small */
/* Button XS - Extra Small */
/* One-Off Button - Size */
/* ======================================================================
    Our Shiny New Consistant Form Fields
====================================================================== */
/* spill
/*-------------------------------------------------------------------------------*/
/* adding this to hide 5th swatch on spill and seao spills for iPhohne 5 potrait version or other phones with max-width 320..*/
@media only screen and (max-device-width: 320px) {
  .spill .row .spill-fabric-swatch .spill-custom-swatch-bar img:nth-child(5),
  .spill-layout .product-miniset .spill-product-swatches li:nth-child(5) {
    display: none;
  }
}

.international-layout .product-miniset {
  display: inline-block;
}

.international-layout .product-miniset .sale {
  width: 100%;
}

.international-layout .product-miniset .reg {
  width: 100%;
}

.international-layout .product-miniset .reg .regPrice {
  float: initial;
}

.store-location-popup {
  height: auto !important;
  width: 880px !important;
}

.spill-layout {
  font-family: Helvetica, Arial, sans-serif;
  min-height: 425px;
  margin-bottom: 24px;
}

.spill-layout .spill-grid {
  margin-bottom: 0 !important;
}

.spill-layout .hwThreeWideContent .spill-location-container {
  margin: 15px 55px 35px 39px;
  font: 300 14px/1 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.spill-layout .hwThreeWideContent .spill-location-container:before {
  content: " ";
  background: url(//images.crateandbarrel.com/is/image/Crate/icon-map-indicator-black?fmt=png-alpha);
  width: 17px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 13px;
  left: 12px;
}

.spill-layout .hwThreeWideContent .spill-location-container .spill-location-title {
  display: inline-block;
  font: inherit;
  font-weight: 600;
  margin: 0 8px 5px 0;
}

.spill-layout .hwThreeWideContent .spill-location-container .spill-location-message {
  display: inline-block;
  font: inherit;
  color: #666;
}

.spill-layout .hwThreeWideContent .spill-location-container .spill-location-link {
  display: block;
}

.spill-layout .hwThreeWideContent .spill-results-message {
  display: block;
  margin: 0 55px 158px 39px;
  font: 300 14px/1 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #666;
}

.spill-layout .product-miniset .product-thumb .socialIcon {
  left: 10px;
  top: 10px;
  position: relative;
}

.spill-layout .product-miniset .product-thumb:hover .socialIcon {
  display: block !important;
}

.spill-layout .product-miniset .icon-favorites {
  float: right;
  height: 21px;
  width: 21px;
  overflow: hidden;
  margin: -5px 10px 0 0;
  cursor: pointer;
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) no-repeat -78px -10px;
}

.spill-layout .product-miniset .empty-icon-favorites {
  float: right;
  height: 21px;
  width: 21px;
  overflow: hidden;
  margin: -5px 10px 0 0;
  cursor: pointer;
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) no-repeat -104px -10px;
}

.spill-layout .product-miniset .product-miniset-thumbnail {
  border: 1px solid #e6e6e6;
}

.spill-layout .product-miniset .product-miniset-thumbnail img {
  max-height: 100%;
  height: 328px;
}

.spill-layout .product-miniset .product-miniset-title {
  color: #222;
  width: 290px;
  float: left;
}

.spill-layout .product-miniset .product-miniset-title .new {
  color: #1f74bf;
}

.spill-layout .product-miniset .colorCount {
  color: #666;
  font-size: 12px;
  float: right;
  position: absolute;
}

.spill-layout .product-miniset .product-miniset-swatches li a {
  border-bottom: 2px solid #fff;
}

.spill-layout .product-miniset .product-miniset-swatches li.swatch-b a:hover {
  border-bottom: 2px solid #1f74bf;
}

.spill-layout .product-miniset .product-miniset-swatches li.swatch-b.selected a {
  border-bottom: 2px solid #1f74bf;
}

.spill-layout .product-miniset .product-miniset-swatches .colorCount a {
  color: #999;
}

.spill-layout .product-miniset .product-miniset-options a {
  color: #666;
}

.spill-layout .product-miniset .hwShippingMessage {
  color: #b00;
  width: 290px;
  float: left;
  clear: both;
}

.spill-layout .product-miniset .sale, .spill-layout .product-miniset .regPrice {
  float: initial;
}

.spill-layout .product-miniset .ships-free {
  color: #b00;
}

.spill-layout .product-miniset.fL .spillThemeLeft {
  margin-left: 0;
}

.spill-layout .product-miniset .more-color-msg {
  display: none;
}

.spill-layout .spill-product-swatches {
  display: block;
  position: relative;
  margin: 0 0 5px -1px;
  width: 280px;
  float: left;
}

.spill-layout .spill-product-swatches:before,
.spill-layout .spill-product-swatches:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.spill-layout .spill-product-swatches .selected-swatch {
  display: none;
}

.spill-layout .spill-product-swatches .available-swatches {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.spill-layout .spill-product-swatches li {
  float: left;
  margin: 0 3px 10px 0;
}

.spill-layout .spill-product-swatches li a {
  border-bottom: 2px solid white;
  display: block;
  padding: 0 0 3px 0;
}

.spill-layout .spill-product-swatches li.swatch-b.selected a {
  border-bottom: 2px solid #1f74bf;
}

.spill-layout .spill-product-swatches li.swatch-b a:hover {
  border-bottom: 2px solid #1f74bf;
}

.spill-layout .spill-product-swatches li.swatch-b a:focus {
  border-bottom: 1px solid #1f74bf;
}

.spill-layout .spill-product-swatches .colorCount a {
  color: #999;
  font-size: 11px;
  display: inline-block;
  padding: 3px 0 0 3px;
  float: right;
  width: 50px;
}

.spill-layout.search-layout #cmpr_gridwall h1 {
  padding: 0 !important;
}

.spill-layout.search-layout .spill-search-title {
  padding: 0;
  position: relative;
  font-size: 30px !important;
  font-weight: 300;
  line-height: 34px !important;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  margin: 17px 0 15px 0;
}

.spill-layout.search-layout .searchSuggestion {
  margin: 17px 0px -15px 0;
}

.spill-layout.search-layout .searchSuggestion .searchResults span {
  font-weight: bold;
}

.spill-layout.search-layout .searchSuggestion + div {
  display: inline-block;
}

.spill-layout.search-layout .searchHeading {
  margin: -10px 0 15px 0;
}

.spill-layout.search-layout .search-filters .guidedNavClearAll {
  font: normal 12px Helvetica, Arial, sans-serif !important;
  line-height: 1.5 !important;
  border: none !important;
  background-color: transparent !important;
  color: #1f74bf !important;
  text-decoration: none;
  margin-top: 10px !important;
}

.spill-layout.search-layout .search-filters .guidedNavClearAll:hover {
  text-decoration: underline !important;
}

.spill-layout.search-layout .spill-grid {
  width: 1008px;
  margin-left: 0px !important;
}

.spill-layout.search-layout .spill-grid .spill-location-container {
  margin-left: 12px;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct, .spill-layout.search-layout .spill-grid .jsSearchOutlet {
  display: table;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset {
  margin: 0 -7px 18px 12px;
  width: 243px;
  height: auto;
  min-height: 400px;
  float: left;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .search-sli, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .search-sli {
  display: block;
  float: left;
  padding-top: 5px;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .search-sli span, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .search-sli span {
  display: block;
  padding-top: 3px;
  color: #1f74bf;
  font-size: 11px;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset:nth-child(odd), .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset:nth-child(odd) {
  margin-left: 0px;
  margin-right: 11px;
}

@media screen and (min-width: 0\0) {
  .spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset:nth-child(odd), .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset:nth-child(odd) {
    margin-right: 8px !important;
  }
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset:nth-child(4n-2), .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset:nth-child(4n-2) {
  margin-right: 11px;
  margin-left: 0px;
}

@media screen and (min-width: 0\0) {
  .spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset:nth-child(4n-2), .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset:nth-child(4n-2) {
    margin-right: 8px !important;
  }
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset:nth-child(4n+0), .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset:nth-child(4n+0) {
  margin-left: 0px;
  margin-right: 0px;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .product-miniset-thumbnail, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .product-miniset-thumbnail {
  overflow: hidden;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .product-miniset-thumbnail img, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .product-miniset-thumbnail img {
  width: 242px;
  height: 243px;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .favorite-wrap-search, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .favorite-wrap-search {
  width: 85%;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .product-miniset-options, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .product-miniset-options {
  width: 100%;
  float: left;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .sale, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .sale {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  width: 100%;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .sale span, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .sale span {
  float: left;
  white-space: nowrap;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .sale span:first-of-type, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .sale span:first-of-type {
  margin-right: 5px;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .reg, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .reg {
  display: block;
  float: left;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .reg .regPrice, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .reg .regPrice {
  margin-right: 5px;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .hwShippingMessage, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .hwShippingMessage {
  line-height: inherit;
  display: inline-block;
  width: 100%;
}

.spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset .product-miniset-title, .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset .product-miniset-title {
  width: inherit;
  line-height: 16px;
  margin-top: -1px;
}

.spill-layout.search-layout .noResultsFoundOtherWrap {
  position: relative;
  width: 336px;
}

.spill-layout.search-layout .noResultsFoundOtherWrap .subHeadline {
  margin: 0 0 0 15px;
}

.spill-layout.search-layout .noResultsFoundOtherWrap .subHeadline span {
  font: 400 16px/18px "WTC Our Bodoni W05 Italic", Georgia, serif;
  font-style: italic;
}

.spill-layout.search-layout [id^=CrossSellPi_] {
  float: left;
}

.spill-layout.search-layout [id^=CrossSellPi_] .carousel-product-addtocard {
  display: none;
}

.spill-layout.search-layout [id^=CrossSellPi_] h2 {
  display: none;
}

.spill-layout.search-layout [id^=CrossSellPi_] .sectionTagline {
  font: bold 18px/20px Helvetica, Arial, sans-serif;
  color: #727376;
  margin: 5px 0 5px 0;
  text-align: left;
}

.spill-layout.search-layout [id^=CrossSellPi_] .carousel-list .carousel-item {
  width: auto;
}

.spill-layout.spill-search-no-results .searchHeading {
  margin: 17px 15px 0 0;
  font: 600 16px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
}

.spill-layout.spill-search-no-results .spill-search-empty-container {
  margin-bottom: 50px;
}

.spill-layout.spill-search-no-results .spill-search-empty span {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.spill-layout.spill-search-no-results .site-search {
  margin-top: 25px;
  position: relative;
  float: left;
  width: 304px;
  min-height: 32px;
  background: #fff;
  padding: 0;
}

.spill-layout.spill-search-no-results .site-search:focus {
  width: 500px;
}

.spill-layout.spill-search-no-results .site-search #ui-id-1.ui-autocomplete {
  padding-top: 0 !important;
}

.spill-layout.spill-search-no-results .site-search input.search {
  padding: 0 0 0 25px;
  height: 30px;
  background: #fff;
  color: #222;
  font: 14px/20px Helvetica, Arial, sans-serif;
  width: 100%;
  border: 0;
  border-radius: 0;
}

.spill-layout.spill-search-no-results .site-search input.search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

.spill-layout.spill-search-no-results .site-search input.search::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

.spill-layout.spill-search-no-results .site-search input.search:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

.spill-layout.spill-search-no-results .site-search input.search:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

.spill-layout.spill-search-no-results .site-search input.search:focus {
  box-shadow: none;
  outline: none;
}

.spill-layout.spill-search-no-results .site-search input:focus ~ .underline:after {
  height: 0;
  transform: scaleX(1);
}

.spill-layout.spill-search-no-results .site-search .underline {
  position: absolute;
  border-bottom: 1px solid #ccc;
  width: 100%;
  left: 0;
  bottom: 0;
}

.spill-layout.spill-search-no-results .site-search .underline:after {
  content: " ";
  position: absolute;
  border-bottom: 2px solid #222;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}

.spill-layout.spill-search-no-results .site-search .icon-search {
  position: absolute;
  top: -.2em;
  left: 0;
  border: none;
  padding: .6em 1.1em 1.1em .1em;
  background: transparent;
  color: #000;
  font-size: 1.5em;
  width: .5em;
  height: .5em;
}

.spill-layout.spill-search-no-results .site-search .icon-search:before {
  position: absolute;
  content: "";
  width: 16px;
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -34px -249px;
  height: 17px;
  margin-left: -2px;
}

.spill-layout .twoWideContent .product-miniset {
  width: 498px;
  height: 428px;
}

.spill-layout .twoWideContent .product-miniset .product-miniset-thumbnail > img {
  border: none !important;
  height: 280px;
  min-height: 280px;
}

.spill-layout .twoWideContent .product-miniset .non-interactive .spill-product-swatches .image-map-container map {
  background: none;
}

.spill-layout .twoWideContent .product-miniset .non-interactive .spill-product-swatches .image-map-container area {
  outline: none;
  border: none;
  cursor: default;
}

.spill-layout .twoWideContent .product-miniset .empty-icon-favorites,
.spill-layout .twoWideContent .product-miniset .icon-favorites {
  top: 282px;
}

.spill-layout #spillStoreDetail {
  padding: 0;
  border-bottom: 1px solid #CBCBCB;
  padding-top: 25px;
  border-top: 2px solid #000;
}

.spill-layout #spillStoreDetail + .spill-filters #cmpr_querybuilder {
  border: none;
}

.spill-layout #spillStoreDetail li {
  padding: 0;
  border: 1px solid #CBCBCB;
  border-right: none;
  padding: 0;
  background: #F8F8F8;
  margin-bottom: -1px;
  color: #666666;
}

.spill-layout #spillStoreDetail li:last-of-type {
  border-right: 1px solid #CBCBCB;
}

.spill-layout #spillStoreDetail li:hover {
  text-decoration: none;
}

.spill-layout #spillStoreDetail li.selected {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #000000;
}

.spill-layout #spillStoreDetail li .product-thumb {
  margin: 0;
}

.spill-layout #spillStoreDetail li a {
  color: inherit;
  font: 400 12px/1 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  border: none;
  text-transform: none;
  height: auto;
  padding: 8px 50px;
  background: none;
}

.spill-layout #spillStoreDetail li a:focus, .spill-layout #spillStoreDetail li a:hover {
  text-decoration: underline;
}

.search-layout .product-miniset {
  position: relative;
}

.search-layout .product-miniset .collectionSwatchImageMapWrap {
  margin-bottom: 10px;
}

.search-layout .product-miniset .spill-special-order-swatch-bar {
  width: calc(100% - 28px);
  margin-top: 0;
  margin-bottom: 6px;
}

.search-layout .product-miniset .spill-special-order-swatch-bar .divSwatchCarousel,
.search-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel {
  min-width: 0;
  max-width: 100%;
}

.search-layout .product-miniset .spill-special-order-swatch-bar .divSwatchCarousel li:last-child,
.search-layout .product-miniset .spill-special-order-swatch-bar .shop-bar-carousel li:last-child {
  margin-right: 0 !important;
}

.search-layout .product-miniset .icon-favorites,
.search-layout .product-miniset .empty-icon-favorites {
  position: absolute;
  top: 245px;
  right: 0;
  margin-top: 5px;
}

.housewares-spill-layout .product-miniset {
  position: relative;
}

.housewares-spill-layout .product-miniset .product-miniset .spill-product-swatches {
  width: calc(100% - 28px);
}

.housewares-spill-layout .product-miniset .icon-favorites,
.housewares-spill-layout .product-miniset .empty-icon-favorites {
  position: absolute;
  top: 328px;
  right: 0;
  margin-top: 5px;
}

.furniture-spill .spill-special-order-swatch-bar {
  margin-top: 10px;
  margin-bottom: 6px;
}

.furniture-spill .product-miniset {
  position: relative;
}

.furniture-spill .product-miniset .product-miniset-thumbnail {
  margin-bottom: 0;
  height: initial;
}

.furniture-spill .product-miniset .product-miniset-thumbnail img {
  width: 498px;
  height: 328px;
}

.furniture-spill .product-miniset .product-miniset-thumbnail .spillImage {
  pointer-events: none;
}

.furniture-spill .product-miniset .image-map-container {
  position: relative;
  display: flex;
  line-height: 14px;
  margin-bottom: 16px;
}

.furniture-spill .product-miniset .image-map-container map {
  position: absolute;
  height: 2px;
  width: 27px;
  background: #1f74bf;
  top: 18px;
  left: 0px;
}

.furniture-spill .product-miniset .image-map-container area:focus {
  border: none;
  outline: none;
}

.furniture-spill .product-miniset .image-map-container .spill-more-options {
  margin-left: 10px;
}

.furniture-spill .product-miniset .image-map-container .spill-more-options:hover {
  color: #666;
}

.furniture-spill .product-miniset .collectionSwatchImageMapWrap {
  width: auto;
  overflow: hidden;
  display: block;
  margin: 0 0 6px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  font-size: 10px;
  height: auto;
}

.furniture-spill .product-miniset .colorCount {
  float: none;
  display: inline;
  color: #999;
  font-size: 11px;
  height: 12px;
  position: relative;
}

.furniture-spill .product-miniset .product-miniset-title {
  margin-top: -1px;
  width: 90%;
  margin-right: 10%;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  line-height: 16px;
}

.furniture-spill .product-miniset .reg {
  display: block;
  float: left;
}

.furniture-spill .product-miniset .sale {
  float: left;
}

.furniture-spill .product-miniset .sale .salePrice, .furniture-spill .product-miniset .sale .regPrice {
  width: inherit;
  float: left;
}

.furniture-spill .product-miniset .sale .salePrice + .regPrice {
  margin-left: 10px;
}

.furniture-spill .product-miniset .product-miniset-options {
  clear: left !important;
}

.furniture-spill .product-miniset .empty-icon-favorites {
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) no-repeat -105px -12px;
  position: absolute;
  right: 0;
  top: 328px;
  margin-top: 5px !important;
}

.furniture-spill .product-miniset .icon-favorites {
  position: absolute;
  right: 0;
  top: 328px;
  margin-top: 5px !important;
}

.furniture-spill .product-miniset .sectional-collection-info-Price {
  float: left;
  margin: 0;
}

.furniture-spill .product-miniset .sectional-collection-info-Price-link:link, .furniture-spill .product-miniset .sectional-collection-info-Price-link:active, .furniture-spill .product-miniset .sectional-collection-info-Price-link:visited, .furniture-spill .product-miniset .sectional-collection-info-Price-link:hover {
  color: #222;
  font: 300 14px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.furniture-spill .product-miniset .sectional-collection-info-Price-link:focus {
  border-bottom: dotted 1px #717171;
}

/* spill flex theme - Start
/*-------------------------------------------------------------------------------*/
/*** Crate/CSS/Common/common_shared.css */
/* #region ========== Float, Clears =============================================================== */
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

.fN {
  float: none !important;
}

.cL {
  clear: left !important;
}

.cR {
  clear: right !important;
}

.cB {
  clear: both !important;
}

.cN {
  clear: none !important;
}

/* #endregion ========== Floats, Clears============================================================ */
/*** Crate/Fonts/webfonts.css */
/* #region ========== webfonts =============================================================== */
.crate-light, .crate-helvetica-light, .helvetica-light {
  font-weight: 300 !important;
}

.crate-roman, .crate-helvetica-roman, .helvetica-roman {
  font-weight: 400 !important;
}

.crate-bold, .crate-helvetica-bold, .helvetica-bold {
  font-weight: 600 !important;
}

/* #endregion ========== webfonts ============================================================ */
/*** Crate/CSS/Common/themeControl.css */
/* #region ========== flex themes spill=============================================================== */
.spillThemeLeft,
.spillThemeRight {
  overflow: hidden;
}

.spillThemeLeft a,
.spillThemeRight a {
  overflow: hidden;
}

.spillThemeLeft .theme,
.spillThemeRight .theme {
  position: relative;
  float: left;
}

.spillThemeLeft .theme a,
.spillThemeRight .theme a {
  margin: 0;
  float: left;
}

.spillThemeLeft {
  float: left !important;
  width: auto;
}

.spillThemeRight {
  float: right !important;
  width: auto;
}

.spillThemeLeft .theme img {
  float: left;
}

.spillThemeRight .theme img {
  float: right;
}

/* Five column spill flex themes */
.fiveWideTheme.spillThemeLeft .theme a,
.fiveWideTheme.spillThemeRight .theme a {
  border-bottom: 2px solid #e6e7e9;
  border-left: 2px solid #e6e7e9;
  border-right: 2px solid #e6e7e9;
  margin: 0 0 0 -2px;
  min-height: 290px;
}

.fiveWideTheme.spillThemeH1 a {
  height: 290px;
}

.fiveWideTheme.spillThemeH1 {
  height: 292px;
}

.fiveWideTheme.spillThemeH2 a {
  height: 582px;
}

.fiveWideTheme.spillThemeH2 {
  height: 584px;
}

.fiveWideTheme.spillThemeH3 a {
  height: 874px;
}

.fiveWideTheme.spillThemeH3 {
  height: 876px;
}

.fiveWideTheme.spillThemeH4 a {
  height: 1166px;
}

.fiveWideTheme.spillThemeH4 {
  height: 1168px;
}

.fiveWideTheme.spillThemeH5 a {
  height: 1458px;
}

.fiveWideTheme.spillThemeH5 {
  height: 1460px;
}

/* Three column spill flex themes */
.threeWideTheme {
  display: inline-block;
  float: left;
  margin: 0;
}

.threeWideTheme.spillThemeH1 {
  height: 460px;
}

.threeWideTheme.spillThemeH2 {
  height: 920px;
}

.threeWideTheme.spillThemeH3 {
  height: 1380px;
}

.threeWideTheme.spillThemeH4 {
  height: 1840px;
}

.threeWideTheme.spillThemeH5 {
  height: 2300px;
}

.threeWideTheme.spillThemeW1 {
  width: 328px;
}

.threeWideTheme.spillThemeW2 {
  width: 663px;
}

.threeWideTheme.spillThemeW3 {
  width: 998px;
}

.customTheme {
  position: relative;
  z-index: 90;
  overflow: visible !important;
}

/* #endregion ========== felxthemes spill ============================================================ */
/*** Crate/CSS/Browse/spill.css */
/* #region ========== heights/widths =============================================================== */
.w3x1 {
  width: 328px;
}

.w3x2 {
  width: 668px;
}

.w3x3 {
  width: 998px;
}

.w5x1 {
  width: 200px;
}

.w5x2 {
  width: 400px;
}

.w5x3 {
  width: 600px;
}

.w5x4 {
  width: 800px;
}

.w5x5 {
  width: 1008px;
}

.h3x0 img {
  height: 330px;
}

.h3x1 {
  min-height: 448px;
}

.h3x2 {
  height: 927px;
}

.h3x3 {
  height: 1394px;
}

.h3x4 {
  height: 1601px;
}

.h3x5 {
  height: 2068px;
}

.h3x6 {
  height: 2535px;
}

.h3x7 {
  height: 3002px;
}

.h5x1 {
  height: 292px;
}

.h5x2 {
  height: 584px;
}

.h5x3 {
  height: 876px;
}

.h5x4 {
  height: 1168px;
}

.h5x5 {
  height: 1460px;
}

.h5x6 {
  height: 1752px;
}

.h5x7 {
  height: 2044px;
}

.h5x8 {
  height: 2336px;
}

.h5x9 {
  height: 2628px;
}

.h5x10 {
  height: 2920px;
}

.h5x11 {
  height: 3212px;
}

.customTheme {
  height: auto !important;
}

.customTheme.h3x1 {
  min-height: 460px;
}

.customTheme.h3x2 {
  min-height: 460px;
}

.customTheme.h3x2 {
  min-height: 927px;
}

.customTheme.h3x3 {
  min-height: 1394px;
}

.customTheme.h3x4 {
  min-height: 1601px;
}

.customTheme.h3x5 {
  min-height: 2068px;
}

.customTheme.h3x6 {
  min-height: 2535px;
}

.customTheme.h3x7 {
  min-height: 3002px;
}

.customTheme.h5x1 {
  min-height: 292px;
}

.customTheme.h5x2 {
  min-height: 584px;
}

.customTheme.h5x3 {
  min-height: 876px;
}

.customTheme.h5x4 {
  min-height: 1168px;
}

.customTheme.h5x5 {
  min-height: 1460px;
}

.customTheme.h5x6 {
  min-height: 1752px;
}

.customTheme.h5x7 {
  min-height: 2044px;
}

.customTheme.h5x8 {
  min-height: 2336px;
}

.customTheme.h5x9 {
  min-height: 2628px;
}

.customTheme.h5x10 {
  min-height: 2920px;
}

.customTheme.h5x11 {
  min-height: 3212px;
}

.customTheme.h3x1.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h3x2.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h3x3.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h3x4.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h3x5.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h3x6.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h3x7.w3x3 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x1.w5x5 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x2.w5x5 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x3.w5x5 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x4.w5x5 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x5.w5x5 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x6.w5x5 {
  height: auto !important;
  min-height: 0;
}

.customTheme.h5x7.w5x5 {
  height: auto !important;
  min-height: 0;
}

/* HW Spill Page
-------------------------------------------------------*/
.hwThreeWideContent {
  float: left;
  width: 1020px;
  padding-bottom: 15px;
  border-top: 0;
  margin: 0 0 0 -12px;
}

.hwThreeWideRow {
  width: 328px;
  margin: 0 0 12px 12px;
  float: left;
  height: 500px;
}

.hwThreeWideRow .product-info, .hwShippingMessage {
  display: block;
}

.hwThreeWideRow .product, .hwThreeWideRow .product-info {
  color: #222;
  width: 328px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  clear: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.hwThreeWideRow .product-thumb .product {
  float: left;
}

.hwThreeWideRow .product-thumb:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hwThreeWideRow .sale, .hwShippingMessage, .hwThreeWideRow .regPrice {
  font-size: 14px;
  line-height: 18px;
  clear: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.regPrice {
  color: #666;
}

.sale {
  color: #777;
}

.hwThreeWideRow .crate-isnew {
  margin-right: 2px !important;
}

.spill .hwThreeWideRow .product {
  border: none;
  margin-bottom: 10px;
}

.spill .hwThreeWideRow .product .spillImage {
  border: 1px solid #e6e6e6;
}

/* #endregion ========== heights/widths ============================================================ */
/** Crate/CSS/Browse/spill.css */
/* #region Spill Content & Spill Product Containers
-------------------------------------------------------*/
#guidedNavigation {
  margin: 25px 0 15px;
  border-right: medium none;
  background: none;
  float: left;
  width: 1006px;
  height: auto;
}

.spillContentHeader {
  float: left;
  width: 760px;
  height: auto;
  position: relative;
  margin: 0;
  border-left: 2px solid #e6e7e9;
  border-bottom: 2px solid #e6e7e9;
  background: #fff;
}

.spill .guidedNavSpillHeaderNew {
  border: 0;
}

.spill .guidedNavSpillHeaderNew .searchHeading {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 17px 0;
  padding: 0 0 0 20px;
  position: static;
}

.spill .guidedNavSpillHeaderNew .searchHeading .number {
  color: #000;
  font-weight: bold;
}

.spill .guidedNavSpillHeaderNew .searchHeading a {
  font-weight: bold;
}

.spillContent {
  float: left;
  height: auto;
  margin: 0 0 45px;
  overflow: hidden;
  position: relative;
  padding: 1px 0 0 1px;
}

.TwoWideBody .spill .spillContent,
.ThreeWideFurniture .spill .spillContent {
  /* Override for FJ 2-Up Spill and 3-Up Spill so content is immediately below edgecase filter block */
  margin-top: -7px;
}

.spillContentNoResults {
  width: 998px;
  height: auto;
  min-height: 290px;
  margin: 0 0 -2px;
  /*padding-bottom:50px;*/
  background: #fff;
}

.spillContentNoResults .links a {
  padding: 0 15px;
}

.spillContentNoResults .product {
  border: none;
}

.spill .spillContentNoResults .links ul {
  width: 100%;
  margin-top: 10px;
}

.spill .spillContentNoResults .links ul li {
  width: 100%;
}

.spill .spillContentNoResults .links h2 {
  display: none;
}

.spillContentNoResults .links a {
  width: 100% !important;
  height: auto;
  border: none;
  padding: 0;
}

.theme {
  float: right;
  height: auto;
  width: auto;
  margin: 0 0 2px 0;
}

.spill .links {
  float: left;
  height: auto;
  margin: -2px 0 0 5px;
  width: 998px;
  border: 1px solid #e6e7e9;
  padding: 15px 0;
}

.spill .spillContentNoResults .links {
  width: 598px;
  border-top: 0 none;
}

.spill #links h2 {
  position: relative;
  float: left;
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 27px 0 17px 15px;
  -webkit-font-smoothing: antialiased;
  color: #222;
}

.spill .links h4 {
  float: left;
  margin: 10px 10px;
}

.spill .product.links a {
  width: 968px;
  height: auto;
  padding: 0 15px;
  border: 0 none;
  font: bold 13px/20px Helvetica, Arial, sans-serif;
  color: #1F74BF;
  /* accessible blue */
}

.spillContentNoResults .product.links a {
  width: 568px;
  height: auto;
  padding: 0 15px;
}

.spill .links ul {
  clear: left;
  float: left;
  width: 178px;
  margin: 0;
}

.spill .links ul li {
  float: left;
  width: 158px;
}

.spill .links ul a:hover {
  text-decoration: underline;
}

/* #endregion Spill Content & Spill Product Containers */
/** Crate/CSS/Common/Common_shared.css*/
/* #region ========== Margin ====================================================================== */
/* 
0,1,2,3,4,5-50 in increments of 5. 
Oddballs as needed. 
*/
/* #region margin */
.m0 {
  margin: 0 !important;
}

.m1 {
  margin: 1px !important;
}

.m2 {
  margin: 2px !important;
}

.m3 {
  margin: 3px !important;
}

.m4 {
  margin: 4px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

/* #endregion margin */
/* #region margin-top */
.mT0 {
  margin-top: 0 !important;
}

.mT1 {
  margin-top: 1px !important;
}

.mT2 {
  margin-top: 2px !important;
}

.mT3 {
  margin-top: 3px !important;
}

.mT4 {
  margin-top: 4px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT7 {
  margin-top: 7px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT12 {
  margin-top: 12px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT16 {
  margin-top: 16px !important;
}

.mT18 {
  margin-top: 18px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT23 {
  margin-top: 23px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT63 {
  margin-top: 63px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT85 {
  margin-top: 85px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.mT95 {
  margin-top: 95px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mT116 {
  margin-top: 116px !important;
}

.mT120 {
  margin-top: 120px !important;
}

.mT125 {
  margin-top: 125px !important;
}

.mT135 {
  margin-top: 135px !important;
}

.mT165 {
  margin-top: 165px !important;
}

.mT175 {
  margin-top: 175px !important;
}

.mT240 {
  margin-top: 240px !important;
}

/* #endregion margin-top */
/* #region margin-top - negative */
.mTN1 {
  margin-top: -1px !important;
}

.mTN2 {
  margin-top: -2px !important;
}

.mTN3 {
  margin-top: -3px !important;
}

.mTN4 {
  margin-top: -4px !important;
}

.mTN5 {
  margin-top: -5px !important;
}

.mTN10 {
  margin-top: -10px !important;
}

.mTN15 {
  margin-top: -15px !important;
}

.mTN20 {
  margin-top: -20px !important;
}

.mTN25 {
  margin-top: -25px !important;
}

.mTN30 {
  margin-top: -30px !important;
}

.mTN35 {
  margin-top: -35px !important;
}

.mTN40 {
  margin-top: -40px !important;
}

.mTN45 {
  margin-top: -45px !important;
}

.mTN50 {
  margin-top: -50px !important;
}

.mTN80 {
  margin-top: -80px !important;
}

.mTN94 {
  margin-top: -94px !important;
}

.mTN98 {
  margin-top: -98px !important;
}

.mTN100 {
  margin-top: -100px !important;
}

.mTN140 {
  margin-top: -140px !important;
}

.mTN198 {
  margin-top: -198px !important;
}

.mTN200 {
  margin-top: -200px !important;
}

.mTN225 {
  margin-top: -225px !important;
}

.mTN250 {
  margin-top: -250px !important;
}

.mTN270 {
  margin-top: -270px !important;
}

.mTN300 {
  margin-top: -300px !important;
}

.mTN340 {
  margin-top: -340px !important;
}

/* #endregion margin-top - negative */
/* #region margin-right */
.mR0 {
  margin-right: 0 !important;
}

.mR1 {
  margin-right: 1px !important;
}

.mR2 {
  margin-right: 2px !important;
}

.mR3 {
  margin-right: 3px !important;
}

.mR4 {
  margin-right: 4px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR23 {
  margin-right: 23px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR108 {
  margin-right: 108px !important;
}

.mR140 {
  margin-right: 140px !important;
}

/* #endregion margin-right */
/* #region margin-right - negative */
.mRN1 {
  margin-right: -1px !important;
}

.mRN2 {
  margin-right: -2px !important;
}

.mRN3 {
  margin-right: -3px !important;
}

.mRN4 {
  margin-right: -4px !important;
}

.mRN5 {
  margin-right: -5px !important;
}

.mRN10 {
  margin-right: -10px !important;
}

.mRN15 {
  margin-right: -15px !important;
}

.mRN20 {
  margin-right: -20px !important;
}

.mRN25 {
  margin-right: -25px !important;
}

.mRN30 {
  margin-right: -30px !important;
}

.mRN35 {
  margin-right: -35px !important;
}

.mRN40 {
  margin-right: -40px !important;
}

.mRN45 {
  margin-right: -45px !important;
}

.mRN50 {
  margin-right: -50px !important;
}

/* #endregion margin-right - negative */
/* #region margin-bottom */
.mB0 {
  margin-bottom: 0 !important;
}

.mB1 {
  margin-bottom: 1px !important;
}

.mB2 {
  margin-bottom: 2px !important;
}

.mB3 {
  margin-bottom: 3px !important;
}

.mB4 {
  margin-bottom: 4px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB14 {
  margin-bottom: 14px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.mB200 {
  margin-bottom: 200px !important;
}

/* #endregion margin-bottom */
/* #region margin-bottom - negative */
.mBN1 {
  margin-bottom: -1px !important;
}

.mBN2 {
  margin-bottom: -2px !important;
}

.mBN3 {
  margin-bottom: -3px !important;
}

.mBN4 {
  margin-bottom: -4px !important;
}

.mBN5 {
  margin-bottom: -5px !important;
}

.mBN10 {
  margin-bottom: -10px !important;
}

.mBN15 {
  margin-bottom: -15px !important;
}

.mBN20 {
  margin-bottom: -20px !important;
}

.mBN25 {
  margin-bottom: -25px !important;
}

.mBN30 {
  margin-bottom: -30px !important;
}

.mBN35 {
  margin-bottom: -35px !important;
}

.mBN40 {
  margin-bottom: -40px !important;
}

.mBN45 {
  margin-bottom: -45px !important;
}

.mBN50 {
  margin-bottom: -50px !important;
}

/* #endregion margin-bottom - negative */
/* #region margin-left */
.mL0 {
  margin-left: 0 !important;
}

.mL1 {
  margin-left: 1px !important;
}

.mL2 {
  margin-left: 2px !important;
}

.mL3 {
  margin-left: 3px !important;
}

.mL4 {
  margin-left: 4px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL8 {
  margin-left: 8px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL11 {
  margin-left: 11px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL24 {
  margin-left: 24px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL26 {
  margin-left: 26px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL48 {
  margin-left: 48px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL100 {
  margin-left: 100px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL128 {
  margin-left: 128px !important;
}

.mL175 {
  margin-left: 175px !important;
}

.mL200 {
  margin-left: 200px !important;
}

.mL215 {
  margin-left: 215px !important;
}

.mL400 {
  margin-left: 400px !important;
}

/* #endregion margin-left */
/* #region margin-left - negative */
.mLN1 {
  margin-left: -1px !important;
}

.mLN2 {
  margin-left: -2px !important;
}

.mLN3 {
  margin-left: -3px !important;
}

.mLN4 {
  margin-left: -4px !important;
}

.mLN5 {
  margin-left: -5px !important;
}

.mLN10 {
  margin-left: -10px !important;
}

.mLN15 {
  margin-left: -15px !important;
}

.mLN20 {
  margin-left: -20px !important;
}

.mLN25 {
  margin-left: -25px !important;
}

.mLN30 {
  margin-left: -30px !important;
}

.mLN35 {
  margin-left: -35px !important;
}

.mLN40 {
  margin-left: -40px !important;
}

.mLN45 {
  margin-left: -45px !important;
}

.mLN50 {
  margin-left: -50px !important;
}

/* #endregion margin-left - negative */
/* #endregion ========== Margin =================================================================== */
.pA {
  position: absolute;
}

.hwSpillThemeRight {
  float: right;
}

/* spill flex theme - End
/*-------------------------------------------------------------------------------*/
.popupContent #orderSwatchesForm h1 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.popupContent h2.swatchHeader {
  clear: left;
  font-size: 16px;
  padding: 12px 0 0;
}

#orderSwatchesForm .width725 {
  width: 725px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

#orderSwatchesForm .width350 {
  width: 350px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

#orderSwatchesForm .width300 {
  width: 300px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

#orderSwatchesForm .width275 {
  width: 275px;
  float: left;
  position: relative;
  display: inline;
}

#orderSwatchesForm .width200 {
  width: 200px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

#orderSwatchesForm .width100 {
  width: 100px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

#orderSwatchesForm label {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

#orderSwatchesForm label span.required {
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
  color: #666;
  margin: 0;
}

#orderSwatchesForm input[type="text"],
#orderSwatchesForm input[type="tel"],
#orderSwatchesForm input[type="email"] {
  background: #fff;
  font-weight: 300;
  line-height: 32px;
  height: 30px;
  border: solid 1px #bcbcbc;
  box-shadow: 0 2px 6px #ececec inset !important;
  box-sizing: content-box;
  color: #222;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 5px;
}

#orderSwatchesForm .error input[type="text"],
#orderSwatchesForm .error input[type="tel"],
#orderSwatchesForm .error input[type="email"] {
  border: solid 1px #B20000;
  color: #999;
}

#orderSwatchesForm .error label {
  color: #a20202 !important;
  padding: 0 0 0 10px;
  background: url(/Assets/Forms/errorArrow.gif) 0 3px no-repeat;
}

#orderSwatchesForm .error .required {
  color: #A20202;
}

#orderSwatchesForm .cB {
  clear: both !important;
}

#orderSwatchesForm .pT10 {
  padding-top: 10px !important;
}

#orderSwatchesForm .mB10 {
  margin-bottom: 10px !important;
}

#orderSwatchesForm .mT10 {
  margin-top: 10px !important;
}

#orderSwatchesForm .bT {
  border-top: solid 1px #e6e7e9;
}

#orderSwatchesForm .hr {
  border-top: solid 2px #e6e7e9;
}

#orderSwatchesForm .intro {
  width: 725px;
  float: left;
}

#orderSwatchesForm .note {
  width: 725px;
  float: left;
  padding: 10px 0 !important;
  border-top: 2px solid #e6e7e9;
}

#orderSwatchesForm .swatchRow {
  display: inline;
  float: left;
  margin: 0;
  width: 300px;
}

#orderSwatchesForm .swatchRow p {
  width: 100%;
}

#orderSwatchesForm .swatchContainer {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  width: 86px;
}

#orderSwatchesForm .swatchSample {
  float: left;
  margin: 0 0 5px 0;
}

#orderSwatchesForm .checkbox {
  margin-right: 5px;
}

#orderSwatchesForm input[type="checkbox"] {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 13px;
}

#orderSwatchesForm .swatchSampleLabel {
  display: inline;
  float: left;
  clear: none;
  font-weight: normal;
  margin-left: 0;
  width: auto;
  text-wrap: normal;
}

#orderSwatchesForm .btnA2 {
  border: solid 1px #1461a9;
  background-color: #006AB7;
  background-image: linear-gradient(top, #2576c2, #105da5);
  color: #fff !important;
  text-shadow: -1px -1px #0e599e;
  height: 28px;
  padding: 0 14px;
  font-size: 13px !important;
  line-height: 28px !important;
  border-radius: 2px;
  float: left;
  margin: 0;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold !important;
  text-decoration: none !important;
}

#orderSwatchesForm .btnA2 span {
  line-height: 28px !important;
  height: 28px;
  float: left;
  text-align: center;
  width: 100%;
}

#orderSwatchesForm .errorMessage {
  background: #fffbfa url(/Assets/Forms/ghostbusters.gif) no-repeat 12px 15px !important;
  color: #a20202 !important;
  border-top: 1px solid #b20000 !important;
  border-bottom: 1px solid #b20000 !important;
  font: bold 13px/16px Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 15px 20px 15px 40px;
  clear: left;
  display: block;
}

@media screen and (min-width: 768px) {
  .housewares-spill-layout .spill-layout .button-add-to-favorites,
  .spill-layout .hwThreeWideContent .button-add-to-favorites {
    position: absolute;
    top: 357px;
    right: 0;
  }
  .furniture-spill .spill-layout .twoWideContent .button-add-to-favorites {
    position: absolute;
    top: 309px;
  }
  .furniture-spill .spill-layout.hwThreeWideContent .button-add-to-favorites {
    position: absolute;
    top: 355px;
    right: 0;
  }
  .spill-layout.search-layout .spill-grid .jsSearchProduct .product-miniset,
  .spill-layout.search-layout .spill-grid .jsSearchOutlet .product-miniset,
  .spill-layout .hwThreeWideContent .product-miniset {
    position: relative;
  }
  .spill-layout.search-layout .button-add-to-favorites {
    position: absolute;
    top: 273px;
    right: 0;
  }
  .related-search-wrapper {
    margin-top: 20px;
    background-color: #efefef;
  }
  .section-related-searches {
    width: 1008px;
    margin: 0 auto !important;
    display: block;
    padding: 40px 0 40px;
  }
  .section-related-searches h2 {
    margin: 0;
    border: none;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    text-transform: none;
  }
  .section-related-searches ul li {
    float: left;
    margin: 0 32px 0 0;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
  }
  .section-related-searches ul li a {
    color: #666;
  }
  .seo-generated-spill-layout .section-seo {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
  }
  .seo-generated-spill-layout .section-seo-container {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .seo-generated-spill-layout .reveal-container {
    border-top: 0;
    padding-top: 0;
  }
}

@font-face {
  font-family: 'cb-icons';
  src: url("../fonts/cb-icons.eot?gile1i");
  src: url("../fonts/cb-icons.eot?#iefixgile1i") format("embedded-opentype"), url("../fonts/cb-icons.ttf?gile1i") format("truetype"), url("../fonts/cb-icons.woff?gile1i") format("woff"), url("../fonts/cb-icons.svg?gile1i#cb-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.content {
  min-height: 703px;
}

.favorites-layout {
  margin: auto;
  /* === Favorites List */
}

.favorites-layout .favorites-middle-spacing {
  margin-left: 10px;
  margin-right: 10px;
}

.favorites-layout .favorites-container {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-top: 37px;
}

.favorites-layout .favorites-container p {
  font: italic 400 33px/1 "WTC Our Bodoni W05 Italic", Georgia, serif;
}

.favorites-layout .favorites-wrapper {
  width: 328px;
  margin-top: 31px;
}

.favorites-layout .favorites-wrapper img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 130px;
}

.favorites-layout .favorites-wrapper h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin: auto;
  font-size: 1.5em;
}

.favorites-layout .favorites-wrapper .favorites-content {
  border: 4px solid #e6e7e9;
  padding-bottom: 56.25%;
  position: relative;
  height: 136px;
}

.favorites-layout .favorites-wrapper .favorites-content .favorites-circle {
  position: relative;
  margin: 0 auto;
  margin-top: -26px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #333;
  border: 2px solid #fff;
}

.favorites-layout .favorites-wrapper .favorites-content .favorites-circle .cmsWhite {
  width: 100%;
  text-align: center;
  line-height: 2em;
  font-size: 1.5em;
}

.favorites-layout h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 17px 0 17px 0;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  padding: 0;
}

.favorites-layout .no-list-label {
  float: right;
  font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.favorites-layout .no-list-wrap {
  width: 100%;
  margin: auto;
  float: left;
  padding: 50px 0 0 0;
  border-top: solid lightgray 1pt;
  padding-bottom: 100px;
}

.favorites-layout .no-items-img {
  background: url(//images.crateandbarrel.com/is/image/Crate/no_lists_page?fmt=png&wid=1008) no-repeat 0px -4px;
  height: 418px;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.favorites-layout .well {
  overflow: hidden;
}

.favorites-layout .new-list-input-wrap {
  display: none;
}

.favorites-layout .btn-mb {
  border-radius: 2px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff !important;
  font: 300 15px/38px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  text-decoration: none !important;
  height: 38px;
  padding: 0 18px;
  margin: 0;
  overflow: hidden;
  background-image: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.favorites-layout .btn-mb:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff !important;
}

.favorites-layout .tom,
.favorites-layout .tom:hover {
  background-color: #56b401;
  border-color: #56b401;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 79px;
}

.favorites-layout .board-saved {
  background-position: 348px -67px;
}

.favorites-layout .pencil-edit, .favorites-layout .edit-save, .favorites-layout .board-saved {
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  float: left;
  margin-top: 6px;
}

.favorites-layout .btn-inverse {
  color: #000 !important;
  text-shadow: none;
  background-color: white;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  border-color: #bbb;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.favorites-layout .btn-inverse:hover {
  color: #222 !important;
  border-color: #bbb;
}

.favorites-layout i, .favorites-layout .pencil-edit {
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) 0 0;
}

.favorites-layout .boards-title-wrap {
  padding: 20px 0;
  float: left;
  width: 100%;
}

.favorites-layout .boards-title-wrap h1 {
  margin: 0;
}

.favorites-layout .boards-title-wrap .copy-icon {
  /*float: right;*/
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) 95px -11px;
  height: 25px;
  margin: 6px 0 0 15px;
  display: inline-block;
  border: 0;
  padding: 0 0 0 26px;
  color: #1F74BF;
  text-align: left;
  font: 300 16px/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.favorites-layout .boards-title-wrap .mb-sign-in {
  float: right;
  font: 300 16px/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 10px 0 0 20px;
}

.favorites-layout .boards-title-wrap .sign-in-alert {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #323232;
  right: -20px;
  bottom: -210px;
  z-index: 100;
}

.favorites-layout .boards-title-wrap .sign-in-alert img {
  margin: 25px auto 15px;
  display: block;
}

.favorites-layout .boards-title-wrap .sign-in-alert p {
  color: #fff;
  font: 300 14px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  text-align: center;
}

.favorites-layout .boards-title-wrap .sign-in-alert p span {
  font-weight: 800;
}

.favorites-layout .boards-title-wrap .sign-in-alert:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -9px;
  right: 32px;
  border-width: 0 8px 10px;
  border-style: solid;
  border-color: #323232 transparent;
  display: block;
  width: 0;
}

.favorites-layout .boards-title-wrap .mb-sign-in {
  float: right;
  font: 300 16px/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 10px 0 0 20px;
}

.favorites-layout .boards-title-wrap .mb-sign-in:focus {
  text-decoration: underline;
  outline: 0;
}

.favorites-layout .boards-title-wrap .sign-in-alert {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #323232;
  right: -20px;
  top: 45px;
  z-index: 100;
}

.favorites-layout .boards-title-wrap .sign-in-alert img {
  margin: 25px auto 15px;
  display: block;
}

.favorites-layout .boards-title-wrap .sign-in-alert p {
  color: #fff;
  font: 300 14px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  text-align: center;
}

.favorites-layout .boards-title-wrap .sign-in-alert p span {
  font-weight: 800;
}

.favorites-layout .boards-title-wrap .sign-in-alert:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -9px;
  right: 32px;
  border-width: 0 8px 10px;
  border-style: solid;
  border-color: #323232 transparent;
  display: block;
  width: 0;
}

.favorites-layout .boards-title-wrap .id-icon {
  /*float: right;*/
  width: 75px;
  height: 25px;
  display: inline-block;
  border: 0;
  padding: 0;
  margin-top: 11px;
  font: 300 14px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
}

.favorites-layout .boards-title-wrap .edit-save {
  background-position: 238px -20px;
}

.favorites-layout .boards-title-wrap .pencil-edit {
  background-position: 223px -117px;
}

.favorites-layout .boards-title-wrap .js-edit-save {
  display: none;
  float: left;
}

.favorites-layout .boards-title-wrap input[contenteditable="true"]:focus,
.favorites-layout .boards-title-wrap input[contenteditable="true"] {
  white-space: nowrap;
  height: 38px;
  overflow: hidden;
  padding: 0 5px;
  border: none;
  float: left;
}

.favorites-layout .boards-title-wrap input[contenteditable="true"]:focus {
  text-overflow: unset;
  overflow: auto;
}

.favorites-layout .boards-title-wrap input[contenteditable="true"] {
  text-overflow: ellipsis;
}

.favorites-layout .favorites-boards-list {
  float: left;
}

.favorites-layout .favorites-boards-list .create-new-board {
  height: 241px;
  width: 325px;
  float: left;
  background: #E6E7E9;
  margin: 0 10px 100px 0;
  border: 1px dashed silver;
}

.favorites-layout .favorites-boards-list .create-new-board i {
  width: 44px;
  height: 44px;
  background-position: -143px -159px;
  display: block;
  margin: 85px auto 0;
}

.favorites-layout .favorites-boards-list .create-new-board p {
  margin-top: 20px;
  text-align: center;
  color: #222;
  font: 300 20px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
}

.favorites-layout .favorites-boards-list .favorites-board-item {
  margin: 0 10px 20px 0;
  width: 324px;
  height: 345px;
  float: left;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails {
  height: 243px;
  width: 324px;
  float: left;
  background: white;
  margin-bottom: 9px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  background: url(//images.crateandbarrel.com/is/image/Crate/mood_board_placeholder_icons?fmt=png);
  outline: 1px dashed #ccc;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb {
  width: 81px;
  height: 81px;
  background-position: top left;
  float: left;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(1), .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(2) {
  width: 162px;
  height: 162px;
  background: none;
  float: left;
  outline: 1px dashed #ccc;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(n+2) {
  outline: 1px dashed #ccc;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  height: 81px;
  position: absolute;
  width: 322px;
  left: 1px;
  bottom: 1px;
  z-index: 99;
  cursor: default;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons button {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 25px 7px 0;
  border: none;
  background-color: transparent;
  background-image: none;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons i {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons i.duplicate {
  background-position: -329px 39px;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons i.share {
  background-position: -383px 39px;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons i.delete {
  background-position: -437px 39px;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails:hover .hover-icons {
  display: block;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .design-board-hover {
  display: none;
  height: 241px;
  width: 322px;
  border: 1px solid silver;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .design-board-hover .view-board {
  width: 150px;
  left: 50%;
  margin-left: -75px;
  padding: 8px 0;
  text-align: center;
  background: #444;
  border-radius: 1.5px;
  color: #fff;
  position: absolute;
  top: 63px;
  z-index: 10;
  opacity: 1;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .view-board-link {
  display: none;
  height: 241px;
  width: 322px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 10;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails:hover .design-board-hover,
.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails:hover .view-board-link {
  display: block;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-title {
  min-width: 245px;
  font-weight: bold;
  float: left;
  width: 100px;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorite-icon .fav-count {
  float: right;
  margin-right: 8px;
  color: #222;
  font-size: 12px;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorite-icon .fav-count .svg-icon-heart-solid {
  color: #222;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorite-icon .fav-count.has-items {
  color: #1f74bf;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorite-icon .fav-count.has-items .svg-icon-heart-solid {
  color: #1f74bf;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-heart,
.favorites-layout .favorites-boards-list .favorites-board-item .favorites-black-heart {
  min-width: 37px;
  color: #444;
  float: right;
  text-align: right;
  margin-right: 8px;
  font-size: 12px;
  line-height: 20px;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-heart i,
.favorites-layout .favorites-boards-list .favorites-board-item .favorites-black-heart i {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  float: left;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-heart i {
  background-position: -77px -163px;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-black-heart {
  color: #000;
}

.favorites-layout .favorites-boards-list .favorites-board-item .favorites-black-heart i {
  background-position: -50px -163px;
}

.favorites-layout .favorite-line-item {
  float: left;
  width: 100%;
}

.favorites-layout .favorite-line-item input {
  text-align: center;
}

.favorites-layout .favorites-list-row {
  width: 100%;
  border-top: 1px solid #CDCDCD;
  padding: 35px 0 35px;
  margin: 0;
  float: left;
  position: relative;
}

.favorites-layout .favorites-list-row .favorites-list-delete {
  height: 16px;
  float: left;
  text-align: right;
}

.favorites-layout .favorites-list-row .favorites-list-delete .delete-row {
  width: 16px;
  height: 16px;
  margin: -9px -6px 0;
  border: none;
  background-color: transparent;
  background-image: none;
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-delete .delete-row:focus {
  outline: 1px dotted #222;
  outline-offset: 2px;
}

.favorites-layout .favorites-list-row .favorites-list-delete i {
  background-position: -291px 75px;
  width: 16px;
  height: 16px;
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-delete i::before {
  display: none;
}

.favorites-layout .favorites-list-row .favorites-list-image {
  width: 170px;
  height: 170px;
  float: left;
  overflow: hidden;
}

.favorites-layout .favorites-list-row .favorites-list-image img {
  width: 158px;
  float: left;
  margin: 3px;
}

.favorites-layout .favorites-list-row .favorites-list-image a:focus img {
  outline: 1px dotted #222;
  outline-offset: 2px;
}

.favorites-layout .favorites-list-row .favorites-list-details {
  width: 830px;
  height: auto;
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-details h4 {
  float: left;
  max-width: 400px;
  width: 400px;
  margin-top: -1px;
  margin-bottom: 0;
}

.favorites-layout .favorites-list-row .favorites-list-details h4 a {
  color: #222;
  font: 600 15px/1.6em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.favorites-layout .favorites-list-row .favorites-list-details h4 a:focus {
  text-decoration: underline;
}

.favorites-layout .favorites-list-row .favorites-list-details span {
  font: 400 12px/1.6em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  float: left;
  clear: both;
  color: #666;
}

.favorites-layout .favorites-list-row .favorites-list-details .salePriceDetail {
  color: #121212;
  font: 600 16px/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.favorites-layout .favorites-list-row .favorites-list-details .shop-bar-summary,
.favorites-layout .favorites-list-row .favorites-list-details .custom-swatch-summary {
  width: auto;
}

.favorites-layout .favorites-list-row .favorites-list-details .custom-swatch-summary-img-area {
  float: left;
}

.favorites-layout .favorites-list-row .favorites-list-details .custom-swatch-summary-img-area .custom-swatch-summary-item-img {
  float: left;
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}

.favorites-layout .favorites-list-row .favorites-list-details .shop-bar-summary-item-text,
.favorites-layout .favorites-list-row .favorites-list-details .custom-swatch-summary-item-text {
  float: left;
  clear: left;
}

.favorites-layout .favorites-list-row .favorites-list-details .shop-bar-summary-item-text span,
.favorites-layout .favorites-list-row .favorites-list-details .custom-swatch-summary-item-text span {
  clear: none;
}

.favorites-layout .favorites-list-row .favorites-list-details .shop-bar-summary-item-label,
.favorites-layout .favorites-list-row .favorites-list-details .custom-swatch-summary-item-label {
  font-weight: 600;
  color: #222;
}

.favorites-layout .favorites-list-row .favorites-list-details .list-price {
  padding-top: 3px;
  margin-top: 7px;
  text-align: right;
  height: auto;
  float: right;
  width: auto;
}

.favorites-layout .favorites-list-row .favorites-list-details .list-price .reg {
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-details .list-price .reg .regPrice {
  color: #121212;
  font: 600 16px/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .salePrice, .favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .regPrice {
  font: 300 16px/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  clear: none;
  margin-left: 5px;
}

.favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .salePrice {
  color: #bb0000;
  font-weight: 600;
}

.favorites-layout .favorites-list-row .promo-details {
  float: left;
  padding-left: 7px;
}

.favorites-layout .favorites-list-row .favorites-list-right {
  width: 340px;
  max-width: 100%;
  height: auto;
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-cart {
  width: 180px;
  float: left;
  padding-left: 10px;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input label {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input input[type="text"], .favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input input[type="number"], .favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input input[type="email"], .favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input input[type="tel"], .favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input input[type="password"] {
  width: 40px;
  height: 40px;
  border-radius: 1px;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-cart .cart-btn {
  width: 130px;
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-cart .cart-btn .btn-small {
  width: 125px;
  margin-right: 5px;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-registry {
  width: 150px;
  float: right;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-registry .add-to-registry {
  font: 300 16px/1.3em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  letter-spacing: -.02em;
  padding: 5px;
  margin-top: 5px;
  border: none;
  background-color: transparent;
  background-image: none;
  float: right;
  color: inherit;
}

.favorites-layout .favorites-list-row .favorites-list-right .add-registry .add-to-registry i.web-icon-registry {
  font-size: 20px;
  float: left;
  margin-right: 3px;
}

.favorites-layout .favorites-list-row .favorites-list-footer {
  width: 830px;
  min-height: 30px;
  bottom: 42px;
  right: 0;
  position: absolute;
}

.favorites-layout .favorites-list-row .favorites-list-footer .add-list {
  margin: 5px 0 0 -6px;
  border: none;
  background-color: transparent;
  background-image: none;
  float: left;
  font: 300 14px/1.6em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: inherit;
}

.favorites-layout .favorites-list-row .favorites-list-footer i {
  background-position: -228px 136px;
  width: 24px;
  height: 24px;
  float: left;
}

#messagePrint {
  display: none;
}

.create-board-ad {
  width: 100%;
  height: 70px;
  float: left;
  cursor: pointer;
}

.canvas-wrap {
  float: left;
  width: 100%;
  background-color: #e6e7e9;
  min-height: 58px;
}

.canvas-wrap .slide-open {
  background-color: transparent;
  border: 0;
}

.canvas-wrap .slide-open .btn-mb {
  float: right;
  margin: 10px 0 10px 20px;
}

.canvas-wrap .slide-open .slide-btn i {
  width: 16px;
  height: 16px;
  top: 47%;
  right: 0;
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) -207px -123px;
}

.canvas-wrap .mood-toggle {
  padding: 10px 21px 10px 10px;
  float: left;
  margin: 11px 0 0 20px;
}

.canvas-wrap .mood-toggle .mood-show,
.canvas-wrap .mood-toggle .mood-hide {
  font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #1f74bf;
}

.canvas-wrap .mood-show {
  display: none;
}

.canvas-wrap .active .mood-show {
  display: block;
}

.canvas-wrap .active .mood-hide,
.canvas-wrap .active .mood-btn {
  display: none;
}

.mood-board-text {
  float: left;
  margin-top: 20px;
  font: 600 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.mood-btn {
  float: right;
  margin: 10px 0 10px 10px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.mood-total-price {
  font-weight: 800;
}

#designboard-canvas {
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px dashed #d2d2d2;
  height: 756px;
  width: 1008px;
  display: flex;
  /*flex-direction: row;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;*/
  padding: 0;
  position: relative;
  margin-top: 20px;
  box-sizing: border-box;
}

#designboard-canvas i[class*="icon-"] {
  background: url(//images.crateandbarrel.com/is/image/Crate/Mood_board_Sprite?fmt=png-alpha) 0 0;
}

#designboard-canvas img {
  width: 100%;
  height: 100%;
}

#designboard-canvas img:focus {
  outline: none;
}

#designboard-canvas .draggable {
  position: absolute;
}

#designboard-canvas .draggable i {
  display: inline-block;
}

#designboard-canvas .draggable .option {
  display: none;
}

#designboard-canvas .draggable .handle {
  display: none;
}

#designboard-canvas .draggable.selected .handle {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
}

#designboard-canvas .draggable.selected .handle.rotate {
  top: -39px;
  left: -45px;
  cursor: nesw-resize;
}

#designboard-canvas .draggable.selected .handle.resize {
  top: -52px;
  right: -52px;
  cursor: nesw-resize !important;
}

#designboard-canvas .draggable.selected .handle.remove {
  bottom: -48px;
  left: 50%;
  margin-left: -48px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-position: -314px -59px;
}

#designboard-canvas .draggable.selected .handle.copy {
  bottom: -64px;
  right: 50%;
  cursor: copy;
  margin-right: -54px;
}

#designboard-canvas .draggable.selected .handle.circle {
  height: 12px;
  width: 12px;
  border-radius: 10px;
  border: 2px solid;
  position: absolute;
  background-color: white;
}

#designboard-canvas .draggable.selected .handle.circle:nth-of-type(1) {
  top: -9px;
  right: -9px;
}

#designboard-canvas .draggable.selected .handle.circle:nth-of-type(2) {
  top: -9px;
  left: -9px;
}

#designboard-canvas .draggable.selected .handle.circle:nth-of-type(3) {
  bottom: -9px;
  left: -9px;
  display: none;
}

#designboard-canvas .draggable.selected .handle.circle:nth-of-type(4) {
  bottom: -9px;
  right: -9px;
  display: none;
}

#designboard-canvas .draggable.selected .handle i.icon-ico_arrowsize_md {
  width: 22px;
  height: 20px;
  background-position: 439px -111px;
  bottom: 30%;
  right: 30%;
  position: absolute;
  transform: rotate(-80deg);
}

#designboard-canvas .draggable.selected .handle i.icon-ico_arrowrotate_md {
  width: 30px;
  height: 31px;
  background-position: 401px -107px;
  transform: rotate(-80deg);
  top: 10%;
  left: 30%;
  position: absolute;
}

#designboard-canvas .draggable.selected .handle i.icon-ico_copy_md {
  width: 30px;
  height: 31px;
  background-position: 47px -66px;
  top: 7px;
  left: 13px;
  position: absolute;
}

#designboard-canvas .draggable.selected .option {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

#designboard-canvas .draggable.selected .option .btn.bring-forward i.icon-bring-forward {
  width: 22px;
  height: 22px;
  background-position: 477px -106px;
}

#designboard-canvas .draggable.selected .spin {
  border: 1px dashed #333;
}

@media screen and (max-width: 767px) {
  .canvas-wrap {
    display: none;
  }
  .favorites-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 1.2em;
  }
  .favorites-layout .favorites-middle-spacing {
    margin-left: 0;
    margin-right: 0;
  }
  .favorites-layout h1 {
    font: 300 1.6em/1.2em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .favorites-layout .favorites-wrapper {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .favorites-layout .favorites-wrapper img {
    width: auto;
    height: 35%;
    bottom: 40%;
  }
  .favorites-layout .favorites-wrapper h3 {
    font-size: 6vw;
  }
  .favorites-layout .no-list-label {
    display: none;
  }
  .favorites-layout .no-list-wrap {
    padding-bottom: 50px;
  }
  .favorites-layout .no-items-img {
    background: url(//images.crateandbarrel.com/is/image/Crate/Mobile_Canvas_No_List?fmt=png) no-repeat 0px -4px;
    background-size: 100%;
    padding-bottom: 325%;
    width: 100%;
    height: 0;
    float: left;
  }
  .favorites-layout .boards-title-wrap input[contenteditable="true"] {
    max-width: 80%;
    font-size: 1.6em;
  }
  .favorites-layout .boards-title-wrap .id-icon {
    color: #5e5e5e;
    float: left;
    margin-left: 5px;
  }
  .favorites-layout .boards-title-wrap .mb-sign-in {
    float: right;
    width: 30%;
    margin: 10px 0 0 0;
    text-align: right;
  }
  .favorites-layout .boards-title-wrap .copy-icon {
    /*float: right;*/
    margin-right: 20px;
    width: 30%;
    margin: 6px 0 0 0;
    text-align: center;
  }
  .favorites-layout .boards-title-wrap .sign-in-alert {
    width: 92%;
    right: 4%;
    height: auto;
    top: 45px;
  }
  .favorites-layout .boards-title-wrap .sign-in-alert img {
    display: none;
  }
  .favorites-layout .boards-title-wrap .sign-in-alert p {
    width: auto;
    font: 300 18px/1.2 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    text-align: center;
    margin: 20px;
  }
  .favorites-layout .boards-title-wrap .sign-in-alert:before {
    right: 10px;
  }
  .favorites-layout .boards-title-wrap .id-icon {
    float: left;
    width: 30%;
    margin: 11px 0 0 0;
  }
  .favorites-layout .favorites-list-row .favorites-list-image {
    width: 40%;
    height: auto;
    margin-bottom: 10px;
  }
  .favorites-layout .favorites-list-row .favorites-list-image img {
    max-width: 90%;
  }
  .favorites-layout .favorites-list-row .favorites-list-details {
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .favorites-layout .favorites-list-row .favorites-list-details h4 {
    max-width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-details .list-price {
    float: left;
    clear: left;
    padding-top: 0;
    max-width: 100%;
    font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .favorites-layout .favorites-list-row .favorites-list-details .list-price .reg .regPrice {
    color: #666;
    font: 300 15px/1.6em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .salePrice, .favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .regPrice, .favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .salePriceDetail {
    font: 300 15px/1.6em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    margin: 0;
  }
  .favorites-layout .favorites-list-row .favorites-list-details .list-price .sale .regPrice {
    margin-left: 5px;
  }
  .favorites-layout .favorites-list-row .favorites-list-footer {
    display: none;
  }
  .favorites-layout .favorites-list-row .promo-details {
    padding-left: 20px;
  }
  .favorites-layout .favorites-boards-list {
    width: 100%;
    /*.design-board-new-name:focus + .create-new-list-btn{
                display: block;
                cursor: pointer;
            }*/
  }
  .favorites-layout .favorites-boards-list input.design-board-new-name {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: 1px dashed #1F74BF;
    padding: 15px 10px 15px 40px;
    font: 300 16px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    outline: none;
    color: #1F74BF;
    margin-bottom: 10px;
    height: inherit;
    box-shadow: none;
    background: url(//images.crateandbarrel.com/is/image/Crate/mobile_mood_plus_2?fmt=png) no-repeat 10px 11px;
    background-size: 25px;
    border-radius: 0;
  }
  .favorites-layout .favorites-boards-list input.design-board-new-name:focus {
    border: 1px solid #ccc;
    outline: none;
    color: #000;
    padding-right: 85px;
    background-image: none;
    padding-left: 10px;
  }
  .favorites-layout .favorites-boards-list input.design-board-new-name::-webkit-input-placeholder {
    color: #1F74BF;
  }
  .favorites-layout .favorites-boards-list .new-list-input-wrap {
    position: relative;
    float: left;
    display: block;
  }
  .favorites-layout .favorites-boards-list .create-new-list-btn {
    width: 60px;
    height: 38px;
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    border: 0;
    display: none;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: left;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item:nth-of-type(even) {
    float: right;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-size: 100%;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb {
    width: 25%;
    height: auto;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:empty {
    padding-bottom: 25%;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb .board-thumb-img {
    width: 100%;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(1), .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(2) {
    width: 50%;
    height: auto;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(1):empty, .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(2):empty {
    padding-bottom: 50.25%;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .thumb:nth-of-type(odd) {
    background-position: top right;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails .hover-icons {
    display: none;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails:hover .design-board-hover,
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails:hover .view-board-link,
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-thumbnails:hover .hover-icons {
    display: none;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-title {
    min-width: 70%;
    width: 70%;
    margin-bottom: 5px;
    float: left;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-heart,
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-black-heart {
    min-width: auto;
    width: auto;
    text-align: right;
    float: right;
  }
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-board-heart i,
  .favorites-layout .favorites-boards-list .favorites-board-item .favorites-black-heart i {
    background-position: -80px -163px;
  }
  .favorites-layout.favorite-line-items ul {
    width: 100%;
  }
  .favorites-layout .create-new-board {
    display: none;
  }
  .favorites-layout .favorites-list-row .favorites-list-right {
    width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    display: inline-block;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .qty-input {
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .input-lg {
    width: 48px !important;
    height: 48px !important;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .cart-btn {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    margin-left: -50px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .cart-btn .button {
    width: 100%;
    padding: .35em 0 !important;
    line-height: 14px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart *[data-module="favoritesListShopButtons"] {
    display: inline-block;
    width: 83%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart *[data-module="favoritesListShopButtons"] .shop-bar-carting-area {
    width: 100%;
    margin-top: 0;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart *[data-module="favoritesListShopButtons"] .shop-bar-carting-area.no-registry {
    width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart *[data-module="favoritesListShopButtons"] .shop-bar-carting-area.no-registry .button-add-single {
    width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .button-add-single {
    padding: 0;
    margin: 0 8px 0 0;
    width: 45%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .button-add-to-registry {
    display: inline-block;
    width: 50%;
    padding: 0;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .button-add-to-registry svg {
    display: none;
  }
  .favorites-layout .favorites-list-row .add-registry {
    width: 48% !important;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .favorites-layout .favorites-list-row .add-registry .btn {
    padding: .35em 0 !important;
  }
  .favorites-layout .favorites-list-row form button {
    font-weight: 300 !important;
  }
  .favorites-layout .overlay-dialog.confirmationLayer {
    z-index: 10000;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  a {
    color: #1f74bf;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:focus {
    text-decoration: underline;
    outline: 0;
  }
  .favorites-layout {
    width: 1008px;
    margin: auto;
  }
  .favorites-layout .boards-title-wrap .favorites-action {
    float: right;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart {
    box-sizing: border-box;
    width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .shop-bar-carting-area {
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0;
    padding-left: 8px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .shop-bar-carting-area .button-lg {
    height: 40px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 38px;
    border-radius: 2px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 300;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .shop-bar-carting-area .button-lg.button-primary {
    width: 120px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .shop-bar-carting-area .button-lg.button-add-to-registry {
    margin-left: 8px;
    width: 154px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .shop-bar-carting-area .button-lg.button-add-to-registry .svg-icon-registry {
    margin-right: 8px;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .shop-bar-carting-area .add-to-registry-button-wrap {
    top: 0;
  }
}

@media print {
  div {
    display: inline;
  }
  .nsInt,
  .sInt {
    display: inline !important;
  }
  .canvas-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
  }
  #designboard-canvas {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -moz-transform-origin: left top;
  }
  .favorites-layout .fL .favorite-line-item {
    break-inside: avoid !important;
    /* W3C */
    -webkit-column-break-inside: avoid !important;
    /* Safari & Chrome */
    -moz-column-break-before: avoid !important;
    /* Firefox */
    -ms-column-break-inside: avoid !important;
    /* Internet Explorer */
    -o-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  .favorites-layout .fL .favorite-line-item .favorites-list-row {
    padding: 0 !important;
    break-inside: avoid !important;
    /* W3C */
    -webkit-column-break-inside: avoid !important;
    /* Safari & Chrome */
    -moz-column-break-before: avoid !important;
    /* Firefox */
    -ms-column-break-inside: avoid !important;
    /* Internet Explorer */
    -o-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  .add-cart {
    float: right !important;
    width: 160px !important;
  }
  .cart-btn {
    width: auto !important;
    float: right;
  }
  .cart-btn .btn-small {
    width: 125px;
    margin-right: 5px;
  }
  .favorites-list-right .add-cart {
    width: auto;
  }
  header * {
    display: none;
  }
  header .brand-logo {
    display: block;
    font-size: 1em;
    padding: 0;
    text-align: left;
  }
  #messagePrint .nsInt {
    display: none;
    text-align: left;
  }
  footer,
  .favorites-list-footer,
  .delete-row,
  .mood-hide,
  .add-registry,
  #concierge,
  #SiteMapPath,
  .con-icon {
    display: none !important;
  }
  #messagePrint {
    display: inline;
    width: 100%;
    text-align: center;
    background-color: #000;
  }
}

@media screen and (max-width: 320px) {
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart *[data-module="favoritesListShopButtons"] {
    width: 80%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart *[data-module="favoritesListShopButtons"] .shop-bar-carting-area {
    width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .button-add-single {
    width: 41%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .button-add-single.no-registry {
    width: 100%;
  }
  .favorites-layout .favorites-list-row .favorites-list-right .add-cart .button-add-to-registry {
    width: 55%;
  }
}

.catalog-request-layout {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.catalog-request-layout p {
  font: 400 16px/24px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.catalog-request-layout .catalog-fieldset .field-group {
  margin: 0 0 16px 0;
}

.catalog-request-layout .catalog-fieldset input[type="text"], .catalog-request-layout .catalog-fieldset input[type="tel"], .catalog-request-layout .catalog-fieldset select {
  padding: 8px;
  margin: 0;
}

.catalog-request-layout .catalog-fieldset label {
  font-size: .9em;
  margin: 0 0 8px 0;
  font-weight: 600;
  color: #222;
}

.catalog-request-layout .catalog-fieldset .zip-city-container {
  margin: 0 0 16px 0;
  clear: both;
}

.catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"],
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"],
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"],
.catalog-request-layout .catalog-fieldset .zip-city-container select {
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #666;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  position: relative;
  outline: 0;
  vertical-align: top;
  background-color: #fff;
  color: #222;
  font-style: normal;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  transition: border linear .2s, box-shadow linear .2s;
  padding: 5px 16px;
  font-size: 16px;
  line-height: normal;
  height: 40px;
  margin: 0;
}

.catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"]:-moz-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"]:-moz-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"]:-moz-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container select:-moz-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"]::-moz-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"]::-moz-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"]::-moz-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container select::-moz-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"]:-ms-input-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"]:-ms-input-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"]:-ms-input-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container select:-ms-input-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"]::-webkit-input-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"]::-webkit-input-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"]::-webkit-input-placeholder,
.catalog-request-layout .catalog-fieldset .zip-city-container select::-webkit-input-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"].focus, .catalog-request-layout .catalog-fieldset .zip-city-container input[type="text"]:focus,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"].focus,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="tel"]:focus,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"].focus,
.catalog-request-layout .catalog-fieldset .zip-city-container input[type="number"]:focus,
.catalog-request-layout .catalog-fieldset .zip-city-container select.focus,
.catalog-request-layout .catalog-fieldset .zip-city-container select:focus {
  border-color: #666;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #666 inset;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select {
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #666;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  position: relative;
  outline: 0;
  vertical-align: top;
  background-color: #fff;
  color: #222;
  font-style: normal;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  transition: border linear .2s, box-shadow linear .2s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23222' stroke-width='2.8' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='miter' d='M2.667 9.333l13.333 13.333 13.333-13.333'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 16px;
  padding-right: 48px;
  font-size: 16px;
  line-height: normal;
  height: 40px;
  background-size: 17px 17px;
  margin: 0;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select:-moz-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select::-moz-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select:-ms-input-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select::-webkit-input-placeholder {
  color: #999;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select.focus, .catalog-request-layout .catalog-fieldset .zip-city-container select:focus {
  border-color: #666;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #666 inset;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select::-ms-expand {
  display: none;
}

.catalog-request-layout .catalog-fieldset .zip-city-container select.input-validation-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23b00' stroke-width='2.8' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='miter' d='M2.667 9.333l13.333 13.333 13.333-13.333'%3E%3C/path%3E%3C/svg%3E");
}

.catalog-request-layout .catalog-fieldset .zip-city-container .col-md-6 {
  margin: 0 0 16px 0;
  padding-left: 0;
}

.catalog-request-layout .catalog-fieldset .zip-city-container .field-validation-error {
  padding: 0;
  margin: 0;
  font-size: .9em;
}

.catalog-request-layout .catalog-fieldset .zipMsgArea {
  margin: 16px 0 24px 0;
  padding: 0;
}

.catalog-request-layout .catalog-fieldset .zipMsgArea .zipMsgBar {
  border-top: 1px solid #e0e0e0;
}

.catalog-request-layout .catalog-fieldset .zipMsgArea .zipMsgText {
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
  color: #222;
  line-height: 17px;
  font-size: 1em;
}

.catalog-request-layout .catalog-fieldset .citystatezip-required, .catalog-request-layout .catalog-fieldset .required {
  padding: 0 0 0 8px;
  font-size: .9em;
}

.catalog-request-layout .request-checkbox-label {
  font-weight: 400 !important;
  font-size: 1em !important;
  color: #222;
}

.catalog-request-layout strong {
  font-weight: 600;
}

.catalog-request-layout .catalog-request-other .request-title {
  margin: 24px 0;
}

.catalog-request-layout .catalog-request-other .catalog-grouper {
  display: inline-block;
  margin-bottom: 24px;
}

.catalog-request-layout .catalog-request-other .catalog-grouper .catalog-img {
  width: 33%;
}

.catalog-request-layout .catalog-request-other .catalog-grouper .catalog-img img {
  width: 130px;
}

.catalog-request-layout .catalog-request-other .catalog-grouper .catalog-description {
  width: 66%;
}

.catalog-request-layout .catalog-request-other .catalog-grouper .catalog-description .svg-icon-logo-cb2 {
  color: #222;
  width: 56px;
  height: 40px;
}

.catalog-request-layout .catalog-request-other .catalog-grouper .catalog-description .cb2-logo {
  background-image: url(//images.cb2.com/is/image/CB2/cb2-mobile-logo/fmt=png-alpha&wid=55/180215121829/cb2-mobile-logo.jpg);
  background-repeat: no-repeat;
  width: 55px;
  height: 30px;
}

.catalog-request-layout .catalog-request-other .catalog-grouper .catalog-description h2 {
  margin: 0 0 8px 0;
  font-size: 24px;
  line-height: 24px;
}

.catalog-request-layout .submit-area {
  margin: 24px 0 64px 0;
}

.catalog-request-layout .zipcitystate-zip {
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #666;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  position: relative;
  outline: 0;
  vertical-align: top;
  background-color: #fff;
  color: #222;
  font-style: normal;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  transition: border linear .2s, box-shadow linear .2s;
  padding: 5px 16px;
  font-size: 16px;
  line-height: normal;
  height: 48px;
  height: 40px !important;
}

.catalog-request-layout .zipcitystate-zip:-moz-placeholder {
  color: #999;
}

.catalog-request-layout .zipcitystate-zip::-moz-placeholder {
  color: #999;
}

.catalog-request-layout .zipcitystate-zip:-ms-input-placeholder {
  color: #999;
}

.catalog-request-layout .zipcitystate-zip::-webkit-input-placeholder {
  color: #999;
}

.catalog-request-layout .zipcitystate-zip.focus, .catalog-request-layout .zipcitystate-zip:focus {
  border-color: #666;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #666 inset;
}

/* Catalog Request mobile */
@media screen and (max-width: 768px) {
  .catalog-request-layout {
    padding: 0 1.3em 0;
    margin: 0 0 16px 0;
  }
  .catalog-request-layout h1 {
    font-size: 1.714em;
    font-weight: 300;
  }
  .catalog-request-layout .canada-delivery-link {
    font-size: 1em;
    line-height: 1.429em;
  }
  .catalog-request-layout .catalog-fieldset {
    padding: 24px 0;
  }
  .catalog-request-layout .catalog-fieldset .field-group {
    margin: 0 0 16px 0;
  }
  .catalog-request-layout .catalog-fieldset .zipMsgArea {
    margin: 32px 0 24px 0;
  }
  .catalog-request-layout .catalog-fieldset .zip-city-container .input-validation-error {
    border-color: #bb0000;
    color: #bb0000;
  }
  .catalog-request-layout .catalog-fieldset .zip-city-container .input-validation-error.focus, .catalog-request-layout .catalog-fieldset .zip-city-container .input-validation-error:focus {
    border-color: #bb0000;
    box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #bb0000 inset;
    color: #bb0000;
  }
  .catalog-request-layout .catalog-fieldset .zip-city-container .field-validation-error {
    color: #bb0000;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 1.5em;
    padding: 0;
    clear: both;
    background: none;
    border: none;
    display: block;
  }
  .catalog-request-layout .catalog-request-other p {
    font-size: 14px;
  }
  .catalog-request-layout .catalog-request-other .request-title {
    margin: 24px 0 8px;
  }
  .catalog-request-layout .catalog-request-other .catalog-description {
    padding: 0 0 0 16px;
  }
  .catalog-request-layout .submit-area {
    margin: 24px 0 64px;
  }
  .canadian-layout .canada-delivery-link {
    display: none;
  }
}

/* Catalog Request Desktop */
@media screen and (min-width: 768px) {
  .catalog-request-layout {
    padding: 0 0 26px 0;
  }
  .catalog-request-layout h1 {
    font: 600 32px/50px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .catalog-request-layout .cover-img {
    margin-top: 24px;
  }
  .catalog-request-layout #CatalogRequestFormContainer {
    padding: 0 0 0 60px;
  }
  .catalog-request-layout #CatalogRequestFormContainer .catalog-fieldset {
    margin: 40px 0 0 0;
  }
  .catalog-request-layout #CatalogRequestFormContainer .catalog-fieldset .row {
    padding: 0;
  }
  .catalog-request-layout #CatalogRequestFormContainer .catalog-fieldset .field-group {
    padding: 0 12px 0 0;
  }
  .catalog-request-layout #CatalogRequestFormContainer .catalog-fieldset .col-md-4 {
    padding: 0;
  }
  .catalog-request-layout #CatalogRequestFormContainer .catalog-fieldset .field-validation-error {
    padding: 0;
    margin: 0;
    font-size: .9em;
  }
  .catalog-request-layout #CatalogRequestFormContainer .catalog-fieldset .subscribe-email {
    clear: both;
    padding-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-preference-layout .confirmation {
    border-top: 1px solid #66bb4c !important;
    border-bottom: 1px solid #66bb4c !important;
    background-color: #f5fff4;
    color: #377415;
    margin: 10px 5px 10px 0;
    padding: 30px 40px;
    clear: both;
  }
  .catalog-preference-layout form button {
    border: solid 1px #1461a9;
    background-color: #006ab7;
    background-image: linear-gradient(top, #2576c2, #105da5);
    color: #fff !important;
    text-shadow: -1px -1px #0e599e;
    height: 28px;
    padding: 0 14px;
    font-size: 13px !important;
    line-height: 28px !important;
    border-radius: 2px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  .catalog-preference-layout #popupLayerTarget h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 1em .9em .5em;
  }
  .catalog-preference-layout #popupLayerTarget .modal-content {
    padding: 0;
  }
  .catalog-preference-layout #popupLayerTarget .inner-container {
    padding: 0 1.3em 1em;
  }
}

@media screen and (min-width: 768px) {
  .catalog-preference-layout {
    min-height: 700px;
  }
  .catalog-preference-layout .confirmation {
    border-top: 1px solid #66bb4c !important;
    border-bottom: 1px solid #66bb4c !important;
    background-color: #f5fff4;
    color: #377415;
    margin: 10px 5px 10px 0;
    padding: 30px 40px;
    clear: both;
  }
  .catalog-preference-layout .navigation-breadcrumbs {
    border-bottom: 0px;
  }
  .catalog-preference-layout .content-wrapper {
    margin-left: 15px;
  }
  .catalog-preference-layout .customer-service {
    margin: 18px 20px 0px 15px;
    font: bold 12px/16px Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #e6e7e9;
    border-top: 1px solid #e6e7e9;
    color: #000;
    float: left;
    height: auto;
    width: 159px;
    padding: 4px 2px;
  }
  .catalog-preference-layout .left-column {
    border-right: 1px #e6e7e9;
  }
  .catalog-preference-layout .right-column {
    margin-left: -55px;
    padding-right: 20px;
  }
  .catalog-preference-layout .cover-description {
    margin-bottom: 25px;
    font-size: 1.15em;
  }
  .catalog-preference-layout .canadaCatalog {
    font-size: 1.15em;
    margin-top: -1px;
    margin-bottom: 20px;
    margin-left: 40px;
  }
  .catalog-preference-layout #CatalogRequestFormContainer {
    float: left;
  }
  .catalog-preference-layout form {
    padding-left: 0px;
  }
  .catalog-preference-layout form input[type="radio"] {
    margin: .1em .5em 0em 0;
  }
  .catalog-preference-layout form input[type="checkbox"] {
    margin: 0 .5em 0em 0;
  }
  .catalog-preference-layout form label {
    font-size: .9em;
    margin-bottom: 0px;
    display: inline-block;
  }
  .catalog-preference-layout form .catalog-request-required {
    font-size: .9em;
  }
  .catalog-preference-layout form button {
    border: solid 1px #1461a9;
    background-color: #006ab7;
    background-image: linear-gradient(top, #2576c2, #105da5);
    color: #fff !important;
    text-shadow: -1px -1px #0e599e;
    height: 28px;
    padding: 0 14px;
    font-size: 13px !important;
    line-height: 28px !important;
    border-radius: 2px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  .catalog-preference-layout h2 {
    font: bold 45px/50px Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-top: 32px;
  }
  .catalog-preference-layout .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    margin: 0px 0 -10px;
    -webkit-font-smoothing: antialiased;
  }
  .catalog-preference-layout .description {
    font: normal 12px/15px Helvetica, Arial, sans-serif;
    line-height: 1;
    padding-top: 10px;
  }
  .catalog-preference-layout .description p {
    font: normal 12px/15px Helvetica, Arial, sans-serif;
    line-height: 1;
  }
  .catalog-preference-layout .description h3 {
    margin-bottom: 0px;
  }
  .catalog-preference-layout .main-nav {
    clear: left;
    float: left;
    width: 198px;
    position: relative;
    margin: 13px 20px 25px 15px;
  }
  .catalog-preference-layout .main-nav .main-nav-items {
    list-style: none;
    margin-bottom: 1px;
    width: 198px;
  }
  .catalog-preference-layout .main-nav .main-nav-items li {
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
  }
  .catalog-preference-layout .main-nav .main-nav-items li ul li {
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
  }
  .catalog-preference-layout .main-nav .main-nav-items li a:hover {
    text-decoration: underline;
  }
  .catalog-preference-layout .main-nav .main-nav-items .super-category-nav-super-category-list {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .catalog-preference-layout .main-nav .main-nav-items .super-category-nav-super-category-list .super-category-nav-super-category {
    font: normal 12px/14px Helvetica, Arial, sans-serif;
    color: #222;
    float: left;
    padding: 0 0 6px 0;
    margin: 0;
    height: auto;
    border: 0 none;
    width: 163px;
  }
  .catalog-preference-layout .main-nav .main-nav-items .super-category-nav-super-category-list .super-category-nav-category-list {
    display: block;
    margin-bottom: 0;
  }
  .catalog-preference-layout .main-nav .main-nav-items .super-category-nav-super-category-list .super-category-nav-category-list .super-category-nav-category {
    color: #666;
    font-size: 14px;
    font-weight: 700;
  }
  .catalog-preference-layout .navigation-breadcrumbs {
    float: left;
    margin: 10px 0 0 0;
    width: 775px;
    color: #b9babf;
  }
  .catalog-preference-layout .navigation-breadcrumbs ul li {
    color: #b9babf;
  }
  .catalog-preference-layout .navigation-breadcrumbs ul li a {
    color: #b9babf;
  }
  .catalog-preference-layout .navigation-breadcrumbs ul li a:focus {
    text-decoration: underline;
  }
  .catalog-preference-layout .navigation-breadcrumbs ul li:after {
    content: "/";
  }
  .catalog-preference-layout .navigation-breadcrumbs ul li:last-of-type:after {
    content: "";
  }
  .catalog-preference-layout #popupLayerTarget {
    width: 700px;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    z-index: 999;
  }
  .catalog-preference-layout #popupLayerTarget .dialog-header {
    color: #222;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2em;
    padding: .9em 0 0 0;
  }
  .catalog-preference-layout #popupLayerTarget .dialog-back a i {
    display: none;
  }
  .catalog-preference-layout #popupLayerTarget .dialog-close {
    display: block;
    position: absolute;
    right: -1em;
    top: -1em;
    z-index: 10;
  }
  .catalog-preference-layout #popupLayerTarget .dialog-back {
    border-radius: .5em;
    padding: 0 2em;
    box-shadow: none;
    background: none;
  }
  .catalog-preference-layout #popupLayerTarget .inner-container {
    padding: 0px 28px 0px 28px;
    overflow-y: scroll;
    max-height: 500px;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .modal-content {
    width: 100%;
    padding: 0px;
    border-radius: .5em;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .modal-content h2:first-of-type {
    display: none;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .avs-margin-top {
    margin-top: 0;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .avs-block {
    margin: 0;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .avs-block:hover {
    cursor: pointer;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .avs-block:last-child {
    border-bottom: 0.1em solid #d8d8d8;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .section.we-found {
    margin-bottom: 0;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .no-suggestions {
    background: #f7f7f7;
    margin-bottom: 1.3em;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .has-suggestions {
    background: #f7f7f7;
    margin-bottom: 1.3em;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .big-top-border {
    border-top: 0.12em solid black;
    margin-bottom: 0;
    padding: .6em 0 .6em 0;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .radio-box {
    display: inline;
  }
  .catalog-preference-layout #popupLayerTarget .check-address-layer .action-block {
    margin: 0px;
  }
}

ul.tabs {
  float: left;
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
}

ul.registryTabs {
  width: 550px !important;
}

ul.tabs li {
  list-style: none;
  margin: 0 0px 0 0;
  padding: 0 0 0 5px;
  float: left;
  clear: none;
  width: auto;
  background: url(/assets/tabs/tab_left.png) no-repeat top left;
  font-size: 11px;
  font-weight: bold;
}

ul.tabs .tabSelected {
  background: url(/assets/tabs/tabSelected_left_082812.png) no-repeat top left;
}

ul.tabs .findBy {
  width: 100%;
  margin: 0 0 20px;
}

ul.tabs .last {
  margin-right: 0;
}

.tabs li a,
.tabs li a:link,
.tabs li a:active,
.tabs li a:visited {
  float: left;
  clear: none;
  color: #1F74BF;
  /* accessible blue */
  background: url(/assets/tabs/tab_right.png) no-repeat top right;
  text-decoration: none;
  margin-left: 0px;
  padding: 0px 16px 0 8px;
  height: 32px;
  line-height: 32px;
}

.tabs li a:focus {
  outline: 0;
  text-decoration: underline;
}

.tabs .tabSelected a,
.tabs .tabSelected a:link,
.tabs .tabSelected a:active,
.tabs .tabSelected a:visited {
  background: url(/assets/tabs/tabSelected_right.png) no-repeat top right;
  color: #000;
}

.tabs li a:hover {
  text-decoration: underline;
}

.registryTabs .tabSelected a,
.registryTabs .tabSelected a:link,
.registryTabs .tabSelected a:active,
.registryTabs .tabSelected a:visited {
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.tabPanelContent {
  background: none repeat scroll 0 0 #fff;
  clear: left;
  float: left;
  overflow: hidden;
  padding: 15px 0 0;
  width: 555px;
}

.popupShipping .tabs {
  border-top: 0 solid #d8d8d8;
}

.popupShipping .tabs li a,
.popupShipping .tabs li a:link,
.popupShipping .tabs li a:active,
.popupShipping .tabs li a:visited {
  border-right: 0 solid #d8d8d8;
  border-bottom: 0 solid #d8d8d8;
}

.popupShipping ul .bullet, .popupShipping ul.bullet li {
  clear: both;
  list-style-type: disc;
  margin: 0em 1em 0em 2em;
}

.popupShipping .tabs li a {
  text-transform: none;
}

/* /Styles/Crate/base/variables.xs.scss */
@media screen and (max-width: 768px) {
  .collections-layout .collection-header {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 1;
    color: #222;
    margin: 0;
    padding: 21px 0 37px;
    float: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }
  .collections-layout form button {
    border: solid 1px #1461a9;
    background-color: #006ab7;
    background-image: linear-gradient(top, #2576c2, #105da5);
    color: #fff !important;
    text-shadow: -1px -1px #0e599e;
    height: 28px;
    padding: 0 14px;
    font-size: 13px !important;
    line-height: 28px !important;
    border-radius: 2px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    text-decoration: none !important;
  }
}

@media screen and (min-width: 768px) {
  .collections-layout {
    /* #region ALL COLLECTIONS PAGE 
============================================================================================== */
    /* .collectionsPageHeader is used on both "All Collections" and "Single Collections" pages. */
    /* wrapper for individual collection */
    /* wrapper for individual collection data below hero image (name/price, swatches, sku thumbnails, shop btn) */
    /* wrapper for individual collection name and starting price */
    /* wrapper for swatches */
    /* wrapper for sku thumbnail images */
    /* wrapper for button */
    /*Special order color bar area */
    /* #endregion ALL COLLECTIONS PAGE 
============================================================================================== */
  }
  .collections-layout .spillContent {
    overflow: visible;
    margin-top: 2px;
  }
  .collections-layout .collection-header {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 1;
    color: #222;
    margin: 0;
    padding: 21px 0 37px;
    float: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }
  .collections-layout ul.hwDetailsP {
    font: 300 14px/1.5 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    margin: 0 0 15px 0;
  }
  .collections-layout ul.hwDetailsP li {
    padding: 0 0 3px 0;
    margin: 0 0 0 18px;
    list-style: disc outside none;
    display: none;
  }
  .collections-layout .collectionSwatchDetailsLink {
    font-size: 12px;
  }
  .collections-layout .collectionSwatchDetailsLink + .collectionSwatches {
    margin-left: 0px;
  }
  .collections-layout .collectionSwatchDetailsImageMapAndText {
    float: left;
  }
  .collections-layout .reveal-more-less .reveal-seo-content {
    padding-bottom: 0;
  }
  .collections-layout .reveal-more-less .reveal-category-content {
    padding-bottom: 0;
  }
  .collections-layout #divAllCollectionsContent {
    position: relative;
    padding-bottom: 100px;
  }
  .collections-layout #divAllCollectionsContent #description {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 110px;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-top: solid 1px #ccc;
  }
  .collections-layout .collectionsPageHeader {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 1;
    color: #222;
    margin: 0;
    padding: 21px 0 37px;
    float: left;
    width: 100%;
  }
  .collections-layout .collectionGroup {
    float: left;
    width: 100%;
  }
  .collections-layout .collectionHeroImgLink {
    float: left;
    width: 1008px;
    height: 504px;
  }
  .collections-layout .collectionHeroImgLink:focus .collectionHeroImg {
    outline: dotted 1px #717171;
    outline-offset: 2px;
  }
  .collections-layout .collectionHeroImg {
    float: left;
  }
  .collections-layout .collectionData {
    clear: left;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .collections-layout .collectionInfo {
    float: left;
    width: 270px;
    padding: 15px 0 0 0;
  }
  .collections-layout .collectionInfoHeader {
    margin: 0;
    padding: 0 10px 0 0;
    width: 260px;
  }
  .collections-layout .hwCollectionInfo {
    width: 340px;
  }
  .collections-layout .hwCollectionInfoHeader {
    width: 320px;
  }
  .collections-layout .collectionSize {
    float: left;
    width: 255px;
    padding: 15px 0 0 0;
  }
  .collections-layout .collectionColor {
    float: left;
    width: 159px;
  }
  .collections-layout .collectionInfoHeaderLink:link,
  .collections-layout .collectionInfoHeaderLink:active,
  .collections-layout .collectionInfoHeaderLink:visited,
  .collections-layout .collectionInfoHeaderLink:hover {
    color: #222;
    font: 600 20px/22px "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    text-decoration: none;
  }
  .collections-layout .collectionInfoHeaderLink:focus {
    border-bottom: dotted 1px #717171;
  }
  .collections-layout .collectionInfoPriceLink:link,
  .collections-layout .collectionInfoPriceLink:active,
  .collections-layout .collectionInfoPriceLink:visited,
  .collections-layout .collectionInfoPriceLink:hover {
    color: #222;
    font: 300 16px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    text-decoration: none;
  }
  .collections-layout .collectionInfoPriceLink:focus {
    border-bottom: dotted 1px #717171;
  }
  .collections-layout .collectionInfoPrice {
    margin: 0;
    padding: 5px 15px 0 0;
  }
  .collections-layout .collectionSwatchDetailsLink:link,
  .collections-layout .collectionSwatchDetailsLink:active,
  .collections-layout .collectionSwatchDetailsLink:visited,
  .collections-layout .collectionSwatchDetailsLink:hover {
    color: #222;
    text-decoration: none;
    float: left;
    width: 242px;
    height: 81px;
    padding: 15px 0 0 10px;
  }
  .collections-layout .collectionSwatchDetailsLink:focus .all-collection-special-order-swatch-bar {
    outline: dotted 1px #717171;
    outline-offset: 2px;
  }
  .collections-layout .collectionSwatchDetailsLink:focus .collectionSwatchDetailsImageMapAndText {
    outline: dotted 1px #717171;
    outline-offset: 2px;
  }
  .collections-layout .collectionSwatchImageMap {
    display: block;
    margin-bottom: 10px;
    max-height: 81px;
  }
  .collections-layout .collectionSkuExamples {
    float: left;
    padding: 5px 0 0 0;
  }
  .collections-layout .collectionSwatches {
    margin-left: 254px;
  }
  .collections-layout .collectionSkuThumbnailLink {
    float: left;
    margin: 0 5px 0 0;
    width: 70px;
    height: 70px;
  }
  .collections-layout .collectionSkuThumbnailLink:focus .collectionSkuThumbnailImg {
    outline: dotted 1px #717171;
    outline-offset: 2px;
  }
  .collections-layout .collectionSkuThumbnailImg {
    float: left;
  }
  .collections-layout .collectionSkuExamplesTotalLink:link,
  .collections-layout .collectionSkuExamplesTotalLink:active,
  .collections-layout .collectionSkuExamplesTotalLink:visited,
  .collections-layout .collectionSkuExamplesTotalLink:hover {
    color: #222;
    text-decoration: none;
    float: left;
    clear: left;
    margin: 5px 0 0 0;
  }
  .collections-layout .collectionSkuExamplesTotalLink:focus {
    border-bottom: dotted 1px #717171;
  }
  .collections-layout .collection-shop {
    padding: 0 17px;
  }
  .collections-layout .collection-shop,
  .collections-layout .create-your-own {
    float: right;
    clear: right;
    margin: 5px 0 0 0;
  }
  .collections-layout .color-bar .shop-bar-carousel {
    float: left;
    display: block;
    list-style: none;
    overflow: hidden;
    padding: 0;
  }
  .collections-layout .color-bar .shop-bar-carousel li {
    float: left;
    margin: 0;
    padding: 0;
  }
  .collections-layout .color-bar .shop-bar-carousel li:last-child {
    margin-right: 0;
  }
  .collections-layout .color-bar .shop-bar-carousel a, .collections-layout .color-bar .shop-bar-carousel span {
    float: left;
    box-sizing: border-box;
  }
  .collections-layout .color-bar .shop-bar-carousel a img, .collections-layout .color-bar .shop-bar-carousel span img {
    float: left;
  }
  .collections-layout .color-bar .spill-more-options {
    border: 0;
    color: #666;
    font-size: 12px;
    /*margin-left: 10px !important;*/
  }
  .collections-layout .color-bar .spill-more-options.selected, .collections-layout .color-bar .spill-more-options:hover, .collections-layout .color-bar .spill-more-options:focus {
    border: 0;
  }
  .collections-layout .color-bar .spill-more-options span {
    color: #666;
    font-size: 12px;
  }
  .collections-layout .color-bar .interactive-underline {
    width: auto;
    height: auto;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 2px 0;
    margin: 0 3px 10px 0;
  }
  .collections-layout .color-bar .interactive-underline.selected, .collections-layout .color-bar .interactive-underline:hover, .collections-layout .color-bar .interactive-underline:focus {
    border-width: 0 0 2px 0 !important;
    border-color: #1f74bf;
  }
  .collections-layout .color-bar .interactive-underline img {
    margin-bottom: 3px;
  }
  .collections-layout .color-bar .interactive-box {
    box-sizing: border-box;
    border: solid transparent;
    margin: 0;
    padding: 1px;
  }
  .collections-layout .color-bar .interactive-box.selected, .collections-layout .color-bar .interactive-box:focus {
    border-color: #1f74bf;
  }
  .collections-layout .color-bar .partially-interactive {
    width: auto;
    height: auto;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    margin: 0 3px 0 0;
    pointer-events: none;
  }
  .collections-layout .color-bar .partially-interactive.selected, .collections-layout .color-bar .partially-interactive:hover, .collections-layout .color-bar .partially-interactive:focus {
    border-width: 0 0 2px 0 !important;
    border-color: #1f74bf;
  }
  .collections-layout .color-bar .non-interactive {
    float: left;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 1px;
  }
  .collections-layout .color-bar .non-interactive.selected, .collections-layout .color-bar .non-interactive:focus {
    border: none;
  }
  .collections-layout .all-collection-special-order-swatch-bar .spill-more-options {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .sectional-planner-banner-collection {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .sectional-planner-banner-collection .sectional-planner-link {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 5px 0;
    padding: 20px 40px 0;
    background: #222;
    color: #fff;
  }
  .sectional-planner-banner-collection .sectional-planner-link:focus::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: dotted 1px #fff;
  }
  .sectional-planner-banner-collection .sectional-planner-headline {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 8px;
    padding: 0;
  }
  .sectional-planner-banner-collection .sectional-planner-build-text {
    font-family: "WTC Our Bodoni W05 Italic", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    font-size: 16px;
    line-height: 21px;
  }
  .sectional-planner-banner-collection .sectional-planner-create-text {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 36px;
    right: 40px;
  }
  .sectional-planner-banner-collection #s7_videoview.s7videoviewer {
    width: 1008px;
    height: auto;
  }
  .collection-layout {
    /* #region SINGLE COLLECTION PAGE 
============================================================================================== */
    /* ---- RECENTLY VIEWED AREA ----- */
    /* ---- END RECENTLY VIEWED AREA ----- */
    /* #region Swatch Carousel Overrides ==================================================== */
    /* #endregion Swatch Carousel Overrides ==================================================== */
    /* #endregion SINGLE COLLECTION PAGE 
============================================================================================== */
    /* #region Swatch Carousel on Furniture Product Page ============================== */
    /* #endregion Swatch Carousel on Furniture Product Page =========================== */
    /* #region HW Grouper ============================================================= */
    /* #endregion HW Grouper ========================================================== */
  }
  .collection-layout .shoppingBar {
    width: 1008px;
    float: left;
    min-height: initial;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    position: sticky;
    top: 0;
    background: #fff;
  }
  .collection-layout .grouper-area {
    clear: left;
    float: left;
    margin: 0;
    width: 215px;
    padding: 0;
  }
  .collection-layout .grouper-label {
    clear: left;
    margin: 0;
    padding: 5px 0 6px;
    font: 600 13px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .collection-layout .divGrouperCarousel {
    clear: left;
    float: left;
    margin: 0;
    width: 215px;
  }
  .collection-layout .displayName {
    display: none;
  }
  .collection-layout .swatch-area {
    float: left;
    max-width: 330px;
    width: auto;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .collection-layout .product-information {
    padding-bottom: 6px;
  }
  .collection-layout .carouselWrap {
    background: #fff;
  }
  .collection-layout .availability .carouselWrap {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .collection-layout .availability .popupContent .carouselWrap {
    padding: 0;
  }
  .collection-layout .selectSwatchPanel .swatchImageLarge {
    height: 100%;
  }
  .collection-layout .selectSwatchPanel .swatchImageLarge .jsSwatchImage {
    height: 100%;
  }
  .collection-layout .jcarousel-container-horizontal {
    position: relative;
  }
  .collection-layout .jcarousel-prev,
  .collection-layout .jcarousel-prev:hover,
  .collection-layout .jcarousel-next,
  .collection-layout .jcarousel-next:hover {
    background: #fff url(/assets/carousel/carouselArrowsTransparent.gif) no-repeat;
    z-index: 3;
  }
  .collection-layout .jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    margin-left: 0;
    width: 30px;
    height: 135px;
    background-position: 1px 0;
  }
  .collection-layout .jcarousel-prev-horizontal:hover {
    background-position: -168px 0;
    cursor: pointer;
  }
  .collection-layout .jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: 0;
    width: 30px;
    height: 135px;
    background-position: 7px -167px;
  }
  .collection-layout .jcarousel-next-horizontal:hover {
    background-position: -160px -167px;
    cursor: pointer;
  }
  .collection-layout .jcarousel-prev-disabled-horizontal {
    background-position: -84px 0;
  }
  .collection-layout .jcarousel-prev-disabled-horizontal:hover {
    background-position: -84px 0;
    cursor: pointer;
  }
  .collection-layout .jcarousel-next-disabled-horizontal {
    background-position: -76px -167px;
  }
  .collection-layout .jcarousel-next-disabled-horizontal:hover {
    background-position: -76px -167px;
    cursor: pointer;
  }
  .collection-layout .singleCollectionHeader,
  .collection-layout .single-collection-header {
    color: #222;
    float: left;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 18px 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }
  .collection-layout .shoppingAnchor .singleCollectionHeader {
    /* on page scroll, when shopping bar is fixed location, reduce padding to reduce height of shopping bar */
    padding-bottom: 3px;
  }
  .collection-layout .singleCollectionGroupInfo {
    /* wrapper for single collection hero rep image, swatches, romanace copy */
    clear: left;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    position: relative;
  }
  .collection-layout .singleCollectionHeroImgBlock {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .collection-layout .shoppingBar {
    float: left;
    min-height: initial;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    z-index: 1;
  }
  .collection-layout .create-your-own {
    margin: 26px 0 0 35px;
  }
  .collection-layout .divGrouperCarousel,
  .collection-layout .grouper-area,
  .collection-layout .grouper-label {
    clear: left;
    float: left;
    margin: 0;
    width: 215px;
  }
  .collection-layout .grouper-label,
  .collection-layout .product-swatch-name {
    clear: left;
    margin: 0;
    padding: 5px 0 6px;
    font: 600 13px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    display: block;
  }
  .collection-layout .grouper-label span,
  .collection-layout .product-swatch-name span {
    font-weight: normal;
  }
  .collection-layout .grouper-area .jsGrouperSelection {
    margin-top: 0;
  }
  .collection-layout .divGrouperCarousel .displayName {
    display: none;
  }
  .collection-layout .swatch-area {
    float: left;
    max-width: 314px;
    width: auto;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .collection-layout .swatch-area .productSwatchName {
    margin-right: 11px;
  }
  .collection-layout .special-order-swatch-window {
    *zoom: 1;
    clear: left;
    float: left;
    width: auto;
    height: auto;
    max-width: none;
    position: relative;
    top: -3px;
  }
  .collection-layout .special-order-swatch-window:before, .collection-layout .special-order-swatch-window:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .collection-layout .special-order-swatch-window:after {
    clear: both;
  }
  .collection-layout .special-order-swatch-window .divSwatchCarousel {
    max-width: 322px;
    width: auto;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel {
    float: left;
    display: block;
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 42px;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel li {
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel li:last-child {
    margin-right: 0;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel a {
    float: left;
    box-sizing: border-box;
    border: solid 1px transparent !important;
    margin: 0;
    padding: 1px;
    width: 40px;
    height: 40px;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel a.selected, .collection-layout .special-order-swatch-window .shop-bar-carousel a.selected:focus, .collection-layout .special-order-swatch-window .shop-bar-carousel a:hover, .collection-layout .special-order-swatch-window .shop-bar-carousel a:focus:hover {
    border: 2px solid #1f74bf !important;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel a:focus {
    border-color: transparent;
  }
  .collection-layout .special-order-swatch-window .shop-bar-carousel a:focus img {
    outline: 1px dotted #000;
    outline-offset: 1px;
  }
  .collection-layout .special-order-swatch-window .custom-swatch-layer[role="dialog"] {
    top: 42px !important;
    width: 583px;
  }
  .collection-layout .special-order-swatch-window .custom-swatch-layer[role="dialog"] .custom-swatch-layer-content {
    display: block;
    box-sizing: border-box;
    border: solid 1px #ccc;
    box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.25);
    background: #fff;
    width: 583px;
    min-height: 528px;
  }
  .collection-layout .special-order-swatch-window .custom-swatch-layer[role="dialog"] .custom-swatch-layer-content #custom-item-swatch-zoom {
    width: 100%;
    height: 290px;
    margin: 0px;
  }
  .collection-layout .special-order-swatch-window .custom-swatch-layer[role="dialog"] .custom-swatch-layer-content .custom-swatch-layer-info-area {
    width: 275px;
    padding: 0 10px 0 40px;
  }
  .collection-layout .special-order-swatch-window .custom-swatch-layer[role="dialog"] .custom-swatch-layer-content .custom-swatch-layer-care-icons .care-icon {
    width: 135px;
    height: 25px;
  }
  .collection-layout .productInformation {
    padding-bottom: 6px;
  }
  .collection-layout .keyboard-note {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 0;
    width: 753px;
    padding: 20px;
    cursor: default;
    background-color: transparent;
    color: rgba(255, 255, 255, 0);
  }
  .collection-layout .keyboard-note:focus {
    display: block;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    /* transitions in the focus state to slowly fade in, disappear quickly on out */
    transition: background-color 0.5s ease;
    transition: color 1s ease;
  }
  .collection-layout .hwRecentlyViewedDiv {
    text-align: center;
  }
  .collection-layout .recentlyViewedList {
    text-align: center;
    width: 100%;
  }
  .collection-layout .recentlyViewedListItem {
    display: inline-block;
    vertical-align: top;
  }
  .collection-layout .recentlyViewedLink {
    display: inline-block;
    transition: border .25s ease;
    width: 121px;
    min-height: 255px;
  }
  .collection-layout .recentlyViewedLink:hover .recentlyViewedProductName,
  .collection-layout .recentlyViewedLink:hover .recentlyViewedProductPrice {
    display: block;
  }
  .collection-layout .recentlyViewedProductName {
    padding: 10px 0 0 0;
  }
  .collection-layout .recentlyViewedProductName,
  .collection-layout .recentlyViewedProductPrice {
    display: none;
    color: #222;
    font: 12px/16px Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
  }
  .collection-layout .recentlyViewedProductPrice .salePrice {
    font-weight: 400;
    color: #b00;
  }
  .collection-layout .recentlyViewedListItem .regPrice {
    font-weight: 400;
    color: #666;
  }
  .collection-layout .recentlyViewedProductPrice span {
    display: block;
  }
  .collection-layout .singleCollectionDescription {
    box-sizing: border-box;
    padding: 0 0 5px 0;
    width: 100%;
    clear: both;
    color: #222;
    font: 300 16px/1.5 "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  }
  .collection-layout .shoppingAnchor .singleCollectionDescription {
    /* on page scroll, when shopping bar is fixed location, hide in a still accessibile manner */
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
  }
  .collection-layout .singleCollectionDescriptionHeader {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-weight: 600;
    /* required */
    font-style: normal;
    /* required */
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .collection-layout .singleCollectionSubGroupHeader {
    clear: left;
    color: #222;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    padding: 45px 0 5px 0;
  }
  .collection-layout .singleCollectionSubGroupHeader .fjH,
  .collection-layout .singleCollectionSubGroupHeaderTagline {
    display: block;
    color: #222;
    font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    clear: both;
    padding: 0 0 15px;
  }
  .collection-layout .variableRowItemCountSpillList {
    clear: left;
    float: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .collection-layout .variableRowItemCountSpillListItem {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  .collection-layout .variableRowItemCountSpillListItemImgLink {
    display: inline-block;
    padding: 25px 20px;
    border: dotted 1px transparent;
    transition: border 0.25s ease;
    color: #222 !important;
  }
  .collection-layout .variableRowItemCountSpillListItemImgLink:focus {
    border: dotted 1px #717171;
    /* accessibility */
  }
  .collection-layout .variableRowItemCountSpillListItemImgLink:hover {
    text-decoration: none;
  }
  .collection-layout .variableRowItemCountSpillListItemImg {
    display: inline-block;
  }
  .collection-layout .variableRowItemCountSpillListItemName {
    font: 600 14px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    color: #222;
    margin: 4px 0 0 0;
  }
  .collection-layout .variableRowItemCountSpillListItemOptions {
    font-size: 14px;
    line-height: 20px;
    color: #222;
  }
  .collection-layout .variableRowItemCountSpillListItemPrice {
    color: #222;
    font: 300 14px/18px "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
  }
  .collection-layout .divSwatchCarousel,
  .collection-layout .swatchCarousel {
    width: 280px;
  }
  .collection-layout .divSwatchCarousel a,
  .collection-layout .swatchCarousel a {
    padding: 1px;
    border: none !important;
  }
  .collection-layout .divSwatchCarousel a:focus, .collection-layout .divSwatchCarousel a:hover,
  .collection-layout .swatchCarousel a:focus,
  .collection-layout .swatchCarousel a:hover {
    border-color: #1f74bf;
    padding: 1px;
  }
  .collection-layout .divSwatchCarousel {
    clear: both;
  }
  .collection-layout .swatchCarousel {
    height: 36px;
  }
  .collection-layout .swatchCarousel li.current {
    padding-top: 4px;
  }
  .collection-layout .swatchCarousel li.current:after {
    content: "";
    width: 33px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: -2px;
    border: 2px solid #1f74bf;
  }
  .collection-layout .swatchCarousel li {
    padding-top: 2px;
    width: 31px !important;
    height: 36px;
    padding-right: 4px;
    position: relative;
  }
  .collection-layout .swatchCarousel a,
  .collection-layout .swatchCarousel a img {
    width: 100%;
    height: 30px;
  }
  .collection-layout .swatchCarousel a {
    margin: 0 1px 0 0;
  }
  .collection-layout .swatchCarousel a img {
    margin-top: 1px;
  }
  .collection-layout .swatchCarousel a.selected img {
    margin-top: 0 !important;
  }
  .collection-layout .divSwatchCarousel .jcarousel-prev-horizontal,
  .collection-layout .divSwatchCarousel .jcarousel-prev-horizontal:hover {
    margin: -18px 0 0 -13px;
  }
  .collection-layout .divSwatchCarousel .jcarousel-next-horizontal,
  .collection-layout .divSwatchCarousel .jcarousel-next-horizontal:hover {
    margin: -23px -19px 0 0;
  }
  .collection-layout .shoppingBarSwatchArea {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .collection-layout .shoppingAnchor .shoppingBarSwatchArea {
    left: 10px;
    bottom: 5px;
  }
  .collection-layout .divSwatchCarousel {
    float: left;
    height: 42px;
    /*width: 390px;*/
    position: relative;
  }
  .collection-layout .swatchCarousel {
    box-sizing: border-box;
    float: left;
    height: 46px;
    width: auto;
    overflow: hidden;
    margin: 0 !important;
    list-style: none;
  }
  .collection-layout .swatchCarousel li {
    float: left;
    list-style: none;
  }
  .collection-layout .swatchCarousel li:first-of-type {
    margin-left: 2px;
  }
  .collection-layout .swatchCarousel a {
    display: block;
    margin: 0 3px 0 0;
    border: dotted 1px transparent;
  }
  .collection-layout .swatchCarousel a:focus {
    border-color: #222;
    /* accessibility */
  }
  .collection-layout .divSwatchCarousel .swatchCarousel .selectedSwatch {
    display: none;
  }
  .collection-layout .divSwatchCarousel .swatchCarousel .selected .selectedSwatch {
    display: block;
    margin: -30px 0 0 8px;
  }
  .collection-layout .divSwatchCarousel .jcarousel-clip {
    overflow: hidden;
  }
  .collection-layout .divSwatchCarousel .jcarousel-prev-horizontal,
  .collection-layout .divSwatchCarousel .jcarousel-next-horizontal,
  .collection-layout .divSwatchCarousel .jcarousel-prev-horizontal:hover,
  .collection-layout .divSwatchCarousel .jcarousel-next-horizontal:hover {
    background: url(//images.crateandbarrel.com/is/image/Crate/furniture_sprite?fmt=png-alpha) no-repeat -185px -7px;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 61%;
  }
  .collection-layout .divSwatchCarousel .jcarousel-prev-horizontal,
  .collection-layout .divSwatchCarousel .jcarousel-prev-horizontal:hover {
    margin: -23px 0 0 -10px;
    background-position: -148px -7px;
  }
  .collection-layout .divSwatchCarousel .jcarousel-prev-disabled,
  .collection-layout .divSwatchCarousel .jcarousel-next-disabled,
  .collection-layout .divSwatchCarousel .jcarousel-prev-disabled:hover,
  .collection-layout .divSwatchCarousel .jcarousel-next-disabled:hover {
    display: none !important;
    cursor: default;
  }
  .collection-layout .divGrouperCarousel {
    width: 100%;
    display: inline-block;
    margin: 0 -6px 35px 0;
  }
  .collection-layout .divGrouperAttributes {
    margin-bottom: 6px;
  }
  .collection-layout .jsGrouperSelection {
    cursor: pointer;
    /*float: left;*/
    display: inline-block;
    margin: 3px 2px 0 0;
  }
  .collection-layout .jsGrouperSelected .attributeImage, .collection-layout .jsGrouperSelection:hover .attributeImage {
    border: 2px solid #1f74bf;
    padding: 1px;
  }
  .collection-layout .llItemSwatchArea .divSwatchCarousel a.jsSelectSwatch.selected {
    border-color: transparent !important;
    border-width: 1px !important;
  }
  .collection-layout .attributeImage {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding: 3px;
  }
  .collection-layout .attributeImage img {
    width: 100%;
  }
  .collection-layout .displayName {
    display: block;
    clear: both;
    visibility: hidden;
  }
  .collection-layout .jsGrouperNotAvailable {
    display: none;
  }
  .collection-layout .attributeText {
    border: 1px #ccc solid;
    height: 36px;
    width: 77px;
    text-align: center;
    padding-top: 9px;
    box-sizing: border-box;
    font: normal 300 14px/1 "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #222;
  }
  .collection-layout .jsGrouperSelected .attributeText,
  .collection-layout .jsGrouperSelection .attributeText:hover {
    border: 2px #1f74bf solid;
    padding-top: 8px;
  }
  .collection-layout .longAttribute {
    width: 159px;
  }
  .spill-more-options {
    border: 0;
    color: #666;
    font-size: 12px;
    /*margin-left: 10px !important;*/
  }
  .spill-more-options.selected, .spill-more-options:hover, .spill-more-options:focus {
    border: 0;
  }
  .spill-more-options span {
    color: #666;
    font-size: 12px;
  }
}

.housewares-spill-layout-rooms-we-love .topGiftRegistry #headerNavGuide {
  margin: 15px 12px 15px 0;
}

.housewares-spill-layout-rooms-we-love .topGiftRegistry .spillCustomize {
  border-top: 1px solid #e6e7e9;
}

.housewares-spill-layout-rooms-we-love .h2-registry-ready {
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
  color: #000000;
  font-style: italic;
  font-weight: 400;
  font-size: 29px;
  margin-bottom: 8px;
  clear: both;
  display: block;
}

.housewares-spill-layout-rooms-we-love .btn-registry-ready {
  padding: 7px 24px;
  display: block;
}

.housewares-spill-layout-rooms-we-love .registry-ready-topline {
  float: left;
  width: 100%;
  height: 35px;
  border-top: 1px dotted #d6636c;
  padding-top: 45px;
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.housewares-spill-layout-rooms-we-love .btn-center {
  margin: 0 auto 100px auto;
  height: 50px;
  width: 255px;
  clear: both;
}

.housewares-spill-layout-rooms-we-love .btn-ready {
  padding: 8px 25px;
}

.housewares-spill-layout-rooms-we-love .spill-nav-container {
  float: right;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}

.housewares-spill-layout-rooms-we-love .spill-nav-container:hover .spill-nav-title {
  color: #000000;
  border-radius: 0;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid white;
  border-left: 1px solid #d0d0d0;
  padding: 10px 39px 18px 17px;
  background: url(//images.crateandbarrel.com/is/image/Crate/min-nav-arrow?&fmt=png-alpha) no-repeat 93% -268% #fcfcfc;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 3;
}

.housewares-spill-layout-rooms-we-love .spill-nav-container:hover .spill-nav-content {
  display: block;
  z-index: 2;
}

.housewares-spill-layout-rooms-we-love #superCategoryMenu {
  width: 100%;
  float: right;
  clear: both;
  z-index: 1;
}

.housewares-spill-layout-rooms-we-love .spill-nav-title {
  margin-top: 22px;
  color: white;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #000000;
  padding: 10px 39px 10px 17px;
  background: url(//images.crateandbarrel.com/is/image/Crate/min-nav-arrow?&fmt=png-alpha) no-repeat 93% 204% #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.housewares-spill-layout-rooms-we-love .spill-nav-content {
  width: 1008px;
  border: 1px solid #d0d0d0;
  background: #fcfcfc;
  padding: 40px 0;
  cursor: default;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 2;
  display: none;
}

.housewares-spill-layout-rooms-we-love .spill-nav-col {
  width: auto;
  min-width: 172px;
  display: table-cell;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  padding: 0 40px;
  border-left: 1px solid #d0d0d0;
}

.housewares-spill-layout-rooms-we-love .spill-nav-col:nth-of-type(1) {
  border-left: 0;
}

.housewares-spill-layout-rooms-we-love .spill-nav-col h3 {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.housewares-spill-layout-rooms-we-love .spill-nav-col li {
  width: 161px !important;
}

.housewares-spill-layout-rooms-we-love .spill-nav-col li a {
  padding: 6px 0 1px;
  margin: 6px 0 0;
  display: block;
  cursor: pointer;
  color: #000000;
}

.housewares-spill-layout-rooms-we-love .spill-nav-bottom-title {
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif;
  font-size: 37px;
  line-height: 42px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 40px;
  width: 100%;
  clear: both;
}

.housewares-spill-layout-rooms-we-love .spill-nav-bottom-content {
  width: 1008px;
  padding: 60px 0 40px;
  float: left;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .productNameLink {
  height: 410px !important;
  border: 2px solid silver;
  float: left;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .product .qty {
  border: 1px solid #dedede;
  border-radius: 2px;
  height: 30px;
  padding: 3px 6px 0 10px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .product .btnAddToRegistry2 {
  height: 30px;
  width: 150px;
  background-image: none;
  background-color: white;
  text-transform: uppercase;
  color: #000000;
  margin-left: 8px;
  border: 1px solid #dedede;
  border-radius: 2px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow #_buttonsRegistry {
  position: absolute;
  bottom: 10px;
  left: 13px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .productInfo {
  min-height: 50px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .spill-add-cart {
  position: absolute;
  bottom: 10px;
  left: 13px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .spill-add-cart .btnAddToCart2 {
  padding: 3px 14px;
  margin-left: 8px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .spill-add-cart .qtyAdded {
  display: inline-block;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .cart-added-confirmation {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat -387px -181px;
  color: #56b401;
  padding-left: 25px;
  margin: 0 0 5px 11px;
  font-weight: bold;
  font-size: 14px;
}

.housewares-spill-layout-rooms-we-love .threeWideRow .btnAddToRegistry2 span {
  color: #000000 !important;
}

.housewares-spill-layout-rooms-we-love .spill .registry-view-list {
  display: block;
  float: right;
  margin: 15px 5px 0 0;
  font-weight: 600;
  color: #000000;
}

.housewares-spill-layout-rooms-we-love .registry-view-list .cmsArrowR {
  margin-left: 3px;
  border-width: 4px;
}

.housewares-spill-layout-rooms-we-love .spill-add-cart .addedToCart {
  display: inline-block;
}

.housewares-spill-layout-rooms-we-love .jcarousel-list-horizontal li {
  width: 150px !important;
  padding: 2px;
}

.housewares-spill-layout-rooms-we-love .crate-helvetica-light,
.housewares-spill-layout-rooms-we-love .crate-primary-light {
  font-size: 36px !important;
}

.housewares-spill-layout-rooms-we-love .fS23 {
  font-size: 23px !important;
}

.housewares-spill-layout-rooms-we-love .fS18 {
  font-size: 18px !important;
}

.content.jsRenderBody {
  width: 100%;
}

#product-comparison {
  width: 1008px;
  margin: 0 auto;
}

#product-comparison header {
  margin: 0 !important;
  padding: 25px 0 20px 0;
  width: 1008px;
  background: #fff;
  color: inherit;
  position: relative;
  float: left;
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 17px 0 17px 15px;
  -webkit-font-smoothing: antialiased;
  border: none;
  z-index: 0;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal, #product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal, #product-comparison .product-reviews #events .BVRRDisplayContentHeader, .product-reviews #events #product-comparison .BVRRDisplayContentHeader, #product-comparison .product-reviews #events .BVRRDisplayContentHeaderContent, .product-reviews #events #product-comparison .BVRRDisplayContentHeaderContent {
  background-color: transparent;
  background-image: none !important;
  border-radius: 40px 40px 40px 40px;
  width: 40px !important;
  height: 40px !important;
  overflow: hidden;
  position: absolute;
  top: 35px;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal .outer, #product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal .outer {
  background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
  border-radius: 40px 40px 40px 40px;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal .inner, #product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal .inner {
  border-radius: 24px 24px 24px 24px;
  display: block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  z-index: 5;
  position: absolute;
  top: 8px;
  left: 8px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.empty, #product-comparison .product-compare-panel-wrapper .product-compare-panel.empty:hover {
  border-style: dashed;
  border-color: #d1d1d1;
  background-color: #f9f9f9;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductReview, #product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductReviewImgWrap, #product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductReviewTxt {
  float: left;
  height: 24px;
  line-height: 26px;
}

#product-comparison .productComparePg {
  border-bottom: solid 2px #e6e7e9;
}

#product-comparison .productComparePg .hoverDrag {
  background: #fff !important;
  border: solid 1px #dedede !important;
  border-radius: 3px !important;
  padding: 10px !important;
  width: 93px !important;
  height: 93px !important;
}

#product-comparison .productComparePg .dragPlaceholder {
  visibility: hidden;
  width: 115px !important;
  height: 115px !important;
  margin: 0 0 0 15px !important;
  z-index: 1000 !important;
  position: fixed;
}

#product-comparison .prodCompareHeadlineWrap {
  clear: left;
  float: left;
  width: 1008px;
}

#product-comparison .prodCompareHeadlineWrap .categoryHeader {
  margin: 0;
  padding: 25px 0 20px 0;
  width: 1008px;
  background: #fff;
}

#product-comparison .prodCompareCarouselWrap {
  clear: left;
  float: left;
  width: 1008px;
  border-top: 0.1em solid #dfdfdf;
}

#product-comparison .prodCompareCarouselWrap .prodCompareCarouselBkgrnd {
  background: #f4f5f5;
  background: linear-gradient(to bottom, #f4f5f5 0, #f9f9f9 14%, #fafafa 100%);
  clear: left;
  float: left;
  width: 100%;
}

#product-comparison .prodCompareCarouselWrap .carousel5up .jcarousel-container-horizontal {
  overflow: visible;
  width: 998px;
}

#product-comparison .prodCompareCarouselWrap .carousel5up .jcarousel-clip-horizontal {
  width: 960px;
  overflow: hidden;
}

#product-comparison .prodCompareCarouselWrap .prodCarouselUL {
  float: left;
  margin: 10px 0 !important;
  overflow: hidden !important;
}

#product-comparison .prodCompareCarouselWrap .prodCarouselLI {
  float: left;
  margin: 0 0 0 15px;
  z-index: 1000 !important;
  border: solid 1px #dedede;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
}

#product-comparison .prodCompareCarouselWrap .prodCarouselLI:hover {
  border: 1px solid #0681de;
}

#product-comparison .prodCompareCarouselWrap .prodCarouselImgWrap {
  float: left;
  background: #fff;
  border: solid 1px #dedede;
  border-radius: 3px;
  padding: 10px;
}

#product-comparison .prodCompareCarouselWrap .prodCarouselImgWrap:hover {
  border-color: #0681de;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal {
  left: -15px;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal .inner {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat scroll -275px -172px #717171;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal:hover .inner {
  background-color: #222;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal {
  right: -15px;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal .inner {
  background: url(//images.crateandbarrel.com/is/image/Crate/cb-desktop-sprite-super?fmt=png-alpha) no-repeat scroll -275px -148px #717171;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal:hover .inner {
  background-color: #222;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-prev-disabled-horizontal {
  display: none !important;
}

#product-comparison .prodCompareCarouselWrap .jcarousel-next-disabled-horizontal {
  display: none !important;
}

#product-comparison .prodCompareHelpMsgCarousel {
  clear: left;
  float: left;
  padding: 15px 0 15px 0;
  width: 1008px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#product-comparison .prodCompareBorder {
  border: 1px solid #0681de;
}

#product-comparison .fixit {
  position: fixed;
  top: 0;
  height: 272px;
  width: 272px;
}

#product-comparison .fixstop {
  position: absolute;
  bottom: 135px;
}

#product-comparison .wrapFixit, #product-comparison #ProductCompareData {
  margin-top: 280px !important;
}

#product-comparison .product-compare-panel-wrapper {
  clear: left;
  float: left;
  width: 1008px;
  background: #fff;
  padding: 0;
  margin-bottom: 50px;
  z-index: 500;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  position: relative;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel {
  float: left;
  background: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 2px;
  padding: 45px 20px 0;
  width: 272px;
  position: relative;
  overflow: hidden;
  cursor: grab;
  cursor: -webkit-grab;
  position: relative;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  border-color: #0681de;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.hovered {
  transform: scale(0.99);
  border-color: #0681de;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.dragging {
  z-index: 999;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.grabbed {
  top: -5px;
  z-index: 999;
  box-shadow: 2px 2px 0 0 #d1d1d1;
  border-color: #0681de;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.overlapped {
  border-color: #0681de;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel:nth-child(2) {
  margin: 0 33px 0 33px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.temporary {
  cursor: auto;
  border: none !important;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.temporary.hovered {
  border-color: none !important;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodComparePanelDragIcon {
  width: 27px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 0;
  border-radius: 5px;
  padding: 10px 10px 20px 20px;
  color: #dedede;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  z-index: 20;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.first {
  margin: 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel:hover {
  border-color: #0681de;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.empty .prodCompareHelpMsg {
  display: block;
  margin: 150px 0;
  color: #666;
  font-size: 14px;
  text-align: center;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.empty .prodCompareImg {
  display: none;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.empty .prodComparePanelDragIcon {
  display: none;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.empty .prodCompareNamePriceWrap {
  display: none;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel.empty .prodCompareBlock {
  display: none;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareHelpMsg {
  display: none;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .darea {
  float: left;
  width: 100%;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareImg {
  float: left;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap {
  clear: left;
  float: left;
  width: 100%;
  height: 93px;
  padding: 35px 0 20px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductReview {
  padding: 0 0 5px 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductReviewImgWrap {
  padding: 0 5px 0 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductPrice {
  clear: left;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductPrice .salePrice {
  color: #b00;
  font-weight: bold;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductName a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  padding: 0 0 5px 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareNamePriceWrap .prodCompareProductName a:focus {
  text-decoration: underline;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock {
  clear: left;
  float: left;
  width: 100%;
  border-top: dashed 1px #c9c9c9;
  padding: 20px 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock .prodCompareBlockHeader {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  padding: 0 0 3px 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock .prodCompareDetailsName {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 3px 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock ul {
  color: #333;
  padding: 0 0 0 17px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 16px;
  padding: 3px 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock li.prodCompareBlockHeader {
  list-style: none;
  margin: 0 0 0 -15px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls {
  background-color: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls .moreAboutProd {
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls label {
  font-size: 16px;
  font-weight: normal;
  padding: 0 5px 0 0;
  margin-top: 10px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls input {
  margin-right: 5px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls .itemIsAvail {
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  display: inline-flex;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls .itemIsAvail .button {
  padding: 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls .itemIsAvail .btnFC4 {
  width: 132px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls .itemIsNotAvail {
  float: left;
  color: #b00;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareBlock.prodComparePanelControls .itemRemove {
  float: right;
  color: #1f74bf;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .prodCompareDetails {
  height: 301px;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel *[data-module="shopButtonCombo"], #product-comparison .product-compare-panel-wrapper .product-compare-panel .remove-link {
  float: left;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .shop-bar-carting-area .button {
  width: 136px;
  padding: 0;
}

#product-comparison .product-compare-panel-wrapper .product-compare-panel .remove-link {
  padding: 14px 0 0 25px;
}

.popupContent {
  padding: 35px !important;
  padding-left: 35px !important;
  width: inherit !important;
}

.popupContent .promoTextCopyBlock p {
  margin-bottom: 10px !important;
}

.popupContent ul.bullet li {
  margin: 0 !important;
  padding: 0 0 3px 7px;
}

.product-reviews {
  width: 1008px;
  margin: 0 auto;
}

.product-reviews #product-comparison .prodCompareCarouselWrap .jcarousel-prev-horizontal, #product-comparison .prodCompareCarouselWrap .product-reviews .jcarousel-prev-horizontal, .product-reviews #product-comparison .prodCompareCarouselWrap .jcarousel-next-horizontal, #product-comparison .prodCompareCarouselWrap .product-reviews .jcarousel-next-horizontal, .product-reviews #events .BVRRDisplayContentHeader, .product-reviews #events .BVRRDisplayContentHeaderContent {
  height: 40px !important;
  line-height: 40px !important;
  width: 420px !important;
  padding-left: 0;
  padding-bottom: 3px !important;
}

.product-reviews .shareReviewBlock {
  border-bottom: 1px solid #e6e7e9;
  float: left;
  margin: 0 45px;
  padding-bottom: 45px;
  width: 910px;
}

.product-reviews .shareReviewBlock h2 {
  margin: 0;
  padding: 0;
}

.product-reviews .shareReviewBlock .intro {
  font-size: 21px;
  line-height: 28px;
  margin: 0;
  padding: 15px 0 30px;
  width: 900px;
}

.product-reviews .shareReviewBlock .viewTerms {
  color: #fff;
}

.product-reviews .shareReviewBlock .viewTerms:visited {
  color: #fff;
}

.product-reviews .shareReviewBlock .shareText {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.product-reviews .shareReviewBlock li {
  list-style: disc;
  margin-left: 20px;
}

.product-reviews .shareParagraph {
  font: normal 14px/21px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 8px 0 5px;
}

.product-reviews .shareParagraphOverImg {
  position: relative;
}

.product-reviews .shareImg {
  float: right;
  margin: -200px 0 0;
  position: relative;
  z-index: 1;
}

.product-reviews #reviews {
  background: none !important;
  float: left;
  position: relative;
  width: 1008px;
  height: auto;
  margin: -50px 0 0;
}

.product-reviews #reviews.tabPanelContent {
  padding: 0;
  height: auto !important;
  padding: 0;
}

.product-reviews #reviews.tabPanelContent .BVRRDisplayContentBody {
  height: 275px;
  overflow-y: auto;
  padding: 0 10px;
  width: 980px !important;
}

.product-reviews #reviews.tabPanelContentExpanded {
  height: auto !important;
  padding: 0;
  padding: 0;
}

.product-reviews #reviews.tabPanelContentExpanded .BVRRDisplayContentBody {
  height: auto;
  overflow-y: auto;
  padding: 0 10px;
  width: 980px !important;
}

.product-reviews #reviews.tabPanelContentExpanded .bv-cleanslate .bv-content-placeholder {
  position: relative !important;
  top: -40px !important;
  height: 90px !important;
  margin-left: 10px !important;
}

.product-reviews #reviews .bv-write-review-container {
  float: left !important;
  position: absolute !important;
  left: 0 !important;
  margin-top: 0 !important;
}

.product-reviews #reviews .bv-content-header {
  width: 900px !important;
}

.product-reviews #reviews .bv-cleanslate .bv-content-list-container .bv-trustmarkIcon-popup-target {
  display: none !important;
}

.product-reviews #reviews .bv-cleanslate .bv-content-list-container .bv-trustmarkIcon button {
  display: none !important;
}

.product-reviews #reviews .bv-cleanslate .bv-action-bar .bv-action-bar-header {
  position: relative !important;
  top: -50px !important;
}

.product-reviews #reviews .BVRRDisplayContentHeader {
  overflow: hidden;
  padding: 0 !important;
  width: 998px !important;
  height: 45px;
}

.product-reviews #reviews .bv-section-summary-table .bv-content-header {
  width: auto !important;
}

.product-reviews #events #reviews {
  position: relative;
}

.product-reviews #events #reviews h2 {
  margin: 0;
  font-size: 20px;
  color: #999;
  height: 45px;
  overflow: hidden;
}

.product-reviews #events #reviews h2 sup {
  position: relative;
  top: -6px;
}

.product-reviews #events #reviews .BVRRDisplayContentBody {
  width: 420px !important;
}

.product-reviews #events #BVRRContainer {
  width: 430px !important;
}

.product-reviews #events #BVRRWidgetID {
  width: 430px !important;
}

.product-reviews #events #BVSVPLinkContainer {
  width: 260px !important;
  position: absolute;
  top: 58px;
  left: 90px;
  color: #999;
}

.product-reviews #events .BVRRDisplayContentHeader {
  height: 75px !important;
}

.product-reviews #events .BVRRDisplayContentSubtitle {
  float: none;
  display: block;
  padding-top: 0 !important;
}

.product-reviews #events .BVRRDisplayContentLinkWrite {
  margin-top: 5px;
  width: 100%;
}

.product-reviews #events .BVRRDisplayContentSort {
  float: none;
  clear: both;
  display: block;
  margin-top: 0;
}

.product-reviews #events #BVRRDisplayContentLinkWriteID a {
  color: #1f74bf;
  font-weight: bold;
  float: left;
}

.product-reviews #events .BVRRRootElement select {
  margin-top: 0;
}

.product-reviews #BVRRWidgetID {
  overflow: hidden;
  width: 1008px !important;
}

.product-reviews #BVRRWidgetID .BVRRCustomReviewsNumberSuffixValue {
  display: none !important;
}

.product-reviews #BVReviewsContainer {
  overflow: hidden;
  width: 1008px !important;
}

.product-reviews #BVReviewsContainer .BVRRPager {
  background: none !important;
}

.product-reviews .BVRRDisplayContentFooter {
  overflow: hidden;
  width: 1008px !important;
}

.product-reviews .BVRRDisplayContentHeaderContent {
  float: right;
  width: 998px;
}

.product-reviews #BVSVPLinkContainer {
  color: #e6e7e9;
  display: none;
  left: 280px;
  position: absolute;
  top: 16px;
}

.product-reviews .showReviews {
  float: left;
  margin: 15px 0 15px 15px;
}

.product-reviews .hideReviews {
  float: left;
  margin: 15px 0 15px 15px;
}

.product-reviews .reviewsHidden {
  visibility: hidden;
  display: block;
  float: left;
  height: 0;
}

.product-reviews .showReviewsButtonWrap {
  float: left;
  background: #fff;
  width: 998px;
  height: 60px;
  border-top: 1px solid #e6e7e9;
}

.product-reviews .BVRRDisplayContentSubtitle {
  padding-top: 17px !important;
}

.product-reviews .bv-cleanslate .bv-summary-bar .bv-rating-ratio-count {
  top: 2px !important;
  position: relative !important;
}

.product-reviews .bv-cleanslate .bv-summary-bar .bv-rating-ratio-number {
  top: 3px !important;
}

.product-reviews .bv-cleanslate .bv-summary-bar-minimalist-horizontal .bv-write-container {
  position: relative !important;
  top: 3px !important;
}

.product-reviews .bv-content-data-summary {
  margin-left: -5px !important;
}

.product-reviews h2.share {
  font: normal 20px/28px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #000;
  float: left;
  width: 950px;
  margin: 0 0 5px;
}

.product-reviews h3.share {
  font: bold 14px/16px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 0;
}

.product-reviews #_noReviewsButtonSection .bv-write-review {
  margin-bottom: 20px !important;
}

.product-reviews #BVRRDisplayContentID #BVRRDisplayContentSubtitleID {
  margin-left: 175px;
  padding-top: 15px !important;
}

.product-reviews #BVRRDisplayContentHeaderID #BVRRDisplayContentLinkWriteID a {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  float: left;
}

.product-reviews .share-paragraph {
  font: normal 14px/21px Helvetica, Arial, sans-serif;
  margin: 8px 0 5px;
}

.product-reviews .width350 {
  width: 350px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

.product-reviews .pL45 {
  padding-left: 45px !important;
}

.product-reviews .pB70 {
  padding-bottom: 70px !important;
}

.product-reviews .pT40 {
  padding-top: 40px !important;
}

.product-reviews .cB {
  clear: both !important;
}

.product-reviews .width400 {
  width: 400px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

.product-reviews .pL60 {
  padding-left: 60px !important;
}

.product-reviews .btnA2 {
  border: solid 1px #1461a9;
  background-color: #006AB7;
  background-image: linear-gradient(top, #2576c2, #105da5);
  color: #fff !important;
  text-shadow: -1px -1px #0e599e;
  height: 28px;
  padding: 0 14px;
  font-size: 13px !important;
  line-height: 28px !important;
  border-radius: 2px;
  float: left;
  margin: 0;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold !important;
  text-decoration: none !important;
  /*line-height: 28px !important;
        height: 28px;
        float: left;
        text-align: center;
        width: 100%;
        color: #fff !important;
        text-shadow: -1px -1px #0e599e;
        font-family: $font-stack;
        font-weight: bold !important;
        background:transparent;*/
}

.product-reviews .mT10 {
  margin-top: 10px !important;
}

.product-reviews .width200 {
  width: 200px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

.product-reviews .mT20 {
  margin-top: 20px !important;
}

.product-reviews .cL {
  clear: left !important;
}

.product-reviews .mT5 {
  margin-top: 5px !important;
}

.product-reviews .width950 {
  width: 950px;
  float: left;
  position: relative;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}

.product-reviews .mL45 {
  margin-left: 45px !important;
}

.product-reviews .pB20 {
  padding-bottom: 20px !important;
}

.product-reviews h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: -13px;
}

footer.footer-adaptive-layout .footer-content {
  min-height: 10em !important;
}

.cmsPromoBar {
  padding-top: 4px !important;
  border-bottom: 2px solid #e6e7e9 !important;
}

div#jsUI {
  padding: 0 !important;
}

.cb-environment {
  margin: 0 auto;
  width: 1008px;
}

.cb-environment .test {
  color: rebeccapurple;
}

.cb-environment .environment-header {
  background: url(/Assets/Environment/intro_background.jpg) no-repeat;
  float: left;
  height: 200px;
  width: 950px;
  padding: 50px 0 0;
  margin: 32px 20px 20px 25px;
}

.cb-environment .environment-header h1 {
  font: bold 30px/36px Helvetica, Arial, sans-serif;
  color: #fff;
  float: left;
  width: 410px;
  margin: -20px 25px 0 20px;
}

.cb-environment .environment-header p {
  color: #fff;
  float: left;
  width: 410px;
  margin: 15px 30px 10px;
  font-size: 90%;
}

.cb-environment .environment-lower {
  float: left;
  background: #e6e7e9;
  margin: 0 20px 20px 25px;
  padding: 0 0 30px;
  width: 950px;
}

.cb-environment .environment-lower p {
  font: normal 18px/27px Helvetica, Arial, sans-serif;
  color: #727376;
  padding: 30px 10px 0 20px;
  float: left;
  width: 410px;
  margin: 0;
}

.cb-environment .environment-lower ul {
  float: left;
  background: #91b249;
  height: 190px;
  width: 315px;
  margin: 30px 10px 0 60px;
}

.cb-environment .environment-lower ul li {
  float: left;
  margin: 0;
}

.cb-environment .environment-lower ul li a {
  float: left;
  height: 95px;
  width: 106px;
}

.cb-environment .environment-lower ul li a span {
  float: left;
  height: 100%;
  width: 100%;
  visibility: hidden;
}

.cb-environment .environment-lower ul li a.nav-grid-upholstery {
  background: url(/Assets/Environment/initiatives_upholstery.gif) no-repeat;
  width: 103px;
}

.cb-environment .environment-lower ul li a.nav-grid-upholstery:hover {
  background: url(/Assets/Environment/initiatives_upholstery-over.png) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-outdoor {
  background: url(/Assets/Environment/initiatives_outdoor.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-outdoor:hover {
  background: url(/Assets/Environment/initiatives_outdoor-over.png) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-products {
  background: url(/Assets/Environment/initiatives_furniture.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-products:hover {
  background: url(/Assets/Environment/initiatives_furniture-over.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-packaging {
  background: url(/Assets/Environment/initiatives_packaging.gif) no-repeat;
  width: 103px;
}

.cb-environment .environment-lower ul li a.nav-grid-packaging:hover {
  background: url(/Assets/Environment/initiatives_packaging-over.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-catalogues {
  background: url(/Assets/Environment/initiatives_catalogues.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-catalogues:hover {
  background: url(/Assets/Environment/initiatives_catalogues-over.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-recycling {
  background: url(/Assets/Environment/initiatives_energy.gif) no-repeat;
}

.cb-environment .environment-lower ul li a.nav-grid-recycling:hover {
  background: url(/Assets/Environment/initiatives_energy-over.gif) no-repeat;
}

.environment-page {
  padding-top: 15px;
  background: #fff;
  background: transparent url(/Assets/Backgrounds/LeftNavBorder.png) repeat-y;
  overflow: hidden;
  width: 1008px !important;
  margin-left: auto;
  margin-right: auto;
}

.environment-page .environment-laft-nav .xBox {
  float: left;
  width: 198px;
  height: 100%;
  background: #fff;
  margin: -15px 2px 0 0;
  overflow: hidden;
}

.environment-page .environment-laft-nav .xBox .leftNav {
  float: left;
  margin: 18px 20px 25px 15px;
  padding: 0;
  width: 163px;
}

.environment-page .environment-laft-nav .xBox .leftNav li {
  height: auto;
  float: left;
  width: 100%;
  list-style: none;
}

.environment-page .environment-laft-nav .xBox .leftNav li a {
  font: bold 12px/16px Helvetica, Arial, sans-serif;
  color: #000 !important;
  float: left;
  width: 130px;
  height: 16px;
  margin: 0 0 12px;
  padding: 4px 2px;
  border-bottom: 1px solid #e6e7e9;
  border-top: 1px solid #e6e7e9;
}

.environment-page .environment-laft-nav .xBox .leftNav li a:link, .environment-page .environment-laft-nav .xBox .leftNav li a:hover {
  text-decoration: none;
}

.environment-page .environment-laft-nav .xBox .leftNav li .childNavItem {
  border: 0;
  font-size: 100%;
}

.environment-page .environment-laft-nav .xBox .leftNav li .childNavItem li a {
  font: normal 12px/14px Helvetica, Arial, sans-serif;
  color: #222;
  float: left;
  padding: 0 0 6px 0;
  margin: 0;
  height: auto;
  border: 0 none;
  width: 163px;
}

.environment-page .environment-laft-nav .xBox .leftNav li .childNavItem li a:link, .environment-page .environment-laft-nav .xBox .leftNav li .childNavItem li a:hover {
  text-decoration: none;
}

.environment-page .environment-laft-nav .xBox .leftNav li .childNavItem li.active a {
  font: bold 12px/14px Helvetica, Arial, sans-serif;
  border: none;
  color: #1F74BF !important;
  height: auto;
  width: 163px;
  margin: 0;
  padding: 0 0 6px;
}

.environment-page .environmnet-page-content {
  float: left;
  width: 750px;
  position: relative;
  margin-left: 15px !important;
  padding-bottom: 20px !important;
  font: normal 12px/15px Helvetica, Arial, sans-serif;
}

.environment-page .environmnet-page-content h1 {
  padding: 1em 0 .75em;
  margin: 3px 0 -10px 0px;
}

.environment-page .environmnet-page-content h2 {
  font: bold 18px/20px Helvetica, Arial, sans-serif;
  color: #727376;
  margin: 5px 0 5px 0;
  vertical-align: baseline;
  display: block;
}

.environment-page .environmnet-page-content .breadcrumb-list {
  margin-left: -15px;
  margin-top: 10px;
}

.environment-page .environmnet-page-content .breadcrumb-list li {
  display: inline;
  font-size: 100%;
}

.environment-page .environmnet-page-content .breadcrumb-list li:after {
  content: "/";
  color: #b9babf;
  padding-right: 3px;
}

.environment-page .environmnet-page-content .breadcrumb-list li:last-child:after {
  content: "";
}

.environment-page .environmnet-page-content .breadcrumb-list li a {
  color: #b9babf;
}

.environment-page .environmnet-page-content .breadcrumb-list li a:active, .environment-page .environmnet-page-content .breadcrumb-list li a:hover, .environment-page .environmnet-page-content .breadcrumb-list li a:visited {
  color: #b9babf;
  font-size: 100%;
}

.environment-page .environmnet-page-content p {
  font-size: 100%;
}

.environment-page .environmnet-page-content .width275 {
  width: 275px;
  float: left;
  position: relative;
  margin-top: 20px;
}

.environment-page .environmnet-page-content .width425 {
  width: 425px;
  float: left;
  position: relative;
}

/* /Styles/Crate/base/base.xs.scss */
/* /Styles/Crate/base/variables.xs.scss */
/* /Styles/Crate/base/mixins.xs.scss */
/* /Styles/Crate/base/variables.xs.scss */
/* #region ---------- Webfont Mixins -------------------------------------------------------------- */
/* #endregion ------- Webfont Mixins -------------------------------------------------------------- */
/* Mixin of Credit Card Styles */
.validation-error {
  border-top: 1px solid #bb0000;
  border-bottom: 1px solid #bb0000;
  font-weight: bold;
  font-size: .9em;
  background: #fffbfa url(//images.crateandbarrel.com/is/image/Crate/icon-error-alert?fmt=png-alpha) no-repeat 12px 15px;
  margin: 10px 0;
  padding: 1.5em 1em 1.5em 3.2em;
  float: left;
  display: block;
  position: relative;
  color: #bb0000;
  font-weight: bold;
}

.validation-error a {
  color: #333;
}

/* /Styles/Crate/base/variables.xs.scss */
.spill.empty-search-results {
  background-color: #f0efed;
}

.spill.empty-search-results .empty-search-results-top-container {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
}

.spill.empty-search-results .empty-search-results-top-container h1 {
  font-weight: 100;
  font-size: 32px;
  color: #666;
  padding-bottom: 15px;
  padding-top: 40px;
}

.spill.empty-search-results .empty-search-results-top-container .search-term {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

.spill.empty-search-results .empty-search-results-top-container .search-term span {
  font-weight: 600;
}

.spill.empty-search-results .empty-search-results-top-container .search-suggestions {
  margin: 0 auto 20px;
  width: 80%;
}

.spill.empty-search-results .empty-search-results-top-container .search-suggestions label {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-right: 5px;
}

.spill.empty-search-results .empty-search-results-top-container .search-suggestions ul li {
  font-size: 14px;
  color: #666;
  margin: 0 7px;
}

.spill.empty-search-results .empty-search-results-top-container .button-gift-registry {
  font-weight: normal;
}

#cmpr_gridwall {
  /*.search-suggestions {
        font-family: $webfont-primary;

        label {
            font-size: 14px !important;
        }

        ul {
            li a {
                font-size: 14px !important;
            }
        }
    }*/
}

#cmpr_gridwall .search-filters {
  border-top: none;
  margin: 0 0 15px 0;
  padding-top: 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search {
  margin-bottom: 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .search-suggestions {
  margin: 10px 0 0 0;
  display: inline-block;
  width: 75%;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search #_guidedNavigationTabItems {
  margin: 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b {
  margin: 0;
  display: block;
  padding-right: 4px;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortBylabel {
  font-size: 12px;
  color: #222 !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl select {
  font-size: 12px;
}

#cmpr_gridwall .sli-searchHeading .searchHeading {
  margin: 15px 0 0 0;
  color: #666;
  font: 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .sli-searchHeading h1 {
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

#cmpr_gridwall .search-suggestions {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
}

#cmpr_gridwall .search-suggestions label {
  font-weight: normal;
  color: #222;
  font-size: 14px;
  margin-right: 5px;
}

#cmpr_gridwall .search-suggestions ul li {
  font-weight: normal;
  margin: 0 5px;
}

#cmpr_gridwall .search-suggestions ul li a {
  font-size: 14px;
}

#cmpr_gridwall .search-suggestions ul li a:hover {
  text-decoration: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search {
  /*.sli-search-filters {
            font-family: $font-special;
            text-transform: none;
            margin-bottom: 0 !important;
        }*/
}

#cmpr_gridwall .guidedNavigationTabItems_search .guidedNavigationSortControl_b {
  width: auto;
  display: block;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .guidedNavigationTabItems_search .guidedNavigationSortControl_b label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 0 !important;
  padding-top: 10px;
  border-top: 2px solid #000;
  font-size: 14px;
  font-weight: 300;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .product-filters {
  width: 830px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .product-filters .filter-select {
  width: 680px;
  display: inline-block;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-label {
  padding-top: 0;
  text-transform: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222 !important;
  font-weight: 600 !important;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .clear-filter {
  width: 150px;
  display: inline-block;
  text-align: right;
  font-weight: normal;
  text-transform: capitalize;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container {
  display: inline-block;
  position: relative;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: solid 6px #444;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  border-radius: 1px;
  right: 0;
  top: 0;
  transform: initial;
  margin-right: 20px;
  margin-top: 13px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.open-state:before {
  border-color: transparent;
  border-top: solid 6px transparent;
  border-bottom: solid 6px #444;
  margin-top: 5px;
  transform: initial;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters {
  width: 145px;
  vertical-align: top;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters .dropdown span:after {
  content: '+';
  padding-left: 4px;
  position: absolute;
  right: 10px;
  font-size: 25px;
  top: -5px;
  font-weight: 100;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown {
  width: 157px;
  margin-right: 12px;
  border-color: #ccc;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown span {
  padding: 5px 20px 5px 10px;
  text-transform: none;
  font-weight: normal;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.open-state {
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.open-state .border-hider {
  width: 155px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered {
  border-color: #ccc;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered:after {
  border-color: transparent;
  border-top: solid 7px #444;
  border-right: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 7px transparent;
  margin-top: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered span {
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul {
  max-height: 347px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li {
  padding: 3px 0 4px 0;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li:nth-last-child(1) {
  padding-bottom: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li label {
  color: #666;
  padding-left: 25px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li label:before {
  content: '\002713';
  width: 8px;
  height: 8px;
  padding: 4px;
  color: #fff;
  margin-top: 0;
  line-height: 8px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label {
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before {
  background-color: #1f74bf;
  border: 1px solid #1f74bf;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .dropdown-content {
  text-transform: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .dropdown-content .apply-filter {
  background-image: none;
  text-transform: none !important;
  font-size: 12px;
  line-height: 16px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl {
  overflow: visible;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl:before {
  content: '';
  display: none !important;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown {
  width: 100%;
  margin-right: 0;
  height: 32px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown span {
  text-transform: none;
  padding: 5px 20px 6px 10px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: solid 6px #444;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  border-radius: 1px;
  right: 0;
  top: 0;
  transform: initial;
  margin-right: 10px;
  margin-top: 13px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown.opened {
  height: auto;
  z-index: 1;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown.opened:before {
  border-color: transparent;
  border-top: solid 6px transparent;
  border-bottom: solid 6px #444;
  margin-top: 5px;
  transform: initial;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown.opened:hover:after {
  transform: rotate(315deg);
  margin-top: 16px;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content {
  display: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul {
  padding: 10px 0 10px 15px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul li {
  padding: 5px 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:hover {
  border-bottom: solid 1px #ccc;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:hover:after {
  transform: rotate(135deg);
  margin-top: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:hover .dropdown-content {
  display: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .show-sorting {
  display: block;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content {
  width: 100%;
  position: static;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul {
  width: 100%;
  border: none;
  margin: 0;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul li {
  cursor: pointer;
  text-transform: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 14px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul li:hover {
  color: #222;
}

.responsive-search .scb-search, .responsive-search.scb-search, .responsive-search .scb-search-empty, .responsive-search.scb-search-empty {
  /*.spillContent {
            margin-left: -12px;
            margin-right: -18px;
        }*/
}

.responsive-search .scb-search .left-column, .responsive-search.scb-search .left-column, .responsive-search .scb-search-empty .left-column, .responsive-search.scb-search-empty .left-column {
  display: none;
}

.responsive-search .scb-search .search-term-info .search-count, .responsive-search .scb-search .search-term-info .spelling-correction, .responsive-search.scb-search .search-term-info .search-count, .responsive-search.scb-search .search-term-info .spelling-correction, .responsive-search .scb-search-empty .search-term-info .search-count, .responsive-search .scb-search-empty .search-term-info .spelling-correction, .responsive-search.scb-search-empty .search-term-info .search-count, .responsive-search.scb-search-empty .search-term-info .spelling-correction {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.responsive-search .scb-search .search-term-info .spelling-correction span, .responsive-search.scb-search .search-term-info .spelling-correction span, .responsive-search .scb-search-empty .search-term-info .spelling-correction span, .responsive-search.scb-search-empty .search-term-info .spelling-correction span {
  font-weight: 600;
}

.responsive-search .scb-search .search-term-info h1, .responsive-search.scb-search .search-term-info h1, .responsive-search .scb-search-empty .search-term-info h1, .responsive-search.scb-search-empty .search-term-info h1 {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.responsive-search .scb-search .search-suggestions label, .responsive-search.scb-search .search-suggestions label, .responsive-search .scb-search-empty .search-suggestions label, .responsive-search.scb-search-empty .search-suggestions label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #444;
}

.responsive-search .scb-search .search-suggestions ul, .responsive-search.scb-search .search-suggestions ul, .responsive-search .scb-search-empty .search-suggestions ul, .responsive-search.scb-search-empty .search-suggestions ul {
  font-size: 0;
  color: #222;
}

.responsive-search .scb-search .search-suggestions ul li, .responsive-search.scb-search .search-suggestions ul li, .responsive-search .scb-search-empty .search-suggestions ul li, .responsive-search.scb-search-empty .search-suggestions ul li {
  font-weight: normal;
  color: #444;
  border-bottom: none;
  margin: 0 5px;
}

.responsive-search .scb-search .search-suggestions ul li a, .responsive-search.scb-search .search-suggestions ul li a, .responsive-search .scb-search-empty .search-suggestions ul li a, .responsive-search.scb-search-empty .search-suggestions ul li a {
  font-size: 12px;
  line-height: 18px;
}

.responsive-search .scb-search .search-suggestions ul li a:hover, .responsive-search.scb-search .search-suggestions ul li a:hover, .responsive-search .scb-search-empty .search-suggestions ul li a:hover, .responsive-search.scb-search-empty .search-suggestions ul li a:hover {
  text-decoration: none;
}

.responsive-search .scb-search .spillContent, .responsive-search.scb-search .spillContent, .responsive-search .scb-search-empty .spillContent, .responsive-search.scb-search-empty .spillContent {
  overflow: unset;
}

.responsive-search .scb-search .spill-two-column, .responsive-search.scb-search .spill-two-column, .responsive-search .scb-search-empty .spill-two-column, .responsive-search.scb-search-empty .spill-two-column {
  margin-left: -12px;
  margin-right: -18px;
}

.responsive-search .scb-search .product-miniset .product-details-wrapper, .responsive-search.scb-search .product-miniset .product-details-wrapper, .responsive-search .scb-search-empty .product-miniset .product-details-wrapper, .responsive-search.scb-search-empty .product-miniset .product-details-wrapper {
  position: relative;
}

.responsive-search .scb-search .product-miniset .product-details-wrapper .button-add-to-favorites, .responsive-search.scb-search .product-miniset .product-details-wrapper .button-add-to-favorites, .responsive-search .scb-search-empty .product-miniset .product-details-wrapper .button-add-to-favorites, .responsive-search.scb-search-empty .product-miniset .product-details-wrapper .button-add-to-favorites {
  top: 0;
}

.responsive-search .scb-search .product-miniset .product-info, .responsive-search.scb-search .product-miniset .product-info, .responsive-search .scb-search-empty .product-miniset .product-info, .responsive-search.scb-search-empty .product-miniset .product-info {
  display: block;
  position: initial;
}

.responsive-search .scb-search .product-miniset .spill-special-order-swatch-bar .spill-product-swatches, .responsive-search.scb-search .product-miniset .spill-special-order-swatch-bar .spill-product-swatches, .responsive-search .scb-search-empty .product-miniset .spill-special-order-swatch-bar .spill-product-swatches, .responsive-search.scb-search-empty .product-miniset .spill-special-order-swatch-bar .spill-product-swatches {
  height: 20px;
  overflow: hidden;
}

.responsive-search .scb-search .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options span, .responsive-search.scb-search .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options span, .responsive-search .scb-search-empty .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options span, .responsive-search.scb-search-empty .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options span {
  margin-left: 5px;
  color: #666;
}

.responsive-search .scb-search .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options:hover, .responsive-search.scb-search .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options:hover, .responsive-search .scb-search-empty .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options:hover, .responsive-search.scb-search-empty .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .spill-more-options:hover {
  color: #666;
}

.responsive-search .scb-search .view-more-products, .responsive-search.scb-search .view-more-products, .responsive-search .scb-search-empty .view-more-products, .responsive-search.scb-search-empty .view-more-products {
  margin: 50px 0;
}

.responsive-search .scb-search .view-more-products a, .responsive-search.scb-search .view-more-products a, .responsive-search .scb-search-empty .view-more-products a, .responsive-search.scb-search-empty .view-more-products a {
  width: 80%;
  margin: 0 auto;
}

/* /Styles/Crate/base/base.xs.scss */
/* /Styles/Crate/base/variables.xs.scss */
/* /Styles/Crate/base/mixins.xs.scss */
/* /Styles/Crate/base/variables.xs.scss */
/* #region ---------- Webfont Mixins -------------------------------------------------------------- */
/* #endregion ------- Webfont Mixins -------------------------------------------------------------- */
/* Mixin of Credit Card Styles */
.validation-error {
  border-top: 1px solid #bb0000;
  border-bottom: 1px solid #bb0000;
  font-weight: bold;
  font-size: .9em;
  background: #fffbfa url(//images.crateandbarrel.com/is/image/Crate/icon-error-alert?fmt=png-alpha) no-repeat 12px 15px;
  margin: 10px 0;
  padding: 1.5em 1em 1.5em 3.2em;
  float: left;
  display: block;
  position: relative;
  color: #bb0000;
  font-weight: bold;
}

.validation-error a {
  color: #333;
}

/* /Styles/Crate/base/variables.xs.scss */
@media screen and (min-width: 768px) {
  .responsive-search .scb-search .bold-rule, .responsive-search.scb-search .bold-rule, .responsive-search .scb-search-empty .bold-rule, .responsive-search.scb-search-empty .bold-rule {
    border-top: solid 2px #000;
    margin: 0;
  }
  .responsive-search .scb-search .search-term-info .spelling-correction, .responsive-search.scb-search .search-term-info .spelling-correction, .responsive-search .scb-search-empty .search-term-info .spelling-correction, .responsive-search.scb-search-empty .search-term-info .spelling-correction {
    font-size: 14px;
  }
  .responsive-search .scb-search .search-term-info .search-count, .responsive-search.scb-search .search-term-info .search-count, .responsive-search .scb-search-empty .search-term-info .search-count, .responsive-search.scb-search-empty .search-term-info .search-count {
    font-size: 14px;
    color: #666;
  }
  .responsive-search .scb-search .search-term-info h1, .responsive-search.scb-search .search-term-info h1, .responsive-search .scb-search-empty .search-term-info h1, .responsive-search.scb-search-empty .search-term-info h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    padding-bottom: 5px;
  }
  .responsive-search .scb-search .search-suggestions, .responsive-search.scb-search .search-suggestions, .responsive-search .scb-search-empty .search-suggestions, .responsive-search.scb-search-empty .search-suggestions {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
  }
  .responsive-search .scb-search .search-suggestions label, .responsive-search.scb-search .search-suggestions label, .responsive-search .scb-search-empty .search-suggestions label, .responsive-search.scb-search-empty .search-suggestions label {
    font-weight: normal;
    color: #222;
    font-size: 14px;
    margin-right: 5px;
  }
  .responsive-search .scb-search .search-suggestions ul li, .responsive-search.scb-search .search-suggestions ul li, .responsive-search .scb-search-empty .search-suggestions ul li, .responsive-search.scb-search-empty .search-suggestions ul li {
    font-weight: normal;
    margin: 0 5px;
  }
  .responsive-search .scb-search .search-suggestions ul li a, .responsive-search.scb-search .search-suggestions ul li a, .responsive-search .scb-search-empty .search-suggestions ul li a, .responsive-search.scb-search-empty .search-suggestions ul li a {
    font-size: 14px;
  }
  .responsive-search .scb-search .search-suggestions ul li a:hover, .responsive-search.scb-search .search-suggestions ul li a:hover, .responsive-search .scb-search-empty .search-suggestions ul li a:hover, .responsive-search.scb-search-empty .search-suggestions ul li a:hover {
    text-decoration: none;
  }
  .responsive-search .scb-search .sli-search-filters, .responsive-search.scb-search .sli-search-filters, .responsive-search .scb-search-empty .sli-search-filters, .responsive-search.scb-search-empty .sli-search-filters {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-bottom: 0 !important;
    padding-top: 10px;
    border-top: 2px solid #000;
    font-size: 14px;
    font-weight: 300;
  }
  .responsive-search .scb-search .sli-search-filters .product-filters, .responsive-search.scb-search .sli-search-filters .product-filters, .responsive-search .scb-search-empty .sli-search-filters .product-filters, .responsive-search.scb-search-empty .sli-search-filters .product-filters {
    width: 830px;
  }
  .responsive-search .scb-search .sli-search-filters .product-filters .filter-select, .responsive-search.scb-search .sli-search-filters .product-filters .filter-select, .responsive-search .scb-search-empty .sli-search-filters .product-filters .filter-select, .responsive-search.scb-search-empty .sli-search-filters .product-filters .filter-select {
    width: 680px;
    display: inline-block;
  }
  .responsive-search .scb-search .sli-search-filters .filter-label, .responsive-search.scb-search .sli-search-filters .filter-label, .responsive-search .scb-search-empty .sli-search-filters .filter-label, .responsive-search.scb-search-empty .sli-search-filters .filter-label {
    padding-top: 0;
    text-transform: none;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #222 !important;
    font-weight: 600 !important;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
  .responsive-search .scb-search .sli-search-filters .clear-filter, .responsive-search.scb-search .sli-search-filters .clear-filter, .responsive-search .scb-search-empty .sli-search-filters .clear-filter, .responsive-search.scb-search-empty .sli-search-filters .clear-filter {
    width: 150px;
    display: inline-block;
    text-align: right;
    font-weight: normal;
    text-transform: capitalize;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container, .responsive-search.scb-search .sli-search-filters .dropdown-container, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container {
    display: inline-block;
    position: relative;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container:before, .responsive-search.scb-search .sli-search-filters .dropdown-container:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: solid 6px #444;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px transparent;
    border-radius: 1px;
    right: 0;
    top: 0;
    transform: initial;
    margin-right: 20px;
    margin-top: 13px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.open-state:before, .responsive-search.scb-search .sli-search-filters .dropdown-container.open-state:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.open-state:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.open-state:before {
    border-color: transparent;
    border-top: solid 6px transparent;
    border-bottom: solid 6px #444;
    margin-top: 5px;
    transform: initial;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters {
    width: 145px;
    vertical-align: top;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown-container.add-filters .dropdown span:after, .responsive-search.scb-search .sli-search-filters .dropdown-container.add-filters .dropdown span:after, .responsive-search .scb-search-empty .sli-search-filters .dropdown-container.add-filters .dropdown span:after, .responsive-search.scb-search-empty .sli-search-filters .dropdown-container.add-filters .dropdown span:after {
    content: '+';
    padding-left: 4px;
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: -5px;
    font-weight: 100;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown, .responsive-search.scb-search .sli-search-filters .dropdown, .responsive-search .scb-search-empty .sli-search-filters .dropdown, .responsive-search.scb-search-empty .sli-search-filters .dropdown {
    width: 157px;
    margin-right: 12px;
    border-color: #ccc;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown span, .responsive-search.scb-search .sli-search-filters .dropdown span, .responsive-search .scb-search-empty .sli-search-filters .dropdown span, .responsive-search.scb-search-empty .sli-search-filters .dropdown span {
    padding: 5px 20px 5px 10px;
    text-transform: none;
    font-weight: normal;
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.open-state, .responsive-search.scb-search .sli-search-filters .dropdown.open-state, .responsive-search .scb-search-empty .sli-search-filters .dropdown.open-state, .responsive-search.scb-search-empty .sli-search-filters .dropdown.open-state {
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.open-state .border-hider, .responsive-search.scb-search .sli-search-filters .dropdown.open-state .border-hider, .responsive-search .scb-search-empty .sli-search-filters .dropdown.open-state .border-hider, .responsive-search.scb-search-empty .sli-search-filters .dropdown.open-state .border-hider {
    width: 155px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.filtered, .responsive-search.scb-search .sli-search-filters .dropdown.filtered, .responsive-search .scb-search-empty .sli-search-filters .dropdown.filtered, .responsive-search.scb-search-empty .sli-search-filters .dropdown.filtered {
    border-color: #ccc;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.filtered:after, .responsive-search.scb-search .sli-search-filters .dropdown.filtered:after, .responsive-search .scb-search-empty .sli-search-filters .dropdown.filtered:after, .responsive-search.scb-search-empty .sli-search-filters .dropdown.filtered:after {
    border-color: transparent;
    border-top: solid 7px #444;
    border-right: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-left: solid 7px transparent;
    margin-top: 12px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown.filtered span, .responsive-search.scb-search .sli-search-filters .dropdown.filtered span, .responsive-search .scb-search-empty .sli-search-filters .dropdown.filtered span, .responsive-search.scb-search-empty .sli-search-filters .dropdown.filtered span {
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul {
    max-height: 347px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li {
    padding: 3px 0 4px 0;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li:nth-last-child(1), .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li:nth-last-child(1), .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li:nth-last-child(1), .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li:nth-last-child(1) {
    padding-bottom: 12px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li label, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li label, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li label, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li label {
    color: #666;
    padding-left: 25px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li label:before, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li label:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li label:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li label:before {
    content: '\002713';
    width: 8px;
    height: 8px;
    padding: 4px;
    color: #fff;
    margin-top: 0;
    line-height: 8px;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label {
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, .responsive-search.scb-search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, .responsive-search .scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before, .responsive-search.scb-search-empty .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before {
    background-color: #1f74bf;
    border: 1px solid #1f74bf;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .dropdown-content, .responsive-search.scb-search .sli-search-filters .dropdown .dropdown-content, .responsive-search .scb-search-empty .sli-search-filters .dropdown .dropdown-content, .responsive-search.scb-search-empty .sli-search-filters .dropdown .dropdown-content {
    text-transform: none;
  }
  .responsive-search .scb-search .sli-search-filters .dropdown .dropdown-content .apply-filter, .responsive-search.scb-search .sli-search-filters .dropdown .dropdown-content .apply-filter, .responsive-search .scb-search-empty .sli-search-filters .dropdown .dropdown-content .apply-filter, .responsive-search.scb-search-empty .sli-search-filters .dropdown .dropdown-content .apply-filter {
    background-image: none;
    text-transform: none !important;
    font-size: 12px;
    line-height: 16px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl, .responsive-search.scb-search .sli-search-filters .sortControl, .responsive-search .scb-search-empty .sli-search-filters .sortControl, .responsive-search.scb-search-empty .sli-search-filters .sortControl {
    overflow: visible;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl:before, .responsive-search.scb-search .sli-search-filters .sortControl:before, .responsive-search .scb-search-empty .sli-search-filters .sortControl:before, .responsive-search.scb-search-empty .sli-search-filters .sortControl:before {
    content: '';
    display: none !important;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown {
    width: 100%;
    margin-right: 0;
    height: 32px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown span, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown span, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown span, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown span {
    text-transform: none;
    padding: 5px 20px 6px 10px;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown:before, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown:before, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown:before, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: solid 6px #444;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px transparent;
    border-radius: 1px;
    right: 0;
    top: 0;
    transform: initial;
    margin-right: 10px;
    margin-top: 13px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown.opened, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown.opened, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown.opened, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown.opened {
    height: auto;
    z-index: 1;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown.opened:before, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown.opened:before, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown.opened:before, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown.opened:before {
    border-color: transparent;
    border-top: solid 6px transparent;
    border-bottom: solid 6px #444;
    margin-top: 5px;
    transform: initial;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown.opened:hover:after, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown.opened:hover:after, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown.opened:hover:after, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown.opened:hover:after {
    transform: rotate(315deg);
    margin-top: 16px;
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content {
    display: none;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul {
    padding: 10px 0 10px 15px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul li, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul li, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul li, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul li {
    padding: 5px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown:hover, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown:hover, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown:hover, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown:hover {
    border-bottom: solid 1px #ccc;
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown:hover:after, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown:hover:after, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown:hover:after, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown:hover:after {
    transform: rotate(135deg);
    margin-top: 12px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown:hover .dropdown-content, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown:hover .dropdown-content, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown:hover .dropdown-content, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown:hover .dropdown-content {
    display: none;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .show-sorting, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .show-sorting, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .show-sorting, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .show-sorting {
    display: block;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content {
    width: 100%;
    position: static;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul {
    width: 100%;
    border: none;
    margin: 0;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul li, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul li, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul li, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul li {
    cursor: pointer;
    text-transform: none;
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    color: #222;
    font-size: 14px;
  }
  .responsive-search .scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul li:hover, .responsive-search.scb-search .sli-search-filters .sortControl .dropdown .dropdown-content ul li:hover, .responsive-search .scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul li:hover, .responsive-search.scb-search-empty .sli-search-filters .sortControl .dropdown .dropdown-content ul li:hover {
    color: #222;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands, .responsive-search.scb-search .sli-search-filters .search-included-brands, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands {
    padding: 5px 5px 10px 5px;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands .search-brand-option, .responsive-search.scb-search .sli-search-filters .search-included-brands .search-brand-option, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands .search-brand-option, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands .search-brand-option {
    display: inline-block;
    margin-right: 10px;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label, .responsive-search.scb-search .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label {
    color: #999;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label.brand-logo, .responsive-search.scb-search .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label.brand-logo, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label.brand-logo, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands .search-brand-option input [name="search-brand"]:disabled ~ label.brand-logo {
    color: #999;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands .brand-logo, .responsive-search.scb-search .sli-search-filters .search-included-brands .brand-logo, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands .brand-logo, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands .brand-logo {
    padding-top: 7px;
    height: 12px;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands .crate-barrel, .responsive-search.scb-search .sli-search-filters .search-included-brands .crate-barrel, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands .crate-barrel, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands .crate-barrel {
    width: 90px;
  }
  .responsive-search .scb-search .sli-search-filters .search-included-brands .crate-kids, .responsive-search.scb-search .sli-search-filters .search-included-brands .crate-kids, .responsive-search .scb-search-empty .sli-search-filters .search-included-brands .crate-kids, .responsive-search.scb-search-empty .sli-search-filters .search-included-brands .crate-kids {
    width: 80px;
  }
  .responsive-search .scb-search .spill-four-column, .responsive-search.scb-search .spill-four-column, .responsive-search .scb-search-empty .spill-four-column, .responsive-search.scb-search-empty .spill-four-column {
    margin-right: -18px;
  }
  .responsive-search .scb-search .spill-four-column .spill-product-swatches .image-map-container .spill-more-options span, .responsive-search.scb-search .spill-four-column .spill-product-swatches .image-map-container .spill-more-options span, .responsive-search .scb-search-empty .spill-four-column .spill-product-swatches .image-map-container .spill-more-options span, .responsive-search.scb-search-empty .spill-four-column .spill-product-swatches .image-map-container .spill-more-options span {
    line-height: 14px;
  }
  .responsive-search .scb-search .spillContent, .responsive-search.scb-search .spillContent, .responsive-search .scb-search-empty .spillContent, .responsive-search.scb-search-empty .spillContent {
    margin-left: 0;
    overflow: initial;
  }
  .responsive-search .scb-search .spillContent .product-miniset, .responsive-search.scb-search .spillContent .product-miniset, .responsive-search .scb-search-empty .spillContent .product-miniset, .responsive-search.scb-search-empty .spillContent .product-miniset {
    margin: 0 12px 18px 0;
    width: 243px;
    height: auto;
    min-height: 400px;
    position: relative;
  }
  .responsive-search .scb-search .spillContent .product-miniset .product-miniset-thumbnail, .responsive-search.scb-search .spillContent .product-miniset .product-miniset-thumbnail, .responsive-search .scb-search-empty .spillContent .product-miniset .product-miniset-thumbnail, .responsive-search.scb-search-empty .spillContent .product-miniset .product-miniset-thumbnail {
    height: 243px;
  }
  .responsive-search .scb-search .spillContent .product-miniset .product-miniset-thumbnail:focus, .responsive-search.scb-search .spillContent .product-miniset .product-miniset-thumbnail:focus, .responsive-search .scb-search-empty .spillContent .product-miniset .product-miniset-thumbnail:focus, .responsive-search.scb-search-empty .spillContent .product-miniset .product-miniset-thumbnail:focus {
    outline-color: #666;
  }
  .responsive-search .scb-search .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches, .responsive-search.scb-search .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches, .responsive-search .scb-search-empty .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches, .responsive-search.scb-search-empty .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches {
    height: 20px;
    overflow: hidden;
  }
  .responsive-search .scb-search .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .available-swatches, .responsive-search.scb-search .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .available-swatches, .responsive-search .scb-search-empty .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .available-swatches, .responsive-search.scb-search-empty .spillContent .product-miniset .spill-special-order-swatch-bar .spill-product-swatches .available-swatches {
    width: 75%;
  }
  .responsive-search .scb-search .spillContent .product-miniset .product-info, .responsive-search.scb-search .spillContent .product-miniset .product-info, .responsive-search .scb-search-empty .spillContent .product-miniset .product-info, .responsive-search.scb-search-empty .spillContent .product-miniset .product-info {
    position: initial;
  }
  .responsive-search .scb-search .spillContent .product-miniset .product-info .product-miniset-title, .responsive-search.scb-search .spillContent .product-miniset .product-info .product-miniset-title, .responsive-search .scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title, .responsive-search.scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title {
    width: 88%;
  }
  .responsive-search .scb-search .spillContent .product-miniset .product-info .product-miniset-title .new, .responsive-search.scb-search .spillContent .product-miniset .product-info .product-miniset-title .new, .responsive-search .scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title .new, .responsive-search.scb-search-empty .spillContent .product-miniset .product-info .product-miniset-title .new {
    margin-right: 5px;
  }
  .responsive-search .scb-search .spillContent .product-miniset .price-wrapper .sale span, .responsive-search.scb-search .spillContent .product-miniset .price-wrapper .sale span, .responsive-search .scb-search-empty .spillContent .product-miniset .price-wrapper .sale span, .responsive-search.scb-search-empty .spillContent .product-miniset .price-wrapper .sale span {
    display: inline-block;
    margin-right: 5px;
  }
  .responsive-search .scb-search .spillContent .product-miniset .swatch-collection-image, .responsive-search.scb-search .spillContent .product-miniset .swatch-collection-image, .responsive-search .scb-search-empty .spillContent .product-miniset .swatch-collection-image, .responsive-search.scb-search-empty .spillContent .product-miniset .swatch-collection-image {
    margin-bottom: 10px;
  }
  .responsive-search .scb-search .view-more-products a, .responsive-search.scb-search .view-more-products a, .responsive-search .scb-search-empty .view-more-products a, .responsive-search.scb-search-empty .view-more-products a {
    width: auto;
  }
  .responsive-search .scb-search-empty .top-section-container h1, .responsive-search.scb-search-empty .top-section-container h1 {
    font-weight: 100;
    font-size: 32px;
    color: #666;
    padding-bottom: 15px;
    padding-top: 64px;
  }
  .responsive-search .scb-search-empty .top-section-container h1 br, .responsive-search.scb-search-empty .top-section-container h1 br {
    display: none;
  }
  .responsive-search .scb-search-empty .top-section-container .search-term, .responsive-search.scb-search-empty .top-section-container .search-term {
    font-size: 16px;
    line-height: 24px;
  }
  .responsive-search .scb-search-empty .chat-container .button-gift-registry, .responsive-search.scb-search-empty .chat-container .button-gift-registry {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .responsive-search .scb-search-empty .chat-container .chat-link, .responsive-search.scb-search-empty .chat-container .chat-link {
    margin-left: 24px;
  }
}

.spill.empty-search-results {
  background-color: #f0efed;
}

.spill.empty-search-results .empty-search-results-top-container {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
}

.spill.empty-search-results .empty-search-results-top-container h1 {
  font-weight: 100;
  font-size: 32px;
  color: #666;
  padding-bottom: 15px;
  padding-top: 40px;
}

.spill.empty-search-results .empty-search-results-top-container .search-term {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

.spill.empty-search-results .empty-search-results-top-container .search-term span {
  font-weight: 600;
}

.spill.empty-search-results .empty-search-results-top-container .search-suggestions {
  margin: 0 auto 20px;
  width: 80%;
}

.spill.empty-search-results .empty-search-results-top-container .search-suggestions label {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-right: 5px;
}

.spill.empty-search-results .empty-search-results-top-container .search-suggestions ul li {
  font-size: 14px;
  color: #666;
  margin: 0 7px;
}

.spill.empty-search-results .empty-search-results-top-container .button-gift-registry {
  font-weight: normal;
}

#cmpr_gridwall {
  /*.search-suggestions {
        font-family: $webfont-primary;

        label {
            font-size: 14px !important;
        }

        ul {
            li a {
                font-size: 14px !important;
            }
        }
    }*/
}

#cmpr_gridwall .search-filters {
  border-top: none;
  margin: 0 0 15px 0;
  padding-top: 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search {
  margin-bottom: 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .search-suggestions {
  margin: 10px 0 0 0;
  display: inline-block;
  width: 75%;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search #_guidedNavigationTabItems {
  margin: 0;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b {
  margin: 0;
  display: block;
  padding-right: 4px;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortBylabel {
  font-size: 12px;
  color: #222 !important;
}

#cmpr_gridwall .search-filters .guidedNavigationTabItems_search .guidedNavigationSortControl_b .sortControl select {
  font-size: 12px;
}

#cmpr_gridwall .sli-searchHeading .searchHeading {
  margin: 15px 0 0 0;
  color: #666;
  font: 14px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .sli-searchHeading h1 {
  margin: 0 0 5px 0;
  text-transform: capitalize;
}

#cmpr_gridwall .search-suggestions {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
}

#cmpr_gridwall .search-suggestions label {
  font-weight: normal;
  color: #222;
  font-size: 14px;
  margin-right: 5px;
}

#cmpr_gridwall .search-suggestions ul li {
  font-weight: normal;
  margin: 0 5px;
}

#cmpr_gridwall .search-suggestions ul li a {
  font-size: 14px;
}

#cmpr_gridwall .search-suggestions ul li a:hover {
  text-decoration: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search {
  /*.sli-search-filters {
            font-family: $font-special;
            text-transform: none;
            margin-bottom: 0 !important;
        }*/
}

#cmpr_gridwall .guidedNavigationTabItems_search .guidedNavigationSortControl_b {
  width: auto;
  display: block;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .guidedNavigationTabItems_search .guidedNavigationSortControl_b label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 0 !important;
  padding-top: 10px;
  border-top: 2px solid #000;
  font-size: 14px;
  font-weight: 300;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .product-filters {
  width: 830px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .product-filters .filter-select {
  width: 680px;
  display: inline-block;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .filter-label {
  padding-top: 0;
  text-transform: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222 !important;
  font-weight: 600 !important;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .clear-filter {
  width: 150px;
  display: inline-block;
  text-align: right;
  font-weight: normal;
  text-transform: capitalize;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container {
  display: inline-block;
  position: relative;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: solid 6px #444;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  border-radius: 1px;
  right: 0;
  top: 0;
  transform: initial;
  margin-right: 20px;
  margin-top: 13px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.open-state:before {
  border-color: transparent;
  border-top: solid 6px transparent;
  border-bottom: solid 6px #444;
  margin-top: 5px;
  transform: initial;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters {
  width: 145px;
  vertical-align: top;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown-container.add-filters .dropdown span:after {
  content: '+';
  padding-left: 4px;
  position: absolute;
  right: 10px;
  font-size: 25px;
  top: -5px;
  font-weight: 100;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown {
  width: 157px;
  margin-right: 12px;
  border-color: #ccc;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown span {
  padding: 5px 20px 5px 10px;
  text-transform: none;
  font-weight: normal;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.open-state {
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.open-state .border-hider {
  width: 155px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered {
  border-color: #ccc;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered:after {
  border-color: transparent;
  border-top: solid 7px #444;
  border-right: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 7px transparent;
  margin-top: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown.filtered span {
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul {
  max-height: 347px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li {
  padding: 3px 0 4px 0;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li:nth-last-child(1) {
  padding-bottom: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li label {
  color: #666;
  padding-left: 25px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li label:before {
  content: '\002713';
  width: 8px;
  height: 8px;
  padding: 4px;
  color: #fff;
  margin-top: 0;
  line-height: 8px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label {
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .filter-by ul li input[type="checkbox"]:checked + label:before {
  background-color: #1f74bf;
  border: 1px solid #1f74bf;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .dropdown-content {
  text-transform: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .dropdown .dropdown-content .apply-filter {
  background-image: none;
  text-transform: none !important;
  font-size: 12px;
  line-height: 16px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl {
  overflow: visible;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl:before {
  content: '';
  display: none !important;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown {
  width: 100%;
  margin-right: 0;
  height: 32px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown span {
  text-transform: none;
  padding: 5px 20px 6px 10px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: solid 6px #444;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  border-radius: 1px;
  right: 0;
  top: 0;
  transform: initial;
  margin-right: 10px;
  margin-top: 13px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown.opened {
  height: auto;
  z-index: 1;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown.opened:before {
  border-color: transparent;
  border-top: solid 6px transparent;
  border-bottom: solid 6px #444;
  margin-top: 5px;
  transform: initial;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown.opened:hover:after {
  transform: rotate(315deg);
  margin-top: 16px;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content {
  display: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul {
  padding: 10px 0 10px 15px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul li {
  padding: 5px 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:hover {
  border-bottom: solid 1px #ccc;
  color: #222;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:hover:after {
  transform: rotate(135deg);
  margin-top: 12px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown:hover .dropdown-content {
  display: none;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .show-sorting {
  display: block;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content {
  width: 100%;
  position: static;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul {
  width: 100%;
  border: none;
  margin: 0;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul li {
  cursor: pointer;
  text-transform: none;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 14px;
}

#cmpr_gridwall .guidedNavigationTabItems_search .sli-search-filters .sortControl .dropdown .dropdown-content ul li:hover {
  color: #222;
}

/*#region ========== Tweaks to Base Components on Product and Family Pages ======================== */
/*#endregion ======= Tweaks to Base Components on Product and Family Pages ======================== */
/* #region ========== Product and Family Pages ==================================================== */
.product h1,
.product-crate h1 {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 1.43em;
  padding-bottom: .1em;
}

.product .price,
.product-crate .price {
  margin: .3em 0 .5em 0;
}

.product .formatted-price,
.product-crate .formatted-price {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 2em;
}

.product .formatted-price .reg,
.product-crate .formatted-price .reg {
  padding-right: 6px;
}

.product .formatted-price .sale .salePriceDetail,
.product-crate .formatted-price .sale .salePriceDetail {
  color: #b00;
  font-weight: 600;
}

.product .formatted-price .sale .regPrice,
.product-crate .formatted-price .sale .regPrice {
  padding-left: 8px;
}

.product .product-availability,
.product-crate .product-availability {
  padding: 0 0 10px 45px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.product .product-availability .availabilty-option,
.product-crate .product-availability .availabilty-option {
  width: 100%;
  margin: 18px 0 0 0;
  float: left;
}

.product .product-availability .availabilty-option input[type="radio"],
.product .product-availability .availabilty-option input[type="radio"].availability-radio,
.product-crate .product-availability .availabilty-option input[type="radio"],
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.product .product-availability .availabilty-option label.availability-label,
.product-crate .product-availability .availabilty-option label.availability-label {
  box-sizing: border-box;
  min-height: 25px;
  font-size: 1em;
  cursor: pointer;
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label {
  position: relative;
  display: block;
  margin-bottom: -10px;
  margin-left: -45px;
  padding-left: 45px;
  line-height: .8em;
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label::before,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio + label.availability-label::before {
  content: url(//images.crateandbarrel.com/is/image/Crate/icon-mobile-radio-default?fmt=png-alpha);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio:checked + label.availability-label::before,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio:checked + label.availability-label::before {
  content: url(//images.crateandbarrel.com/is/image/Crate/icon-mobile-radio-checked?fmt=png-alpha);
}

.product .product-availability .availabilty-option input[type="radio"].availability-radio:focus + label.availability-label,
.product-crate .product-availability .availabilty-option input[type="radio"].availability-radio:focus + label.availability-label {
  /* TODO: need something here for accessibility! consult with designer. */
}

.product .product-availability .alert, .product .product-availability p, .product .product-availability a:not(.btn),
.product-crate .product-availability .alert,
.product-crate .product-availability p,
.product-crate .product-availability a:not(.btn) {
  width: 100%;
  padding: 0;
  margin: .2em 0 0 0;
  font-size: 1em;
  line-height: 1.4em;
}

.product .product-availability a,
.product-crate .product-availability a {
  position: relative;
}

.product .product-availability .alert-nla,
.product-crate .product-availability .alert-nla {
  padding: 1.4em 0 1em 0;
}

.product .product-availability .int-cannot-ship,
.product-crate .product-availability .int-cannot-ship {
  position: relative;
  left: -45px;
  margin-top: 8px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product .product-availability .int-cannot-ship p,
.product-crate .product-availability .int-cannot-ship p {
  font: 400 12px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product .sku-block,
.product-crate .sku-block {
  font-size: 12px;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.section-availability p {
  font-size: 12px;
  margin-bottom: 0;
}

.section-availability p:first-of-type {
  margin-top: 16px;
}

.section-availability a:last-of-type {
  margin-bottom: 8px;
}

.section-availability .international-title {
  margin-top: 18px;
  font-weight: 600;
}

.section-availability .availability-options-link {
  font-size: 12px;
}

.section-availability .canada-availability {
  margin-top: 18px;
  font-size: 12px;
}

.section-availability .product-availability p,
.section-availability .product-availability p span,
.section-availability .product-availability p span.alert {
  font-size: 12.6px;
  /* f your weird ass conflicting em sizes... */
}

.section-availability .product-availability a:not(.btn),
.section-availability .product-availability .alert {
  float: none;
  display: inline;
  margin: 0 !important;
}

.section-availability .product-availability .btn-change-zip {
  font-size: 1em;
}

.section-availability .product-availability .btn-store-display {
  border: solid 1px #ccc;
  background: #fff;
  color: #000;
  text-shadow: none;
  margin: .7em 0 1.4em -45px;
}

.section-availability .product-availability .btn-store-display:hover, .section-availability .product-availability .btn-store-display:focus {
  outline: dotted 1px #000;
  outline-offset: -2px;
}

.section-dimensions .preparing-for-delivery .button {
  width: auto;
}

.section-dimensions .preparing-for-delivery-header {
  margin: 0;
  font-size: 14px;
}

.section-dimensions .preparing-for-delivery-intro {
  font-size: 14px;
}

.section-comfort .section-headline {
  font-family: "WTC Our Bodoni W05 Italic", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  border: 0;
  margin-top: 1.4285em;
  margin-bottom: .7142em;
  font-size: 1.4em;
  text-transform: none;
}

.app-view-in-room-banner {
  display: block;
  margin: 1em -1.3em 0;
}

/* #endregion ======= Product and Family Pages ==================================================== */
/* #region ========== Family Page Only ============================================================ */
/*.family {

}*/
/* #endregion ======= Family Page Only ============================================================ */
/* #region ========== Modals - Product and Family Pages =========================================== */
/*.product {
    .overlay-dialog {

    }
}*/
/* #endregion ========== Modals - Product and Family Pages ======================================== */
/* #region ========== Modals - Family Page Only =================================================== */
/*.family {
    .overlay-dialog {

    }
}*/
/* #endregion ========== Modals - Family Page Only ================================================ */
/* New Crate Mobile Styles */
.product-fj,
.family-fj,
.product-crate,
.family-crate {
  padding: 0 1.3em;
  /* Gift bundle */
  /* Gift bundle overlay */
}

.product-fj .btn-primary-outline,
.family-fj .btn-primary-outline,
.product-crate .btn-primary-outline,
.family-crate .btn-primary-outline {
  border: solid 1px #ccc;
  background: #fff;
  color: #000;
  text-shadow: none;
  border-color: #ccc;
  /* #ccc */
}

.product-fj .btn-primary-outline:hover, .product-fj .btn-primary-outline:focus,
.family-fj .btn-primary-outline:hover,
.family-fj .btn-primary-outline:focus,
.product-crate .btn-primary-outline:hover,
.product-crate .btn-primary-outline:focus,
.family-crate .btn-primary-outline:hover,
.family-crate .btn-primary-outline:focus {
  outline: dotted 1px #000;
  outline-offset: -2px;
}

.product-fj p.price,
.family-fj p.price,
.product-crate p.price,
.family-crate p.price {
  margin: 0 0 .5em 0;
}

.product-fj a.reviews-top,
.family-fj a.reviews-top,
.product-crate a.reviews-top,
.family-crate a.reviews-top {
  display: block;
  margin-bottom: .8em;
}

.product-fj .slider,
.family-fj .slider,
.product-crate .slider,
.family-crate .slider {
  margin: 1.3em 0 3em 0;
}

.product-fj .slider.single,
.family-fj .slider.single,
.product-crate .slider.single,
.family-crate .slider.single {
  margin: 0 -1.3em;
}

.product-fj .slider.slider-partial,
.family-fj .slider.slider-partial,
.product-crate .slider.slider-partial,
.family-crate .slider.slider-partial {
  margin: 0 -1.3em 0 0;
  overflow: hidden;
}

.product-fj .slider.slider-partial .slides.init-state,
.family-fj .slider.slider-partial .slides.init-state,
.product-crate .slider.slider-partial .slides.init-state,
.family-crate .slider.slider-partial .slides.init-state {
  width: 2400%;
}

.product-fj .slider.slider-partial .slides li,
.family-fj .slider.slider-partial .slides li,
.product-crate .slider.slider-partial .slides li,
.family-crate .slider.slider-partial .slides li {
  display: inline;
}

.product-fj .slider.slider-partial .slides li img,
.family-fj .slider.slider-partial .slides li img,
.product-crate .slider.slider-partial .slides li img,
.family-crate .slider.slider-partial .slides li img {
  max-width: 90%;
}

.product-fj .slider.slider-partial ol,
.family-fj .slider.slider-partial ol,
.product-crate .slider.slider-partial ol,
.family-crate .slider.slider-partial ol {
  margin: 1em 0 0 0;
}

.product-fj .slider.slider-partial .uline,
.family-fj .slider.slider-partial .uline,
.product-crate .slider.slider-partial .uline,
.family-crate .slider.slider-partial .uline {
  margin: 2em 1.3em 1.2em 0;
}

.product-fj .slider.slider-product,
.family-fj .slider.slider-product,
.product-crate .slider.slider-product,
.family-crate .slider.slider-product {
  margin: 1.3em -1.3em 0;
}

.product-fj .slider.slider-swatches,
.family-fj .slider.slider-swatches,
.product-crate .slider.slider-swatches,
.family-crate .slider.slider-swatches {
  margin-top: 1em;
  margin-left: -4px;
  clear: left;
}

.product-fj .slider.multiple ol,
.family-fj .slider.multiple ol,
.product-crate .slider.multiple ol,
.family-crate .slider.multiple ol {
  margin: 1em 0 0 0;
}

.product-fj .slider .product-zoom li,
.family-fj .slider .product-zoom li,
.product-crate .slider .product-zoom li,
.family-crate .slider .product-zoom li {
  position: relative;
}

.product-fj .slider .product-zoom li img,
.family-fj .slider .product-zoom li img,
.product-crate .slider .product-zoom li img,
.family-crate .slider .product-zoom li img {
  max-height: 100vw;
}

.product-fj .slider .product-zoom-overlay,
.family-fj .slider .product-zoom-overlay,
.product-crate .slider .product-zoom-overlay,
.family-crate .slider .product-zoom-overlay {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 50px;
}

.product-fj .slider .tap-zoom,
.family-fj .slider .tap-zoom,
.product-crate .slider .tap-zoom,
.family-crate .slider .tap-zoom {
  display: block;
  margin: 0 auto;
  padding: 1em 1em .9em 1em;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: none;
  font-size: .9em;
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  width: 100px;
}

.product-fj .slider ol,
.family-fj .slider ol,
.product-crate .slider ol,
.family-crate .slider ol {
  margin: 1em 0 0 1.3em;
  text-align: left;
  position: relative;
}

.product-fj .slider ol li,
.family-fj .slider ol li,
.product-crate .slider ol li,
.family-crate .slider ol li {
  padding: .3em .4em .3em 0;
}

.product-fj .slider ol li a,
.family-fj .slider ol li a,
.product-crate .slider ol li a,
.family-crate .slider ol li a {
  background: #000;
  border: 1px solid #000;
  width: .4em;
  height: .4em;
}

.product-fj .slider ol li a.flex-active,
.family-fj .slider ol li a.flex-active,
.product-crate .slider ol li a.flex-active,
.family-crate .slider ol li a.flex-active {
  background: #fff;
  border: 1px solid #666;
}

.product-fj .slide-open,
.family-fj .slide-open,
.product-crate .slide-open,
.family-crate .slide-open {
  margin: -.1em -1.3em 0;
}

.product-fj .slide-panel span,
.family-fj .slide-panel span,
.product-crate .slide-panel span,
.family-crate .slide-panel span {
  display: block;
}

.product-fj .slide-panel span.inline-text,
.family-fj .slide-panel span.inline-text,
.product-crate .slide-panel span.inline-text,
.family-crate .slide-panel span.inline-text {
  display: inline;
}

.product-fj .slide-panel h2,
.family-fj .slide-panel h2,
.product-crate .slide-panel h2,
.family-crate .slide-panel h2 {
  font-size: 1.2em;
}

.product-fj .slide-panel h4,
.family-fj .slide-panel h4,
.product-crate .slide-panel h4,
.family-crate .slide-panel h4 {
  margin-bottom: 0;
}

.product-fj .product-img,
.family-fj .product-img,
.product-crate .product-img,
.family-crate .product-img {
  margin-bottom: 1em;
}

.product-fj .product-view,
.product-fj .product-detail,
.product-fj .message,
.family-fj .product-view,
.family-fj .product-detail,
.family-fj .message,
.product-crate .product-view,
.product-crate .product-detail,
.product-crate .message,
.family-crate .product-view,
.family-crate .product-detail,
.family-crate .message {
  margin: .3em 0 1.2em;
  line-height: 1.5em;
  text-transform: none;
}

.product-fj label,
.family-fj label,
.product-crate label,
.family-crate label {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
  display: inline;
}

.product-fj .sku-wrapper,
.family-fj .sku-wrapper,
.product-crate .sku-wrapper,
.family-crate .sku-wrapper {
  clear: both;
  margin-top: 8px;
}

.product-fj .sku-wrapper .sku-block,
.family-fj .sku-wrapper .sku-block,
.product-crate .sku-wrapper .sku-block,
.family-crate .sku-wrapper .sku-block {
  display: block;
  margin: 8px 0 16px 0;
  font-size: 12px;
  color: #222;
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product-fj .group-select-container,
.family-fj .group-select-container,
.product-crate .group-select-container,
.family-crate .group-select-container {
  margin-right: -1.3em;
}

.product-fj .group-select-container .uline,
.family-fj .group-select-container .uline,
.product-crate .group-select-container .uline,
.family-crate .group-select-container .uline {
  margin-right: 1.3em;
}

.product-fj .group-select-container .group-select-row,
.family-fj .group-select-container .group-select-row,
.product-crate .group-select-container .group-select-row,
.family-crate .group-select-container .group-select-row {
  margin-right: 1.3em;
  width: auto;
}

.product-fj .group-select-container .group-select-color,
.family-fj .group-select-container .group-select-color,
.product-crate .group-select-container .group-select-color,
.family-crate .group-select-container .group-select-color {
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 1px;
}

.product-fj .group-select-container .group-select-color .current-item-color,
.family-fj .group-select-container .group-select-color .current-item-color,
.product-crate .group-select-container .group-select-color .current-item-color,
.family-crate .group-select-container .group-select-color .current-item-color {
  float: left;
  padding-right: 1.6em;
}

.product-fj .group-select-container .group-select-color .select-item-color,
.family-fj .group-select-container .group-select-color .select-item-color,
.product-crate .group-select-container .group-select-color .select-item-color,
.family-crate .group-select-container .group-select-color .select-item-color {
  display: block;
  color: #1f74bf;
  padding: 0;
  margin: -.1em 0 0;
  font-weight: 600;
}

.product-fj .group-select-container .group-select-color .select-item-color:first-of-type,
.family-fj .group-select-container .group-select-color .select-item-color:first-of-type,
.product-crate .group-select-container .group-select-color .select-item-color:first-of-type,
.family-crate .group-select-container .group-select-color .select-item-color:first-of-type {
  padding-top: .4em;
  color: #000;
  font-weight: 500;
}

.product-fj .group-select-container .selected-swatch-color,
.family-fj .group-select-container .selected-swatch-color,
.product-crate .group-select-container .selected-swatch-color,
.family-crate .group-select-container .selected-swatch-color {
  width: 42px;
  height: 20px;
  padding-right: .4em;
  float: left;
}

.product-fj .group-select-container .selected-swatch-name,
.family-fj .group-select-container .selected-swatch-name,
.product-crate .group-select-container .selected-swatch-name,
.family-crate .group-select-container .selected-swatch-name {
  padding-top: .3em;
}

.product-fj .group-select-container .swatch-bar,
.family-fj .group-select-container .swatch-bar,
.product-crate .group-select-container .swatch-bar,
.family-crate .group-select-container .swatch-bar {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  margin: 1em -1.3em 0;
}

.product-fj .group-select-container .swatch-bar .slider.swatch,
.family-fj .group-select-container .swatch-bar .slider.swatch,
.product-crate .group-select-container .swatch-bar .slider.swatch,
.family-crate .group-select-container .swatch-bar .slider.swatch {
  margin: .8em 0 0 -.3em;
}

.product-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport,
.family-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport,
.product-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport,
.family-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport {
  margin-right: -.3em;
}

.product-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul,
.family-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul,
.product-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul,
.family-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul {
  height: 60px;
}

.product-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li,
.family-fj .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li,
.product-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li,
.family-crate .group-select-container .swatch-bar .slider.swatch .flex-viewport ul li {
  width: 58px;
}

.product-fj .group-select-container .swatch-bar .text-right,
.family-fj .group-select-container .swatch-bar .text-right,
.product-crate .group-select-container .swatch-bar .text-right,
.family-crate .group-select-container .swatch-bar .text-right {
  margin-right: 1.3em;
  font-size: 1em;
}

.product-fj .group-select-container .group-product-colors,
.family-fj .group-select-container .group-product-colors,
.product-crate .group-select-container .group-product-colors,
.family-crate .group-select-container .group-product-colors {
  float: left;
  margin-top: -2.1em;
  padding: 0 1.3em;
}

.product-fj .group-select-container .group-product-colors p.col-xs-12,
.family-fj .group-select-container .group-product-colors p.col-xs-12,
.product-crate .group-select-container .group-product-colors p.col-xs-12,
.family-crate .group-select-container .group-product-colors p.col-xs-12 {
  padding: .5em .2em .2em;
}

.product-fj .group-select-container .group-product-colors .group-product-color,
.family-fj .group-select-container .group-product-colors .group-product-color,
.product-crate .group-select-container .group-product-colors .group-product-color,
.family-crate .group-select-container .group-product-colors .group-product-color {
  border: 1px solid #fff;
  margin: 0 .2em .2em 0;
  padding: .2em;
  font-size: 1em;
  display: block;
}

.product-fj .group-select-container .group-product-colors .group-product-color:hover,
.family-fj .group-select-container .group-product-colors .group-product-color:hover,
.product-crate .group-select-container .group-product-colors .group-product-color:hover,
.family-crate .group-select-container .group-product-colors .group-product-color:hover {
  border: 1px solid #1f74bf;
}

.product-fj .group-select-container .group-product-colors .group-selected-color,
.family-fj .group-select-container .group-product-colors .group-selected-color,
.product-crate .group-select-container .group-product-colors .group-selected-color,
.family-crate .group-select-container .group-product-colors .group-selected-color {
  border: 1px solid #1f74bf;
}

.product-fj .group-select-container .group-product-colors .selected-swatch-color,
.family-fj .group-select-container .group-product-colors .selected-swatch-color,
.product-crate .group-select-container .group-product-colors .selected-swatch-color,
.family-crate .group-select-container .group-product-colors .selected-swatch-color {
  margin: 0 .4em 1em .3em;
}

.product-fj .group-select-container .group-product-colors .selected-swatch-name,
.family-fj .group-select-container .group-product-colors .selected-swatch-name,
.product-crate .group-select-container .group-product-colors .selected-swatch-name,
.family-crate .group-select-container .group-product-colors .selected-swatch-name {
  line-height: .9em;
  margin-bottom: 2em;
}

.product-fj .product-detail .call-store-container,
.product-fj .product-detail .request-quote-container,
.product-fj .product-detail .add-cart-container,
.family-fj .product-detail .call-store-container,
.family-fj .product-detail .request-quote-container,
.family-fj .product-detail .add-cart-container,
.product-crate .product-detail .call-store-container,
.product-crate .product-detail .request-quote-container,
.product-crate .product-detail .add-cart-container,
.family-crate .product-detail .call-store-container,
.family-crate .product-detail .request-quote-container,
.family-crate .product-detail .add-cart-container {
  margin: 0 0 16px 0;
}

.product-fj .product-detail .save-share-container,
.family-fj .product-detail .save-share-container,
.product-crate .product-detail .save-share-container,
.family-crate .product-detail .save-share-container {
  margin-top: 16px;
  border: 1px solid #e0e0e0 !important;
}

.product-fj .product-detail .button,
.family-fj .product-detail .button,
.product-crate .product-detail .button,
.family-crate .product-detail .button {
  border-radius: 0;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.product-fj .product-detail .button i,
.family-fj .product-detail .button i,
.product-crate .product-detail .button i,
.family-crate .product-detail .button i {
  float: none;
}

.product-fj .product-detail .tag-add-to-registry,
.family-fj .product-detail .tag-add-to-registry,
.product-crate .product-detail .tag-add-to-registry,
.family-crate .product-detail .tag-add-to-registry {
  margin-bottom: 0;
  border-top-color: #e0e0e0;
  border-top-style: solid;
  border-top-width: 1px;
}

.product-fj .product-detail .tag-add-to-favorites,
.family-fj .product-detail .tag-add-to-favorites,
.product-crate .product-detail .tag-add-to-favorites,
.family-crate .product-detail .tag-add-to-favorites {
  line-height: 0;
}

.product-fj .product-detail .tag-add-to-favorites i,
.family-fj .product-detail .tag-add-to-favorites i,
.product-crate .product-detail .tag-add-to-favorites i,
.family-crate .product-detail .tag-add-to-favorites i {
  float: none !important;
  top: 0 !important;
  margin: 0 !important;
}

.product-fj .product-detail .btn-save-share,
.family-fj .product-detail .btn-save-share,
.product-crate .product-detail .btn-save-share,
.family-crate .product-detail .btn-save-share {
  margin: 0;
}

.product-fj .add-item,
.family-fj .add-item,
.product-crate .add-item,
.family-crate .add-item {
  margin: 1em 0 0;
}

.product-fj .add-item .btn.success,
.family-fj .add-item .btn.success,
.product-crate .add-item .btn.success,
.family-crate .add-item .btn.success {
  color: #fff;
}

.product-fj .add-item .success,
.family-fj .add-item .success,
.product-crate .add-item .success,
.family-crate .add-item .success {
  color: #2caa00;
  margin-bottom: 0;
}

.product-fj .add-item .cart-btn,
.family-fj .add-item .cart-btn,
.product-crate .add-item .cart-btn,
.family-crate .add-item .cart-btn {
  overflow: hidden;
}

.product-fj .add-item .cart-btn .btn,
.family-fj .add-item .cart-btn .btn,
.product-crate .add-item .cart-btn .btn,
.family-crate .add-item .cart-btn .btn {
  padding: .55em 1.5em;
}

.product-fj .add-item .qty-input,
.family-fj .add-item .qty-input,
.product-crate .add-item .qty-input,
.family-crate .add-item .qty-input {
  width: 3.8em;
  padding-right: .9em;
  float: left;
}

.product-fj .add-item .qty-input label,
.family-fj .add-item .qty-input label,
.product-crate .add-item .qty-input label,
.family-crate .add-item .qty-input label {
  display: none;
}

.product-fj .add-item .qty-input input[type="number"],
.family-fj .add-item .qty-input input[type="number"],
.product-crate .add-item .qty-input input[type="number"],
.family-crate .add-item .qty-input input[type="number"] {
  height: 46px;
  width: 3.2em;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  text-align: center;
  box-shadow: none;
  border-radius: 2px;
  display: inline;
}

.product-fj .add-item .favorites-registry,
.family-fj .add-item .favorites-registry,
.product-crate .add-item .favorites-registry,
.family-crate .add-item .favorites-registry {
  font-size: 1.3em;
  margin: 0 0 1em 0;
  line-height: 1.3em;
  text-align: left;
  /*    border-top: 1px solid $grayBorder; */
}

.product-fj .add-item .favorites-registry .favorites,
.product-fj .add-item .favorites-registry .registry,
.family-fj .add-item .favorites-registry .favorites,
.family-fj .add-item .favorites-registry .registry,
.product-crate .add-item .favorites-registry .favorites,
.product-crate .add-item .favorites-registry .registry,
.family-crate .add-item .favorites-registry .favorites,
.family-crate .add-item .favorites-registry .registry {
  background: none;
  border: none;
  color: #1f74bf;
  float: left;
  font-size: 1em;
  line-height: 1.3em;
  padding: 0;
}

.product-fj .add-item .favorites-registry .col-xs-12,
.family-fj .add-item .favorites-registry .col-xs-12,
.product-crate .add-item .favorites-registry .col-xs-12,
.family-crate .add-item .favorites-registry .col-xs-12 {
  padding: .6em 0;
  color: #000;
  border: 1px solid #e0e0e0;
  border-top: none;
  background: none;
}

.product-fj .add-item .favorites-registry .col-xs-12 i,
.family-fj .add-item .favorites-registry .col-xs-12 i,
.product-crate .add-item .favorites-registry .col-xs-12 i,
.family-crate .add-item .favorites-registry .col-xs-12 i {
  font-size: 1.7em;
  margin: 0 1.3em;
  float: left;
}

.product-fj .add-item .favorites-registry .col-xs-12 span,
.family-fj .add-item .favorites-registry .col-xs-12 span,
.product-crate .add-item .favorites-registry .col-xs-12 span,
.family-crate .add-item .favorites-registry .col-xs-12 span {
  line-height: 1.8em;
  overflow: hidden;
  float: left;
}

.product-fj .add-item .favorites-registry .col-xs-12 i.web-icon-registry,
.family-fj .add-item .favorites-registry .col-xs-12 i.web-icon-registry,
.product-crate .add-item .favorites-registry .col-xs-12 i.web-icon-registry,
.family-crate .add-item .favorites-registry .col-xs-12 i.web-icon-registry {
  font-size: 1.2em;
  margin: .17em 1.1em 0 1.85em;
}

.product-fj .add-item .favorites-registry .col-xs-12 i.web-icon-favorites,
.family-fj .add-item .favorites-registry .col-xs-12 i.web-icon-favorites,
.product-crate .add-item .favorites-registry .col-xs-12 i.web-icon-favorites,
.family-crate .add-item .favorites-registry .col-xs-12 i.web-icon-favorites {
  font-size: 1.45em;
  margin: 0.1em 1.1em 0 1.7em;
}

.product-fj .add-item .favorites-registry .col-xs-12 i.web-icon-share,
.family-fj .add-item .favorites-registry .col-xs-12 i.web-icon-share,
.product-crate .add-item .favorites-registry .col-xs-12 i.web-icon-share,
.family-crate .add-item .favorites-registry .col-xs-12 i.web-icon-share {
  font-size: 1.5em;
  margin: 0 1em 0 1.6em;
}

.product-fj .btn-more,
.family-fj .btn-more,
.product-crate .btn-more,
.family-crate .btn-more {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .7em;
}

.product-fj .btn-more input,
.family-fj .btn-more input,
.product-crate .btn-more input,
.family-crate .btn-more input {
  padding: 1.1em 0;
}

.product-fj .product-details,
.family-fj .product-details,
.product-crate .product-details,
.family-crate .product-details {
  padding: 0 0 1em 0;
  font-size: 1em;
}

.product-fj .product-details p, .product-fj .product-details li,
.family-fj .product-details p,
.family-fj .product-details li,
.product-crate .product-details p,
.product-crate .product-details li,
.family-crate .product-details p,
.family-crate .product-details li {
  font-size: 1em;
  margin-top: 0;
}

.product-fj .product-details h2,
.family-fj .product-details h2,
.product-crate .product-details h2,
.family-crate .product-details h2 {
  font-size: 1em;
}

.product-fj .product-details .cb-exclusive,
.family-fj .product-details .cb-exclusive,
.product-crate .product-details .cb-exclusive,
.family-crate .product-details .cb-exclusive {
  color: #5e5e5e;
  padding-top: .2em;
}

.product-fj .gift-bundle-container,
.family-fj .gift-bundle-container,
.product-crate .gift-bundle-container,
.family-crate .gift-bundle-container {
  margin-right: -1.3em;
}

.product-fj .gift-bundle-container .gift-bundle-image,
.family-fj .gift-bundle-container .gift-bundle-image,
.product-crate .gift-bundle-container .gift-bundle-image,
.family-crate .gift-bundle-container .gift-bundle-image {
  width: 80%;
}

.product-fj .gift-bundle-container .gift-bundle-plus,
.family-fj .gift-bundle-container .gift-bundle-plus,
.product-crate .gift-bundle-container .gift-bundle-plus,
.family-crate .gift-bundle-container .gift-bundle-plus {
  width: 20%;
  margin: -50% 0 0 80%;
  display: block;
  font-size: 1.2em;
  line-height: .85em;
  text-align: center;
  color: #000;
}

.product-fj .gift-bundle-container .gift-bundle-details,
.family-fj .gift-bundle-container .gift-bundle-details,
.product-crate .gift-bundle-container .gift-bundle-details,
.family-crate .gift-bundle-container .gift-bundle-details {
  margin-top: 2em;
  width: 100%;
  clear: both;
}

.product-fj .gift-bundle-container .gift-bundle-details a,
.family-fj .gift-bundle-container .gift-bundle-details a,
.product-crate .gift-bundle-container .gift-bundle-details a,
.family-crate .gift-bundle-container .gift-bundle-details a {
  color: #fff;
}

.product-fj .bundle-overlay-container,
.family-fj .bundle-overlay-container,
.product-crate .bundle-overlay-container,
.family-crate .bundle-overlay-container {
  height: 100vh;
  overflow-y: scroll;
  padding: 0 1.3em;
  /* Custom checkboxes */
}

.product-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10,
.family-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10,
.product-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10,
.family-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10 {
  padding: .6em 0 0 1.3em;
  font-size: 1.2em;
}

.product-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice,
.family-fj .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice,
.product-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice,
.family-crate .bundle-overlay-container .overlay-dialog-header .col-xs-10 .regPrice {
  font-weight: bold;
}

.product-fj .bundle-overlay-container .overlay-dialog-header .btn,
.family-fj .bundle-overlay-container .overlay-dialog-header .btn,
.product-crate .bundle-overlay-container .overlay-dialog-header .btn,
.family-crate .bundle-overlay-container .overlay-dialog-header .btn {
  margin: 0;
}

.product-fj .bundle-overlay-container span,
.family-fj .bundle-overlay-container span,
.product-crate .bundle-overlay-container span,
.family-crate .bundle-overlay-container span {
  float: none;
}

.product-fj .bundle-overlay-container .bundle-add-cart,
.family-fj .bundle-overlay-container .bundle-add-cart,
.product-crate .bundle-overlay-container .bundle-add-cart,
.family-crate .bundle-overlay-container .bundle-add-cart {
  padding: 0 1.3em;
}

.product-fj .bundle-overlay-container .overlay-error,
.family-fj .bundle-overlay-container .overlay-error,
.product-crate .bundle-overlay-container .overlay-error,
.family-crate .bundle-overlay-container .overlay-error {
  padding: 1.3em 1.3em 0.6em 1.3em;
  font-size: 1.1em;
  float: left;
}

.product-fj .bundle-overlay-container .overlay-error .error-message,
.family-fj .bundle-overlay-container .overlay-error .error-message,
.product-crate .bundle-overlay-container .overlay-error .error-message,
.family-crate .bundle-overlay-container .overlay-error .error-message {
  padding: 0 1.3em 0 1.3em;
  margin: 0 !important;
}

.product-fj .bundle-overlay-container .bundle-overlay-content,
.family-fj .bundle-overlay-container .bundle-overlay-content,
.product-crate .bundle-overlay-container .bundle-overlay-content,
.family-crate .bundle-overlay-container .bundle-overlay-content {
  padding-top: 115px;
  margin-bottom: 1.3em;
}

.product-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row,
.family-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row,
.product-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row,
.family-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row {
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 15px 0;
  clear: both;
}

.product-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type,
.family-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type,
.product-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type,
.family-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row:last-of-type {
  margin-bottom: 2.6em;
}

.product-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product,
.family-fj .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product,
.product-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product,
.family-crate .bundle-overlay-container .bundle-overlay-content .bundle-overlay-row .col-xs-5 .bundle-overlay-product {
  max-width: 95%;
}

.product-fj .bundle-overlay-container .checkbox-icon-label span,
.family-fj .bundle-overlay-container .checkbox-icon-label span,
.product-crate .bundle-overlay-container .checkbox-icon-label span,
.family-crate .bundle-overlay-container .checkbox-icon-label span {
  display: block;
  clear: both;
  font-weight: 500;
}

.product-fj .bundle-overlay-container .checkbox-icon-label span,
.family-fj .bundle-overlay-container .checkbox-icon-label span,
.product-crate .bundle-overlay-container .checkbox-icon-label span,
.family-crate .bundle-overlay-container .checkbox-icon-label span {
  padding-right: 2.25em;
}

.product-fj .bundle-overlay-container .checkbox-icon,
.family-fj .bundle-overlay-container .checkbox-icon,
.product-crate .bundle-overlay-container .checkbox-icon,
.family-crate .bundle-overlay-container .checkbox-icon {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 29px;
  height: 29px;
  z-index: 10;
}

.product-fj .bundle-overlay-container .checkbox-icon, .product-fj .bundle-overlay-container .checkbox-icon-label,
.family-fj .bundle-overlay-container .checkbox-icon,
.family-fj .bundle-overlay-container .checkbox-icon-label,
.product-crate .bundle-overlay-container .checkbox-icon,
.product-crate .bundle-overlay-container .checkbox-icon-label,
.family-crate .bundle-overlay-container .checkbox-icon,
.family-crate .bundle-overlay-container .checkbox-icon-label {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0 15px 8px;
  font-size: 1.1em;
  cursor: pointer;
}

.product-fj .bundle-overlay-container .checkbox-icon-label,
.family-fj .bundle-overlay-container .checkbox-icon-label,
.product-crate .bundle-overlay-container .checkbox-icon-label,
.family-crate .bundle-overlay-container .checkbox-icon-label {
  z-index: 20;
}

.product-fj .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before,
.family-fj .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before,
.product-crate .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before,
.family-crate .bundle-overlay-container .checkbox-icon + .checkbox-icon-label:before {
  content: '';
  border-radius: 1px;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 20px;
  right: 0;
}

.product-fj .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after,
.family-fj .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after,
.product-crate .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after,
.family-crate .bundle-overlay-container .checkbox-icon:checked + .checkbox-icon-label:after {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url("//images.crateandbarrel.com/is/image/Crate/icon-checkmark-mobile?fmt=png-alpha") 1px 5px no-repeat;
  background-size: 28px 21px;
  position: absolute;
  top: 21px;
  right: 1px;
}

.product-fj .view-more-links li,
.product-fj .section-related-searches li,
.family-fj .view-more-links li,
.family-fj .section-related-searches li,
.product-crate .view-more-links li,
.product-crate .section-related-searches li,
.family-crate .view-more-links li,
.family-crate .section-related-searches li {
  margin: .8em 0;
}

.product-fj .view-more-links li a,
.product-fj .section-related-searches li a,
.family-fj .view-more-links li a,
.family-fj .section-related-searches li a,
.product-crate .view-more-links li a,
.product-crate .section-related-searches li a,
.family-crate .view-more-links li a,
.family-crate .section-related-searches li a {
  color: #000;
}

.product-fj .js-reveal-toggle,
.family-fj .js-reveal-toggle,
.product-crate .js-reveal-toggle,
.family-crate .js-reveal-toggle {
  float: none !important;
  /* !important to override overly long generic selector (.slider.single ul li a - where oh where does the problem one live??) causing havoc with this. */
  width: auto !important;
  /* !important to override overly long generic selector (.slider.single ul li a - where oh where does the problem one live??) causing havoc with this. */
  margin-top: .5em;
  margin-right: 50%;
  display: block;
}

.product-fj .js-reveal-toggle:hover,
.family-fj .js-reveal-toggle:hover,
.product-crate .js-reveal-toggle:hover,
.family-crate .js-reveal-toggle:hover {
  color: #1f74bf;
}

.product-fj .js-reveal-toggle .web-icon-arrow-flat,
.family-fj .js-reveal-toggle .web-icon-arrow-flat,
.product-crate .js-reveal-toggle .web-icon-arrow-flat,
.family-crate .js-reveal-toggle .web-icon-arrow-flat {
  font-size: .7em;
  transform: rotateZ(0deg);
  padding: 3px;
}

.product-fj .reveal-content,
.family-fj .reveal-content,
.product-crate .reveal-content,
.family-crate .reveal-content {
  max-height: 85px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}

.product-fj .revealed-content,
.family-fj .revealed-content,
.product-crate .revealed-content,
.family-crate .revealed-content {
  max-height: 2000px;
  /* 2000px?? yeah, because return policy: holy-wall-o-text, batman! */
  -webkit-transition: max-height 0.8s ease-in;
  -moz-transition: max-height 0.8s ease-in;
  transition: max-height 0.8s ease-in;
}

.product-fj .qty-row,
.family-fj .qty-row,
.product-crate .qty-row,
.family-crate .qty-row {
  margin: 0 0 16px 0;
}

.product-fj .qty-row input[type="number"],
.family-fj .qty-row input[type="number"],
.product-crate .qty-row input[type="number"],
.family-crate .qty-row input[type="number"] {
  height: 46px;
}

.product-fj .qty-row .int-furniture-button-wrapper, .product-fj .qty-row .int-furniture-button-wrapper a,
.family-fj .qty-row .int-furniture-button-wrapper,
.family-fj .qty-row .int-furniture-button-wrapper a,
.product-crate .qty-row .int-furniture-button-wrapper,
.product-crate .qty-row .int-furniture-button-wrapper a,
.family-crate .qty-row .int-furniture-button-wrapper,
.family-crate .qty-row .int-furniture-button-wrapper a {
  margin: 0;
}

.product-fj .family-line-item,
.family-fj .family-line-item,
.product-crate .family-line-item,
.family-crate .family-line-item {
  font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif;
}

.product-fj .family-line-item .family-detail,
.family-fj .family-line-item .family-detail,
.product-crate .family-line-item .family-detail,
.family-crate .family-line-item .family-detail {
  font-size: 12px;
}

.product-fj .family-line-item .international-button-wrapper,
.family-fj .family-line-item .international-button-wrapper,
.product-crate .family-line-item .international-button-wrapper,
.family-crate .family-line-item .international-button-wrapper {
  width: 100%;
}

.product-fj .family-line-item .int-cannot-ship p, .product-fj .family-line-item .int-cannot-ship a,
.family-fj .family-line-item .int-cannot-ship p,
.family-fj .family-line-item .int-cannot-ship a,
.product-crate .family-line-item .int-cannot-ship p,
.product-crate .family-line-item .int-cannot-ship a,
.family-crate .family-line-item .int-cannot-ship p,
.family-crate .family-line-item .int-cannot-ship a {
  /* font-size: 12px;
            font-family: $webfont-primary; */
  font: 400 12px/20px "Neue Helvetica W05", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.product-fj .btn-group-product .button,
.family-fj .btn-group-product .button,
.product-crate .btn-group-product .button,
.family-crate .btn-group-product .button {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0;
  border-bottom: none;
}

.product-fj .btn-group-product .button i,
.family-fj .btn-group-product .button i,
.product-crate .btn-group-product .button i,
.family-crate .btn-group-product .button i {
  float: none;
}

.product-fj .btn-group-product .share-button,
.family-fj .btn-group-product .share-button,
.product-crate .btn-group-product .share-button,
.family-crate .btn-group-product .share-button {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding-right: 16px;
}

/* #region ===== Custom Furniture Product Page ===================================================================== */
/* #region ============== Custom Interaction Panel Area ============================= */
/* #region Base Styling for Filter by Checkbox and Filter by Radio Button */
.filter-by-thumbnail .special-order-price-group-message {
  display: none;
}

.filter-by-thumbnail .special-order-delivery-message {
  margin: 0px;
}

/* #endregion Base Styling for Filter by Checkbox and Filter by Radio Button */
/* #endregion ============== Custom Interaction Panel Area ============================= */
/* #endregion ===== Custom Furniture Product Page ===================================================================== */
/* So much absurdity above.... let's aim to scb-ify and only bring over what we need so we can delete all that absurdity above one day... */
/*

    OMG, where does it go? Glad you asked...

    .main-product-and-family    -   product and family page, housewares and furniture (most stuff)
    .main-product               -   product page only, housewares and furniture
    .main-family                -   family page only, housewares and furniture
    .main-housewares            -   housewares page only, product and family
    .main-furniture             -   furniture page only, product and family

*/
/* #region ==================== Product and Family Page - Housewares and Furniture ==================== */
@media screen and (max-width: 768px) {
  .section-showcase-carousel {
    padding-top: 8px;
  }
  .section-header {
    margin-top: 5px;
    margin-bottom: 16px;
    padding: 0;
    padding-bottom: 0;
  }
}

/* #endregion ================= Product and Family Page - Housewares and Furniture ==================== */
/* #region ==================== Product Page Only - Housewares and Furniture ==================== */
/* #endregion ================= Product Page Only - Housewares and Furniture ==================== */
/* #region ==================== Family Page Only - Housewares and Furniture ==================== */
/* #endregion ================= Family Page Only - Housewares and Furniture ==================== */
/* #region ==================== Housewares Page Only - Product and Family ==================== */
/* #endregion ================= Housewares Page Only - Product and Family ==================== */
/* #region ==================== Furniture Page Only - Product and Family ==================== */
@media screen and (max-width: 768px) {
  .main-furniture.main-product .shop-bar-availability-wrap .section-header {
    margin-top: 32px;
  }
}

/* #endregion ================= Furniture Page Only - Product and Family ==================== */
/* #region =========== Favorite Heart =========== */
[class*='svg-icon-heart'] {
  height: 18px;
  width: 18px;
  stroke-width: 2;
  color: #1f74bf;
}

[class*='svg-heart-outline'],
[class*='svg-icon-heart-outline'] {
  height: 18px;
  width: 18px;
  stroke-width: 2;
  color: #999;
}

/* #endregion ======== Favorite Heart =========== */
/* For when we get around to tablets... */
/* Until then, serve 'em desktop styles too. */
/* DESKTOP - Media Queries (Tablets and Up... for now) */
@media screen and (min-width: 768px) {
  #jsUI {
    padding: 0 !important;
  }
  #jsUI .popupContent {
    box-sizing: border-box;
    height: 100% !important;
    padding: 35px !important;
  }
  #jsUI .productImageWrap {
    margin: -15px 0 20px 0;
  }
  /* #region ========== Product and Family Pages, Housewares and Furniture Pages ================ */
  .product,
  .family {
    padding: 0;
  }
  .product .slider.slider-swatches .slides li a:hover, .product .slider.slider-swatches .slides li a:focus,
  .family .slider.slider-swatches .slides li a:hover,
  .family .slider.slider-swatches .slides li a:focus {
    border-color: #1f74bf;
    /* accessibility */
  }
  .favorites-layout .favorite-line-item .favorites-list-row .availability-details {
    font: 200 13px/1.6em "Neue Helvetica W05", Helvetica, Arial, sans-serif;
    padding-top: 8px;
  }
  .favorites-layout .favorite-line-item .favorites-list-row .fcRed {
    color: #bb0000;
  }
  /*.product-hw {

    }*/
  /* #endregion ======= Product and Family Pages - Housewares =================================== */
  /* #region ========== Family Page Only - Housewares =========================================== */
  /*.family-hw {

    }*/
  /* #endregion ======= Family Page Only - Housewares =========================================== */
  /* #region ========== Product and Family Pages - Furniture ==================================== */
  .product-fj {
    padding: 0;
  }
  .product-fj .product-description {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    font-size: 20px;
    line-height: 1.5;
  }
  .section-region .section-headline {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    border: 0;
    margin: 0;
    padding: 10px 0 5px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
  }
  .section-region .section-tagline {
    font-family: "WTC Our Bodoni W05 Italic", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1;
    text-align: center;
    text-transform: none;
  }
  .section-availabilty-and-buttons {
    padding: 40px 0 0 0;
  }
  .sectional-planner-banner-product {
    clear: both;
    float: left;
    width: 100%;
    min-height: 446px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: #222;
    color: #fff;
  }
  .sectional-planner-banner-product > div {
    width: 793px;
    float: right;
  }
  .sectional-planner-banner-product > div .s7videoplayer .s7iconeffect {
    top: 180px !important;
  }
  .sectional-planner-banner-product .sectional-planner-link {
    float: left;
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 215px;
    min-height: 446px;
    padding: 160px 0 0;
    background: #222;
    color: #fff;
    text-align: center;
  }
  .sectional-planner-banner-product .sectional-planner-link:focus::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: dotted 1px #fff;
  }
  .sectional-planner-banner-product .sectional-planner-headline {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 8px;
    padding: 0;
  }
  .sectional-planner-banner-product .sectional-planner-build-text {
    font-family: "WTC Our Bodoni W05 Italic", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    display: block;
    font-size: 16px;
    line-height: 21px;
  }
  .sectional-planner-banner-product .sectional-planner-create-text {
    font-family: "Neue Helvetica W05", Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .sectional-planner-banner-product #s7_videoview.s7videoviewer {
    float: right;
    width: 793px;
    height: 446px;
  }
  .section-comfort .section-headline {
    margin: 0;
  }
  /* #endregion ======= Product and Family Pages - Furniture ==================================== */
  /* #region ========== Family Page Only - Furniture ============================================ */
  /*.family-fj {

    }*/
  /* #endregion ======= Family Page Only - Furniture ============================================ */
  /* #region ========== Modals - Product and Family Pages =========================================== */
  /*.product {
        .overlay-dialog {

        }
    }*/
  /* #endregion ======= Modals - Product and Family Pages =========================================== */
  /* #region ========== Modals - Family Page Only =================================================== */
  /*.family {
        .overlay-dialog {

        }
    }*/
  /* #endregion ======= Modals - Family Page Only =================================================== */
  /* #region ========== Sticky Header ======================================= */
  .shop-bar-product-info .shop-bar-product-title {
    padding-top: 6px;
    line-height: 24px;
  }
  .shop-bar-product-details .shop-bar-reviews {
    position: relative;
    top: 4px;
  }
  .shop-bar-product-details .shop-bar-price-area .sale .regPrice {
    margin-top: 7px;
    line-height: 23px;
  }
  /* #endregion ======= Sticky Header =================================================== */
  /* #region ===== Custom Slide Down Panel =============================== */
  /* #region Filter by Thumbnail (Used by Fabric Swatches and Leg Finishes) */
  fieldset.filter-by-thumbnail legend {
    font-weight: normal;
    padding: 0px;
    line-height: 26px;
  }
  fieldset.filter-by-thumbnail legend.sr-only {
    padding: 0px;
  }
  fieldset.filter-by-thumbnail .special-order-price-group-message {
    display: none;
  }
  fieldset.filter-by-thumbnail .special-order-delivery-message {
    margin: 0px;
  }
  /* #endregion Filter by Thumbnail (Used by Fabric Swatches and Leg Finishes) */
  /* #endregion ===== Custom Slide Down Panel =============================== */
  /* #region ======== Order Free swatch ================================= */
  #order-swatches-form .column-form label {
    color: #222;
    font-size: 13px;
    font-weight: bold;
  }
  #order-swatches-form .column-form label .required {
    font-weight: normal;
    color: #666;
    text-transform: lowercase;
  }
  /* #endregion ======== Order Free swatch ================================= */
}
