/* font size definitions  */
/**
 * Default SG variables, aren't used for the implementation.
 * Kept not to break scss compiler when reference still exists in default scsse style rules declaration
 */
.store-list-pdp-container .store-list-item:after, .bonus-product-list .bonus-product-list-footer:after, .bonus-product-list .bonus-product-item:after, .pdp-main .product-review:after, .pdp-main:after, .compare-items-panel:after, .clearfix:after, .category-switch:after {
  content: " ";
  display: table;
  clear: both;
}

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

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

/* fonts declarations */
/*
	usage of mixin above
	@include background-image('name', 31px 31px, left center);
	.no-svg{
		background: url(../images/name.png) no-repeat left center;
	}
*/
.visually-hidden, #homepage-slides .slide span, #homepage-slides .slide h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

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

.link-color {
  color: #929292;
}

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

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

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

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

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

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

table {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mini-cart .drop-down-options {
  right: -1px;
}
#mini-cart .mini-cart-slot {
  float: left;
}
#mini-cart.n-3-items .menu-title .icon.bag {
  left: 6px;
}
#mini-cart.n-3-items .menu-title .minicart-total-qty {
  left: 20px;
}
#mini-cart.n-4-items .menu-title .icon.bag {
  left: 4px;
}
#mini-cart.n-4-items .menu-title .minicart-total-qty {
  left: 16px;
}

.mini-cart-total {
  position: relative;
}
.mini-cart-total .mini-cart-link {
  text-transform: uppercase;
}
.mini-cart-total .mini-cart-link .minicart-quantity {
  background-color: #d9d4cd;
  color: #000000;
  padding: 0 3px;
  position: absolute;
  right: 9px;
  text-align: center;
  top: 11px;
  font-size: 0.5rem;
  line-height: 11px;
}

.mini-cart-total .mini-cart-empty {
  color: #999;
  transition: color 500ms ease;
}
.mini-cart-total .mini-cart-empty:hover {
  color: #84bd00;
  text-decoration: none;
}
.mini-cart-total .mini-cart-empty .minicart-quantity {
  background-color: #ffffff;
  border: 1px solid #999;
  color: #999;
}

.mini-cart-content {
  width: 270px;
  text-align: left;
  box-sizing: border-box;
}
.mini-cart-content.empty {
  right: -65px;
}
.mini-cart-content .mini-cart-price-standard {
  text-decoration: line-through;
  color: #d6d6d6;
}
.mini-cart-total:hover .mini-cart-content {
  display: block;
}
.pt_checkout .mini-cart-content {
  right: -1px;
}
.mini-cart-content .html-slot-container {
  margin-top: 20px;
}

.mini-cart-header {
  font-size: 1.1em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #929292;
}
.mini-cart-header.empty {
  text-transform: none;
  padding-bottom: 13px;
  font-weight: normal;
  border-bottom: none;
}

.mini-cart-products {
  max-height: 365px;
  padding: 0;
  overflow-y: auto;
  border-bottom: 1px solid #d6d6d6;
}
.mini-cart-products::-webkit-scrollbar {
  width: 10px;
}
.mini-cart-products::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border: 1px solid #929292;
}
.mini-cart-products::-webkit-scrollbar-thumb {
  background-color: #252525;
}
.mini-cart-products form + .mini-cart-product {
  border-top: 1px solid #929292;
}
.mini-cart-products .li-thumbnail {
  border-bottom: 1px solid #d6d6d6;
}
.mini-cart-products .li-thumbnail:last-of-type {
  border: none;
}
.mini-cart-products .li-thumbnail:hover {
  background: #f1f1f1;
}
.mini-cart-products .li-thumbnail:hover .input-text {
  background: #f1f1f1;
}
.mini-cart-products .li-thumbnail .item-image {
  padding: 10px 10px 4px 10px;
}
.mini-cart-products .li-thumbnail .item-image img {
  border: none;
}
.mini-cart-products .li-thumbnail .item-details {
  padding: 10px 10px 4px 0;
}
.mini-cart-products .li-thumbnail .item-details .name {
  font-size: 0.75rem;
  text-transform: initial;
  padding: 0 0 6px;
}
.mini-cart-products .li-thumbnail .item-details .name a {
  color: #85734f;
  font-size: 13px;
}
.mini-cart-products .li-thumbnail .item-details .attr_wrp {
  padding: 0 0 6px;
}
.mini-cart-products .li-thumbnail .item-details .mini-cart-pricing {
  text-transform: uppercase;
  font-family: GillSansNova-Light;
  font-size: 1rem;
}
.mini-cart-products .li-thumbnail .item-details .configurator-item-label {
  text-transform: none;
  font-family: GillSansNova-Medium;
  font-weight: 500;
}
.mini-cart-products .li-thumbnail .mini-cart-product-update {
  position: relative;
  padding: 0 0 3px;
}

.mini-cart-product-update .quantity-controls {
  color: #000000;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 78px;
}
.mini-cart-product-update .quantity-controls input {
  border: none;
  font-size: 13;
  height: 15px;
  padding-top: 2px;
  text-align: center;
  width: 62px;
  line-height: normal;
  font-family: GillSansNova-Bold;
  -moz-appearance: textfield;
}
.mini-cart-product-update .quantity-controls span.btn-number {
  color: #929292;
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  font-family: GillSansNova-Bold;
}
.mini-cart-product-update .quantity-controls span.li-qty-minus {
  left: 0;
}
.mini-cart-product-update .quantity-controls span .icon.plus, .mini-cart-product-update .quantity-controls span .icon.minus {
  width: 10px;
  height: 16px;
  top: 0;
  left: 0;
  pointer-events: auto;
}
.mini-cart-product-update .mini-cart-product-remove, .mini-cart-product-update .update-link {
  position: absolute;
  top: 2px;
}
.mini-cart-product-update .mini-cart-product-remove button.button-text, .mini-cart-product-update .update-link button.button-text {
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
}
.mini-cart-product-update .mini-cart-product-remove button.button-text:not([disabled]):hover, .mini-cart-product-update .mini-cart-product-remove button.button-text:not([disabled]):active, .mini-cart-product-update .update-link button.button-text:not([disabled]):hover, .mini-cart-product-update .update-link button.button-text:not([disabled]):active {
  color: #000000;
}
.mini-cart-product-update .mini-cart-product-remove {
  left: 10px;
}
.mini-cart-product-update .rm_only {
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 0 3px 10px;
}
.mini-cart-product-update .update-link {
  right: 10px;
}

.mini-cart-totals .mini-cart-subtotals {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.mini-cart-totals .mini-cart-subtotals .items {
  float: left;
  width: 49%;
  text-align: left;
  font-size: 16px;
}
.mini-cart-totals .mini-cart-subtotals .subtotal {
  float: right;
  width: 49%;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}
.mini-cart-totals .mini-cart-subtotals .label {
  margin: 0 20px 0 0;
}
.mini-cart-totals .mini-cart-link-checkout {
  float: right;
  clear: none;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.mini-cart-totals .mini-cart-link-checkout.hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.breadCrumbsHolder {
  width: 100%;
  background: #ffffff;
}
.breadCrumbsHolder * {
  box-sizing: border-box;
}

.breadcrumb {
  background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
.breadcrumb a, .breadcrumb span {
  color: #000000;
  font-family: GillSansNova-Light;
}
.breadcrumb a {
  padding: 0 0 0 6px;
}
.breadcrumb a:first-child {
  padding: 0px;
}
.breadcrumb a + span {
  padding: 0 0 0 4px;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
  line-height: 20px;
}
.breadcrumb li a {
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .primary-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

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

.breadcrumb-element:after {
  color: #929292;
  content: "/";
  margin-left: 8px;
}
.breadcrumb-element:last-child:after {
  content: "";
}

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

.breadcrumb-refinement-value {
  background: #f1f1f1;
  display: inline-block;
  border-radius: 3px;
  margin: 0 0.42em 0.42em 0;
  padding: 0 0.42em;
}

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

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

/* Secondary Refinement Navigation */
.refinement {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.refinement:first-of-type {
  border-top: 1px solid #d6d6d6;
}
.refinement.active {
  border-bottom: 1px solid #000000;
}
.refinement.active .refinement-values {
  display: block;
}
.refinement.active .toggle-refinement .arrow-icon {
  background: #ffffff url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% 58%/16px;
}
.refinement .toggle-refinement {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-family: GillSansNova-Bold;
  color: #000000;
  font-size: 1.05em;
  margin: 0.9em 0 0.9em 0.8em;
}
.refinement .toggle-refinement .arrow-icon {
  position: absolute;
  right: 10px;
  width: 13px;
  height: 100%;
  background: #ffffff url(../images/svg-icons/right-arrow-next.svg) no-repeat 100% center/16px;
}
.refinement .refinement-values {
  display: none;
  list-style: none outside none;
  padding: 0 0 0 0.8em;
}
.refinement .refinement-values li {
  margin: 0.6em 0;
}
.refinement .disabled-ref,
.refinement .refinement-link {
  padding-left: 22px;
  color: #000000;
  background: url("../images/check.png") 0 0 no-repeat;
}
.refinement .disabled-ref.checked,
.refinement .refinement-link.checked {
  position: relative;
}
.refinement .disabled-ref.checked::before,
.refinement .refinement-link.checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: #000000 url("../images/svg-icons/white-tick-check.svg") center no-repeat;
}
.refinement .disabled-ref {
  opacity: 0.5;
}
.refinement .reset-filters,
.refinement .retrieve-gifts {
  margin-top: 1em;
}
.refinement .button.button-gray.reset-filters {
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: underline;
  background-color: #ffffff;
  border-style: none;
  width: 100%;
}
.refinement .button.button-gray.reset-filters:hover {
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .refinement .toggle-refinement {
    margin: 0.9em 0;
  }
  .refinement .toggle-refinement .arrow-icon {
    right: 0;
  }
  .refinement .retrieve-gifts,
.refinement .reset-filters {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .refinement {
    margin: 0 0 20px;
  }
  .pt_hampers .refinement {
    display: none;
    margin: 0 0 10px;
  }
  .pt_hampers .refinement.reset {
    display: none;
  }
  .pt_hampers .refinement .toggle-refinement {
    margin: 0.9em 0 0.9em 0em;
  }
  .pt_hampers .refinement .refinement-values {
    padding: 0 0 10px 0;
  }
}

#price-refinement-slider, #cocoa-refinement-slider,
#algolia-cocoa-refinement-slider {
  margin: 1.5em 3.7em 3em 1.1em;
}
#price-refinement-slider.loading, #cocoa-refinement-slider.loading,
#algolia-cocoa-refinement-slider.loading {
  display: none;
}
@media only screen and (max-width: 767px) {
  #price-refinement-slider, #cocoa-refinement-slider,
#algolia-cocoa-refinement-slider {
    margin: 1.5em 4em 3em;
  }
}

#price-refinement-link {
  display: none;
}

/* Main Navigation + Secondary Navigation */
.nav .secondary-navigation > ul,
.nav .nav-links-level-1 {
  display: block;
  margin-top: -0.3em;
}
.nav .secondary-navigation > ul > li,
.nav .nav-links-level-1 > li {
  padding: 0.7em 0;
}
.nav .secondary-navigation > ul > li > a,
.nav .nav-links-level-1 > li > a {
  font-size: 0.9375rem;
  font-family: GillSansNova-Light;
}
.nav .secondary-navigation > ul > li.active, .nav .secondary-navigation > ul > li:last-of-type,
.nav .nav-links-level-1 > li.active,
.nav .nav-links-level-1 > li:last-of-type {
  border-bottom: 1px solid #000000 !important;
}
.nav .secondary-navigation > ul.my-account > li,
.nav .nav-links-level-1.my-account > li {
  padding: 1em 0;
  border-bottom: 1px solid #d6d6d6;
}

/* Secondary Navigation */
.nav .secondary-navigation {
  position: relative;
}
.nav ul {
  position: relative;
  top: 0.5em;
  display: none;
  border: none;
  list-style: none outside none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .nav ul {
    margin-bottom: 25px;
  }
}
.nav ul li {
  padding: 0.5em 0;
  margin: 0;
  position: relative;
}
.nav ul li a {
  font-size: 0.75rem;
}
.nav ul li a:hover,
.nav ul li .toggle:hover {
  color: #000000;
  font-weight: 700;
}
.nav ul li a.selected {
  color: #000000;
  font-weight: 700;
}
.nav .toggle {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #929292;
  font-size: 0.9375rem;
  font-family: GillSansNova-Light;
  text-transform: uppercase;
  background: #ffffff url(../images/svg-icons/right-arrow-next.svg) no-repeat 100% center/16px;
}
.nav .toggle.expanded {
  background: #ffffff url(../images/svg-icons/down-arrow-expand.svg) no-repeat 100% 58%/16px;
  border-bottom: none;
  border-top: 1px solid #000000;
  color: #000000;
  font-weight: 700;
  border-top: none;
}

/* secondary content navigation */
.secondary_content_nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.secondary_content_nav li, .secondary_content_nav a {
  color: #929292;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
.secondary_content_nav li {
  border: 1px solid #d6d6d6;
  border-width: 1px 0 0 0;
  cursor: pointer;
  display: block;
  list-style: none outside none;
  padding: 12px 0 6px;
}
.secondary_content_nav li:last-child {
  border-width: 1px 0;
}
.secondary_content_nav li.content-menu-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secondary_content_nav {
    margin-bottom: 20px;
  }
  .secondary_content_nav li {
    display: none;
  }
  .secondary_content_nav li.content-menu-mobile {
    background: url(../images/arrow-right.png) no-repeat 100% 50%;
    border-width: 1px 0;
    display: block;
  }
  .secondary_content_nav.active li {
    display: block;
  }
  .secondary_content_nav.active li.content-menu-mobile {
    background: url(../images/selectArrowActive.png) no-repeat 100% 50%;
    border-width: 1px 0 0 0;
  }
}

/* Global Navigation */
.other-suggestion-link {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-family: GillSansNova-Medium;
  color: #929292;
  letter-spacing: 0.09em;
  font-size: 1.05em;
  padding: 0.9em 0 0.9em 0.8em;
}

.product-tile {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 8px;
  overflow: hidden;
}
.product-tile img {
  max-height: 210px;
  min-height: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .product-tile img {
    width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tile img {
    max-height: 170px;
    height: auto;
    vertical-align: middle;
  }
}
.product-tile .product-image {
  position: relative;
  background: #ffffff;
  text-align: center;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .product-tile .product-image {
    padding-top: 10px;
  }
}
.product-tile .product-image .quickview, .product-tile .product-image .su_qv {
  position: absolute;
  display: none;
  top: 0;
  width: 55%;
  max-width: 100px;
  padding: 5px;
  background: #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0.8;
  color: #000000;
  border-radius: 15px;
  font-size: 10px;
}
.product-tile .product-image .quickview .icon, .product-tile .product-image .su_qv .icon {
  width: 20px;
  height: 20px;
  fill: #000000;
  margin: 0 3px 0 0;
}
.product-tile .product-image .quickview:hover, .product-tile .product-image .su_qv:hover {
  background: #252525;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  color: white;
}
.product-tile .product-image .quickview:hover .icon, .product-tile .product-image .su_qv:hover .icon {
  fill: #ffffff;
}
.product-tile .product-image .add-to-wishlist,
.product-tile .product-image .remove-from-wishlist {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.product-tile .product-image .add-to-wishlist.hidden,
.product-tile .product-image .remove-from-wishlist.hidden {
  display: none;
}
.product-tile .product-image .add-to-wishlist .icon,
.product-tile .product-image .remove-from-wishlist .icon {
  width: 17px;
  height: 17px;
}
.product-tile .product-image .add-to-wishlist .heart-black,
.product-tile .product-image .remove-from-wishlist .heart-black {
  background: url("../images/svg-icons/wishlist-heart-black.svg") no-repeat;
}
.product-tile .product-image .add-to-wishlist .heart-outline,
.product-tile .product-image .remove-from-wishlist .heart-outline {
  background: url("../images/svg-icons/wishlist-heart-black-outline.svg") no-repeat;
}
.product-tile .product-image .wishlist-add-product-dialog,
.product-tile .product-image .wishlist-remove-product-dialog {
  display: none;
}
.product-tile .product-image .remove-rectangle {
  padding: 6px 10px;
}
.product-tile .product-image .remove-rectangle svg {
  width: 12px;
  height: 12px;
}
.product-tile .product-image:hover .quickview, .product-tile .product-image:hover .su_qv {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-tile .product-image:hover .quickview, .product-tile .product-image:hover .su_qv {
    display: none;
  }
}
.product-tile .product-image:hover .remove-rectangle svg {
  fill: white;
}
.product-tile .product-name {
  min-height: 32px;
  text-align: left;
}
.product-tile .product-name .name-link {
  color: #000000;
  text-transform: capitalize;
  font-size: 1.05em;
  letter-spacing: 1px;
}
.product-tile .product-name .name-link .product-name-24 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-tile .product-name .name-link .product-name-24 {
    display: inline;
  }
  .product-tile .product-name .name-link .product-name-40 {
    display: none;
  }
}
.product-tile .product-pricing {
  margin: 5px 0 6px 0;
  text-align: left;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.product-tile .product-pricing .product-standard-price {
  text-decoration: line-through;
  color: #d6d6d6;
  border-right: 1px solid #e0e0e0;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.product-tile .product-pricing #add-to-cart,
.product-tile .product-pricing .add-to-cart,
.product-tile .product-pricing .add-to-cart-disabled {
  cursor: pointer;
  background: url("../images/svg-icons/add-to-bag.svg") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: right;
  border: none;
  margin-left: auto;
}
.product-tile .inc-delivery {
  text-align: center;
  text-transform: uppercase;
  color: #929292;
  font-family: GillSansNova-Medium;
  margin: 0 0 13px;
  letter-spacing: 1px;
  font-size: 10px;
  height: auto;
}
.product-tile .product-review-links.product-review.product-review-links-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.product-tile .stars-rating {
  margin: 0;
  width: 70px;
}
.product-tile .stars-rating-base, .product-tile .stars-rating-filled {
  background-size: 70px;
  float: left;
}
.product-tile .promotion {
  margin: 0;
  width: 100%;
  text-align: left;
}
.product-tile .promotion .promotion-title {
  background: url("../images/interface/sprite.png") -369px -3px no-repeat;
  padding-left: 20px;
  height: 13px;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.product-tile .promotion .promotion-callout {
  font-family: GillSansNova-Light;
  font-size: 14px;
  text-transform: capitalize;
}
.product-tile .promotion .promotion-callout .contrasting-text {
  background-color: #000000;
  color: #ffffff;
  border-radius: 2px;
  padding: 2px 4px;
}
.product-tile .product-compare {
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0px;
}
.product-tile .product-compare .compare-wrapper {
  width: 77px;
  margin: 0 auto;
}
.product-tile .product-compare .checker {
  margin: 0;
}
.product-tile .product-compare .checker > span {
  background-color: white;
}
.product-tile .product-compare label {
  font-weight: 400;
  line-height: 1;
  padding: 4px 0 0 0.5em;
  width: auto;
  color: #929292;
  text-transform: uppercase;
}
.product-tile .product-compare input {
  float: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-tile .product-compare {
    display: none;
  }
}
.product-tile .product-review {
  margin-bottom: 1em;
}
.product-tile .product-review .rating-title {
  display: inline-block;
  margin-right: 1em;
}
.product-tile .product-review .rating {
  display: inline-block;
}
.wide-tiles .product-tile {
  max-height: 187px;
}
@media only screen and (max-width: 767px) {
  .wide-tiles .product-tile {
    height: auto !important;
    max-height: none;
  }
}
.wide-tiles .product-tile .tile-wrapper {
  padding: 25px 30px;
}
.wide-tiles .product-tile .product-image img {
  max-height: 210px;
}
@media only screen and (max-width: 767px) {
  .wide-tiles .product-tile .product-image img {
    max-height: none;
    width: 100%;
  }
}
.wide-tiles .product-tile .product-name, .wide-tiles .product-tile .product-pricing, .wide-tiles .product-tile .inc-delivery, .wide-tiles .product-tile .availability-msg {
  text-align: left;
}
.wide-tiles .product-tile .product-pricing, .wide-tiles .product-tile .inc-delivery, .wide-tiles .product-tile .availability-msg {
  float: left;
  margin: 14px 0;
}
.wide-tiles .product-tile .product-pricing {
  padding-right: 2%;
}
.wide-tiles .product-tile .product-name {
  height: auto;
  min-height: 0;
}
.wide-tiles .product-tile .product-compare {
  position: relative;
  left: 0px;
  top: 10px;
}
.wide-tiles .product-tile .product-compare .compare-wrapper {
  float: left;
}
.wide-tiles .product-tile .product-image {
  float: left;
}
@media only screen and (max-width: 767px) {
  .wide-tiles .product-tile .product-image {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}
.wide-tiles .product-tile .promotion {
  float: left;
  clear: right;
  text-align: left;
  margin: 7px 0;
}

.tile-wrapper {
  overflow: auto;
  padding: 16px 21px 9px;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 959px) {
  .tile-wrapper {
    padding: 18px 7px 8px;
  }
}

.wide-tiles .search-result-items .grid-tile {
  width: 100%;
  margin: 0 0 2% 0;
}

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

.pt_product-search-result .see-more {
  font-family: GillSansNova-Light;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .pt_product-search-result .refinements {
    min-width: 0;
    margin: 0 0 20px 0;
  }
  .pt_product-search-result .refinements .refinement:not(.reset) {
    display: none;
  }
  .pt_product-search-result .search-result-options,
.pt_product-search-result .amplience-container,
.pt_product-search-result .search-result-summary,
.pt_product-search-result .load-more-link {
    margin-left: 0;
    width: 100%;
  }
  .pt_product-search-result .search-result-options .button,
.pt_product-search-result .amplience-container .button,
.pt_product-search-result .search-result-summary .button,
.pt_product-search-result .load-more-link .button {
    width: 100%;
  }
  .pt_product-search-result .amplience-container {
    display: none;
  }
  .pt_product-search-result .see-more {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 1rem;
    letter-spacing: 0;
    max-height: 4.8em;
    line-height: 1.2em;
    position: relative;
    padding: 10px 0 0;
  }
  .pt_product-search-result .see-more > .expand {
    font-family: GillSansNova-Medium;
    position: absolute;
    text-transform: lowercase;
    font-size: 1rem;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #000000;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
  }
  .pt_product-search-result .see-more.expanded {
    max-height: none;
  }
  .pt_product-search-result .see-more.expanded .expand {
    display: none;
  }
  .pt_product-search-result .refinement_filter {
    display: block;
  }
}

.refinement_filter {
  display: none;
  margin: 0 0 10px;
  cursor: pointer;
}
.refinement_filter.active {
  background: #d9d4cd;
  border: 1px solid #aaa;
}

.see-more .expand {
  display: none;
}

.nohits-top-asset {
  margin: 20px 0 0;
  text-transform: initial;
  font-size: 0.75rem;
  float: left;
  clear: left;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  .nohits-top-asset {
    width: 100%;
  }
}

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

.no-hits-footer {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  margin: 20px 0;
  padding: 20px 0;
}

.horizontal-carousel-wrapper {
  width: 100%;
  float: left;
  clear: both;
}
.horizontal-carousel-wrapper h2 {
  margin: 25px 0;
}
.horizontal-carousel-wrapper .horizontal-carousel {
  clear: both;
  padding: 0 1em;
}
.horizontal-carousel-wrapper .horizontal-carousel .product-image {
  max-width: 172px;
  min-height: 172px;
  margin: 0 auto;
}
.horizontal-carousel-wrapper .horizontal-carousel .product-image:hover .quickview {
  display: none;
}
.horizontal-carousel-wrapper .horizontal-carousel .product-image:hover .quickviewbutton {
  display: none;
}
@media only screen and (max-width: 767px) {
  .horizontal-carousel-wrapper .horizontal-carousel {
    padding: 0 2em;
  }
}
.horizontal-carousel-wrapper .horizontal-carousel li {
  padding: 0 0.5%;
}
@media only screen and (max-width: 767px) {
  .horizontal-carousel-wrapper .horizontal-carousel li {
    padding: 0 15px;
  }
}
.horizontal-carousel-wrapper .horizontal-carousel img {
  margin: 0 auto;
  min-width: 172px;
  height: auto;
  width: 30%;
}
.horizontal-carousel-wrapper .horizontal-carousel .slick-next, .horizontal-carousel-wrapper .horizontal-carousel .slick-prev {
  height: 173px;
  padding: 0;
}

.search-result-summary {
  width: 100%;
  margin: 16px 0;
  overflow: hidden;
  text-transform: uppercase;
}
.search-result-summary .search-total-count {
  vertical-align: middle;
  padding-right: 7px;
  color: #000000;
  font-family: GillSansNova-Medium;
  font-size: 16px;
}
.search-result-summary .items {
  padding-right: 2px;
  color: #000000;
}
.search-result-summary .name {
  padding: 0 2px 0;
  color: #000000;
}
.search-result-summary .searchphrase {
  color: #929292;
}
.search-result-summary .searchphrase span {
  color: #000000;
}
.search-result-summary .nohits-content-asset {
  clear: both;
  margin: 0 0 1.7em 0;
  padding: 1em 0 0 0;
}
.search-result-summary .button {
  width: 200px;
  cursor: pointer;
}
.search-result-summary.no-hits {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 1em 0;
}
@media only screen and (max-width: 767px) {
  .search-result-summary {
    text-align: center;
  }
  .search-result-summary .nohits-top-asset {
    text-align: left;
  }
}

.search-results-content .search-result-summary {
  margin-top: 0;
  padding-top: 28px;
  border-top: 1px solid #d6d6d6;
}
.search-results-content .search-result-summary.no-hits {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.search-results-content.no-hits .load-more-link {
  border-bottom: 1px solid #d6d6d6;
}
.search-results-content.no-hits .load-more-link a {
  margin: 0 0 2em 0;
}

.search-result-options {
  margin: 0px 0 21px 0;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.search-result-options .selector {
  background-size: 24px 17px;
}
.search-result-options #grid-sort-header {
  width: 185px;
  text-transform: uppercase;
}

.sort-by {
  float: left;
  margin: 10px 0 12px 10px;
}

.pagination {
  float: right;
  margin: 22px 20px 10px 0;
}
.pagination .results-hits {
  float: left;
  color: #000000;
  font-size: 1.1em;
}
.pagination .toggle-grid {
  display: none;
}
.pagination .separator {
  padding: 0 2px;
}
@media only screen and (max-width: 767px) {
  .pagination .display-all {
    display: none;
  }
}
.pagination .display-all {
  color: #000000;
  padding: 0 0 0 5px;
}

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

.search-result-items {
  margin: 0;
  padding: 0;
}
.search-result-items li {
  list-style: none outside none;
}
.search-result-items .grid-tile {
  background: none repeat scroll 0 0 #ffffff;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
}
.search-result-items .invisible {
  display: none;
}

.load-more-link {
  clear: both;
  width: 100%;
  margin: 0 0 2% 0;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.load-more-link a {
  display: block;
  background: #000000;
  color: #ffffff;
  padding: 1em 0;
}

.folder-content-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.content-search-tile {
  float: left;
  list-style: none outside none;
  background: #f1f1f1;
}
.content-search-tile .content-tile-img {
  display: block;
  width: 100%;
}
.content-search-tile .content-tile-img img {
  width: 100%;
}
.content-search-tile .content-title {
  padding: 15px 12px 17px;
  text-align: center;
  height: 32px;
  overflow: hidden;
}
.content-search-tile .content-title a {
  color: black;
  font-size: 1.05em;
  text-transform: uppercase;
}

.no-results {
  padding: 20px;
}

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em;
}
.toggle-grid i {
  cursor: pointer;
  margin-right: 0.3em;
}
.toggle-grid [data-option=column] {
  color: #84bd00;
}
.toggle-grid.wide [data-option=wide] {
  color: #84bd00;
}
.toggle-grid.wide [data-option=column] {
  color: #666;
}

.pt_product-compare .print-page {
  float: right;
  cursor: pointer;
  color: #929292;
  padding: 1em 0;
  text-transform: uppercase;
}
.pt_product-compare .print-page svg {
  width: 20px;
  height: 20px;
  padding: 0 0 0.2em 0.6em;
}
.pt_product-compare .back {
  padding: 1em 0;
  float: left;
}
.pt_product-compare .back.bottom {
  margin: 1em 0;
}
.pt_product-compare .back .arrow-left {
  height: 9px;
  width: 9px;
  padding: 0 0.4em 0.2em 0;
}

.compare-items {
  display: none;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 10px 0 14px;
  padding: 18px 0;
  overflow: hidden;
}
.compare-items.activated {
  display: block;
}
@media only screen and (max-width: 767px) {
  .compare-items.activated {
    display: none;
  }
}
.compare-items h2 {
  font-size: 1.1em;
  letter-spacing: 0.04em;
  margin: 0.5em 0;
  text-transform: uppercase;
  float: left;
  padding: 23px 2em 0 0;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 1279px) {
  .compare-items {
    padding: 0px 0 18px;
  }
  .compare-items h2 {
    float: none;
    padding: 0.2em 0;
  }
  .compare-items .compare-item {
    margin-right: 1.4em;
  }
  .compare-items .compare-buttons {
    margin: 0;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .compare-items .compare-item {
    margin-right: 1.2em;
  }
  .compare-items .compare-buttons button {
    float: none;
    margin: 10px 0;
    width: 140px;
  }
  .compare-items .compare-buttons button#clear-compared-items {
    margin: 10px 0;
  }
}

.compare-items-panel {
  float: left;
}

.compare-item {
  background-color: #f1f1f1;
  float: left;
  height: 89px;
  margin-right: 1.8em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 89px;
}
.compare-item .remove-rectangle {
  display: none;
}
.compare-item.active .remove-rectangle {
  display: block;
}
.compare-item .compare-item-number {
  color: #ccc;
  padding-top: 20px;
  font-size: 3em;
  margin-top: 0.5em;
}

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.compare-buttons {
  float: left;
  margin: 0 0 0 24px;
}
.compare-buttons button {
  float: left;
  margin: 24px 0 0;
  padding: 0 30px;
}
.compare-buttons button#clear-compared-items {
  margin: 24px 0 0 28px;
  padding: 0 40px;
}

.category-switch {
  margin-bottom: 2em;
}
.category-switch label {
  float: left;
  margin: 0;
  width: 45%;
}
@media (min-width: 410px) {
  .category-switch label {
    width: 11em;
  }
}
.category-switch select {
  float: left;
  margin: 0;
  width: 55%;
}
@media (min-width: 410px) {
  .category-switch select {
    margin-left: 1em;
    width: 15em;
  }
}

#compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 1276px;
}
#compare-table .compare-add-to-cart {
  max-width: 300px;
  margin: 0 auto;
}
#compare-table th {
  overflow: hidden;
  background: none;
  padding: 0.5em;
}
#compare-table th:first-of-type {
  width: 17%;
}
#compare-table td {
  overflow: hidden;
  padding: 0;
}
#compare-table a:hover {
  text-decoration: underline;
}
#compare-table .action {
  display: block;
  padding: 0.5em 0;
}
#compare-table .value {
  border-left: 1px solid #ccc;
}
#compare-table .product {
  font-weight: normal;
  text-align: center;
  padding: 12px 0.5%;
  position: relative;
}
#compare-table .product .remove-rectangle {
  padding: 7px 11px;
  background: #f1f1f1;
}
#compare-table .product .remove-rectangle:hover {
  background: #929292;
}
#compare-table .product .remove-rectangle:hover .close-icon {
  fill: white;
}
#compare-table .product-tile {
  border: 1px solid #f1f1f1;
  max-width: 300px;
  background: #f1f1f1;
  margin: 0 auto;
}
#compare-table .product-tile .tile-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
#compare-table .product-tile .product-name {
  height: auto;
  margin: 0.2em 0 1em 0;
}
#compare-table .product-tile .swatch-list {
  display: inline-block;
}
#compare-table .product-image {
  height: auto;
  max-width: 300px;
  border: none;
}
#compare-table .product-image img {
  display: block;
  margin: 0 auto;
  max-width: 178px;
  width: 100%;
  height: auto;
}
#compare-table .add-to-cart {
  width: 100%;
}
#compare-table .rating-stars-title h4 {
  padding: 0.25em 0 0 1.5em;
}
#compare-table .rating-stars {
  text-align: center;
  padding: 1.4em 0 2em;
}

.attribute-group-title {
  padding: 0.7em 1.5em;
  margin: 0 0 1.5em 0;
  background: #f1f1f1;
  position: relative;
  cursor: pointer;
}
.attribute-group-title svg {
  position: absolute;
  right: 1.5em;
  top: 0.85em;
}
.attribute-group-title.active {
  background: #d6d6d6;
  margin: 0;
}
.attribute-group-title.active svg {
  /* IE 9 */
  transform: rotate(90deg);
  fill: black;
  top: 0.9em;
}

.attribute-grouping {
  margin: 0 0 1.5em 0;
  border: 1px solid #d6d6d6;
  display: none;
}
.attribute-grouping.active {
  display: table;
}
.attribute-grouping .attribute-row td {
  border-left: 1px solid #d6d6d6;
  text-align: center;
}
.attribute-grouping .attribute-row .product-attribute {
  width: 18.5%;
  padding: 0 0.8em 0 1.5em;
}
.attribute-grouping .attribute-row:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.attribute-grouping .value {
  padding: 12px 0;
}
.attribute-grouping .value .value-item:after {
  content: ", ";
}
.attribute-grouping .value .value-item:last-child:after {
  content: "";
}

#compare-dialog-confirm {
  display: none;
}

.compare-confirmation-message .text {
  margin: 0 0 1.3em 0;
}
.compare-confirmation-message button {
  width: 47%;
  float: left;
}
.compare-confirmation-message button.confirm-true {
  margin-left: 6%;
}

#wrapper.pt_product-details #main #primary {
  clear: both;
  float: left;
  width: 100%;
}

#product-nav-container {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px;
}
#product-nav-container div {
  float: left;
  text-align: center;
  width: 77px;
}
#product-nav-container img {
  max-height: 100%;
  max-width: 80%;
}
#product-nav-container span {
  display: block;
  height: 65px;
}
#product-nav-container .divided span {
  border-right: 1px solid #e0e0e0;
  padding-right: 5px;
}

.pdp-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pdp-main .tab-target-mobile .tab-mobile-title {
  box-sizing: border-box;
  height: auto;
  padding: 10px 1% 10px 10px;
  width: 100%;
}
.pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
.pdp-main .product-col-1 {
  position: relative;
  float: left;
  margin-right: 2.3%;
  padding: 1.5% 0;
  width: 63.6%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-col-1 {
    margin-right: 3%;
    padding: 1.5% 0 0 0;
    width: 66.5%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-col-1 {
    margin-right: 3.5%;
    padding: 3% 0 0 0;
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-col-1 {
    margin: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
}
.pdp-main .add-to-wishlist,
.pdp-main .remove-from-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.pdp-main .add-to-wishlist.hidden,
.pdp-main .remove-from-wishlist.hidden {
  display: none;
}
.pdp-main .add-to-wishlist .icon,
.pdp-main .remove-from-wishlist .icon {
  width: 17px;
  height: 17px;
}
.pdp-main .wishlist-add-product-dialog,
.pdp-main .wishlist-remove-product-dialog {
  display: none;
}
.pdp-main .product-images-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-images-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.pdp-main .product-primary-image,
.pdp-main .product-video,
.pdp-main .primary-images-carousel {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.pdp-main .product-primary-image.hidden,
.pdp-main .product-video.hidden,
.pdp-main .primary-images-carousel.hidden {
  display: none;
}
.pdp-main .product-primary-image img,
.pdp-main .product-video img,
.pdp-main .primary-images-carousel img {
  display: block;
  margin: auto;
  max-width: 590px;
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image img,
.pdp-main .product-video img,
.pdp-main .primary-images-carousel img {
    margin: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-primary-image img,
.pdp-main .product-video img,
.pdp-main .primary-images-carousel img {
    height: 100%;
  }
}
.pdp-main .product-primary-image .zoomImg,
.pdp-main .product-video .zoomImg,
.pdp-main .primary-images-carousel .zoomImg {
  opacity: 0 !important;
}
.pdp-main .product-primary-image .zoomImg:hover,
.pdp-main .product-video .zoomImg:hover,
.pdp-main .primary-images-carousel .zoomImg:hover {
  cursor: url(../images/svg-icons/zoom-magnifier.svg), auto;
}
.pdp-main .product-primary-image.zoom-active .zoomImg,
.pdp-main .product-video.zoom-active .zoomImg,
.pdp-main .primary-images-carousel.zoom-active .zoomImg {
  opacity: 1 !important;
}
.pdp-main .product-primary-image.zoom-active .zoomImg:hover,
.pdp-main .product-video.zoom-active .zoomImg:hover,
.pdp-main .primary-images-carousel.zoom-active .zoomImg:hover {
  cursor: url(../images/svg-icons/zoom-out-magnifier.svg), auto;
}
.pdp-main .product-video {
  height: 100%;
  max-height: 610px;
}
.pdp-main .primary-images-carousel {
  max-height: 620px;
}
.pdp-main .primary-images-carousel.initial-size {
  width: 590px;
  height: 610px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 550px;
    height: 570px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 420px;
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 483px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .pdp-main .primary-images-carousel.initial-size {
    width: 300px;
    height: 300px;
  }
}
.pdp-main .primary-images-carousel.initial-size img {
  width: 590px;
  height: 590px;
  margin-top: -6%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 550px;
    height: 550px;
    margin: 0;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 400px;
    height: 400px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 483px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .pdp-main .primary-images-carousel.initial-size img {
    width: 300px;
    height: 300px;
  }
}
.pdp-main .primary-images-carousel .slick-dots {
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pdp-main .primary-images-carousel .slick-dots li {
  cursor: pointer;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  font-size: 0;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #929292;
}
.pdp-main .primary-images-carousel .slick-dots li.slick-active {
  border-color: #000000;
  background-color: #ffffff;
}
.pdp-main .primary-images-carousel .slick-dots button {
  display: none;
}
.pdp-main .primary-images-carousel .slick-slide div {
  line-height: 0;
}
.pdp-main .product-primary-image-1 img {
  max-width: 625px;
  margin-top: -6%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image-1 img {
    max-width: 475px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-primary-image-1 img {
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-primary-image-1 img {
    max-width: 300px;
    margin-top: 0;
  }
}
.pdp-main .product-primary-image-2 img {
  max-width: 750px;
  margin-top: -7%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image-2 img {
    max-width: 570px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-primary-image-2 img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-primary-image-2 img {
    max-width: 300px;
    margin-top: 0;
  }
}
.pdp-main .product-primary-image-3 img {
  max-width: 875px;
  margin-top: -7%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdp-main .product-primary-image-3 img {
    max-width: 655px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-primary-image-3 img {
    max-width: 525px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-primary-image-3 img {
    max-width: 300px;
    margin-top: 0;
  }
}

.main-image {
  display: block;
}

.product-thumbnails {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  -ms-flex-order: 0;
      order: 0;
  /* thumbnail */
}
@media only screen and (max-width: 767px) {
  .product-thumbnails {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .product-thumbnails {
    gap: 4px;
    margin: 0;
  }
}
.product-thumbnails .thumb,
.product-thumbnails .video-thumb,
.product-thumbnails li {
  cursor: pointer;
  box-sizing: border-box;
  font-size: 0;
  border: 1px solid transparent;
}
.product-thumbnails .thumb.selected, .product-thumbnails .thumb.slick-active,
.product-thumbnails .video-thumb.selected,
.product-thumbnails .video-thumb.slick-active,
.product-thumbnails li.selected,
.product-thumbnails li.slick-active {
  border-color: #000000;
}
@media only screen and (max-width: 483px) {
  .product-thumbnails .thumb .productthumbnail,
.product-thumbnails .video-thumb .productthumbnail,
.product-thumbnails li .productthumbnail {
    max-width: 56px;
    max-height: 56px;
  }
}

.pdp-main .product-col-2 {
  float: right;
  padding: 1.5% 0 0 0;
  width: 32%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-col-2 {
    width: 30.5%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-col-2 {
    width: 100%;
  }
  .pdp-main .product-col-2 .tab-target-mobile {
    width: 100%;
  }
  .pdp-main .product-col-2 .tab-target-mobile .ui-tabs {
    float: left;
    clear: both;
    width: 100%;
  }
}
.pdp-main .product-col-2 .price-standard {
  border-right: 1px solid #e0e0e0;
  padding-right: 0.5rem;
}
.pdp-main #page_heading {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .pdp-main #page_heading {
    padding: 0 0 10px;
  }
}
.pdp-main .product-review-links {
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
.pdp-main .product-review-links-top .review-link,
.pdp-main .product-review-links-top .qv-review-link {
  color: #929292;
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.pdp-main .product-review-links-top .stars-rating {
  float: left;
  margin: 0 10px 0 0;
}
.pdp-main .product-review-links-top .bv-rating-ratio-count {
  display: block;
  float: left;
  margin-top: 2px;
}
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review,
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-summary-bar-minimalist .bv-read-container .bv-submission-button.bv-write-review {
  font-size: 12px !important;
  margin-top: 3px !important;
  color: #aaa !important;
  font-family: GillSansNova-Medium !important;
  padding: 0px !important;
}
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-rating-stars-off {
  background: url(../images/interface/stars-base.jpg) no-repeat !important;
  bottom: 0 !important;
  text-indent: -99999px !important;
  width: 113px !important;
}
.pdp-main .product-review-links-top .bv-cleanslate .bv-core-container-17 .bv-summary-bar-minimalist-horizontal .bv-stars-container {
  margin-right: 0px !important;
}
.pdp-main .product-number {
  clear: both;
  color: #929292;
  font-size: 10px;
  margin: 17px 0 13px;
}
.pdp-main .availability-block .label {
  display: none;
}
.pdp-main .product-price {
  font-size: 1.8em;
  line-height: normal;
  float: left;
  font-family: GillSansNova-Medium;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-price {
    font-size: 1.6em;
  }
}
.pdp-main .product-price .price-standard {
  color: #d6d6d6;
  text-decoration: line-through;
}
.pdp-main .product-price .price-tiered {
  color: #990000;
  font-size: 0.6em;
  line-height: 1.5em;
}
.pdp-main .price-wrapper {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 0.5em;
}
.pdp-main .inc-delivery {
  float: left;
  text-transform: uppercase;
  color: #929292;
  font-family: GillSansNova-Medium;
  letter-spacing: 1px;
  font-size: 10px;
  margin: 10px 0 0 10px;
}
.pdp-main .product-review {
  margin-bottom: 0.5rem;
}
.pdp-main .product-review .rating {
  color: #990000;
}
.pdp-main .product-main-attributes .attribute {
  padding: 0.2em 0;
}
.pdp-main .product-main-attributes .label {
  padding: 0;
}
.pdp-main .product-add-to-cart {
  clear: both;
  overflow: hidden;
}
.pdp-main #check-store-stock {
  clear: both;
  text-decoration: underline;
  color: #000000;
  background-color: #ffffff;
  border-style: none;
}
.pdp-main .cross-sell-recommendations {
  max-width: 360px;
}
@media only screen and (max-width: 483px) {
  .pdp-main .cross-sell-recommendations {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .cross-sell-recommendations {
    max-width: none;
  }
}
.pdp-main .cross-sell-recommendations .title {
  margin-bottom: 14px;
}
.pdp-main .cross-sell-recommendations .title h3 {
  font-family: GillSansNova-Medium;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel {
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0 16px 16px;
  width: 100%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-next, .pdp-main .cross-sell-recommendations #recommendations-carousel .slick-prev {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  top: 40%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-next::before, .pdp-main .cross-sell-recommendations #recommendations-carousel .slick-prev::before {
  content: none;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-prev {
  left: 0;
  background: url("../images/svg-icons/arrow-left-thin.svg") no-repeat 100% 100%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-next {
  right: 4px;
  background: url("../images/svg-icons/arrow-right-thin.svg") no-repeat 100% 100%;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.pdp-main .cross-sell-recommendations #recommendations-carousel .slick-slide {
  height: auto;
}
.pdp-main .cross-sell-recommendations .recommendation-item {
  width: 102px;
  padding: 8px;
  margin: 0 8px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pdp-main .cross-sell-recommendations .recommendation-item {
    padding: 5px;
    margin: 0 5px 0 0;
  }
}
.pdp-main .cross-sell-recommendations .recommendation-item.selected {
  border-color: #000000;
}
.pdp-main .cross-sell-recommendations .recommendation-item.selected .item-image::before {
  content: "";
  width: 21px;
  height: 20px;
  background: url("../images/svg-icons/check-round.svg") no-repeat 100% 100%;
  position: absolute;
  top: -4px;
  right: -3px;
}
.pdp-main .cross-sell-recommendations .item-image {
  position: relative;
}
.pdp-main .cross-sell-recommendations .item-image img {
  max-width: 86px;
  max-height: 100px;
  width: 100%;
}
.pdp-main .cross-sell-recommendations .item-name {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 17px;
}
.pdp-main .cross-sell-recommendations .product-price {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 19px;
}

#back-in-stock .sorry-message {
  margin: 5px 0 20px;
}

.product-variations .attribute,
.product-options .attribute {
  clear: both;
  margin: 1em 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product-variations .attribute h3,
.product-variations .attribute .label,
.product-options .attribute h3,
.product-options .attribute .label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.product-variations .attribute .value,
.product-options .attribute .value {
  position: relative;
  width: 100%;
}
.product-variations .attribute ul,
.product-options .attribute ul {
  float: right;
  width: 100%;
}
.product-variations .attribute select,
.product-options .attribute select {
  width: calc(100% - 30px);
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.product-variations .attribute .selected-value,
.product-options .attribute .selected-value {
  border: 0 none;
  color: #84bd00;
  font-weight: bold;
  padding: 1.3em 0 0 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-variations .attribute .selected-value,
.product-options .attribute .selected-value {
    padding-top: 0.8em;
  }
}
.product-variations .attribute .size-chart-link,
.product-options .attribute .size-chart-link {
  clear: both;
  float: none;
}
.product-variations .attribute .size-chart-link a,
.product-options .attribute .size-chart-link a {
  border-color: #ffffff !important;
  padding: 0;
}
.product-variations .attribute .selector,
.product-options .attribute .selector {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-variations .attribute .selector .focus,
.product-options .attribute .selector .focus {
  background: none !important;
}
.product-variations .tooltip,
.product-options .tooltip {
  position: absolute;
  top: 9px;
  left: auto;
  right: 0px;
}
.product-variations .tooltip span,
.product-options .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .product-variations .tooltip span,
.no-svg .product-options .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .product-variations .tooltip span,
.no-svg .product-options .tooltip span {
    background-image: url(../images/info.png);
  }
}
.product-variations .tooltip span:hover,
.product-options .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .product-variations .tooltip span:hover,
.no-svg .product-options .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .product-variations .tooltip span:hover,
.no-svg .product-options .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
@media only screen and (max-width: 767px) {
  .product-variations .tooltip,
.product-options .tooltip {
    left: auto;
    right: 0px;
  }
}
.product-variations .sleeveOption,
.product-options .sleeveOption {
  margin: 1em 0 0;
}
.product-variations .sleeveOption .sleeveContent,
.product-options .sleeveOption .sleeveContent {
  margin: 0;
  padding: 0% 3% 3% 0;
}
.product-variations .sleeveOption .sleeveContent ul.sleeveSelect,
.product-options .sleeveOption .sleeveContent ul.sleeveSelect {
  border-width: 2px 0;
  float: none;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 3% 0;
}
.product-variations .sleeveOption .sleeveContent ul.sleeveSelect .iscroll-wrapper,
.product-options .sleeveOption .sleeveContent ul.sleeveSelect .iscroll-wrapper {
  width: auto;
  white-space: nowrap;
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-variations .sleeveOption .sleeveContent li.sleeve,
.product-options .sleeveOption .sleeveContent li.sleeve {
  padding: 0 0 3%;
  width: 100%;
  max-width: 90px;
  display: inline-block;
  vertical-align: top;
}
.product-variations .sleeveOption .sleeveContent li.sleeve.selected .col-1,
.product-options .sleeveOption .sleeveContent li.sleeve.selected .col-1 {
  border: 2px solid #000000;
}
.product-variations .sleeveOption .sleeveContent button,
.product-options .sleeveOption .sleeveContent button {
  float: left;
  margin-top: 3%;
  width: 98%;
}
.product-variations .sleeveOption .sleeveContent button.active,
.product-options .sleeveOption .sleeveContent button.active {
  background: #ffffff;
  color: #000000;
}
.product-variations .sleeveOption .sleeveContent h4,
.product-options .sleeveOption .sleeveContent h4 {
  font-family: GillSansNova-Medium;
  font-size: 0.725rem;
  letter-spacing: 0;
  margin: 5px 0 5% 0;
  padding: 0;
  word-wrap: break-word;
  text-align: center;
  white-space: normal;
}
.product-variations .sleeveOption .sleeveContent .col-1, .product-variations .sleeveOption .sleeveContent .col-2,
.product-options .sleeveOption .sleeveContent .col-1,
.product-options .sleeveOption .sleeveContent .col-2 {
  margin: 0;
}
.product-variations .sleeveOption .sleeveContent .col-1,
.product-options .sleeveOption .sleeveContent .col-1 {
  margin: 0;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-variations .sleeveOption .sleeveContent .col-2,
.product-options .sleeveOption .sleeveContent .col-2 {
  width: 100%;
  max-width: 90px;
}
.product-variations .sleeveOption .sleeveContent .col-2 span,
.product-options .sleeveOption .sleeveContent .col-2 span {
  font-family: GillSansNova-Light;
  font-size: 1.167em;
}

@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-1 {
    width: 50%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
  }
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-2 {
    text-align: center;
    width: 50%;
    padding: 9px 0 0;
    border: none;
    box-sizing: border-box;
  }
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-2.col-split {
    width: 50%;
  }
  .pdp-main .product-tabs .tabIngredients-mobile-content .tab-content .descSection3.grid-1 .col-2.col-split li {
    width: 50%;
    padding: 10px 0 10px 7px;
  }
}

.gc-wrapper .variant-dropdown {
  margin-bottom: 10px;
  width: 100%;
}
.gc-wrapper .variant-dropdown .selector {
  float: left;
}
.gc-wrapper .variant-dropdown .tooltip {
  position: absolute;
  top: 9px;
  right: 0px;
  left: auto;
}
.gc-wrapper .variant-dropdown .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .gc-wrapper .variant-dropdown .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .variant-dropdown .tooltip span {
    background-image: url(../images/info.png);
  }
}
.gc-wrapper .variant-dropdown .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .gc-wrapper .variant-dropdown .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .variant-dropdown .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
@media only screen and (max-width: 767px) {
  .gc-wrapper .variant-dropdown .tooltip {
    left: auto;
    right: 0px;
  }
}
.gc-wrapper .product-variations {
  float: left;
  width: 100%;
}
.gc-wrapper .product-variations .attribute .selector span {
  color: #000000;
  height: 40px;
  line-height: 40px;
  text-align-last: center;
}
.gc-wrapper .product-variations .va-giftCardType {
  display: none;
}
.gc-wrapper .product-number {
  clear: both;
}
.gc-wrapper .product-add-to-cart {
  position: relative;
}
.gc-wrapper .product-add-to-cart .tooltip {
  position: absolute;
  top: 9px;
  left: auto;
  right: 0;
}
.gc-wrapper .product-add-to-cart .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .gc-wrapper .product-add-to-cart .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .product-add-to-cart .tooltip span {
    background-image: url(../images/info.png);
  }
}
.gc-wrapper .product-add-to-cart .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .gc-wrapper .product-add-to-cart .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .gc-wrapper .product-add-to-cart .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
@media only screen and (max-width: 767px) {
  .gc-wrapper .product-add-to-cart .tooltip {
    left: auto;
    right: 0px;
  }
}
.gc-wrapper .product-add-to-cart .gc-row-container-a .form-row input {
  text-transform: uppercase;
  width: calc(100% - 30px);
  background: url(../images/selectDisabledArrow.png);
  line-height: 16px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
}
.gc-wrapper .product-add-to-cart .gc-row-container-a .form-row .gift-cert-amount {
  background: none;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b {
  float: left;
  margin-bottom: 20px;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .form-row:nth-child(2) {
  margin: 20px 0;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .form-row:last-child {
  float: left;
  width: 170px;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .form-row .char-count {
  float: right;
  margin: 0 0 5px;
  width: 18%;
}
@media only screen and (max-width: 1279px) {
  .gc-wrapper .product-add-to-cart .gc-row-container-b .form-row .char-count {
    width: 26%;
  }
}
@media only screen and (max-width: 959px) {
  .gc-wrapper .product-add-to-cart .gc-row-container-b .form-row .char-count {
    width: 32%;
  }
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .ui-datepicker-bottom-content {
  margin: 10px 0;
}
.gc-wrapper .product-add-to-cart .gc-row-container-b .datepicker-giftcard {
  float: left;
  width: 160px;
}

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

.pdp-main .product-add-to-cart .inventory {
  float: left;
  margin: 0.3em 0 1em;
  width: 100%;
}
.pdp-main .product-add-to-cart .inventory.hidden {
  display: none;
}
.pdp-main .product-add-to-cart .inventory .quantity .error {
  border: 1px solid #bc0031 !important;
  color: #bc0031 !important;
}
.pdp-main .product-add-to-cart .inventory label {
  margin-top: 0.3em;
}
.pdp-main .product-add-to-cart .inventory input {
  margin-left: 0.8em;
  padding: 0.3em;
  width: 2em;
}
.pdp-main .product-add-to-cart .inventory .input-group {
  float: left;
  width: 100%;
}
.pdp-main .product-add-to-cart .inventory .input-group input {
  appearance: none;
  border-radius: 0;
  border-width: 1px 0;
  float: left;
  font-size: 13px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 22.5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-add-to-cart .inventory .input-group input {
    width: 34%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-add-to-cart .inventory .input-group input {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-add-to-cart .inventory .input-group input {
    width: 89px;
  }
}
.pdp-main .product-add-to-cart .inventory .input-group button {
  border: none;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn {
  border: 1px solid #d6d6d6;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn button {
  border: none;
  float: none;
  font-size: 20px;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn, .pdp-main .product-add-to-cart .inventory .input-group button {
  background-color: #ffffff;
  color: #929292;
  float: left;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33px;
}
.pdp-main .product-add-to-cart .inventory .input-group .input-group-btn .icon, .pdp-main .product-add-to-cart .inventory .input-group button .icon {
  width: 13px;
  height: 13px;
  padding: 9px 10px;
  vertical-align: unset;
}
.pdp-main .product-add-to-cart .product-price {
  float: left;
  font-size: 2.2em;
  margin: 0;
  text-align: right;
  width: 47%;
}
.pdp-main .product-add-to-cart .tc-addtocart-message {
  margin-bottom: 20px;
}
.pdp-main .product-add-to-cart .tc-addtocart-message p {
  color: #929292;
}
.pdp-main .product-add-to-cart .button, .pdp-main .product-add-to-cart button {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  color: #ffffff;
}
.pdp-main .product-add-to-cart .button:hover, .pdp-main .product-add-to-cart button:hover {
  color: #000000;
}
.pdp-main .product-add-to-cart .button.select-introductory-box, .pdp-main .product-add-to-cart button.select-introductory-box {
  width: 100%;
}
.pdp-main .product-add-to-cart .button.select-introductory-box:disabled, .pdp-main .product-add-to-cart button.select-introductory-box:disabled {
  background: #ffffff;
  border: 1px solid #118f40;
  color: #118f40;
  opacity: 1;
}
.pdp-main .product-add-to-cart .button.out-of-stock, .pdp-main .product-add-to-cart button.out-of-stock {
  background: #ffffff;
  border: 1px solid #bc0031;
  color: #bc0031;
  opacity: 1;
}
.pdp-main .product-add-to-cart .button.add-to-cart-disabled:hover, .pdp-main .product-add-to-cart button.add-to-cart-disabled:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-add-to-cart .button, .pdp-main .product-add-to-cart button {
    width: 100%;
  }
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper {
  margin-bottom: 10px;
  margin-top: 55px;
  border: 2px solid black;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .button {
  margin: 0;
  color: #ffffff;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .button:hover {
  color: #000000;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .upsell-offer,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .success-message,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .error-content {
  padding: 10px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .upsell-offer .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .success-message .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .error-content .offer-content {
  display: none;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .upsell-offer.expanded .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .success-message.expanded .offer-content,
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .error-content.expanded .offer-content {
  display: block;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-heading {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-text {
  text-align: center;
  width: 80%;
  margin: 10px auto;
  font-size: 13px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row {
  padding: 20px 10px 10px 10px;
  margin-bottom: 10px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row.subscribe-option {
  background-color: #f1f1f1;
  padding: 5px 10px 10px 10px;
  margin: 0;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row.subscribe-option .offer-option-text {
  padding: 0px 10px 5px 0px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .option-row.subscribe-option .offer-option-text label {
  font-weight: bold;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button {
  display: inline-block;
  width: 25px;
  margin: 0 0 0 0;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button input[type=radio] {
  opacity: 1;
  border: #ccc solid 1px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  outline: 0;
  appearance: none;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button input[type=radio]:checked {
  background: #fff;
  box-shadow: inset 0 0 0 4px #000;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-button input[type=radio]#offer-subscribe {
  background-color: #ffffff;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-text {
  display: inline-block;
  line-height: 1.3em;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-option-text > label {
  font-size: 1rem;
  text-transform: none;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-delivery {
  padding: 0px 10px 10px 28px;
  font-size: 1rem;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-delivery .delivery-setup-title {
  display: block;
  margin-bottom: 5px;
}
.pdp-main .product-add-to-cart .impulse-upsell-wrapper .offer-delivery select {
  font-size: 1rem;
}

.ui-dialog .ui-dialog-buttonpane .maxLineItemQuota-btn {
  margin: 18px 0 0 0;
  width: 46%;
  float: right;
}

.component-message {
  display: none;
}

.component-wrapper {
  margin-top: 7%;
}
@media only screen and (max-width: 767px) {
  .component-wrapper {
    display: none;
  }
}
.component-wrapper .component-toolbar {
  clear: both;
  display: block;
  margin: 0 0 2.5% 0;
  overflow: hidden;
  width: 100%;
}
.component-wrapper .component-toolbar h4 {
  font-size: 1em;
  float: left;
  margin: 0;
  text-transform: uppercase;
  width: 50%;
}
.component-wrapper .componentPagination {
  float: right;
  text-align: right;
}
.component-wrapper .componentPagination span, .component-wrapper .componentPagination button {
  float: left;
}
.component-wrapper .componentPagination button {
  background: none;
  border: none;
  color: #929292;
  height: initial;
  line-height: normal;
  padding: 0 0 0 15px;
  width: initial;
}
.component-wrapper .componentPagination .component-btn .copy {
  display: inline-block;
}
.component-wrapper .componentPagination .component-btn .copy-change {
  display: none;
}
.component-wrapper .componentPagination .btn-active .copy {
  display: none;
}
.component-wrapper .componentPagination .btn-active .copy-change {
  display: block;
}
.component-wrapper .component-content ul {
  overflow: hidden;
}
.component-wrapper .component-content li {
  float: left;
  height: auto;
  margin: 0 5.2% 3% 0;
  min-height: 185px;
  text-align: center;
  width: 125px;
  display: none;
}
.component-wrapper .component-content li .product-image {
  position: relative;
}
.component-wrapper .component-content li .product-image .quickview {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  padding: 7px 0;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
}
.component-wrapper .component-content li .product-image .quickview .icon {
  width: 20px;
  height: 20px;
  fill: #929292;
}
.component-wrapper .component-content li .product-image .quickview:hover {
  background: #252525;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  color: white;
}
.component-wrapper .component-content li .product-image .quickview:hover .icon {
  fill: #ffffff;
}
.component-wrapper .component-content li .product-image:hover .quickview {
  display: block;
}
.component-wrapper .component-content li .product-image img {
  max-width: 125px;
}
.component-wrapper .component-content li.active {
  display: block;
}
.component-wrapper .component-content li.nthElm {
  margin: 0 0 3% 0;
}
.component-wrapper .component-content li .prod-qty {
  display: none;
}
.component-wrapper .component-content li .prod-name {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 1279px) {
  .component-wrapper .component-content li {
    margin: 0 6% 3% 0;
  }
}
@media only screen and (max-width: 959px) {
  .component-wrapper .component-content li {
    margin: 0 12% 3% 0;
  }
}

.pdp-main span.error {
  padding: 4px 23px 0 20px;
}
.pdp-main .content-zone {
  display: block;
  margin: 0 0 3.5% 0;
  overflow: hidden;
  width: 100%;
}
.pdp-main .content-zone img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .content-zone {
    float: left;
    margin: 2.5% 0 0 0;
    width: 100%;
  }
  .pdp-main .content-zone.bottom {
    display: none;
  }
}
.pdp-main .wishlist-wrapper {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.pdp-main .wishlist-wrapper a {
  font-size: 0.833em;
}
.pdp-main .drop-a-hint {
  margin: 2% 0 4%;
}
.pdp-main .drop-a-hint a {
  font-size: 0.833em;
}
.pdp-main .recommendations {
  clear: left;
}
.pdp-main .recommendations h4 {
  font-family: GillSansNova-Medium;
  font-size: 1.667em;
  line-height: normal;
  margin: 30px 0 20px;
  text-transform: none;
}
.pdp-main .recommendations .product-image {
  margin: 0 auto;
  max-width: 172px;
  min-height: 172px;
}
.pdp-main .recommendations .product-image img {
  width: 166px;
}
.pdp-main .recommendations .product-name {
  font-size: 1em;
  line-height: normal;
  margin: 15px 0 10px;
  width: 100%;
}
.pdp-main .recommendations .product-price {
  font-size: 1.667em;
  text-align: center;
  width: 100%;
}
.pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
  display: block !important;
}
.pdp-main .recommendations-a,
.pdp-main .recommendations-b,
.pdp-main .recommendations-pdp,
.pdp-main .product-set-list {
  float: left;
  margin: 0;
  width: 63.6%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .recommendations-a,
.pdp-main .recommendations-b,
.pdp-main .recommendations-pdp,
.pdp-main .product-set-list {
    padding: 0px;
    width: 66.5%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .recommendations-a,
.pdp-main .recommendations-b,
.pdp-main .recommendations-pdp,
.pdp-main .product-set-list {
    width: 100%;
  }
}
.pdp-main .recommendations-a .slick-slider,
.pdp-main .recommendations-b .slick-slider,
.pdp-main .recommendations-pdp .slick-slider,
.pdp-main .product-set-list .slick-slider {
  float: left;
  margin: 0;
  padding: 0 30px 0 42px;
  width: 100%;
}
.pdp-main .recommendations-a .slick-slider .slick-prev, .pdp-main .recommendations-a .slick-slider .slick-next,
.pdp-main .recommendations-b .slick-slider .slick-prev,
.pdp-main .recommendations-b .slick-slider .slick-next,
.pdp-main .recommendations-pdp .slick-slider .slick-prev,
.pdp-main .recommendations-pdp .slick-slider .slick-next,
.pdp-main .product-set-list .slick-slider .slick-prev,
.pdp-main .product-set-list .slick-slider .slick-next {
  height: 172px;
  padding: 0;
}
.pdp-main .recommendations-a .slick-slider .slick-prev,
.pdp-main .recommendations-b .slick-slider .slick-prev,
.pdp-main .recommendations-pdp .slick-slider .slick-prev,
.pdp-main .product-set-list .slick-slider .slick-prev {
  left: 0px;
}
.pdp-main .recommendations-a .slick-slider .slick-next,
.pdp-main .recommendations-b .slick-slider .slick-next,
.pdp-main .recommendations-pdp .slick-slider .slick-next,
.pdp-main .product-set-list .slick-slider .slick-next {
  right: 0px;
}
.pdp-main .recommendations-a .slick-slider .recommendation-item,
.pdp-main .recommendations-b .slick-slider .recommendation-item,
.pdp-main .recommendations-pdp .slick-slider .recommendation-item,
.pdp-main .product-set-list .slick-slider .recommendation-item {
  margin: 0 15px 0 0;
  padding: 0;
  text-align: center;
}
.pdp-main .recommendations-a .slick-slider .recommendation-item .product-tile,
.pdp-main .recommendations-b .slick-slider .recommendation-item .product-tile,
.pdp-main .recommendations-pdp .slick-slider .recommendation-item .product-tile,
.pdp-main .product-set-list .slick-slider .recommendation-item .product-tile {
  background-color: transparent;
}
.pdp-main .recommendations-a .slick-slider .recommendation-item a,
.pdp-main .recommendations-b .slick-slider .recommendation-item a,
.pdp-main .recommendations-pdp .slick-slider .recommendation-item a,
.pdp-main .product-set-list .slick-slider .recommendation-item a {
  color: #000000;
  text-transform: uppercase;
}
.pdp-main .recommendations-b {
  border: 1px solid #d6d6d6;
  border-width: 0px 1px 1px 1px;
  box-sizing: border-box;
  margin: 0 0 7%;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .recommendations-b {
    display: none;
  }
}
.pdp-main .recommendations-b h4 {
  font-family: GillSansNova-Light;
  background-color: #d6d6d6;
  font-size: 1.167em;
  margin: 0;
  padding: 0.55rem 2em;
  text-align: center;
}
.pdp-main .recommendations-b .product-tile {
  padding: 0;
}
.pdp-main .recommendations-b .product-tile img {
  height: auto;
}
.pdp-main .recommendations-b .product-image {
  border: 1px solid #f1f1f1;
  max-width: 125px;
  min-height: 125px;
}
.pdp-main .recommendations-b .product-name {
  font-size: 10px;
  margin: 10px 0;
  min-height: 0;
}
.pdp-main .recommendations-b .product-price {
  font-size: 0.833em;
  margin: 0;
}
.pdp-main .recommendations-b .slick-slider {
  margin: 4.5%;
  padding: 0 32px 0 46px;
  width: 91%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .recommendations-b .slick-slider {
    margin: 5.5% 3%;
    width: 94.5%;
  }
}
.pdp-main .recommendations-b .slick-slider .slick-prev, .pdp-main .recommendations-b .slick-slider .slick-next {
  height: 125px;
}
.pdp-main .recommendations-b .slick-slider .slick-prev:before, .pdp-main .recommendations-b .slick-slider .slick-next:before {
  top: 35%;
}

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

.pdp-main .recommendations .recommendation-tooltip {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 100;
}
.pdp-main .promotion {
  margin: 0;
  width: 100%;
  text-align: left;
  margin: 7px 0 12px;
}
.pdp-main .promotion .promotion-title {
  background: url("../images/interface/sprite.png") -369px -3px no-repeat;
  padding-left: 20px;
  height: 13px;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.pdp-main .promotion-callout a {
  color: #000000;
}
.pdp-main .promotion-callout .contrasting-text {
  background-color: #000000;
  color: #ffffff;
  border-radius: 2px;
  padding: 2px 4px;
}
.pdp-main .pdp-promotion-callout {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #EAE7E4;
  padding: 15px 5px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.pdp-main .pdp-promotion-callout:active, .pdp-main .pdp-promotion-callout:focus, .pdp-main .pdp-promotion-callout:hover {
  border: 1px solid #000000;
  transition: 0.2s ease;
}
.pdp-main .tc-member-txt {
  margin: 7px 0 12px;
  width: 100%;
  text-align: left;
}
.pdp-main .tc-member-txt .tc-member-txt-title {
  background: url("../images/lock.png") 0 0 no-repeat;
  padding-left: 20px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .pdp-main #tab1 {
    padding: 4% 4% 76px;
  }
}
.pdp-main .product-tabs .print-page {
  right: 0;
  position: absolute;
}
.pdp-main .product-tabs .tab-content h3 {
  margin: 18px 0 14px;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content h3 {
    margin: 5% 0 1.5%;
  }
}
.pdp-main .product-tabs .tab-content ul {
  list-style-type: none;
  overflow: hidden;
}
.pdp-main .product-tabs .tab-content ol {
  list-style-type: decimal;
  margin-left: 1rem;
  padding: 0;
}
.pdp-main .product-tabs .tab-content ol li {
  margin-bottom: 1.5%;
}
.pdp-main .product-tabs .tab-content ol li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content ol li {
    float: none;
    list-style: decimal;
  }
}
.pdp-main .product-tabs .tab-content p {
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .component-message {
    display: block;
    padding: 1.5% 5.5%;
    background: #ffffff;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
  }
  .pdp-main .product-tabs .tab-content .component-message .content-asset {
    margin: 0;
  }
}
.pdp-main .product-tabs .tab-content .content-asset {
  margin-bottom: 3.5%;
}
.pdp-main .product-tabs .tab-content .content-asset p {
  line-height: 1.3em;
}
.pdp-main .product-tabs .tab-content .ampContent {
  margin-top: 3.5%;
}
.pdp-main .product-tabs .tab-content .descSection1,
.pdp-main .product-tabs .tab-content .descSection2,
.pdp-main .product-tabs .tab-content .descSection3,
.pdp-main .product-tabs .tab-content .descSection4,
.pdp-main .product-tabs .tab-content .descSection5,
.pdp-main .product-tabs .tab-content .descSection6 {
  clear: both;
  overflow: hidden;
}
.pdp-main .product-tabs .tab-content .descSection1 {
  margin: 4% 0 0 5%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection1 {
    margin: 5% 0 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection1 {
    margin: 5% 0 0 0;
  }
}
.pdp-main .product-tabs .tab-content .descSection1 .content {
  margin: 0 0 2.5% 0;
}
.pdp-main .product-tabs .tab-content .descSection2 {
  margin: 0;
}
.pdp-main .product-tabs .tab-content .descSection2.descSection2a {
  margin: 3.5% 0;
}
.pdp-main .product-tabs .tab-content .descSection2.descSection2a span {
  font-family: GillSansNova-Bold;
}
.pdp-main .product-tabs .tab-content .descSection3.menu {
  margin: 3.5% 0 0 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.menu {
    display: block;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.additional {
  margin: 3.5% 0 0 0;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.additional li, .pdp-main .product-tabs .tab-content .descSection3.additional span {
    font-size: 1em;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 {
  border: 1px solid #f1f1f1;
  width: 72%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection3 {
    margin: 5.5% 0 0 0;
    width: 93%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection3 {
    box-sizing: border-box;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 {
    margin: 0px;
    display: inline-block;
    position: relative;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 h3 {
  margin: 0;
  padding: 1.5% 5.5%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 h3 {
    background: #ffffff url(../images/selectDisabledArrow.png) no-repeat 98% 50%;
    cursor: pointer;
    padding: 1.5%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 li {
  border-top: 1px solid #f1f1f1;
  margin: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pdp-main .product-tabs .tab-content .descSection3 span {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: normal;
  font-family: GillSansNova-Light;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 span {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 h3 + .menu-mobile ul li, .pdp-main .product-tabs .tab-content .descSection3 h3 + ul li, .pdp-main .product-tabs .tab-content .descSection3 h3 + .menu-mobile .component-message {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3 h3.active {
    background: #ffffff url(../images/selectArrowActive.png) no-repeat 98% 50%;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + ul li,
.pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li {
    display: block !important;
    border: 1px solid #f1f1f1;
    border-width: 1px 0px 0px 0px;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile .component-message {
    display: block;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li {
    padding: 1.5% 5.5%;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li .prod-name {
    letter-spacing: normal;
    font-family: GillSansNova-Medium;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li .prod-qty {
    display: none;
  }
  .pdp-main .product-tabs .tab-content .descSection3 h3.active + .menu-mobile ul li .product-image {
    display: none;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 .col-1, .pdp-main .product-tabs .tab-content .descSection3 .col-2 {
  margin: 0;
  padding: 1.5% 5.5%;
  width: 38%;
  height: auto;
  border: none;
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection3 .col-1 {
    width: 32%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3 .col-2 {
  border-left: 1px solid #f1f1f1;
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection3 .col-2 {
    width: 45.5%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 {
  width: 56.5%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1 {
    width: 70.5%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1 {
    width: 100%;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 li:first-child {
  border-top: none;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-1, .pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2 {
  padding: 2.5% 5.5%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-1 {
  width: 60%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2 {
  text-align: center;
  width: 17.5%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split {
  padding: 0;
  width: 28.5%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li {
  border-left: 1px solid #f1f1f1;
  border-top: none;
  float: left;
  padding: 8.5% 5.5%;
  text-align: center;
  width: 38%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li:first-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1 .col-2.col-split li {
    border-top: 1px solid #f1f1f1;
    border-left: none;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .header-row span {
    letter-spacing: 0;
  }
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .header-row .col-5 {
  padding: 1% 1%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-1, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-2, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-3, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-4, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-5 {
  padding: 2% 1%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-2, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-3, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-4, .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-5 {
  width: 15%;
  text-align: center;
  border-left: 1px solid #f1f1f1;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-1 {
  width: 25%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split {
  padding: 0 1%;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split li {
  border-left: 1px solid #f1f1f1;
  border-top: none;
  float: left;
  padding: 7% 7%;
  text-align: center;
  line-height: 30px;
  width: 50%;
  box-sizing: border-box;
}
.pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split li:first-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection3.grid-1.cols-5 .col-split li {
    width: 100%;
    min-height: 2em;
    border-top: 1px solid #f1f1f1;
    border-left: none;
  }
}
.pdp-main .product-tabs .tab-content .descSection4 ul {
  float: none;
}
.pdp-main .product-tabs .tab-content .descSection4 li {
  float: left;
  margin-bottom: 4.5%;
}
.pdp-main .product-tabs .tab-content .descSection4 li:last-child {
  margin-bottom: 0;
}
.pdp-main .product-tabs .tab-content .descSection4 h4 {
  margin: 0 0 3.5%;
}
.pdp-main .product-tabs .tab-content .descSection4 p, .pdp-main .product-tabs .tab-content .descSection4 .col-1, .pdp-main .product-tabs .tab-content .descSection4 .col-2 {
  margin: 0;
}
.pdp-main .product-tabs .tab-content .descSection4 .col-1 {
  margin-right: 2.5%;
  width: 17%;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-tabs .tab-content .descSection4 .col-1 {
    width: 20%;
  }
  .pdp-main .product-tabs .tab-content .descSection4 .col-1 img {
    width: 100%;
  }
}
.pdp-main .product-tabs .tab-content .descSection4 .col-2 {
  width: 80.5%;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-tabs .tab-content .descSection4 .col-2 {
    width: 75.5%;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-tabs .tab-content .descSection4 .col-2 {
    width: 65.5%;
  }
}
.pdp-main .product-tabs .tab-content .descSection5 {
  margin: 4% 0 2% 0;
}
.pdp-main .product-tabs .tab-content .descSection5 .specs {
  color: #929292;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
.pdp-main .product-tabs .tab-content .descSection5 .specs span {
  color: #000000;
  padding-left: 3px;
}
.pdp-main .product-tabs .tab-content .descSection5 .tooltip span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span {
    background-image: url(../images/info.png);
  }
}
.pdp-main .product-tabs .tab-content .descSection5 .tooltip span:hover {
  background: url(../images/svg-icons/info.svg) no-repeat;
  background-size: auto auto;
  background-position: -1px -1px;
}
.no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span:hover {
  background-image: url(../images/info.png});
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .pdp-main .product-tabs .tab-content .descSection5 .tooltip span:hover {
    background-image: url(../images/info.png);
  }
}
.pdp-main .product-tabs .tab-content .descSection6 ul {
  width: 34%;
  margin-right: 2%;
  overflow: hidden;
  float: left;
}
.pdp-main .product-tabs .tab-content .descSection6 li {
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
  font-family: GillSansNova-Light;
}
.pdp-main .product-tabs .tab-content .descSection6 li:last-child {
  margin: 0;
}
.pdp-main .product-tabs .tab-content .descSection7 h2 {
  font-size: 3.75em;
  line-height: 1.2em;
  margin: 0.2rem 0;
}
.pdp-main .product-tabs .tab-content .descSection7 h3 {
  font-size: 1.5625rem;
  font-family: GillSansNova-Medium;
  line-height: normal;
}
.pdp-main .product-tabs .tab-content .descSection7 h4 {
  font-size: 1.0625rem;
}
.pdp-main .product-tabs .tab-content .descSection7 p {
  font-size: 0.8125rem;
}
.pdp-main .btn-all-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pdp-main .btn-all-mobile-wrapper {
    border-top: 1px solid #d6d6d6;
    display: block;
    margin: 15px 0px;
    padding-top: 15px;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-setlist-mobile {
    border: 1px solid #d6d6d6;
    border-width: 1px 0;
    margin: 15px 0 0;
    overflow: hidden;
    clear: left;
  }
}
.pdp-main .product-list-title {
  margin: 7% 0 3% 0%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-list-title {
    margin: 15px 0;
  }
}
.pdp-main .product-set-list {
  margin: 0 3%;
  padding: 0 3%;
  width: 94%;
}
.pdp-main .product-set-list .slick-next, .pdp-main .product-set-list .slick-prev {
  height: 173px;
  padding: 70px 8px;
}
.pdp-main .product-set-list .inventory {
  float: left;
  margin: 0.3em 0 0;
  width: 100%;
}
.pdp-main .product-set-list .inventory label {
  margin-top: 0.3em;
}
.pdp-main .product-set-list .inventory input {
  margin-left: 0.8em;
  padding: 0.3em;
  width: 2em;
}
.pdp-main .product-set-list .inventory .input-group {
  float: left;
  width: 100%;
}
.pdp-main .product-set-list .inventory .input-group input {
  appearance: none;
  border-radius: 0;
  border-width: 1px 0;
  float: left;
  font-size: 13px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 92px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: GillSansNova-Bold;
}
@media only screen and (max-width: 1279px) {
  .pdp-main .product-set-list .inventory .input-group input {
    width: 99px;
  }
}
@media only screen and (max-width: 959px) {
  .pdp-main .product-set-list .inventory .input-group input {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .inventory .input-group input {
    width: 102px;
  }
}
.pdp-main .product-set-list .inventory .input-group button {
  border: none;
}
.pdp-main .product-set-list .inventory .input-group .input-group-btn {
  border: 1px solid #d6d6d6;
}
.pdp-main .product-set-list .inventory .input-group .input-group-btn button {
  border: none;
  float: none;
  font-size: 20px;
}
.pdp-main .product-set-list .inventory .input-group .input-group-btn, .pdp-main .product-set-list .inventory .input-group button {
  background-color: #ffffff;
  color: #929292;
  display: inline;
  float: left;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33px;
}
.pdp-main .product-set-list .product-price {
  font-size: 1.667em;
  padding-bottom: 6px;
}
.pdp-main .product-set-list .availability {
  padding-bottom: 10px;
}
.pdp-main .product-set-list .product-set-item {
  margin: 0 15px 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .product-set-item {
    margin: 0px;
  }
}
.pdp-main .product-set-list .product-set-image {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .product-set-image img {
    margin: 0 auto;
    max-width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-main .product-set-list .product-set-content-wrapper {
    max-width: 172px;
    margin: 0 auto;
  }
}
.pdp-main .product-set-list .product-name {
  font-size: 1em;
  line-height: normal;
  min-height: 31px;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-top: 9%;
}
.pdp-main .product-set-list .product-name a {
  color: #000000;
}
.pdp-main .product-set-list .product-name span.bundleQty {
  font-family: GillSansNova-Medium;
}
.pdp-main .product-set-list .product-name span.bundleQty span {
  margin-right: 5px;
}
.pdp-main .product-set-list .sub-product-item {
  width: 100%;
}
.pdp-main .product-set .product-detail {
  clear: both;
  float: left;
  margin-top: 3%;
  width: 100%;
}

button.add-to-cart[disabled] {
  opacity: 0.5;
}
button.add-all-to-cart {
  display: none;
}
button.add-all-to-cart[disabled] {
  opacity: 0.5;
}

.prod-info {
  float: left;
  border: 1px solid #d6d6d6;
  margin-bottom: 5%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod-info ul {
    border: 1px solid #d6d6d6;
    border-width: 0 1px 1px 1px;
    display: none;
    overflow: hidden;
  }
}
.prod-info li {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  margin: 5%;
  padding: 0 0 3% 13%;
}
@media only screen and (max-width: 1279px) {
  .prod-info li {
    padding: 0 0 3% 15%;
  }
}
@media only screen and (max-width: 959px) {
  .prod-info li {
    margin: 8% 5%;
    padding: 0 0 7% 20%;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info li {
    margin: 20px 10px;
    padding: 0 0 20px 50px;
  }
}
.prod-info li:last-child {
  border: none;
  padding: 0 0 0 13%;
}
@media only screen and (max-width: 1279px) {
  .prod-info li:last-child {
    padding: 0 0 0 15%;
  }
}
@media only screen and (max-width: 959px) {
  .prod-info li:last-child {
    padding: 0 0 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info li:last-child {
    padding: 0 0 0 50px;
  }
}
.prod-info li .content-enabled, .prod-info li .content-disabled {
  display: none;
}
.prod-info li.true .content-enabled {
  display: block;
}
.prod-info li.false .content-disabled {
  display: block;
}
.prod-info li img.prod-opt-bg {
  position: absolute;
  left: 0;
}
.prod-info h4 {
  background: #d6d6d6;
  margin: 0;
  padding: 0.55rem 2em;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .prod-info h4 {
    padding: 0.5rem 1em;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info h4 {
    background: #f1f1f1 url("../images/svg-icons/right-arrow-next.svg") no-repeat calc(100% - 10px) center/16px;
    padding: 10px 1%;
    width: 98%;
    height: 17px;
    color: #929292;
    font-size: 14px;
    text-align: left;
    font-family: GillSansNova-Light;
    white-space: normal;
    cursor: pointer;
  }
  .prod-info h4.active {
    background: #d6d6d6 url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 10px) center/16px;
  }
  .prod-info h4.active + ul {
    display: block;
  }
}
.prod-info h5 {
  font-size: 12px;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 1279px) {
  .prod-info {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 959px) {
  .prod-info {
    margin-bottom: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .prod-info {
    border: none;
    margin: 10px 0 0 0;
  }
}
.prod-info .content-asset p {
  line-height: 1.3em;
  margin: 0px;
}
.prod-info.prod-info-a li.prod-opt-a.true {
  background: url(../images/info_reserve.png) 0 0 no-repeat;
}
.prod-info.prod-info-a li.prod-opt-a.false {
  background: url(../images/info_reserve.png) 0 0 no-repeat;
}
.prod-info.prod-info-a li.prod-opt-b.true {
  background: url(../images/info_promo.png) 0 0 no-repeat;
}
.prod-info.prod-info-a li.prod-opt-b.false {
  background: url(../images/info_promo.png) 0 0 no-repeat;
}
.prod-info.prod-info-b li.prod-opt-a.true {
  background: url(../images/svg-icons/gift-message-card-yes.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-a.false {
  background: url(../images/svg-icons/gift-message-card-no.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-b.true {
  background: url(../images/svg-icons/gift-bag-and-box-yes.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-b.false {
  background: url(../images/svg-icons/gift-bag-and-box-no.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-c.true {
  background: url(../images/info_hamper.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-b li.prod-opt-c.false {
  background: url(../images/info_hamper_f.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-a.true {
  background: url(../images/info_letter.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-a.false {
  background: url(../images/info_letter_f.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-b.true {
  background: url(../images/svg-icons/uk-delivery-yes.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-b.false {
  background: url(../images/svg-icons/uk-delivery-no.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-c.true {
  background: url(../images/svg-icons/click-and-collect-yes.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-c.false {
  background: url(../images/svg-icons/click-and-collect-no.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-d.true {
  background: url(../images/svg-icons/international-delivery-yes.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-d.false {
  background: url(..//images/svg-icons/international-delivery-no.svg) 0 -5px/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-e.true {
  background: url(../images/info_electronic.png) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-e.true {
  background: url(../images/svg-icons/info_sms_delivery.svg) 0 0/39px no-repeat;
}
.prod-info.prod-info-c li.prod-opt-e.false {
  background: url(../images/svg-icons/info_sms_delivery_f.svg) 0 0/39px no-repeat;
}

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

/* *******************
Check Store Stock - Color Messages
******************* */
.check-store-dialog {
  top: 400px !important;
}

#check-store-stock-result .stock-msg {
  height: 33px;
  outline: none;
  font-size: 0.75rem;
  padding: 8px 20px;
  margin-top: 18px;
  font-family: GillSansNova-Medium;
  box-sizing: border-box;
  text-transform: uppercase;
}
#check-store-stock-result button {
  margin: 0 0 10px 0;
}
#check-store-stock-result button:last-child {
  margin: 0;
}
#check-store-stock-result .check-store-stock-msg {
  margin: 20px 0;
}
#check-store-stock-result .message-gray {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #000000;
}
#check-store-stock-result .message-red {
  background: #bc0031;
  border: 1px solid #bc0031;
  color: #ffffff;
}
#check-store-stock-result .message-green {
  background: #118f40;
  border: 1px solid #118f40;
  color: #ffffff;
}
#check-store-stock-result .message-yellow {
  background: #f1b828;
  border: 1px solid #f1b828;
  color: #ffffff;
}

.js .componentQuickview .ui-dialog-content .pdp-main .product-col-1 {
  margin-right: 7%;
  padding: 13px 0;
  width: 46%;
}
.js .componentQuickview .ui-dialog-content .pdp-main .product-col-2 {
  padding: 10px 0 20px;
  width: 47%;
}

.componentQuickview .ui-dialog-title {
  display: none;
}
.componentQuickview .ui-dialog-content, .componentQuickview .ui-dialog-titlebar {
  padding: 0px;
}
.componentQuickview .pdp-main .product-name, .componentQuickview .pdp-main .product-desc {
  width: 95%;
}
.componentQuickview .pdp-main .product-name {
  font-size: 1.667em;
}
.componentQuickview .pdp-main .product-desc {
  font-size: 1.167em;
}
.componentQuickview .pdp-main .product-image img {
  width: 100%;
}
.componentQuickview .pdp-main .selector-wrapper {
  margin-top: 25px;
}
.componentQuickview .pdp-main .selector-wrapper span {
  color: #929292;
}
.componentQuickview .pdp-main .selector-wrapper .view-details {
  margin: 3% 0 0;
}
.componentQuickview .pdp-main .product-actions {
  margin-top: 25px;
}
.componentQuickview .pdp-main .descSection1 {
  margin-top: 10%;
}
.componentQuickview .pdp-main .descSection1 .content {
  margin-bottom: 10%;
}
.componentQuickview .pdp-main .product-tabs {
  clear: both;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding-bottom: 0;
  background: #f1f1f1 url(../images/selectDisabledArrow.png) no-repeat 98% 12px;
  margin: 10px 0 0 0;
  min-height: 36px;
  width: 100%;
  white-space: normal;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content {
  background: #ffffff;
  display: none;
  margin-top: 34px;
  padding: 4%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content .descSection3.grid-1 {
  width: 83%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content .descSection3.grid-1 .col-1 {
  width: 70.5%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-content .descSection3.grid-1 .col-2 {
  width: 29.5%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-component-content {
  padding: 0;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li .tab-component-content .descSection3 {
  border: none;
  width: 100%;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li:first-child {
  margin: 0;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li.active {
  background: #d6d6d6 url(../images/selectArrowActive.png) no-repeat 98% 15px;
  border: 1px solid #d6d6d6;
  padding-bottom: 0;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li.active a {
  color: #000000;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li.active .tab-content {
  display: block;
}
.componentQuickview .pdp-main .product-tabs .tabs-menu > li a {
  color: #929292;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 10px 4% 6px 4%;
  width: 92%;
  font-family: GillSansNova-Light;
}
.componentQuickview .pdp-main .product-tabs .component-qvMessage {
  margin-top: 5%;
}
.componentQuickview .pdp-main .product-tabs .component-qvMessage .content-asset, .componentQuickview .pdp-main .product-tabs .component-qvMessage p {
  margin: 0px;
}

.jca #back-in-stock .sorry-message {
  margin-bottom: 18px;
}
.jca #back-in-stock button {
  width: 45%;
}
.jca #back-in-stock .action-buttons {
  margin-top: 18px;
}
.jca #back-in-stock #back-in-stock-cancel {
  float: left;
}
.jca #back-in-stock #back-in-stock-submit {
  float: right;
}

.back-in-stock-msg {
  display: none;
}

/* *******************
Drop a Hint Dialog
******************* */
.ui-dialog.drop-a-hint-dialog .ui-dialog-titlebar {
  padding: 0 0 0 0;
  color: black;
}
.ui-dialog.drop-a-hint-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog.drop-a-hint-dialog .ui-dialog-titlebar-close {
  z-index: 10;
}
.ui-dialog.drop-a-hint-dialog h2 {
  margin: 0 20px 0 0;
  display: inline;
}
.ui-dialog.drop-a-hint-dialog .ui-widget-header {
  background: none;
}
.ui-dialog.drop-a-hint-dialog .ui-icon-closethick {
  left: -10px;
}
.ui-dialog.drop-a-hint-dialog .description {
  margin: 7px 0 20px;
  font-size: 16px;
  font-family: GillSansNova-Light;
  letter-spacing: 0.02em;
  padding: 0 40px 0 0;
  line-height: 140%;
}
.ui-dialog.drop-a-hint-dialog .shared-product {
  float: left;
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ui-dialog.drop-a-hint-dialog .shared-product img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint {
  float: right;
  width: 250px;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]::-webkit-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]:-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea:-moz-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]::-moz-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea::-moz-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=email]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=tel]:-ms-input-placeholder,
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=text],
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=number],
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases input[type=password], .ui-dialog.drop-a-hint-dialog form#drop-a-hint .uppercases textarea {
  text-transform: uppercase;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .form-row.text-area {
  margin: 18px 0 0;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .char-count {
  margin: 0 0 9px 0;
  height: 12px;
  width: auto;
  float: right;
  text-transform: capitalize;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .char-count .char-remain-count {
  color: #929292;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-check {
  position: relative;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-check label {
  margin-left: 25px;
  padding-top: 2px;
  display: block;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-check .field-wrapper {
  position: absolute;
  top: 0px;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint .opt-in-info {
  margin: 14px 0 20px 0;
  letter-spacing: 0.02em;
}
.ui-dialog.drop-a-hint-dialog form#drop-a-hint button {
  width: 100%;
}
.ui-dialog.drop-a-hint-dialog .success-msg {
  margin: 20px 0;
  font-size: 16px;
}
.ui-dialog.drop-a-hint-dialog .close-it {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .ui-dialog.drop-a-hint-dialog .description {
    padding: 0 0 0 0;
  }
  .ui-dialog.drop-a-hint-dialog .shared-product {
    float: none;
    width: 100%;
  }
  .ui-dialog.drop-a-hint-dialog .shared-product img {
    width: 250px;
  }
  .ui-dialog.drop-a-hint-dialog form#drop-a-hint {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .ui-dialog.drop-a-hint-dialog .close-it {
    width: 100%;
  }
}

.tab-target-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tab-mobile-title {
    background: #f1f1f1 url("../images/svg-icons/right-arrow-next.svg") no-repeat calc(100% - 10px) center/16px;
    padding: 10px 1%;
    width: 98%;
    height: 17px;
    color: #929292;
    font-size: 14px;
    text-align: left;
    font-family: GillSansNova-Light;
    white-space: normal;
    cursor: pointer;
    display: block;
    margin: 10px 0;
    clear: both;
  }
  .tab-mobile-title.active {
    margin: 10px 0 0;
    background: #d6d6d6 url(../images/svg-icons/down-arrow-expand.svg) no-repeat calc(100% - 10px) center/16px;
  }

  .product-tabs .tab-content {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    border-top: none;
  }
  .product-tabs .tab-content.mb-tab-active {
    display: block;
  }

  .tab-target-desktop {
    display: none;
  }

  .tab-target-mobile {
    display: block;
  }
}
.og-subscription-options {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}

.og-subscription-option-row {
  padding: 20px 10px 10px 10px;
}
.og-subscription-option-row:nth-child(even) {
  background-color: #f1f1f1;
}

.option-radio-toggle {
  float: left;
  width: 25px;
  margin: 0 0 0 0;
}
.option-radio-toggle > input {
  display: inline-block;
  background: #ffffff;
  box-shadow: inset 0 0 0 4px #000000;
  vertical-align: top;
  border: #ccc solid 1px;
  border-radius: 50%;
  height: 14px;
  outline: 0;
  width: 14px;
  appearance: none;
}

.option-radio-label {
  margin: 0 0 0 25px !important;
}
.option-radio-label > label {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: none;
}

.variant-selection {
  margin: 24px 0;
}
.variant-selection .variant-title {
  margin-bottom: 16px;
}
.variant-selection .variant-title h3 {
  font-family: GillSansNova-Medium;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}
.variant-selection .variant-name {
  color: #000000;
}

.variant-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 16px;
  margin-bottom: 10px;
}
.variant-items .variant-item.selected .color-swatch {
  border: 2px solid #ffffff;
  outline: 2px solid #000000;
}
.variant-items .color-swatch {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  height: 35px;
  width: 35px;
  font-size: 0;
  margin: 5px;
  border: 2px solid #707070;
  border-radius: 50%;
}
.variant-items .color-swatch img {
  max-width: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.product-recipe .attribute_wrapper {
  overflow: hidden;
}
.product-recipe .attribute_wrapper li {
  color: #929292;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: GillSansNova-Light;
}
.product-recipe .attribute_wrapper li span {
  color: #000000;
  padding-left: 3px;
}
.product-recipe .recipe-content {
  margin: 0 0 20px 0;
  padding: 0 40px;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .product-recipe .recipe-content {
    padding: 0 13px;
  }
}
.product-recipe .recipe-content .product-set-item {
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .product-recipe .recipe-content .product-set-content-wrapper {
    padding: 0 24%;
  }
}
@media only screen and (max-width: 1279px) {
  .product-recipe .recipe-content .product-set-content-wrapper {
    padding: 0;
  }
}
.product-recipe .recipe-content .promotion {
  text-align: center;
}
.product-recipe .recipe-content .slick-prev,
.product-recipe .recipe-content .slick-next {
  padding: 0;
}
.product-recipe .product-review-links {
  float: none;
}
.product-recipe .slick-prev {
  left: 0;
}
.product-recipe .slick-next {
  right: 0;
}
.product-recipe .btn-all-wrapper {
  margin-bottom: 30px;
}
.product-recipe .print {
  background: url(../images/print.png) 75px 0 no-repeat;
  display: block;
  height: 18px;
  margin: 15px 0;
  padding-top: 2px;
  width: 100px;
}
.product-recipe .product-price {
  text-align: center;
  width: 100%;
}
.product-recipe .product-set-list .inventory .input-group input {
  width: 97.5px;
}
@media only screen and (max-width: 1279px) {
  .product-recipe .product-set-list .inventory .input-group input {
    width: 137px;
  }
}
@media only screen and (max-width: 959px) {
  .product-recipe .product-set-list .inventory .input-group input {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .product-recipe .product-set-list .inventory .input-group input {
    width: 102px;
  }
}
.product-recipe .product-set-image {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .product-recipe .product-set-image {
    padding: 0 9%;
  }
}
@media only screen and (max-width: 767px) {
  .product-recipe .product-set-image {
    padding: 0;
  }
}
.product-recipe .product-set-image .quickview {
  left: 0;
}
.product-recipe .product-set-image .quickview {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  padding: 7px 0;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
}
.product-recipe .product-set-image .quickview .icon {
  width: 20px;
  height: 20px;
  fill: #929292;
}
.product-recipe .product-set-image .quickview:hover {
  background: #252525;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  color: white;
}
.product-recipe .product-set-image .quickview:hover .icon {
  fill: #ffffff;
}
.product-recipe .product-set-image:hover .quickview {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .product-recipe .product-set-image {
    padding: 0;
  }
}
.product-recipe .sub-product-item {
  margin-bottom: 1px;
}

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .bonus-product-list .bonus-product-item .product-col-1,
.bonus-product-list .bonus-product-item .product-col-2 {
    float: left;
    clear: none;
  }
}
.bonus-product-list .product-add-to-cart {
  padding-bottom: 0;
}
.bonus-product-list .product-add-to-cart .inventory {
  width: auto;
}
.bonus-product-list .product-name {
  float: none;
  margin: 1em 0;
}
.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit;
}
.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
.bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
  float: right;
}
.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative;
}
.bonus-product-list .selected-bonus-item .item-name {
  font-weight: bold;
}
.bonus-product-list .selected-bonus-item .remove-link {
  cursor: pointer;
  color: #990000;
  left: -1em;
  position: absolute;
}
.bonus-product-list .selected-bonus-item .remove-link:hover {
  color: #424242;
}

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

.category-landing-wrapper .refinements {
  display: none;
}
.category-landing-wrapper .category-landing-primary {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .category-landing-wrapper.vp-1280 .refinements {
    display: block;
  }
  .category-landing-wrapper.vp-1280 .category-landing-primary {
    width: 81%;
    padding: 0 0 2%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .category-landing-wrapper.vp-960 .refinements {
    display: block;
  }
  .category-landing-wrapper.vp-960 .category-landing-primary {
    width: 76.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .category-landing-wrapper.vp-768 .refinements {
    display: block;
  }
  .category-landing-wrapper.vp-768 .category-landing-primary {
    width: 76.5%;
  }
}
@media only screen and (max-width: 767px) {
  .category-landing-wrapper.vp-320 .refinements {
    display: block;
  }
}

.category-landing-primary {
  float: left;
}

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

.storeBubble .store-details,
.store-information .store-details,
.store-locator-details .store-details {
  overflow: hidden;
}
.storeBubble .store-details button,
.store-information .store-details button,
.store-locator-details .store-details button {
  width: 100%;
}
.storeBubble .col,
.store-information .col,
.store-locator-details .col {
  overflow: hidden;
}
.storeBubble .col h3,
.store-information .col h3,
.store-locator-details .col h3 {
  font-size: 15px;
  margin: 0 0 9px 0;
  text-transform: uppercase;
}
.storeBubble .col p,
.store-information .col p,
.store-locator-details .col p {
  margin: 0 0 2px 0;
}
.storeBubble .col.address .store-phone,
.store-information .col.address .store-phone,
.store-locator-details .col.address .store-phone {
  margin: 20px 0 0 0;
}
.storeBubble .col.address .get-dir-store-detail,
.store-information .col.address .get-dir-store-detail,
.store-locator-details .col.address .get-dir-store-detail {
  display: none;
}
@media only screen and (max-width: 767px) {
  .storeBubble .col.openTimes p,
.store-information .col.openTimes p,
.store-locator-details .col.openTimes p {
    max-width: 140px;
  }
}
.storeBubble .col.openTimes .time,
.store-information .col.openTimes .time,
.store-locator-details .col.openTimes .time {
  float: right;
}
.storeBubble .col.openTimes .toggle-working-hours,
.store-information .col.openTimes .toggle-working-hours,
.store-locator-details .col.openTimes .toggle-working-hours {
  display: none;
  margin: 20px 0 0 0;
}
.storeBubble .col.openTimes .retail-title,
.storeBubble .col.openTimes .retail-primary,
.storeBubble .col.openTimes .retail-button,
.store-information .col.openTimes .retail-title,
.store-information .col.openTimes .retail-primary,
.store-information .col.openTimes .retail-button,
.store-locator-details .col.openTimes .retail-title,
.store-locator-details .col.openTimes .retail-primary,
.store-locator-details .col.openTimes .retail-button {
  display: block;
}
.storeBubble .col.openTimes .secondary-title,
.storeBubble .col.openTimes .retail-secondary,
.storeBubble .col.openTimes .secondary-button,
.store-information .col.openTimes .secondary-title,
.store-information .col.openTimes .retail-secondary,
.store-information .col.openTimes .secondary-button,
.store-locator-details .col.openTimes .secondary-title,
.store-locator-details .col.openTimes .retail-secondary,
.store-locator-details .col.openTimes .secondary-button {
  display: none;
}
.storeBubble .col.secondary .retail-title,
.storeBubble .col.secondary .retail-primary,
.storeBubble .col.secondary .retail-button,
.store-information .col.secondary .retail-title,
.store-information .col.secondary .retail-primary,
.store-information .col.secondary .retail-button,
.store-locator-details .col.secondary .retail-title,
.store-locator-details .col.secondary .retail-primary,
.store-locator-details .col.secondary .retail-button {
  display: none;
}
.storeBubble .col.secondary .secondary-title,
.storeBubble .col.secondary .retail-secondary,
.storeBubble .col.secondary .secondary-button,
.store-information .col.secondary .secondary-title,
.store-information .col.secondary .retail-secondary,
.store-information .col.secondary .secondary-button,
.store-locator-details .col.secondary .secondary-title,
.store-locator-details .col.secondary .retail-secondary,
.store-locator-details .col.secondary .secondary-button {
  display: block;
}
.storeBubble .col.locationType .feature-block, .storeBubble .col.features .feature-block,
.store-information .col.locationType .feature-block,
.store-information .col.features .feature-block,
.store-locator-details .col.locationType .feature-block,
.store-locator-details .col.features .feature-block {
  margin: 0 0 10px 0;
}
.storeBubble .col.locationType .svg-wrapper, .storeBubble .col.features .svg-wrapper,
.store-information .col.locationType .svg-wrapper,
.store-information .col.features .svg-wrapper,
.store-locator-details .col.locationType .svg-wrapper,
.store-locator-details .col.features .svg-wrapper {
  float: left;
  margin: 0 8px 0 0;
}
.storeBubble .col.locationType .svg-wrapper svg, .storeBubble .col.features .svg-wrapper svg,
.store-information .col.locationType .svg-wrapper svg,
.store-information .col.features .svg-wrapper svg,
.store-locator-details .col.locationType .svg-wrapper svg,
.store-locator-details .col.features .svg-wrapper svg {
  fill: #000000;
  height: 20px;
  margin: -6px 0 0 0;
  width: 20px;
}
.storeBubble .col.locationType .svg-wrapper svg.schoolOfChocolate, .storeBubble .col.features .svg-wrapper svg.schoolOfChocolate,
.store-information .col.locationType .svg-wrapper svg.schoolOfChocolate,
.store-information .col.features .svg-wrapper svg.schoolOfChocolate,
.store-locator-details .col.locationType .svg-wrapper svg.schoolOfChocolate,
.store-locator-details .col.features .svg-wrapper svg.schoolOfChocolate {
  margin: 0;
}
.storeBubble .col.locationType .svg-wrapper svg.hotel, .storeBubble .col.features .svg-wrapper svg.hotel,
.store-information .col.locationType .svg-wrapper svg.hotel,
.store-information .col.features .svg-wrapper svg.hotel,
.store-locator-details .col.locationType .svg-wrapper svg.hotel,
.store-locator-details .col.features .svg-wrapper svg.hotel {
  padding: 0 0 0 4px;
  width: 16px;
  margin: -4px 0 0 0;
}
.storeBubble .col.features .concession-message,
.store-information .col.features .concession-message,
.store-locator-details .col.features .concession-message {
  margin: 40px 0;
}
@media only screen and (max-width: 1279px) {
  .storeBubble .col.features .concession-message,
.store-information .col.features .concession-message,
.store-locator-details .col.features .concession-message {
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .storeBubble .col.features .concession-message,
.store-information .col.features .concession-message,
.store-locator-details .col.features .concession-message {
    margin: 0px 0 30px;
  }
}

.storeBubble .store-name,
.store-information .store-name {
  padding: 10px 25px 7px 15px;
}

.store-information .store-details {
  padding: 20px;
}
.store-information .col {
  float: left;
  margin: 0 6% 0 0;
  width: 20.5%;
}
@media only screen and (max-width: 1279px) {
  .store-information .col {
    width: 29.3%;
  }
}
@media only screen and (max-width: 767px) {
  .store-information .col {
    margin: 0 0 40px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .store-information .col.locationType {
    margin: 0;
  }
}
.store-information .col.features {
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  .store-information .col.features .button {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .store-information .col.features .button {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .store-information .col.features {
    clear: both;
    margin: 4% 6% 0 0;
    min-height: 72.5px;
    width: 64.3%;
  }
}
@media only screen and (max-width: 767px) {
  .store-information .col.features {
    margin: 40px 0 0 0;
    min-height: auto;
    width: 100%;
  }
}
.store-information .col.btn-actions {
  margin: 1% 6% 0 0;
}
@media only screen and (max-width: 1279px) {
  .store-information .col.btn-actions a {
    float: right;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .store-information .col.btn-actions a {
    float: left;
  }
}
@media only screen and (max-width: 1279px) {
  .store-information .col.btn-actions {
    margin: 1% 0 0 0;
    float: right;
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .store-information .col.btn-actions {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.store-information .col.store-directions {
  clear: both;
}
@media only screen and (max-width: 1279px) {
  .store-information .col.store-directions {
    margin: 4% 0 0 0;
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  .store-information .col.store-directions {
    margin: 20px 0 0 0;
  }
}

.storeBubble .toggleContent {
  display: block;
}
.storeBubble .col {
  float: left;
  margin: 4% 8.5%;
  width: 33%;
}
.storeBubble .col.locationType {
  clear: both;
}
.storeBubble .col.btn-actions {
  width: 49%;
  margin: 0;
  box-sizing: border-box;
}
.storeBubble .col.store-directions {
  clear: both;
  margin: 0 1% 0 0;
  width: 50%;
}

.store-locator-details .store-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.store-locator-details .store-content .store-details {
  width: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .store-locator-details .store-content .store-details {
    width: 100%;
  }
}
.store-locator-details .store-content .store_detailed_map {
  width: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .store-locator-details .store-content .store_detailed_map {
    width: 100%;
    margin-top: 20px;
  }
}
.store-locator-details .store-content .col {
  width: 40%;
  padding: 20px 5%;
}
@media only screen and (max-width: 767px) {
  .store-locator-details .store-content .col {
    width: 100%;
  }
}
.store-locator-details .store-content .col.address .get-dir-store-detail {
  display: block;
  margin: 20px 0 0 0;
}
.store-locator-details .store-content .col.features {
  margin: 0;
}
.store-locator-details .store-content .col.btn-actions {
  display: none;
}
.store-locator-details .store-related-additional-info {
  margin-bottom: 20px;
}

.myStorePicker {
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}
.myStorePicker #preferred-store-container {
  display: inline-block;
}
.myStorePicker #preferred-store-container ~ .social-links {
  margin-left: 0%;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .myStorePicker #preferred-store-container ~ .social-links {
    margin-left: 0px;
    top: 60px;
    right: 0px;
    position: absolute;
    left: initial;
  }
}
@media only screen and (max-width: 767px) {
  .myStorePicker #preferred-store-container {
    margin-bottom: 10px;
  }
}
.myStorePicker button {
  display: inline-block;
  padding: 0;
  width: 440px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .myStorePicker button {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .myStorePicker button {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .myStorePicker button {
    width: 250px;
    height: 50px;
    padding: 13px 4px 14px 4px;
    line-height: 17px;
    margin: 0 0 0 20px;
  }
}
.myStorePicker svg.icon, .myStorePicker .wishlist-dialog svg.icon.heart-black, .wishlist-dialog .myStorePicker svg.icon.heart-black, .myStorePicker .wishlist-dialog svg.icon.heart-outline, .wishlist-dialog .myStorePicker svg.icon.heart-outline {
  width: 1.8em;
  height: 1.8em;
  fill: #000000;
  margin-left: 0.5em;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .myStorePicker svg.icon, .myStorePicker .wishlist-dialog svg.icon.heart-black, .wishlist-dialog .myStorePicker svg.icon.heart-black, .myStorePicker .wishlist-dialog svg.icon.heart-outline, .wishlist-dialog .myStorePicker svg.icon.heart-outline {
    padding-top: 6px;
  }
}
.myStorePicker .social-links {
  margin-right: 0;
  position: relative;
  left: 25%;
  margin-left: 38%;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .myStorePicker .social-links {
    left: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .myStorePicker .social-links {
    float: none;
    width: 74px;
    text-align: left;
    margin-left: 58%;
  }
}
.myStorePicker .social-links a {
  font-size: 25px;
  position: relative;
  top: 3px;
}
.myStorePicker .social-links a:first-of-type {
  left: -20px;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .myStorePicker .social-links a:first-of-type {
    left: -10px;
  }
}
.myStorePicker .preferred-store-msg {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .myStorePicker {
    margin: 0px;
    text-align: left;
    width: 100%;
  }
}

#store-location-results {
  clear: both;
  padding-top: 0.1em;
}
#store-location-results #loadMoreStores {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  color: #ffffff;
  background-color: #000000;
}
#store-location-results .store-information {
  display: none;
  float: left;
  width: 100%;
  clear: both;
  margin: 10px 0 0 0;
}
#store-location-results .store-information .toggle-title {
  color: #333;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}
#store-location-results .store-information .toggle-title.on {
  background: #fff;
}
#store-location-results .store-information .toggleContent {
  display: none;
}
#store-location-results .store-information .toggleContent.show {
  display: block;
  border: 1px solid #d6d6d6;
  border-top: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

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

.store-search-container {
  margin: 0 0 16px;
}

#storeSearchBox {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  padding: 15px 10px 5px 10px !important;
}
@media only screen and (max-width: 1279px) {
  #storeSearchBox {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  #storeSearchBox {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  #storeSearchBox {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
#storeSearchBox .storelocator-searchform-wrapper {
  display: inline-block;
}
#storeSearchBox .storelocator-searchform-wrapper label, #storeSearchBox .storelocator-searchform-wrapper span.error {
  display: none !important;
}
#storeSearchBox .storelocator-searchform-wrapper select, #storeSearchBox .storelocator-searchform-wrapper input[type=text] {
  height: 35px;
  text-transform: uppercase;
}
#storeSearchBox .storelocator-searchform-wrapper.country-search {
  width: 310px;
  float: left;
}
#storeSearchBox .storelocator-searchform-wrapper.country-search .selector {
  background-position: calc(100% - 5px) center;
}
#storeSearchBox .storelocator-searchform-wrapper.country-search .selector > span {
  font-weight: bold;
  color: #000000;
}
#storeSearchBox .storelocator-searchform-wrapper.location-search {
  position: relative;
  width: 460px;
  padding: 0 10px;
  margin: 0 0 0 60px;
  float: left;
}
#storeSearchBox .storelocator-searchform-wrapper.location-search button {
  width: 19px;
  height: 28px;
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 15px;
  right: 25px;
  z-index: 10;
  box-sizing: content-box;
  padding: 0 0 0 5px;
  background: #ffffff;
}
#storeSearchBox .storelocator-searchform-wrapper.location-search button svg.search {
  width: 19px;
  height: 19px;
  position: relative;
  bottom: 3px;
}
#storeSearchBox .storelocator-searchform-wrapper.location-search input {
  padding-right: 40px;
}
#storeSearchBox .storelocator-searchform-wrapper.separator {
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 10px 60px;
  text-align: center;
  float: left;
}
#storeSearchBox .storelocator-searchform-wrapper.geolocation-search {
  width: 250px;
  float: right;
}
#storeSearchBox .storelocator-searchform-wrapper.geolocation-search button {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  #storeSearchBox .storelocator-searchform-wrapper.country-search {
    width: 20%;
    margin: 0 0 0 0%;
  }
  #storeSearchBox .storelocator-searchform-wrapper.location-search {
    width: 46%;
    margin: 0 0 0 1%;
  }
  #storeSearchBox .storelocator-searchform-wrapper.separator {
    width: 3%;
    padding: 0;
    margin: 0 1%;
    padding: 10px 0;
  }
  #storeSearchBox .storelocator-searchform-wrapper.geolocation-search {
    width: 22.5%;
    margin: 0 0 0 1%;
  }
}
@media only screen and (max-width: 767px) {
  #storeSearchBox {
    padding: 15px 2.5% 10px 2.5% !important;
  }
  #storeSearchBox .storelocator-searchform-wrapper {
    float: none;
  }
  #storeSearchBox .storelocator-searchform-wrapper.country-search, #storeSearchBox .storelocator-searchform-wrapper.location-search, #storeSearchBox .storelocator-searchform-wrapper.separator, #storeSearchBox .storelocator-searchform-wrapper.geolocation-search {
    width: 100%;
    margin: 0 0;
    padding: 0.5em 0;
  }
  #storeSearchBox .storelocator-searchform-wrapper.location-search button {
    bottom: 20px;
    right: 13px;
  }
}
#storeSearchBox #stores-autocomplete .ui-menu-item {
  background: url("../images/googlemap/search-bg.gif") white 10px 7px no-repeat;
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 11px 3px 11px 40px;
  text-transform: uppercase;
}
#storeSearchBox #stores-autocomplete .ui-menu .ui-state-focus {
  margin: 0;
  padding-left: 41px;
}
#storeSearchBox #stores-autocomplete .ui-menu .ui-state-focus .ui-state-active {
  padding-left: 0;
}
#storeSearchBox #stores-autocomplete .ui-menu .ui-state-active {
  margin: 0;
  padding-left: 1px;
}

.pt_store-locator #map {
  height: 630px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pt_store-locator #map {
    height: 250px;
  }
}
.pt_store-locator #secondary ul.dropper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pt_store-locator #secondary ul.dropper * {
  font-size: 12px;
}
.pt_store-locator #secondary ul.dropper li {
  list-style: none;
}
.pt_store-locator #secondary ul.dropper li .clicker {
  color: #252525;
  line-height: 28px;
  text-transform: uppercase;
  cursor: pointer;
}
.pt_store-locator #secondary ul.dropper li .clicker .arrow-down {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pt_store-locator #secondary ul.dropper li .clicker {
    color: #aaa;
  }
}
.pt_store-locator #secondary ul.dropper li ul.dropped {
  margin: 0;
  padding: 0 0 15px 0;
  display: none;
  overflow: hidden;
}
.pt_store-locator #secondary ul.dropper li ul.dropped li label {
  color: #929292;
  line-height: 22px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.pt_store-locator #secondary ul.dropper li ul.dropped li.checked label {
  color: #000000;
}
.pt_store-locator #secondary ul.dropper li.opened .clicker .arrow-down {
  display: block;
}
.pt_store-locator #secondary ul.dropper li.opened .clicker .arrow-right {
  display: none;
}
.pt_store-locator #secondary ul.dropper > li {
  border-bottom: 1px solid #000000;
}
.pt_store-locator #secondary ul.dropper > li svg {
  float: right;
  fill: #000000;
  margin: 9px 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .pt_store-locator #secondary ul.dropper > li {
    border-bottom: 1px solid #aaa;
  }
  .pt_store-locator #secondary ul.dropper > li svg {
    fill: #aaa;
  }
  .pt_store-locator #secondary ul.dropper > li.opened {
    border-bottom: 1px solid #000000;
  }
  .pt_store-locator #secondary ul.dropper > li.opened svg {
    fill: #000000;
  }
  .pt_store-locator #secondary ul.dropper > li.opened .clicker {
    color: #252525;
  }
}
.pt_store-locator #secondary button {
  display: none;
  margin: 15px 0 0 0;
}
.pt_store-locator #secondary.has-filters button {
  display: block;
}
.pt_store-locator #primary .customTabs .tabButtons {
  list-style: none;
  margin: 20px 0 1px 0;
  float: none;
  width: 100%;
  padding: 0;
}
.pt_store-locator #primary .customTabs .tabButtons li {
  float: left;
  width: 50%;
  background-color: #f1f1f1;
}
.pt_store-locator #primary .customTabs .tabButtons li a {
  color: #252525;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  display: block;
}
.pt_store-locator #primary .customTabs .tabButtons li.active {
  background: #d6d6d6;
}
.pt_store-locator #primary .customTabs .cTabs {
  display: none;
  padding-top: 0.1em;
}
.pt_store-locator #primary .customTabs .cTabs.active {
  display: block;
}
.pt_store-locator #primary .divider {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin: 20px 0;
  clear: both;
}

.store_detailed_map #map {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .store_detailed_map #map {
    height: 250px;
  }
}

.store-content-area,
#store-info-section-carousel {
  margin: 20px 0;
}

.store-details-container {
  margin: 0;
}
.store-details-container .store-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.store-details-container .store-description {
  font-family: GillSansNova-Light;
  font-size: 0.9375rem;
  color: #000000;
  margin: 0 0 20px;
}
.store-details-container .store-promotion {
  margin-bottom: 15px;
}
.store-details-container .store-promotion .title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 10px 0 6px;
}
@media only screen and (max-width: 767px) {
  .store-details-container .store-promotion .title {
    margin: 16px 0 6px;
  }
}
.store-details-container .store-promotion .title a {
  color: #000000;
  text-decoration: none;
}
.store-details-container .store-promotion .description {
  font-family: GillSansNova-Light;
  color: #000000;
  font-size: 1rem;
}
.store-details-container .store-promotion .promo-link, .store-details-container .store-promotion .read-more {
  font-family: GillSansNova-Medium;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  text-decoration: underline;
}
.store-details-container .store-promotion img {
  width: 100%;
}

.store-reviews-section {
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  border-top: 1px solid #d6d6d6;
}
.store-reviews-section .review-msg-wrapper {
  float: left;
  width: 38%;
}
.store-reviews-section .review-ad-wrapper {
  float: left;
  width: 28%;
  margin: 0 0 0 3%;
  text-align: center;
}
.store-reviews-section .review-ad-wrapper .review-ad-content {
  text-align: left;
}
.store-reviews-section .review-ad-wrapper img {
  height: 30px;
  padding: 0 0 1em;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .store-reviews-section .review-msg-wrapper {
    width: 31%;
  }
  .store-reviews-section .review-ad-wrapper {
    width: 31.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .store-reviews-section .review-msg-wrapper {
    width: 100%;
    float: none;
    margin: 0em 0 2em 0;
  }
  .store-reviews-section .review-msg-wrapper + .review-ad-wrapper {
    margin: 0 2% 0 0;
  }
  .store-reviews-section .review-ad-wrapper {
    width: 49%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .store-reviews-section .review-msg-wrapper, .store-reviews-section .review-ad-wrapper {
    float: none;
    width: 100%;
  }
  .store-reviews-section .review-ad-wrapper {
    margin: 1em 0;
  }
  .store-reviews-section .review-ad-wrapper img {
    padding: 0.5em 0 1em;
  }
}

.preferred-store-info .content {
  margin: 0 0 20px 0;
}
.preferred-store-info button.close {
  width: 210px;
}

.js #suggestions {
  background-color: #666;
  color: #e0e0e0;
  cursor: pointer;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 8184;
}
.js #suggestions div {
  clear: both;
  height: 23px;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.js #suggestions div:hover {
  background-color: #ccc;
  color: #333;
}
.js #suggestions div .suggestionterm {
  float: left;
  overflow: hidden;
  width: 110px;
}
.js #suggestions div .hits {
  float: right;
  line-height: 1.8em;
  text-align: right;
  margin-left: 3px;
}

#homepage-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#homepage-slider .jcarousel-control {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
#homepage-slider .jcarousel-control a {
  background: none repeat scroll 0 0 #e0e0e0;
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 15px;
  margin: 0 3px;
  text-indent: -999em;
  width: 6px;
}
#homepage-slider .jcarousel-control a.active {
  background-color: #666;
}

#homepage-slides {
  margin: 0;
  position: relative;
  width: 20000em;
}
#homepage-slides .slide {
  float: left;
}
#homepage-slides .slide img {
  height: auto;
  max-width: 100%;
}
#vertical-carousel {
  position: relative;
  overflow: hidden;
  height: 18.5rem;
}
#vertical-carousel ul {
  height: 10000em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#vertical-carousel ul li {
  float: left;
  width: 100%;
  height: 18.5rem;
}

.home-bottom-left,
.home-bottom-center,
.home-bottom-right {
  clear: none;
  float: left;
  width: 33%;
}

.home-bottom-right .jcarousel-nav {
  color: #84bd00;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.home-bottom-right .jcarousel-nav.inactive {
  display: none;
}
.home-bottom-right .jcarousel-prev {
  bottom: 20px;
}
.home-bottom-right .jcarousel-next {
  bottom: 0;
}
.home-bottom-right h2 {
  background: url("../images/homepage/hdr-this-weeks-deals.png") no-repeat scroll center center transparent;
  border-bottom: 2px solid #01a4e5;
  height: 54px;
  padding: 30px 0;
  text-indent: -999em;
}
.home-bottom-right .vertical-carousel li .capture-product-id {
  display: none;
}
.home-bottom-right .vertical-carousel li .product-price .product-standard-price {
  text-decoration: line-through;
}
.home-bottom-right .product-tile {
  border: 0 none;
  margin: auto;
  min-height: 255px;
  width: 90%;
}
.home-bottom-right .product-tile img {
  max-width: 90%;
}

#home-promo-free-shipping {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/homepage/home-promo-free-shipping.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 413px;
  margin: auto;
  max-width: 319px;
  text-indent: -999em;
  width: 100%;
}

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%;
}
.ui-dialog #listings-nav a {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.ui-dialog #listings-nav a.active {
  font-weight: bold;
}

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

.availability-block {
  clear: both;
}
.availability-block .availability {
  width: 100%;
}

.in-stock-msg,
.is-in-stock,
[data-status=store-in-stock] {
  color: #000000;
}

.not-available-msg,
.not-available,
.out-of-stock,
.store-error,
.on-order,
.preorder-msg,
.backorder-msg,
.in-stock-date-msg {
  color: #bc0031;
}

.availability-results {
  margin-top: 1em;
}

#user-zip {
  display: block;
  margin: 2em auto 0;
}

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px;
  width: calc(525px + 3em);
}

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

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

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

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

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

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px;
}

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px;
}
.multi-ship-shipments-table .section-header {
  font-size: 10px;
  font-weight: bold;
  padding: 9px 6px 11px;
}
.multi-ship-shipments-table .shipping-address .details {
  padding: 0 10px 0 22px;
}
.multi-ship-shipments-table .gift-options label {
  float: left;
  padding: 0;
}
.multi-ship-shipments-table .gift-options input {
  margin: 0 10px;
}

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.multi-shipping-addresses .shipping-address {
  text-align: right;
}
.multi-shipping-addresses .shipping-address select {
  margin: 4px 0 0;
  width: 260px;
}

.header-product-shipping {
  width: 276px;
}

.header-qty-shipping {
  width: 45px;
}

.header-location-shipping {
  text-indent: 70px;
  width: 307px;
}

.header-shipment-index {
  width: 409px;
}

.header-shipment-qty {
  width: 27px;
}

.header-shipment-details {
  text-indent: 22px;
}

.multi-shipping-methods {
  position: absolute;
  top: 30px;
}
.multi-shipping-methods .shipping-methods .form-row {
  clear: none;
  float: left;
  display: none;
}
.multi-shipping-methods .shipping-methods select {
  width: 250px;
  margin: -5px 0 0 15px;
}

.multi-shipping-option {
  border-bottom: 2px dotted #999;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%;
}

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef;
}

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

.hide {
  display: none;
}

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

.pt_checkout .instore-shipment-header {
  width: 100%;
}
.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em;
}
.pt_checkout .instore-shipment-method span {
  font-weight: bold;
}
.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em;
}
.pt_checkout .instore-shipment-message {
  clear: both;
}
.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right;
}

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

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

@media print {
  .pt_order-confirmation #mini-cart,
.pt_order-confirmation .menu-utility-user,
.pt_order-confirmation .menu-utility,
.pt_order-confirmation .header-banner,
.pt_order-confirmation #navigation {
    display: none;
  }
}
.pt_email_unsubscribe .sad-chocolat {
  float: left;
  width: 50%;
  max-width: 500px;
}
.pt_email_unsubscribe .sad-chocolat img {
  display: block;
  margin: 0 auto;
}
.pt_email_unsubscribe .main-content {
  float: left;
  width: 50%;
  max-width: 500px;
  margin: 30px 0 0;
  box-sizing: border-box;
  padding: 20px;
}
.pt_email_unsubscribe button {
  margin: 20px 0 0;
  padding: 0 75px;
}
@media only screen and (max-width: 767px) {
  .pt_email_unsubscribe .sad-chocolat,
.pt_email_unsubscribe .main-content {
    float: none;
    width: 100%;
    margin: 0 0;
  }
  .pt_email_unsubscribe button {
    width: 100%;
  }
}

.giftguide-subtitle {
  margin: 7px 0 20px;
}

.pt_giftguide .status-message {
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: 100%;
  border: 4px solid #d6d6d6;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
.pt_giftguide .status-message p {
  padding: 6px;
  line-height: 13px;
  font-size: 0.625rem;
  color: #929292;
}

.fieldset-wrapper.gift-guide-confirm-message {
  text-align: center;
  padding-bottom: 5px;
}
.fieldset-wrapper.gift-guide-confirm-message h1 {
  font-family: GillSansNova-Medium;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fieldset-wrapper.gift-guide-confirm-message p {
  margin: 20px 0;
}
.fieldset-wrapper.gift-guide-confirm-message .button {
  margin-bottom: 15px;
}

form#CatalogRequestForm .gift-guide-tile-wrapper,
form#CatalogRequestConfirm .gift-guide-tile-wrapper {
  width: 61%;
  float: left;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile {
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper {
  width: 100%;
  max-width: 230px;
  position: relative;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper:hover .quickview,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper:hover .quickview {
  display: block;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper:hover img,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper:hover img {
  border: 1px solid #929292;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile img,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #f1f1f1;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile label,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile label {
  text-transform: uppercase;
  color: #929292;
  vertical-align: bottom;
  margin-left: -4px;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .quickview,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .quickview {
  position: absolute;
  display: none;
  top: 42%;
  left: 1px;
  width: 100%;
  max-width: 230px;
  padding: 7px 0;
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  letter-spacing: 1px;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .quickview .icon,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .quickview .icon {
  width: 20px;
  height: 20px;
  fill: #929292;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .quickview:hover,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .quickview:hover {
  background: #252525;
  border-color: #252525;
  color: white;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .quickview:hover .icon,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .quickview:hover .icon {
  fill: #ffffff;
}
form#CatalogRequestForm .gift-guide-tile-wrapper .ct_container,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .ct_container {
  display: none;
}
form#CatalogRequestForm .address-fields,
form#CatalogRequestConfirm .address-fields {
  width: 300px;
  padding: 0;
  box-sizing: border-box;
  background: #f1f1f1;
  float: left;
}
form#CatalogRequestForm .address-fields .form-row-button,
form#CatalogRequestConfirm .address-fields .form-row-button {
  margin-top: 20px;
}
form#CatalogRequestForm .label-inline,
form#CatalogRequestConfirm .label-inline {
  float: left;
  width: 130px;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
form#CatalogRequestForm .label-inline.news-updates,
form#CatalogRequestConfirm .label-inline.news-updates {
  width: 100%;
  clear: left;
  margin: 10px 0;
}
form#CatalogRequestForm .label-inline .field-wrapper,
form#CatalogRequestConfirm .label-inline .field-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
form#CatalogRequestForm .form-row-button button,
form#CatalogRequestConfirm .form-row-button button {
  width: 100%;
}
form#CatalogRequestForm .giftguide-actions,
form#CatalogRequestConfirm .giftguide-actions {
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  form#CatalogRequestForm .gift-guide-tile-wrapper,
form#CatalogRequestConfirm .gift-guide-tile-wrapper {
    width: 49%;
    margin: 0 1% 0 0;
  }
  form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile {
    width: 47%;
    margin: 0 3% 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  form#CatalogRequestForm .gift-guide-tile-wrapper,
form#CatalogRequestConfirm .gift-guide-tile-wrapper {
    width: 100%;
    float: none;
    margin: 0;
  }
  form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile {
    float: none;
    width: 100%;
    text-align: center;
  }
  form#CatalogRequestForm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper,
form#CatalogRequestConfirm .gift-guide-tile-wrapper .gift-guide-tile .img-wrapper {
    margin: 0 auto;
  }
  form#CatalogRequestForm .address-fields,
form#CatalogRequestConfirm .address-fields {
    width: 300px;
    float: none;
    margin: auto;
  }
}
form#CatalogRequestForm .loader-indicator,
form#CatalogRequestConfirm .loader-indicator {
  width: 64px;
  height: 64px;
}

.ui-dialog.catalogue-popup .ui-dialog-content {
  margin-top: 20px;
}

.pt_gifted-product .gifted-product-bg {
  background: url(../images/gifted-product-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.pt_gifted-product#wrapper #main {
  max-width: 600px;
}
.pt_gifted-product .gift-msg {
  padding-top: 25px;
  color: #000000;
}
.pt_gifted-product .gift-msg .gift-msg-section {
  opacity: 0;
  margin-bottom: 15px;
  text-align: center;
}
.pt_gifted-product .gift-msg .gift-msg-inner {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
  padding: 7px 20px;
}
.pt_gifted-product .gift-msg .gift-msg-inner:after {
  content: "";
  position: absolute;
  left: -10px;
  right: auto;
  bottom: 3px;
  width: 11px;
  height: 10px;
  background: url(../images/gifted-corner-light.png) 100% 0 no-repeat;
}
.pt_gifted-product .gift-msg .gift-msg-recipient {
  font-size: 45px;
  font-family: GillSansNova-Medium;
}
.pt_gifted-product .gift-msg .gift-msg-recipient .gift-msg-inner {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pt_gifted-product .gift-msg .gift-msg-sender,
.pt_gifted-product .gift-msg .gift-msg-bottom {
  font-size: 17px;
}
.pt_gifted-product .gift-msg .gift-msg-sender .sender-name,
.pt_gifted-product .gift-msg .gift-msg-bottom .sender-name {
  display: block;
  letter-spacing: 0.5px;
}
.pt_gifted-product .gift-msg .gift-msg-body {
  font-size: 15px;
  font-style: italic;
  color: #ffffff;
}
.pt_gifted-product .gift-msg .gift-msg-body .gift-msg-inner {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  max-width: 500px;
}
.pt_gifted-product .gift-msg .gift-msg-body .gift-msg-inner:after {
  content: "";
  position: absolute;
  right: -10px;
  left: auto;
  bottom: 3px;
  width: 11px;
  height: 10px;
  background: url(../images/gifted-corner-dark.png) 0 0 no-repeat;
}
.pt_gifted-product .gift-msg .gift-msg-bottom .gift-msg-inner {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pt_gifted-product .gifted-product {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  opacity: 0;
}
.pt_gifted-product .gifted-product:after {
  content: "";
  position: absolute;
  right: -10px;
  left: auto;
  bottom: 3px;
  width: 11px;
  height: 10px;
  background: url(../images/gifted-corner-dark.png) 0 0 no-repeat;
}
.pt_gifted-product .product-col-1 {
  width: 250px;
  float: left;
}
@media only screen and (max-width: 599px) {
  .pt_gifted-product .product-col-1 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.pt_gifted-product .product-col-1 img {
  max-width: 100%;
}
.pt_gifted-product .product-col-1 #thumbnails {
  display: none;
}
.pt_gifted-product .product-col-2 {
  margin-left: 280px;
  padding-top: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 599px) {
  .pt_gifted-product .product-col-2 {
    margin-left: 0;
    padding-top: 0;
  }
}
.pt_gifted-product .product-col-2 h2 {
  margin-bottom: 15px;
  color: inherit;
  font-size: 25px;
}
.pt_gifted-product .product-col-2 h4 {
  color: inherit;
}
.pt_gifted-product .gifted-instructions {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 20px;
  font-size: 15px;
  color: #000000;
  opacity: 0;
}
.pt_gifted-product .gifted-instructions:after {
  content: "";
  position: absolute;
  left: -10px;
  right: auto;
  bottom: 3px;
  width: 11px;
  height: 10px;
  background: url(../images/gifted-corner-light.png) 100% 0 no-repeat;
}
.pt_gifted-product .gifted-instructions .faq-col {
  width: 32%;
  float: left;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .pt_gifted-product .gifted-instructions .faq-col {
    float: none;
    width: 100%;
  }
}
.pt_gifted-product .gifted-instructions .faq-col-2 {
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (max-width: 599px) {
  .pt_gifted-product .gifted-instructions .faq-col-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.pt_gifted-product .gifted-instructions .col-number {
  display: block;
  font-weight: bold;
  font-size: 25px;
}
.pt_gifted-product .gifted-instructions .faq-bottom {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
.pt_gifted-product .stock-msg {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
}
.pt_gifted-product .add-to-cart,
.pt_gifted-product .back-in-stock-notification {
  width: 250px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 599px) {
  .pt_gifted-product .add-to-cart,
.pt_gifted-product .back-in-stock-notification {
    width: 100%;
  }
}
.pt_gifted-product .faq-link {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.pt_gifted-product .faq-link a {
  font-style: normal;
  text-decoration: underline;
  color: inherit;
}
.pt_gifted-product .gifted-product-recommendations-slot {
  padding-left: 10px;
  padding-right: 10px;
}
.pt_gifted-product .gifted-product-recommendations-slot .einstein-small-slider-container {
  padding-top: 20px;
}
.pt_gifted-product .gifted-product-recommendations-slot .slot-title {
  max-width: 580px;
  float: none;
  margin: 0 auto 10px;
}
.pt_gifted-product .gifted-product-recommendations-slot .slot-title h2 {
  font-family: GillSansNova-Medium;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 25px;
}
.pt_gifted-product .gifted-product-recommendations-slot .slot-title a {
  text-decoration: underline;
}

.breadCrumbsHolder {
  width: 100%;
  background: #ffffff;
}
.breadCrumbsHolder * {
  box-sizing: border-box;
}

.breadcrumb {
  background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    max-width: none;
    min-width: 0px;
    padding: 0 10px;
    width: 100%;
  }
}
.breadcrumb a, .breadcrumb span {
  color: #000000;
  font-family: GillSansNova-Light;
}
.breadcrumb a {
  padding: 0 0 0 6px;
}
.breadcrumb a:first-child {
  padding: 0px;
}
.breadcrumb a + span {
  padding: 0 0 0 4px;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
  line-height: 20px;
}
.breadcrumb li a {
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .primary-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

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

.breadcrumb-element:after {
  color: #929292;
  content: "/";
  margin-left: 8px;
}
.breadcrumb-element:last-child:after {
  content: "";
}

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

.breadcrumb-refinement-value {
  background: #f1f1f1;
  display: inline-block;
  border-radius: 3px;
  margin: 0 0.42em 0.42em 0;
  padding: 0 0.42em;
}

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

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

.trackingpage-wrapper .title {
  font-family: GillSansNova-Medium;
  font-size: 2.8125rem;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .trackingpage-wrapper .title {
    font-size: 1.5625rem;
    margin: 10px 0 0;
  }
}
.trackingpage-wrapper .description {
  font-family: GillSansNova-Medium;
  font-size: 1rem;
  color: #707070;
  padding: 0 0 0 5px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .trackingpage-wrapper .description {
    font-size: 0.9375rem;
    padding: 0;
    margin: 0 0 10px;
  }
}
.trackingpage-wrapper .tracking-content, .trackingpage-wrapper .tracking-slot {
  margin: 0 0 55px;
}
@media only screen and (max-width: 767px) {
  .trackingpage-wrapper .tracking-content {
    margin: 0 0 47px;
  }
  .trackingpage-wrapper .tracking-slot {
    margin: 0 0 36px;
  }
}

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