@charset "utf-8";
/* CSS for 2025 item page */
/* thumbnails */
#selectedCaption, .selthumbCaption {
  font-size: .9rem;
  font-weight: 600;
  display: block;
  padding-top: 10px;
  line-height: normal;
  min-height: 23px;
  text-align: center;
}
.product-details-page .picture-thumbs { 
  visibility: hidden; 
}
.product-details-page .picture-thumbs.slick-initialized.slick-slider { 
  visibility: visible;
}
.product-details-page .picture-thumbs.multiple-items > div {
  display: block !important;
}
.product-details-page .picture-thumbs.multiple-items {
  margin: 0 35px;
}
.product-details-page .picture-thumbs.multiple-items a {
  display: block;
  padding: 6px 10px;
  text-align: center;
}
.product-details-page .picture-thumbs.multiple-items a img {
  width: 100%;
  display: block;
  max-width: none;
}
.product-details-page .picture-thumbs.multiple-items a span {
  max-width: none;
}
.product-details-page .picture-thumbs.multiple-items a.cloudzoom-gallery-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.product-details-page .picture-thumbs.multiple-items a > img {
  outline: 2px solid #DDD !important;
}
.product-details-page .picture-thumbs.multiple-items a.cloudzoom-gallery-active > img {
  outline: 2px solid #64c2cf !important;
}
.product-details-page .picture-thumbs.multiple-items a span {
  font-size: .8rem;
  font-weight: 400;
  color: #555;
  padding: 8px 0 0;
}
.picture-thumbs.multiple-items .slick-prev, .picture-thumbs.multiple-items .slick-next {
  margin-top: -12px;
}
.product-details-page .picture-thumbs.multiple-items > div.var-hidden {
  display: none !important;
}
/* 360 spin */
.Magic360-container .Magic360.m360-spin-x {
  cursor: grab;
}
.mainimg360spin {
  padding-bottom: 20px;
}
.spin360thumb img {
  background-color: #f9f9f9;
}
/* color options tray */
#colorOptions .color-options .color-item img {
  max-width: 100%;
}
#colorOptions .color-options .color-item a {
  text-decoration: none !important;
}
#colorOptions .color-options .color-item a span {
  font-size: .8rem;
  font-weight: 400;
  color: #555;
  padding: 5px 0 0;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* height: 25px; */
  display: block;
  text-decoration: none;
  max-width: 100px;
  /* text-overflow: ellipsis; */
  text-align: center;
  max-width: none;
}
.color-selection-tray {
    padding-top: 15px;
    border-top: 1px solid #CCC;
    margin-top: 15px;
}
.color-selection-tray > h2 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  display: block;
  padding-bottom: 15px;
}
.color-selection-tray .color-options.row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.color-selection-tray .color-options.row > .color-item {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
}
/* color tray max-height */
.color-selection-tray #colorOptions.hide-color-options {
  height: 430px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.color-selection-tray #colorOptions.hide-color-options.expand-color-options {
  height: calc-size(auto, size);
}
.color-selection-tray button.toggle-options {
  min-width: 192px;
  margin: 0 10px;
}
.color-selection-tray button.toggle-options .fa {
  margin-right: 5px;
}
.btn.dark-outline {
  background: transparent;
  border: 2px solid #333;
  color: #333;
  height: 35px;
  padding: 0 10px;
  line-height: 33px;
  font-size: .9rem;
  letter-spacing: normal;
  text-transform: none;
}
.color-selection-tray .toggle-options span.show-extra {
  display: inline;
}
.color-selection-tray .toggle-options.toggle-active span.show-extra {
  display: none;
}
.color-selection-tray .toggle-options span.hide-extra {
  display: none;
}
.color-selection-tray .toggle-options.toggle-active span.hide-extra {
  display: inline;
}
.co-available-wrap {
  padding: 10px;
}
.co-available {
  margin-right: 5px;
}
.color-selection-tray .color-options-view-all {
  display: none;
  font-weight: 600;
  font-size: .9rem;
}
.color-selection-tray .color-options-view-all.show-button {
  display: flex;
  flex-flow: column wrap;
  padding: 30px 15px 5px 15px;
  justify-content: center;
  align-items: center;
  height: 130px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  background: #FFF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.expand-color-options + .color-options-view-all.show-button {
  margin-top: 0;
  padding-top: 0;
  height: auto;
}
/* qty select box */
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box select.qtySelect {
  font-size: 1.35rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid #555;
  border-right: 0;
  border-left: 0;
  text-align: center;
  width: 65px;
  padding-left: 5px;
  padding-right: 5px;
}
/* product video */
.mainimgvideo {
  padding: 10px 0 30px 0;
}
.main-img-video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.main-img-video-embed-container iframe, .main-img-video-embed-container object, main-img-video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainimgvideothumb {
  position: relative;
}
.mainimgvideothumb::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9l0-176c0-8.7 4.7-16.7 12.3-20.9z"/></svg>');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -12px;
  opacity: .75;
}
/* product page columns */
@media (min-width: 992px) {
  .col-md-6.pdp-product-info {
    padding-left: 30px;
  }
  .col-md-6.pdp-product-image-col {
    padding-right: 30px;
  }
}
.product-details-page .gallery .picture {
  padding: 10px 18px 30px 18px;
}
/* share buttons */
.product-share-button a {
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 100px;
  font-size: 25px;
  color: #555;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin: 0 8px;
  text-decoration: none;
}
.product-share-button a:hover {
  color: #eb685e;
  background-color: transparent;
  text-decoration: none;
}
.product-share-button a .s-icon {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}
.product-share-button a .s-icon::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fb-share-icon {
  width: 20px !important;
}
.fb-share-icon::before {
  width: 20px !important;
  background-image: url('data:image/svg+xml,<svg fill="%23777"  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>');
}
.pin-share-icon {
  width: 22px !important;
}
.pin-share-icon::before {
  width: 22px !important;
  background-image: url('data:image/svg+xml,<svg fill="%23777"  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>');
}
.x-share-icon::before {
  background-image: url('data:image/svg+xml,<svg fill="%23777" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}
.product-share-button .share-title {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
}
.product-details-page .product-share-button {
  text-align: center;
  padding: 35px 0;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-details-page .product-share-button {
    text-align: left;
    padding: 20px 0;
    justify-content: flex-start;
  }
}
/* product page right column */
.product-details-page .overview .product-name h1 {
  font-size: 28px;
	margin-bottom: 15px;
}
.product-details-page .overview .product-name .brand-link {
  font-size: 1.1rem;
  color: #555;
	margin: 0 0 20px;
}
.product-details-page .overview .product-name .brand-link a {
  color: #555;
  text-decoration: underline;
  font-weight: 500;
}
.product-details-page .pdp-product-buy-col .product-price {
  font-size: 2.2rem;
  color: #eb685e;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.product-details-page .pdp-product-buy-col .product-price > span:first-child {
  padding-bottom: 0;
  margin-right: 10px;
}
.product-details-page .pdp-product-buy-col .compare-price {
  font-size: 1.2rem;
  padding-bottom: 0;
  margin-right: 10px;
  font-weight: 500;
  text-decoration: line-through;
}
.product-details-page .pdp-product-buy-col .savings {
  color: #565c5d;
  font-size: 1.2rem;
  padding-bottom: 0;
  font-weight: 500;
}
.product-details-page .pdp-product-buy-col .free-ship {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.low-price-wrap .low-price-title {
  text-transform: none;
  color: #555;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.low-price-wrap {
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #64c2cf;
  border-radius: 8px;
  margin-bottom: 30px;
  align-items: flex-start;
}
.low-price-wrap .low-price-img {
  max-width: 55px;
  padding: 10px 0 10px 10px;
}
.low-price-wrap .low-price-img img {
  width: 100%;
}
/* add to cart, var selection, qty box */
.product-details-page .pdp-product-buy-col {
  color: #555;
}
.pdp-qty-box .qty-number .minus-qty, .pdp-qty-box .qty-number .plus-qty {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.pdp-qty-box .qty-number {
  display: flex;
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box input.qty {
  float: none !important;
  max-width: none;
  font-size: 1.5rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid #555;
  border-right: 0;
  border-left: 0;
  text-align: center;
  width: 50px;
  flex-grow: initial;
}
.pdp-product-buy-col .add-to-cart {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 30px;
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box {
  padding: 0;
  flex-grow: 0;
}
.pdp-qty-box .qty-number {
  display: flex;
}
.pdp-qty-box .qty-number .minus-qty, .pdp-qty-box .qty-number .plus-qty {
  width: 32px;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 1px solid #555;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.pdp-qty-box .qty-number .minus-qty {
  border-radius: 8px 0 0 8px;
}
.pdp-qty-box .qty-number .plus-qty {
  border-radius: 0 8px 8px 0;
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box {
  padding: 0 15px;
  flex-grow: 1;
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box .option-dropdown {
  font-size: 1.2rem;
  font-weight: 400;
  height: 50px;
  line-height: 40px;
  border-radius: 8px;
  border: 1px solid #555;
}
.product-details-page .pdp-product-buy-col .buttons {
  padding: 0;
  margin-bottom: 0;
  flex-grow: 1;
}
.product-details-page .pdp-product-buy-col .buttons .add-to-cart-button {
  width: 100%;
  max-width: none;
  font-size: 1.2rem;
  border-radius: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pdp-product-buy-col .add-to-cart {
    flex-flow: column wrap;
  }
  .product-details-page .pdp-product-buy-col .buttons {
    padding-top: 15px;
    width: 100%;
  }
  .product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box {
    padding: 0 0px 0 0px;
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width:767px) {
  .pdp-product-buy-col .add-to-cart {
    flex-flow: column wrap;
  }
  .product-details-page .pdp-product-buy-col .buttons {
    padding-top: 15px;
    width: 100%;
  }
  .product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box {
    padding: 0 0px 0 0px;
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width:499px) {
  .product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box {
    padding: 0 0px 0 0px;
    margin-top: 15px;
    width: 100%;
  }
}
/* complete your workspace - upsell section */
.product-upsell {
  border-top: 1px solid #CCC;
  padding: 15px 0;
  padding-bottom: 0;
}
h2.product-section-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}
.flex-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.flex-row.flex-lg-50-50 > div {
  width: 47%;
}
.product-upsell .upsell-box {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 15px;
}
.product-upsell .upsell-img {
  width: 30%;
}
.product-upsell .upsell-add {
  width: 70%;
  padding-left: 15px;
}
.product-upsell .upsell-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-upsell h3.upsell-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
}
.upsell-add select.option-dropdown.form-control {
  border-color: #555;
  color: #555;
  font-weight: 500;
  padding-left: 6px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 6px;
}
.btn.primary-outline {
  background: transparent;
  border: 2px solid #eb685e;
  color: #eb685e;
  height: 35px;
  padding: 0 15px;
  line-height: 33px;
  font-size: .9rem;
}
.upsell-add .upsell-button {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:767px) {
  .flex-row.flex-lg-50-50 {
    justify-content: flex-start;
    flex-flow: column wrap;
  }
  .flex-row.flex-lg-50-50 > div {
    width: 100%;
  }
}
/* product highlights */
.product-highlights {
  border-top: 1px solid #CCC;
  padding: 15px 0;
  padding-bottom: 0;
}
ul.highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 5px;
}
ul.highlights-list > li {
  flex-basis: 33.3333%;
  display: flex;
  padding: 0 15px 15px 0;
  align-items: center;
}
ul.highlights-list > li > .hl-icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
ul.highlights-list > li span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width:767px) {
  ul.highlights-list > li > .hl-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  ul.highlights-list > li span {
    font-size: 13px;
    font-weight: 500;
  }
}
/* product boxes */
.product-details-page .pdp-product-description-col #prodBoxes > li {
  border-bottom: 0px solid #fff;
  margin-bottom: 10px;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a {
  color: #555;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: left;
  display: block;
  font-weight: 600;
  line-height: 62px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  background: #f2f2f2;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
  border-radius: 8px;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a span.fa {
  color: #555;
  font-size: 18px;
  padding-bottom: 0;
  position: absolute;
  right: 25px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  width: 16px;
  top: 50%;
  margin-top: -8px;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a.active {
  background-color: #f2f2f2;
  color: #555;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a:hover {
  background-color: #EEE;
  color: #333;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a.active span.fa, .product-details-page .pdp-product-description-col #prodBoxes > li > a:hover span.fa {
  color: #333;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox .toggleWrap {
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox h2 {
  margin: 0 0 5px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
}
/* footer updates */
.x-footer-icon {
  fill: #565c5d;
  margin-bottom: -4px;
}
a:hover .x-footer-icon {
  fill: #eb685e;
}
.footer-upper .catalog-wrap {
  text-align: center;
  padding-left: 0;
}