.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left;
  }

  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: flex;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.product-set-detail__set-contains {
  font-family: "Source Sans Pro Regular", sans-serif;
  font-size: 1rem;
  color: #333;
  text-transform: uppercase;
}
.product-set-detail__bundle-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media (min-width: 768px) {
  .product-set-detail__bundle-footer {
    position: static;
    box-shadow: none;
  }
}
.product-set-detail__bundle-footer .price {
  margin-top: 0.9375rem;
  text-align: center;
}
.product-set-detail__bundle-footer .cart-and-ipay {
  text-align: center;
  border-top: 1px solid #e8e4e4;
  padding: 0.9375rem;
}
@media (min-width: 768px) {
  .product-set-detail__bundle-footer .cart-and-ipay {
    border: none;
    padding: 1.25rem 0;
  }
}
.product-set-detail__set-item {
  margin-top: 3.75rem;
}
.product-set-detail__set-item:first-of-type {
  margin-top: 0;
}
.product-set-detail .prices-add-to-cart-actions {
  position: static;
  box-shadow: none;
}
.product-set-detail .cart-and-ipay {
  border-top: none;
  padding: 0.9375rem 0;
}
.product-set-detail .add-to-cart-global {
  width: 100%;
}
.product-set-detail .global-atc-container {
  flex: 0 0 100%;
  max-width: 100%;
}

.bbw-pdp-tabs {
  border-top: 1px solid #e8e4e4;
  border-bottom: 1px solid #e8e4e4;
  list-style: none;
  width: calc(100% + 1.875rem);
  margin: 1.25rem -0.9375rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .bbw-pdp-tabs {
    position: relative;
    width: 100%;
    margin: 1.25rem 0 0;
    border: none;
    display: flex;
  }
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab {
    width: 25%;
    flex-basis: 25%;
  }
}
.bbw-pdp-tabs__tab + .bbw-pdp-tabs__tab {
  border-top: 1px solid #e8e4e4;
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab + .bbw-pdp-tabs__tab {
    border-top: none;
  }
}
.bbw-pdp-tabs__tab--active .bbw-pdp-tabs__tab-toggle-cta {
  background-color: #767676;
  color: #fff;
}
.bbw-pdp-tabs__tab--active .bbw-pdp-tabs__tab-toggle-cta-icon {
  transform: rotate(360deg);
}
.bbw-pdp-tabs__tab--active .bbw-pdp-tabs__tab-content-wrapper {
  height: var(--element-scroll-height);
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab--active .bbw-pdp-tabs__tab-content-wrapper {
    height: auto;
    display: block;
  }
}
.bbw-pdp-tabs__tab-toggle-cta {
  width: 100%;
  border-bottom: 1px solid #e8e4e4;
  padding: 0.9375rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: normal 1rem "Source Sans Pro Regular", sans-serif;
  line-height: 1.5rem;
  color: #333;
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab-toggle-cta {
    justify-content: center;
    font-size: 1.1875rem;
    line-height: 2rem;
    text-decoration: underline;
  }
}
.bbw-pdp-tabs__tab-toggle-cta-icon {
  transform: rotate(180deg);
  transition: 300ms;
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab-toggle-cta-icon {
    display: none;
  }
}
.bbw-pdp-tabs__tab-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: 300ms;
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab-content-wrapper {
    height: auto;
    display: none;
  }
}
.bbw-pdp-tabs__tab-content {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .bbw-pdp-tabs__tab-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 3.125rem 0rem 2.1875rem;
  }
}

.container.bbw-breadcrumb-container {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: "Dosis", sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

.social-container {
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 767.98px) {
  .social-container .social-icons {
    margin: 1.25rem 0rem 0.3125rem;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #e8e4e4;
  }
}
@media (min-width: 768px) {
  .product-number-rating {
    border-top: 1px solid #e8e4e4;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

p {
  margin: 0;
}

.bbw-pdp__product-name {
  font: normal 1.75rem "Source Sans Pro Regular", sans-serif;
  line-height: 2.5rem;
  color: #333;
}
@media (min-width: 768px) {
  .bbw-pdp__product-name {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
}
.bbw-pdp__product-category {
  font: normal 1rem "Source Sans Pro Regular", sans-serif;
  line-height: 1.5rem;
  color: #666;
}
.bbw-pdp__product-volume-wrapper + .bbw-pdp__product-promo-msg-wrapper {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .bbw-pdp__product-volume-wrapper + .bbw-pdp__product-promo-msg-wrapper {
    margin-top: 1.75rem;
  }
}
.bbw-pdp__product-volume {
  font: normal 0.875rem "Source Sans Pro Regular", sans-serif;
  line-height: 1.5rem;
  color: #666;
}
.bbw-pdp__product-promo-msg {
  margin-bottom: 0.375rem;
  font: normal 1rem "Source Sans Pro Regular", sans-serif;
  line-height: 1.125rem;
  color: #d01212;
}
@media (min-width: 768px) {
  .bbw-pdp__product-promo-msg {
    line-height: 1rem;
  }
}
.bbw-pdp__product-promo-details {
  font: normal 1rem "Source Sans Pro Regular", sans-serif;
  text-decoration: underline;
  color: #333;
}
.bbw-pdp__delimiter {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px solid #bcb5b5;
}
.bbw-pdp__primary-images {
  position: relative;
}
.bbw-pdp__wishlist-toggle-cta {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 2.375rem;
  height: 2.25rem;
  background: url("../../images/ui/UI-Wislist-add.svg") no-repeat 50%;
  z-index: 2;
}
.bbw-pdp__wishlist-toggle-cta:hover {
  background-image: url("../../images/ui/UI-Wislist-add--hover.svg");
}
.bbw-pdp__wishlist-toggle-cta--added, .bbw-pdp__wishlist-toggle-cta--added:hover {
  background-image: url("../../images/ui/UI-Wislist-added.svg");
}
@media (min-width: 768px) {
  .bbw-pdp__wishlist-toggle-cta {
    right: 1.5625rem;
  }
}
.bbw-pdp__qty-availability {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .bbw-pdp__qty-availability {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bbw-pdp .product-availability[data-available=false] {
  margin-bottom: 2.1875rem;
}
.bbw-pdp .carousel .icon-prev,
.bbw-pdp .carousel .icon-next {
  background-color: transparent;
}
.bbw-pdp .carousel-indicators {
  bottom: -0.9375rem;
}
.bbw-pdp .carousel-indicators li {
  opacity: 1;
  background-color: #e8e4e4;
}
.bbw-pdp .carousel-indicators li.active {
  background-color: #333;
}
.bbw-pdp .prices {
  padding: 0;
}
.bbw-pdp .price {
  line-height: 2rem;
  color: #333;
  text-align: left;
}
.bbw-pdp .availability-msg {
  margin: 0 0 0.4375rem 1.25rem;
}
@media (min-width: 768px) {
  .bbw-pdp .availability-msg {
    margin: 0;
  }
}
.bbw-pdp .add-to-cart {
  display: block;
  width: 100%;
}

.quantity-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0.125rem;
  border: 1px solid #767676;
  width: 2.375rem;
  height: 2.375rem;
  font: normal 0.8125rem #333;
  text-align: center;
  outline: none;
  color: #333;
}
.quantity-select__wrapper {
  display: flex;
}
.quantity-select__cta {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e8e4e4;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #333;
}
@media (max-width: 991.98px) {
  .quantity-select__cta:active {
    background-color: #333;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .quantity-select__cta:hover {
    background-color: #333;
    color: #fff;
  }
}

.social-icons a {
  padding: 0;
}
.social-icons__item {
  border: 1px solid #333;
  border-radius: 50%;
}
.social-icons__item + .social-icons__item {
  margin-left: 0.5rem;
}
.social-icons__item-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.4375rem;
}

/* Gift Certificate PDP */
.bbw-pdp-gift-certificate {
  /* GC PDP Images */
  /* GC PDP Details */
  /* GC PDP Form */
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-columns-wrap {
  margin: 0 auto;
  max-width: 47.9375rem;
}
.bbw-pdp-gift-certificate .bbw-pdp__product-name {
  font-size: 1.3125rem;
  line-height: 1;
  padding-bottom: 0.6875rem;
  margin: 1.25rem 0.9375rem;
  border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
  .bbw-pdp-gift-certificate .bbw-pdp__product-name {
    font-size: 1.5rem;
    margin: 0rem 0rem 3.125rem;
  }
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-main-image-wrap {
  margin: 0 auto;
  max-width: 21.875rem;
}
@media (min-width: 768px) {
  .bbw-pdp-gift-certificate .bbw-gc-pdp-main-image-wrap {
    max-width: 100%;
  }
}
.bbw-pdp-gift-certificate .bbw-gc-images-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bbw-pdp-gift-certificate .bbw-gc-item-image {
  min-width: 5.625rem;
  width: 31%;
  margin-left: 3%;
  padding: 0.625rem 0rem;
}
.bbw-pdp-gift-certificate .bbw-gc-item-link .bbw-gc-image {
  opacity: 0.5;
}
.bbw-pdp-gift-certificate .bbw-gc-item-link.selected .bbw-gc-item-link {
  cursor: default;
}
.bbw-pdp-gift-certificate .bbw-gc-item-link.selected .bbw-gc-image {
  opacity: 1;
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-details {
  margin-top: 1.5625rem;
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-details-header {
  font-size: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .bbw-pdp-gift-certificate .bbw-gc-pdp-details-header {
    margin-bottom: 1.25rem;
  }
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-details-subheader {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-details-content {
  color: #666;
  font-size: 0.875rem;
}
.bbw-pdp-gift-certificate .bbw-giftcard-pdp-form {
  margin-top: 0.9375rem;
}
.bbw-pdp-gift-certificate .required-label {
  font-size: 0.75rem;
  color: #666;
}
.bbw-pdp-gift-certificate .required-label::before {
  content: "*";
  color: #c00;
}
.bbw-pdp-gift-certificate .required-label.bbw-gc-pdp-variants-label {
  margin: 0.625rem 0rem 0rem 0.3125rem;
}
.bbw-pdp-gift-certificate .giftcard-form-label {
  position: relative;
  font-size: 0.875rem;
  margin: 0rem 0rem 1.25rem;
}
.bbw-pdp-gift-certificate .form-group {
  margin: 0.625rem 0rem 1.875rem;
}
.bbw-pdp-gift-certificate .giftcard-input:not(.is-invalid) {
  border: 1px solid #e5e5e5;
}
.bbw-pdp-gift-certificate .invalid-feedback {
  font-size: 0.75rem;
  padding: 0rem 0rem 0.3125rem 0.625rem;
}
.bbw-pdp-gift-certificate .giftcard-textarea {
  text-indent: 0;
  height: 5rem;
}
.bbw-pdp-gift-certificate .giftcard-amount-select {
  width: 10.625rem;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-privacy-policy-link {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  text-decoration: underline;
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-privacy-policy-link:hover {
  text-decoration: none;
}
.bbw-pdp-gift-certificate .add-to-cart {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .bbw-pdp-gift-certificate .add-to-cart {
    font-size: 0.6875rem;
    width: auto;
  }
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-terms-and-conditions-link {
  margin: 0.9375rem 0rem;
  font-size: 0.875rem;
  text-decoration: underline;
}
.bbw-pdp-gift-certificate .bbw-gc-pdp-terms-and-conditions-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .bbw-pdp-gift-certificate .bbw-gc-pdp-terms-and-conditions-link {
    margin: 1.875rem 0rem 0rem;
  }
}

.pdp-quantity-error-msg-desktop,
.pdp-quantity-error-msg-mobile,
.cart-quantity-error-msg {
  color: #c00;
  display: none;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .pdp-quantity-error-msg-desktop.show {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .pdp-quantity-error-msg-mobile.show {
    display: block;
  }
}

@media (min-width: 992px) {
  .bbw-promo-detail-tooltip .tooltip-inner {
    max-width: 600px;
  }
}

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