/* Minification failed. Returning unminified contents.
(131,30): run-time error CSS1039: Token not allowed after unary operator: '-sticky-header-offset'
(437,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(688,19): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(965,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1052,28): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1135,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1162,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1273,28): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1435,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1478,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1544,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1555,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1728,28): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1782,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1819,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1836,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1937,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(1979,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
 */
/* header
/*-------------------------------------------------------------------------------*/
header {
  background: #fff;
  border-bottom: 0.1em solid #d8d8d8;
  width: 100%;
  height: 3.6em;
  padding: 0;
  font-size: 14px;
  z-index: 666;
}

header .header-main-left {
  width: 100%;
  float: left;
}

header .header-main-right {
  position: absolute;
  right: 0;
  top: 0;
}

header .brand-logo,
header .brand-logo-checkout {
  font-size: 1em;
  line-height: normal;
  text-align: center;
  padding: 0 5.1em 0 5.6em;
}

header .brand-logo a,
header .brand-logo-checkout a {
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
  line-height: normal;
}

header .brand-logo a:focus,
header .brand-logo-checkout a:focus {
  outline: dotted 1px #222;
  outline-offset: 2px;
}

header .brand-logo img,
header .brand-logo-checkout img {
  max-height: 2.2em;
  display: inline;
}

header .brand-logo-checkout {
  padding: 0 5.1em 0 1.3em;
  text-align: left;
}

header .brand-logo-checkout img {
  display: block;
  max-height: 1.8em;
}

header .toggle-nav {
  float: left;
  line-height: 3.6em;
}

header .toggle-nav .menu-button {
  width: 2em;
}

.adaptive-layout {
  /* #region Border Free Flag Area */
  /* #endregion Border Free Flag Area */
}

.adaptive-layout header .header-main-right .header-info .shipping-to,
.adaptive-layout header .shipping-to {
  margin-left: 0;
}

.adaptive-layout header .header-main-right .header-info .shipping-to a, .adaptive-layout header .header-main-right .header-info .shipping-to a:link, .adaptive-layout header .header-main-right .header-info .shipping-to a:visited, .adaptive-layout header .header-main-right .header-info .shipping-to a:active,
.adaptive-layout header .shipping-to a,
.adaptive-layout header .shipping-to a:link,
.adaptive-layout header .shipping-to a:visited,
.adaptive-layout header .shipping-to a:active {
  width: 95px;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 20px;
}

.adaptive-layout header .header-main-right .header-info .shipping-to a:hover, .adaptive-layout header .header-main-right .header-info .shipping-to a:link:hover, .adaptive-layout header .header-main-right .header-info .shipping-to a:visited:hover, .adaptive-layout header .header-main-right .header-info .shipping-to a:active:hover,
.adaptive-layout header .shipping-to a:hover,
.adaptive-layout header .shipping-to a:link:hover,
.adaptive-layout header .shipping-to a:visited:hover,
.adaptive-layout header .shipping-to a:active:hover {
  text-decoration: none;
}

/* Header for CB2
/*-------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  background: #fff;
  height: 104px;
  border-bottom: 0.5px solid #d8d8d8;
}

header ~ main .sticky-header-offset {
  transform: none;
  transition: transform 400ms ease-out !important;
  will-change: transform;
}

header[data-scroll]:not([data-scroll="up"]) {
  animation: slide-up 500ms ease-out both;
}

header[data-scroll][data-scroll="top"] {
  animation: none;
}

header[data-scroll][data-scroll="up"], header[data-scroll][data-scroll="bottom"] {
  animation: slide-down 500ms ease-out both;
}

header[data-scroll][data-scroll="up"] ~ main .sticky-header-offset, header[data-scroll][data-scroll="bottom"] ~ main .sticky-header-offset {
  transition-delay: 100ms !important;
  transform: translateY(var(--sticky-header-offset));
}

header .brand-logo {
  padding: .2em 0 .4em 0;
}

header .brand-logo a {
  font-size: 1.15em;
  line-height: 2.6em;
}

header .brand-logo img {
  max-height: 2.2em;
}

header .brand-logo .siteLogo {
  margin: 0;
  position: relative;
}

header .search-active {
  width: 100%;
  background-color: #666;
  z-index: 11;
  display: inline-block;
}

header .search-active .search-header-form {
  display: inline-block;
  width: 100%;
  border: 0;
  margin: 0;
  height: 3.2em;
}

header .search-active .header-barcode-icon {
  width: 48px;
  height: 38px;
  padding: 0px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #666;
  position: absolute;
  top: 3px;
  right: 48px;
  z-index: 999;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .search-active .header-barcode-icon:focus {
  outline: 1px dotted #222;
}

header .search-active .svg-icon-barcode-search-bar {
  width: 1.8em;
  height: 1.8em;
  color: #666;
  stroke-width: 4;
}

header .cb2-logo-container {
  box-sizing: border-box;
  position: relative;
}

header .cb2-logo-container .cb2-logo {
  width: 70px;
  height: 38px;
}

header .cb2-logo-container a.cb2-logo-link {
  display: inline-block;
  height: 3.2em;
  width: 50px;
  margin: 0 33%;
}

header .header-search-bar {
  background: #fff;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0 14px;
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  justify-content: center;
}

header .header-search-bar::before {
  display: none;
}

header .header-search-bar .react-typeahead-container {
  flex-grow: 1;
}

header .header-search-bar .react-typeahead-container button.header-search-icon {
  right: 15px;
  top: 6px;
}

header .header-search-bar #header-header-search-input[type="search"] {
  font-family: "Lineto Brown Sub", "Lineto Brown Light Sub", Verdana, sans-serif;
  height: 48px;
  border: 1px solid #ccc;
  padding-left: 18px;
  box-shadow: none;
  color: #222;
  font-size: 16px;
  font-weight: 300;
}

header .header-search-bar #header-header-search-input[type="search"] + div {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease-out;
  bottom: 0;
  top: auto;
  width: 100%;
  background: #222;
  left: 0;
  height: 2px;
  position: absolute;
}

header .header-search-bar #header-header-search-input[type="search"].is-active + div {
  transform: scaleX(1);
}

header .header-search-bar #header-header-search-input[type="search"]::placeholder, header .header-search-bar #header-header-search-input[type="search"]::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
  font-size: 16px;
  font-family: "Lineto Brown Sub", "Lineto Brown Light Sub", Verdana, sans-serif;
  text-transform: capitalize;
  opacity: 1 !important;
}

header .header-search-bar .header-search-bar-button {
  position: absolute;
  top: 4px;
  right: 17px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  outline: none;
}

header .header-search-bar .header-search-bar-button:focus .svg-icon-search {
  outline: 1px dotted #222;
}

header .toggle-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: .4em;
  background: transparent;
  height: 3.2em;
  width: 57px;
}

header .toggle-nav .menu-button {
  border-right: none;
  display: block;
  text-align: center;
  font-size: 2.2em;
  color: #222;
  position: relative;
  padding: 0;
  width: inherit;
  height: inherit;
  background: transparent;
}

header .toggle-nav .menu-button .menu-icon {
  width: inherit;
  height: inherit;
  float: left;
  position: relative;
  margin-top: 2px;
}

header .toggle-nav .menu-button .menu-icon:focus {
  outline: 1px dotted;
}

header .toggle-nav .menu-button .menu-icon span {
  width: 25px;
  height: 2px;
  background: #222;
  position: absolute;
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  left: 15px;
}

header .toggle-nav .menu-button .menu-icon span:nth-of-type(1) {
  top: 14px;
}

header .toggle-nav .menu-button .menu-icon span:nth-of-type(2) {
  top: 20px;
}

header .toggle-nav .menu-button .menu-icon span:nth-of-type(3) {
  top: 26px;
}

header .toggle-nav .menu-button .menu-icon .menu-text {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: .34em;
  line-height: 1.2em;
  color: #222;
}

header .nav-open {
  /*border-bottom: 1px solid $lighterGreyBG;*/
  bottom: 4px;
}

header .nav-open span {
  left: 16px;
  background: #444;
}

header .nav-open span:nth-of-type(1) {
  width: 25px;
  height: 2.25px;
  transform: translate(0, 10px) rotate(45deg);
  -webkit-transform: translate(0, 10px) rotate(45deg);
  -moz-transform: translate(0, 10px) rotate(45deg);
  -o-transform: translate(0, 10px) rotate(45deg);
  -ms-transform: translate(0, 10px) rotate(45deg);
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

header .nav-open span:nth-of-type(2) {
  background: #222;
  opacity: 0;
  transition: all 5ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

header .nav-open span:nth-of-type(3) {
  width: 25px;
  height: 2.25px;
  transform: translate(0, -2px) rotate(-45deg);
  -webkit-transform: translate(0, -2px) rotate(-45deg);
  -moz-transform: translate(0, -2px) rotate(-45deg);
  -o-transform: translate(0, -2px) rotate(-45deg);
  -ms-transform: translate(0, -2px) rotate(-45deg);
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

header .nav-open .menu-text {
  opacity: 0;
  display: none;
}

header .nav-open .menu-bar {
  background: #222;
  display: block;
  height: .1em;
  margin: .1em 0.55em;
}

header .header-main-right .toggle-cart {
  width: 44px;
}

header .header-main-right .svg-icon-cart {
  box-sizing: content-box;
  width: 33px;
  height: 33px;
  padding: 8px 0;
}

header .header-main-right .header-cart-count {
  position: absolute;
  height: inherit;
  width: 100%;
  font-family: var(--webfont-primary, sans-serif);
  font-size: 12px;
  font-weight: 500;
}

header .header-main-right .cart-has-item {
  top: 7px;
  right: -15px;
  width: auto;
  left: calc(50% - 4px);
  right: auto;
  transform: translateX(-50%);
}

header .header-main-right .cart-has-items {
  top: 7px;
  width: auto;
  left: calc(50% - 3px);
  right: auto;
  transform: translateX(-50%);
}

header .header-main-right .cart-has-items-plus {
  top: 3px;
  left: 10px;
  width: auto;
}

header .header-main-right a.cart-link {
  box-sizing: border-box;
  width: 40px;
  height: 3.6em;
  border-radius: 0;
  background: none;
  float: left;
}

header .header-main-right a.cart-link i.icon-cart {
  width: 60px;
  font-family: 'cb2-web-icons';
  font-size: 2.8em;
  color: #222;
  text-shadow: none;
  text-align: center;
  float: left;
  position: relative;
  top: 1px;
}

header .header-main-right a.cart-link i.icon-cart:before {
  content: "\eb02";
}

header .mobile-header-icon-favorite {
  position: absolute;
  top: 0;
  right: 58px;
  display: block;
  width: 36px;
  padding-top: 5px;
}

header .mobile-header-icon-favorite .svg-icon-heart-outline,
header .mobile-header-icon-favorite .svg-icon-heart-solid {
  width: 35px;
  height: 35px;
  stroke-width: 1.3867;
  color: #222 !important;
}

#mobile-navigation-background {
  background-color: transparent;
  visibility: hidden;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: background-color 500ms ease, visibility 500ms ease;
  backface-visibility: hidden;
}

#mobile-navigation-background.is-visible {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-133px);
    transform: translateY(-133px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-108px);
    transform: translateY(-108px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-133px);
    transform: translateY(-133px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-108px);
    transform: translateY(-108px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-108px);
    transform: translateY(-108px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-133px);
    transform: translateY(-133px);
  }
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-108px);
    transform: translateY(-108px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-133px);
    transform: translateY(-133px);
  }
}

.search-body-cover {
  height: 100%;
  width: 100%;
  z-index: 11;
  background-color: #222;
  opacity: 0.5;
  position: absolute;
}

.svg-icon-search {
  width: 35px;
  height: 35px;
  stroke-width: 1.3867;
}

.mobile-search-icon {
  margin: 4px 0;
}

.cb2-logo-container {
  position: relative;
  margin: 0 33%;
  height: 3.2em;
  box-sizing: border-box;
}

.logo-svg {
  width: 49px;
  height: 27px;
  display: block;
  margin: .6em auto;
  color: #444;
  stroke: currentColor;
  stroke-width: 3;
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  .active-nav .toggle-nav,
  .active-nav .menu-nav-cb2 {
    z-index: 107;
  }
  .active-nav #content-overlay {
    position: fixed;
    top: 45px;
    z-index: 667;
  }
  .header-spacer {
    margin-top: 104px;
  }
}

/* #region ===== Borderfree Flag Area ===== */
@media screen and (min-width: 768px) {
  header #header-country-flag.shipping-to .shipping-chooser-button {
    display: block;
    width: auto;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
  }
  header #header-country-flag.shipping-to .shipping-chooser-button:hover {
    text-decoration: none;
  }
  header #header-country-flag.shipping-to .shipping-chooser-button:focus {
    outline: 0;
  }
  header #header-country-flag.shipping-to .shipping-chooser-button:focus .country-flag {
    outline: dotted 1px #fff;
    outline-offset: 2px;
  }
}

/* #endregion ===== Borderfree Flag Area ===== */
/* Hover items for account, favorites and cart */
/* Dropdown account, favorites and cart with animation */
.adaptive-layout {
  /* #region ====================================== FAVORITES ========================================================================================= */
  /* #endregion =================================== FAVORITES ========================================================================================= */
}

.adaptive-layout.fixed-navigation-layout .header-search-container.nav-visible-search {
  left: 0;
}

.adaptive-layout .cms-promo {
  width: 100%;
  background: #F1F1F1;
  clear: both;
  line-height: 17px;
  text-align: center;
  font: 14px var(--webfont-primary, sans-serif);
}

.adaptive-layout .cms-promo .centerMenu {
  margin: auto;
}

.adaptive-layout .cms-promo .cmsHomePageBanner {
  height: auto;
  min-height: 30px;
}

.adaptive-layout .cms-promo .cmsInner {
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding: 7px 0;
}

.adaptive-layout .cms-promo .cmsInner strong,
.adaptive-layout .cms-promo .cmsInner b {
  font-weight: 500;
}

.adaptive-layout .cms-promo .cmsBannerLeftLink {
  margin-left: 7px;
}

.adaptive-layout .cms-promo strong {
  text-transform: uppercase;
}

.adaptive-layout .header-responsive-layout {
  margin: 0 50px !important;
}

.adaptive-layout .header-responsive-layout {
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  max-width: none;
  padding: 0;
  font-size: 10px;
  position: relative;
  width: auto;
  height: 80px;
}

.adaptive-layout .header-responsive-layout .menu-button {
  border-right: none;
  display: block;
  text-align: center;
  font-size: 2.2em;
  color: #222;
  position: relative;
  padding: 0;
  width: inherit;
  height: inherit;
  background: transparent;
}

.adaptive-layout .header-responsive-layout .menu-button .menu-icon {
  width: 46px;
  height: 30px;
  float: left;
  position: relative;
  top: 2px;
  left: 0px;
}

.adaptive-layout .header-responsive-layout .menu-button .menu-icon span {
  width: 30px;
  height: 2px;
  background: #222;
  position: absolute;
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  left: 9px;
}

.adaptive-layout .header-responsive-layout .menu-button .menu-icon span:nth-of-type(1) {
  top: 8px;
}

.adaptive-layout .header-responsive-layout .menu-button .menu-icon span:nth-of-type(2) {
  top: 15px;
}

.adaptive-layout .header-responsive-layout .menu-button .menu-icon span:nth-of-type(3) {
  top: 22px;
}

.adaptive-layout .header-responsive-layout .menu-button .menu-icon .menu-text {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: .34em;
  line-height: 1.2em;
  color: #222;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open {
  bottom: 4px;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open span {
  left: 9px;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open span:nth-of-type(1) {
  width: 30px;
  height: 2px;
  top: 5px;
  color: #222;
  transform: translate(0, 10px) rotate(45deg);
  -webkit-transform: translate(0, 10px) rotate(45deg);
  -moz-transform: translate(0, 10px) rotate(45deg);
  -o-transform: translate(0, 10px) rotate(45deg);
  -ms-transform: translate(0, 10px) rotate(45deg);
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open span:nth-of-type(2) {
  background: #222;
  opacity: 0;
  transition: all 5ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open span:nth-of-type(3) {
  width: 30px;
  height: 2px;
  top: 17px;
  color: #222;
  transform: translate(0, -2px) rotate(-45deg);
  -webkit-transform: translate(0, -2px) rotate(-45deg);
  -moz-transform: translate(0, -2px) rotate(-45deg);
  -o-transform: translate(0, -2px) rotate(-45deg);
  -ms-transform: translate(0, -2px) rotate(-45deg);
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open .menu-text {
  opacity: 0;
  display: none;
}

.adaptive-layout .header-responsive-layout .menu-button .nav-open .menu-bar {
  background: #222;
  display: block;
  height: .1em;
  margin: .1em 0.55em;
}

.adaptive-layout .header-responsive-layout .nav-open {
  bottom: 4px;
}

.adaptive-layout .header-responsive-layout .nav-open span {
  left: 16px;
  background: #444;
}

.adaptive-layout .header-responsive-layout .nav-open span:nth-of-type(1) {
  width: 30px;
  height: 2px;
  top: 13px;
  transform: translate(0, 10px) rotate(45deg);
  -webkit-transform: translate(0, 10px) rotate(45deg);
  -moz-transform: translate(0, 10px) rotate(45deg);
  -o-transform: translate(0, 10px) rotate(45deg);
  -ms-transform: translate(0, 10px) rotate(45deg);
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.adaptive-layout .header-responsive-layout .nav-open span:nth-of-type(2) {
  background: #222;
  opacity: 0;
  transition: all 5ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.adaptive-layout .header-responsive-layout .nav-open span:nth-of-type(3) {
  width: 30px;
  height: 2px;
  top: 26px;
  transform: translate(0, -2px) rotate(-45deg);
  -webkit-transform: translate(0, -2px) rotate(-45deg);
  -moz-transform: translate(0, -2px) rotate(-45deg);
  -o-transform: translate(0, -2px) rotate(-45deg);
  -ms-transform: translate(0, -2px) rotate(-45deg);
  transition: all 145ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.adaptive-layout .header-responsive-layout .nav-open .menu-text {
  opacity: 0;
  display: none;
}

.adaptive-layout .header-responsive-layout .nav-open .menu-bar {
  background: #222;
  display: block;
  height: .1em;
  margin: .1em 0.55em;
}

.adaptive-layout .header-responsive-layout .main-navigation {
  border-top: 0 !important;
}

.adaptive-layout .header-responsive-layout .desktop-nav-toggle {
  top: 20px;
  left: -10px;
}

.adaptive-layout .header-responsive-layout .cb2-logo-container {
  text-align: center;
  margin: 0 auto;
  padding: 15px 0 0 0;
  height: auto;
  position: relative;
  width: 80px;
}

.adaptive-layout .header-responsive-layout .cb2-logo-container a.cb2-logo-link {
  width: 72px;
  height: 40px;
  padding: 5px 5px 6px;
  margin: 0;
}

.adaptive-layout .header-responsive-layout .cb2-logo-container a.cb2-logo-link:focus {
  outline: dotted 1px #222;
}

.adaptive-layout .header-responsive-layout .cb2-logo-container .svg-icon-logo-cb2 {
  width: 71px;
  height: 40px;
  margin: 0;
  vertical-align: middle;
  color: #444;
  stroke: currentColor;
  stroke-width: 2;
  padding: 0;
}

.adaptive-layout .header-responsive-layout .co-branding {
  max-width: 500px;
  padding-top: 6px;
  color: #fff;
  position: absolute;
  top: -30px;
  right: 0;
}

.adaptive-layout .header-responsive-layout .co-branding li {
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  float: left;
  padding-left: 1em;
}

.adaptive-layout .header-responsive-layout .co-branding li.header-store .header-store-link {
  position: relative;
  color: #fff;
  float: left;
}

.adaptive-layout .header-responsive-layout .co-branding li.header-store .header-store-link:focus {
  text-decoration: underline;
}

.adaptive-layout .header-responsive-layout .co-branding li.header-store .header-store-link .svg-icon-map-pin-solid {
  color: #fff;
  height: 16px;
  width: 15px;
  padding-right: 6px;
  position: absolute;
  left: -22px;
  top: 1px;
}

.adaptive-layout .header-responsive-layout .co-branding li .crate-cobranding [class*="svg-icon-"],
.adaptive-layout .header-responsive-layout .co-branding li .crate-kids-cobranding [class*="svg-icon-"] {
  margin-top: 3px;
  height: 12px;
}

.adaptive-layout .header-responsive-layout .co-branding li .crate-cobranding:focus,
.adaptive-layout .header-responsive-layout .co-branding li .crate-kids-cobranding:focus {
  outline: dotted 1px #fff;
  outline-offset: 2px;
}

.adaptive-layout .header-responsive-layout .co-branding li .crate-cobranding .svg-icon-logo-cb-small {
  color: #fff;
  width: 83px;
}

.adaptive-layout .header-responsive-layout .co-branding li .crate-kids-cobranding .svg-icon-logo-crate-and-kids-small {
  color: #fff;
  width: 74px;
}

.adaptive-layout .header-responsive-layout .co-branding li.phone-number {
  padding-top: 1px;
  font-size: 12px;
}

.adaptive-layout .header-responsive-layout .co-branding li.delimiter-left {
  border-left: solid 1px #d8d8d8;
  margin-left: 1.3em;
  min-height: 19px;
}

.adaptive-layout .header-responsive-layout .co-branding li.delimiter-left a {
  color: #fff;
}

.adaptive-layout .header-responsive-layout .co-branding li.delimiter-left .header-store-link, .adaptive-layout .header-responsive-layout .co-branding li.delimiter-left .phone-number-text {
  font-weight: 300;
  color: #fff;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in {
  font-weight: normal;
  padding-left: 0;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .name-sign-in {
  text-transform: none;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .button-sign-in {
  display: block;
  width: 67px;
  margin: 0 10px 0 0;
  padding: 45px 0 0 0;
  text-align: center;
  position: relative;
  background: url(//images.cb2.com/is/image/CB2/cb2-desktop-sprite-gray?fmt=png-alpha) no-repeat scroll -83px -92px;
  font: 300 14px/13px var(--webfont-primary, sans-serif);
  color: #222 !important;
  cursor: default;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in a.button-sign-in {
  cursor: pointer;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in:hover .dropdown-sign-in, .adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in.toggle-sign-in-active .dropdown-sign-in,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link:hover .dropdown-sign-in,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link.toggle-sign-in-active .dropdown-sign-in {
  display: block;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in:focus:before,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 85px;
  border-width: 3px 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in {
  display: none;
  position: relative;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 1px;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in:before,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -11px;
  right: -16px;
  border-width: 0.3em 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in[aria-hidden="false"]:before,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in[aria-hidden="false"]:before {
  border: 0;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in[aria-hidden="false"]:focus,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in[aria-hidden="false"]:focus {
  border-width: 2px 30px 0 0;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 36px 25px;
  width: 200px;
  position: absolute;
  top: -8px;
  left: -98px;
  z-index: 999;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul .flyout-greeting,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul .flyout-greeting {
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 500;
  text-align: left;
  padding-top: 0;
  letter-spacing: 1px;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul li,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul li {
  float: left;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul .rewards-count,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul .rewards-count {
  font-weight: 500;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul a,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul a {
  display: block;
  padding: 0;
  color: #222;
  font-size: 12px;
  line-height: 16px;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 300;
  text-align: left;
  letter-spacing: 1.2px;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul a:hover,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul a:hover {
  color: #222;
  text-decoration: none;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul a:focus,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul a:focus {
  border: 0;
}

.adaptive-layout .header-responsive-layout .cb2-account-sign-in .toggle-sign-in .dropdown-sign-in ul.manage-rewards,
.adaptive-layout .header-responsive-layout .cb2-account-sign-in .account-sign-in-link .dropdown-sign-in ul.manage-rewards {
  width: 240px;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle-wrap {
  position: relative;
  width: 100%;
  display: block;
  height: 0px;
  clear: both;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle-wrap .nav-item-toggle {
  bottom: -12px;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle-wrap .nav-item-toggle svg {
  height: 14px;
  width: 14px;
  stroke-width: 3px;
  color: #222;
  float: left;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle-wrap {
  position: relative;
  width: 100%;
  display: block;
  height: 0px;
  clear: both;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle {
  height: 0px;
  width: 14px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  border: 0px;
  overflow: hidden;
  opacity: 0;
  z-index: 1000000;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle svg {
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  stroke-width: 3px;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle:focus, .adaptive-layout .header-responsive-layout .nav-item-toggle[aria-expanded='true'] {
  opacity: 1;
  height: 14px;
  padding: 1px;
}

.adaptive-layout .header-responsive-layout .nav-item-toggle:focus {
  outline: dotted 1px #222;
  outline-offset: 2px;
}

.adaptive-layout .header-responsive-layout .js-non-modal-dialog-panel[aria-hidden="true"] {
  display: none;
}

.adaptive-layout .header-responsive-layout .js-non-modal-dialog-panel[aria-hidden="false"] {
  visibility: visible;
  display: block !important;
  max-height: none;
}

.adaptive-layout .header-responsive-layout .js-non-modal-dialog-panel[aria-hidden="false"].dropdown-container {
  display: block !important;
}

.adaptive-layout .header-responsive-layout .js-non-modal-dialog-panel[aria-hidden="false"] .dropdown-panel {
  display: block !important;
  background: #fff;
}

.adaptive-layout .header-responsive-layout .header-main-right {
  float: right;
  position: absolute;
  padding: 10px 0;
}

.adaptive-layout .header-responsive-layout .header-main-right .cart-text {
  width: 67px;
  text-align: center;
  font: 300 14px/13px var(--webfont-primary, sans-serif);
  color: #222;
  position: relative;
  top: -1px;
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation {
  float: right;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation .hide-sign-in-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li {
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.stores-icon {
  height: 67px;
  width: 60px;
  position: relative;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.stores-icon .svg-icon-map-pin-outline {
  width: 30px;
  height: 30px;
  padding: 15px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.stores-icon a {
  width: inherit;
  height: inherit;
  display: block;
  color: #222;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.stores-icon a:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 51px;
  left: 26px;
  border-width: 0.3em 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.my-checkout a {
  width: inherit;
  height: inherit;
  display: block;
  color: #222;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.cb2-account-sign-in {
  margin-top: 0;
  width: 57px;
  height: 67px;
  padding-left: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.cb2-account-sign-in .svg-icon-account-outline {
  width: 30px;
  height: 30px;
  padding: 15px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.cb2-account-sign-in a {
  display: block;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.account-sign-in a {
  width: inherit;
  height: inherit;
  display: block;
  color: #222;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.customer-favorites {
  background: transparent;
  width: 62px;
  height: 67px;
  padding-left: 2px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.customer-favorites .svg-icon-heart-outline,
.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.customer-favorites .svg-icon-heart-solid {
  width: 30px;
  height: 30px;
  padding: 15px 10px 15px 15px;
  color: #222;
  stroke-width: 1.3867;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.customer-favorites:hover > .dropdown-customer-favorites {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: header-items-fade 500ms;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart {
  padding-left: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .svg-icon-cart {
  width: 30px;
  height: 30px;
  padding: 15px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart a {
  width: inherit;
  height: inherit;
  display: block;
  color: #222;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart a:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 80px;
  right: -3px;
  border-width: 3px 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link:focus .cart-text {
  text-decoration: underline;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link .icon-cart {
  display: none;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link .header-cart-count {
  width: 67px;
  padding: 7px 0 0 0;
  text-shadow: none;
  text-align: center;
  font-weight: 500;
  position: absolute;
  margin-left: -1px;
  height: inherit;
  font-size: 11px;
  font-family: var(--webfont-primary, sans-serif);
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link .cart-has-item {
  top: 18px;
  right: -21px;
  left: auto;
  transform: none;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link .cart-has-items {
  top: 18px;
  right: -22px;
  left: auto;
  transform: none;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link .cart-has-items-plus {
  top: 18px;
  right: unset;
  left: unset;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link.tempX {
  background-image: none;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .cart-link.tempX .svg-icon-cart {
  width: 30px;
  height: 30px;
  padding: 15px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart:hover .dropdown-cart {
  display: block;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .nav-item-toggle {
  bottom: -10px;
  left: calc(50% + 10px);
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart {
  font-family: var(--webfont-primary, sans-serif);
  display: none;
  width: 330px;
  height: auto;
  min-height: 130px;
  padding: 32px 36px 42px 40px;
  border: 1px solid #d8d8d8;
  background: #fff;
  position: absolute;
  color: #444;
  top: 82px;
  right: -48px;
  margin-right: 10px;
  box-sizing: border-box;
  left: auto;
  transform: none;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -4px;
  right: 34px;
  border-width: 0.3em 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -16px;
  right: 45px;
  border-width: 0;
  border-style: solid;
  border-color: #222 transparent;
  display: block;
  width: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart[aria-hidden="false"]:before {
  border: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart[aria-hidden="false"]:focus {
  border-width: 2px 30px 0 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart.cart-has-item {
  width: 400px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart.cart-has-items {
  width: 400px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .signed-in-cart {
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .signed-in-cart p {
  padding: 10px 0;
  font-family: var(--webfont-primary, sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.3px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .signed-in-cart a {
  color: #222;
  text-decoration: underline;
  display: inline;
  font-family: var(--webfont-primary, sans-serif);
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .signed-in-cart a:hover {
  text-decoration: underline;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .signed-in-cart a:focus {
  outline: dotted 1px;
  outline-offset: 2px;
  text-decoration: underline;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .signed-in-cart .sign-in-link:before {
  border: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .dropdown-sign-in-link {
  white-space: nowrap;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .empty-cart-message {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .view-cart {
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding: 15px 0 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .view-cart .cart-button {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .view-cart .cart-button:focus {
  outline: dotted 1px #fff;
  outline-offset: -3px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .view-cart .cart-button:before {
  border: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items {
  background: #fff;
  text-transform: none;
  width: 100%;
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items .cartLnk {
  width: 100%;
  padding-bottom: 10px;
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items .cartLnk:focus {
  outline: dotted 1px #222;
  outline-offset: -2px;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items .cartLnk:focus:before {
  border: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items .cartLnk img {
  width: 100px;
  height: 100px;
  padding-right: 15px;
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items .cartLnk .productName {
  width: 207px;
  min-height: 15px;
  max-height: 30px;
  margin-top: 25px;
  font-size: 12px;
  line-height: 15px;
  color: #222;
  overflow: hidden;
  float: right;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items .cartLnk .count {
  width: 207px;
  font-size: 12px;
  color: #222;
  float: right;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items p {
  font-size: 1.2em;
  line-height: 1.4em;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items p a {
  text-transform: none;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .items li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .more-item-in-cart {
  font-weight: 300;
  margin-top: 8px;
  float: left;
}

.adaptive-layout .header-responsive-layout .header-main-right ul.header-navigation li.header-cart .toggle-cart .dropdown-cart .more-item-in-cart p {
  font-size: 13px;
}

.adaptive-layout .header-responsive-layout:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
}

.adaptive-layout .customer-favorites {
  color: #222;
  background: #fff;
  position: relative;
  z-index: 505;
  height: 26px;
  padding-right: 0;
  width: 50px;
  height: auto;
  text-align: center;
}

.adaptive-layout .customer-favorites .nav-item-toggle-wrap .nav-item-toggle {
  bottom: -26px;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites {
  height: 48px;
  background: #fff;
  cursor: pointer;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link {
  float: left;
  color: #222;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link .title-text {
  display: block;
  width: 67px;
  margin: 2px auto 0;
  padding: 12px 0 0 0;
  text-align: center;
  position: relative;
  font: 300 14px/13px var(--webfont-primary, sans-serif);
  color: #222 !important;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link .user-favorites-count, .adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link .user-favorites-count-default {
  display: none;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link .user-favorites-count {
  color: #222;
  font-size: 1.3em;
  font-weight: bold;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link .count-default {
  color: #222;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites.favorites-link:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 52px;
  right: 14px;
  border-width: 0.3em 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .customer-favorites .toggle-customer-favorites:hover {
  text-decoration: none;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites {
  position: absolute;
  display: none;
}

.adaptive-layout .customer-favorites:hover > .dropdown-customer-favorites {
  z-index: -1;
  display: block;
  visibility: visible;
  opacity: 1;
  animation: header-items-fade 500ms;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites {
  position: absolute;
  padding: 24px;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: none;
  font-family: var(--webfont-primary, sans-serif);
  top: 54px;
  right: -56px;
  width: 200px;
  cursor: default;
  padding: 36px 20px;
  box-sizing: border-box;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites.cart-has-fav-items {
  width: 330px;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -4px;
  right: 71px;
  border-width: 0.3em 30px 0 0;
  border-style: solid;
  border-color: #222;
  display: block;
  width: 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites[aria-hidden="false"]:before {
  border: 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites[aria-hidden="false"]:focus {
  border-width: 2px 30px 0 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites h2 {
  float: left;
  width: 100%;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -.2px;
  color: #222;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites h2:first-child {
  padding-top: 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .board-title {
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #222;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  letter-spacing: 0.1em;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .board-title p {
  margin-bottom: 8px;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .board-title:focus {
  text-decoration: underline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .hover-favorite-sign-in {
  color: #222;
  text-decoration: underline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .hover-favorite-sign-in:hover {
  text-decoration: underline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .hover-favorite-sign-in:focus {
  outline: dotted 1px;
  outline-offset: 2px;
  text-decoration: underline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorite-thumbnail {
  float: left;
  margin-right: 16px;
  height: 60px;
  width: 60px;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorite-thumbnail img {
  width: 100%;
  height: 100%;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorite-thumbnail:focus {
  outline: dotted 1px #222;
  outline-offset: 2px;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorite-thumbnail:last-of-type {
  margin-right: 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .summary-img {
  margin: 10px 35px 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-signed-in {
  font-weight: 300;
  font-size: 13px;
  color: #222;
  text-align: left;
  margin-bottom: 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-sign-in {
  font-size: 13px;
  color: #222;
  text-align: left;
  margin: 10px 0 0;
  font-weight: 300;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-sign-in a {
  color: #222;
  text-decoration: underline;
  display: inline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-sign-in a:hover {
  text-decoration: underline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-sign-in a:focus {
  outline: dotted 1px;
  outline-offset: 2px;
  text-decoration: underline;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-no-list {
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .header-favorites-summary .favorites-separator {
  content: "";
  position: relative;
  z-index: 1;
  border-width: .1em 110px 0;
  border-style: solid;
  border-color: #ccc;
  display: block;
  width: 0;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer {
  float: left;
  padding: 8px 0 0 0;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer .button {
  font-size: 14px;
  float: left;
  clear: left;
  width: 100%;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer .sign-in-text {
  float: left;
  clear: left;
  padding: 0 0 16px;
  color: #222;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  width: auto;
  text-align: left;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer .sign-in-text a {
  float: right;
  width: auto;
  margin-left: 3px;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer .button-view-all {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer a:hover, .adaptive-layout .customer-favorites .dropdown-customer-favorites .summary-footer a:focus {
  text-decoration: underline;
}
