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

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

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

@media (min-width: 769px) 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: 768.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: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 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); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  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';
    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';
    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 {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

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

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #a5988c; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #a5988c; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #a5988c; } }

@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: #a5988c;
  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: #bc151d; }
    @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; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #a5988c; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.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 (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

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

.choose-size {
  display: none;
  text-align: center;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }
  .choose-size.show {
    display: block;
    color: #bc151d; }

.select-size.warning {
  border-color: #bc151d; }

.dw-apple-pay-button,
.dw-apple-pay-button:hover,
.dw-apple-pay-button:active {
  border-radius: 0 !important;
  margin: 0 auto !important;
  height: 60px !important;
  background-size: 50% 40% !important; }

.dw-apple-pay-button:disabled,
.dw-apple-pay-button:disabled:hover,
.dw-apple-pay-button.disabled,
.dw-apple-pay-button.disabled:hover {
  background-color: #444054;
  border-color: #444054;
  color: #ded9db; }

@media (max-width: 768.98px) {
  .dw-apple-pay-button,
  .dw-apple-pay-button:hover,
  .dw-apple-pay-button:active {
    height: 50px !important; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../icons/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../icons/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../icons/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

[data-action=Product-Show] #footercontent {
  margin-top: 35px;
  margin-top: 2.1875rem; }

.set-items .product-detail .details-recomm-wrapper {
  margin: 0 -15px;
  margin: 0 -0.9375rem; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible; }

.product-detail .price .range .price-label-from,
.bundle-detail .price .range .price-label-from {
  margin-right: 10px;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 769px) {
    .product-detail .price .range .price-label-from,
    .bundle-detail .price .range .price-label-from {
      font-size: 29px;
      font-size: 1.8125rem; } }

.product-detail .quantity,
.bundle-detail .quantity {
  padding: 0; }

.product-detail .product-tag-container,
.bundle-detail .product-tag-container {
  margin: 0 -15px;
  margin: 0 -0.9375rem; }

.product-detail .product-tile .product-tag-container,
.bundle-detail .product-tile .product-tag-container {
  height: auto;
  min-height: unset; }

.product-detail .details-recomm-wrapper,
.bundle-detail .details-recomm-wrapper {
  margin: 0; }
  .product-detail .details-recomm-wrapper > div,
  .bundle-detail .details-recomm-wrapper > div {
    width: 100%;
    margin-top: 20px; }
  .product-detail .details-recomm-wrapper .recommendations > div,
  .bundle-detail .details-recomm-wrapper .recommendations > div {
    margin-top: 40px;
    margin-top: 2.5rem; }

.product-detail .border-top-none .description-and-detail,
.bundle-detail .border-top-none .description-and-detail {
  border-top: none; }

.product-detail .description-and-detail,
.bundle-detail .description-and-detail {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8; }
  .product-detail .description-and-detail > div,
  .bundle-detail .description-and-detail > div {
    padding: 10px 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin: 0; }
    .product-detail .description-and-detail > div > div,
    .bundle-detail .description-and-detail > div > div {
      padding: 0; }
    .product-detail .description-and-detail > div:first-of-type,
    .bundle-detail .description-and-detail > div:first-of-type {
      border: none; }
    .product-detail .description-and-detail > div:last-of-type,
    .bundle-detail .description-and-detail > div:last-of-type {
      border: none; }
    .product-detail .description-and-detail > div + div.details,
    .bundle-detail .description-and-detail > div + div.details {
      border-top: 1px solid #d8d8d8; }
  .product-detail .description-and-detail .icon-holder-pdp,
  .bundle-detail .description-and-detail .icon-holder-pdp {
    font-size: 1.5rem; }
  .product-detail .description-and-detail .title,
  .bundle-detail .description-and-detail .title {
    margin-left: 10px;
    margin-left: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase; }
    .product-detail .description-and-detail .title:focus,
    .bundle-detail .description-and-detail .title:focus {
      box-shadow: none; }
  .product-detail .description-and-detail .value,
  .bundle-detail .description-and-detail .value {
    margin-top: 20px;
    margin-top: 1.25rem; }
  @media (min-width: 544px) {
    .product-detail .description-and-detail,
    .bundle-detail .description-and-detail {
      margin-top: 30px;
      margin-top: 1.875rem; } }

.product-detail .primary-images,
.bundle-detail .primary-images {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .product-detail .primary-images .carousel .carousel-control-next,
  .product-detail .primary-images .carousel .carousel-control-prev,
  .bundle-detail .primary-images .carousel .carousel-control-next,
  .bundle-detail .primary-images .carousel .carousel-control-prev {
    -ms-flex-pack: center;
        justify-content: center; }
  .product-detail .primary-images .carousel .icon-next,
  .product-detail .primary-images .carousel .icon-prev,
  .bundle-detail .primary-images .carousel .icon-next,
  .bundle-detail .primary-images .carousel .icon-prev {
    display: block;
    background-color: transparent;
    position: absolute;
    padding: 14px 0;
    padding: 0.875rem 0; }
    .product-detail .primary-images .carousel .icon-next::before,
    .product-detail .primary-images .carousel .icon-prev::before,
    .bundle-detail .primary-images .carousel .icon-next::before,
    .bundle-detail .primary-images .carousel .icon-prev::before {
      content: "";
      height: 20px;
      width: 20px;
      position: relative;
      display: block;
      margin: 0 auto; }
  .product-detail .primary-images .carousel .icon-prev,
  .bundle-detail .primary-images .carousel .icon-prev {
    left: 0; }
    .product-detail .primary-images .carousel .icon-prev::before,
    .bundle-detail .primary-images .carousel .icon-prev::before {
      background: url("../../icons/prev-black.svg") no-repeat; }
  .product-detail .primary-images .carousel .icon-next,
  .bundle-detail .primary-images .carousel .icon-next {
    right: 0; }
    .product-detail .primary-images .carousel .icon-next::before,
    .bundle-detail .primary-images .carousel .icon-next::before {
      background: url("../../icons/next-black.svg") no-repeat; }
  .product-detail .primary-images .carousel-indicators,
  .bundle-detail .primary-images .carousel-indicators {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .product-detail .primary-images .carousel-indicators,
      .bundle-detail .primary-images .carousel-indicators {
        display: none; } }
  .product-detail .primary-images .carousel-indicators li,
  .bundle-detail .primary-images .carousel-indicators li {
    background-color: #d9d6d9;
    opacity: 1;
    transition: background-color 0.6s ease; }
    .product-detail .primary-images .carousel-indicators li img,
    .bundle-detail .primary-images .carousel-indicators li img {
      opacity: 0; }
  .product-detail .primary-images .carousel-indicators .active,
  .bundle-detail .primary-images .carousel-indicators .active {
    background-color: #15141a; }
  .product-detail .primary-images .carousel-control-prev,
  .product-detail .primary-images .carousel-control-next,
  .bundle-detail .primary-images .carousel-control-prev,
  .bundle-detail .primary-images .carousel-control-next {
    margin: 50% 0; }

.product-detail .promotions,
.bundle-detail .promotions {
  padding: 0;
  padding: 0; }
  .product-detail .promotions .promo-callout-msg,
  .bundle-detail .promotions .promo-callout-msg {
    background: #bc151d;
    color: #eae7e8;
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    line-height: 1.0625rem;
    padding: 10px;
    padding: 0.625rem; }

@media (max-width: 991.98px) {
  .product-detail .product-heading,
  .bundle-detail .product-heading {
    text-align: center; } }

.product-detail .product-brand,
.bundle-detail .product-brand {
  text-transform: uppercase;
  color: #15141a;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem; }
  .product-detail .product-brand .product-brand-link,
  .bundle-detail .product-brand .product-brand-link {
    color: #15141a !important;
    text-decoration: none; }

.product-detail .product-name,
.bundle-detail .product-name {
  color: #646464;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  text-transform: none;
  line-height: 23px;
  line-height: 1.4375rem;
  text-align: center; }

.product-detail .out-of-stock-text,
.bundle-detail .out-of-stock-text {
  color: #646464; }

.product-detail .prices,
.bundle-detail .prices {
  padding-top: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
  .product-detail .prices .value,
  .bundle-detail .prices .value {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    line-height: 1.875rem; }
  .product-detail .prices .sales.has-promotion .value,
  .bundle-detail .prices .sales.has-promotion .value {
    color: #bc151d; }
  .product-detail .prices .strike-through .value,
  .product-detail .prices .sales-percentage,
  .bundle-detail .prices .strike-through .value,
  .bundle-detail .prices .sales-percentage {
    color: #646464;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem; }
  .product-detail .prices .sales-percentage,
  .bundle-detail .prices .sales-percentage {
    display: block; }
    .product-detail .prices .sales-percentage.desktop-cart-only,
    .bundle-detail .prices .sales-percentage.desktop-cart-only {
      display: none; }
  .product-detail .prices .tabby-logos,
  .bundle-detail .prices .tabby-logos {
    margin-top: 10px;
    margin-top: 0.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 6px;
    padding: 0.375rem;
    font-size: 13px;
    font-weight: 600;
    border-radius: 7px;
    line-height: 28px; }
    @media (max-width: 768.98px) {
      .product-detail .prices .tabby-logos,
      .bundle-detail .prices .tabby-logos {
        max-width: 360px !important; } }
    [dir="rtl"] .product-detail .prices .tabby-logos, [dir="rtl"]
    .bundle-detail .prices .tabby-logos {
      max-width: 305px !important; }
    @media (min-width: 544px) {
      .product-detail .prices .tabby-logos,
      .bundle-detail .prices .tabby-logos {
        width: 380px !important; } }
    @media screen and (max-width: 544px) {
      .product-detail .prices .tabby-logos,
      .bundle-detail .prices .tabby-logos {
        padding: 5px;
        padding: 0.3125rem; } }
    @media (max-width: 768.98px) {
      .product-detail .prices .tabby-logos,
      .bundle-detail .prices .tabby-logos {
        font-size: 13px; } }
    .product-detail .prices .tabby-logos .tabby-message,
    .bundle-detail .prices .tabby-logos .tabby-message {
      text-align: left; }
      [dir="rtl"] .product-detail .prices .tabby-logos .tabby-message, [dir="rtl"]
      .bundle-detail .prices .tabby-logos .tabby-message {
        text-align: right; }
      .product-detail .prices .tabby-logos .tabby-message .tabby__price,
      .bundle-detail .prices .tabby-logos .tabby-message .tabby__price {
        font-weight: bold; }
      .product-detail .prices .tabby-logos .tabby-message .tabby__link,
      .bundle-detail .prices .tabby-logos .tabby-message .tabby__link {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline; }
    .product-detail .prices .tabby-logos .tabby-logo,
    .bundle-detail .prices .tabby-logos .tabby-logo {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      left: 4px; }
      [dir="rtl"] .product-detail .prices .tabby-logos .tabby-logo, [dir="rtl"]
      .bundle-detail .prices .tabby-logos .tabby-logo {
        right: 10px; }
      .product-detail .prices .tabby-logos .tabby-logo img,
      .bundle-detail .prices .tabby-logos .tabby-logo img {
        width: 60px;
        height: 25px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer; }
        @media (max-width: 768.98px) {
          .product-detail .prices .tabby-logos .tabby-logo img,
          .bundle-detail .prices .tabby-logos .tabby-logo img {
            width: 58px;
            height: 26px; }
            [dir="rtl"] .product-detail .prices .tabby-logos .tabby-logo img, [dir="rtl"]
            .bundle-detail .prices .tabby-logos .tabby-logo img {
              width: 70px;
              height: 28px; } }
    .product-detail .prices .tabby-logos .tamara-logo,
    .bundle-detail .prices .tabby-logos .tamara-logo {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      left: 8px; }
      [dir="rtl"] .product-detail .prices .tabby-logos .tamara-logo, [dir="rtl"]
      .bundle-detail .prices .tabby-logos .tamara-logo {
        right: 15px; }
      .product-detail .prices .tabby-logos .tamara-logo img,
      .bundle-detail .prices .tabby-logos .tamara-logo img {
        width: 60px;
        height: 25px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer; }
        @media (max-width: 768.98px) {
          .product-detail .prices .tabby-logos .tamara-logo img,
          .bundle-detail .prices .tabby-logos .tamara-logo img {
            width: 58px;
            height: 28px; }
            [dir="rtl"] .product-detail .prices .tabby-logos .tamara-logo img, [dir="rtl"]
            .bundle-detail .prices .tabby-logos .tamara-logo img {
              width: 70px;
              height: 28px; } }
  .product-detail .prices .tamara-logos,
  .bundle-detail .prices .tamara-logos {
    margin-top: 10px;
    margin-top: 0.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #d6d6d3;
    font-size: 14px;
    border-radius: 7px;
    cursor: pointer;
    line-height: 28px; }
    @media (max-width: 768.98px) {
      .product-detail .prices .tamara-logos,
      .bundle-detail .prices .tamara-logos {
        max-width: 320px !important; } }
    [dir="rtl"] .product-detail .prices .tamara-logos, [dir="rtl"]
    .bundle-detail .prices .tamara-logos {
      max-width: 240px !important; }
    @media (min-width: 544px) {
      .product-detail .prices .tamara-logos,
      .bundle-detail .prices .tamara-logos {
        width: 320px !important; } }
    @media screen and (max-width: 544px) {
      .product-detail .prices .tamara-logos,
      .bundle-detail .prices .tamara-logos {
        padding: 5px;
        padding: 0.3125rem; } }
    .product-detail .prices .tamara-logos .tamara-message,
    .bundle-detail .prices .tamara-logos .tamara-message {
      text-align: left; }
      [dir="rtl"] .product-detail .prices .tamara-logos .tamara-message, [dir="rtl"]
      .bundle-detail .prices .tamara-logos .tamara-message {
        text-align: right; }
      .product-detail .prices .tamara-logos .tamara-message .tabby__price,
      .bundle-detail .prices .tamara-logos .tamara-message .tabby__price {
        font-weight: bold; }
      .product-detail .prices .tamara-logos .tamara-message .tabby__link,
      .bundle-detail .prices .tamara-logos .tamara-message .tabby__link {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline; }
    .product-detail .prices .tamara-logos .tamara-logo,
    .bundle-detail .prices .tamara-logos .tamara-logo {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      left: 10px; }
      [dir="rtl"] .product-detail .prices .tamara-logos .tamara-logo, [dir="rtl"]
      .bundle-detail .prices .tamara-logos .tamara-logo {
        right: 10px; }
      .product-detail .prices .tamara-logos .tamara-logo img,
      .bundle-detail .prices .tamara-logos .tamara-logo img {
        width: 70px;
        height: 28px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer; }
  .product-detail .prices .duty-taxes,
  .bundle-detail .prices .duty-taxes {
    font-size: 13px;
    margin-left: 3px;
    margin-top: 2px; }

.product-detail .price .sales-percentage,
.bundle-detail .price .sales-percentage {
  display: block; }
  .product-detail .price .sales-percentage.desktop-cart-only,
  .bundle-detail .price .sales-percentage.desktop-cart-only {
    display: none; }

.product-detail .attributes [data-attr=color] .attribute,
.bundle-detail .attributes [data-attr=color] .attribute {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  .product-detail .attributes [data-attr=color] .attribute .color-attribute:focus,
  .bundle-detail .attributes [data-attr=color] .attribute .color-attribute:focus {
    outline: none; }

.product-detail .attributes .attribute.quantity,
.bundle-detail .attributes .attribute.quantity {
  display: block; }

.product-detail .attributes .color-attribute .swatch-circle.color-value,
.bundle-detail .attributes .color-attribute .swatch-circle.color-value {
  background-size: contain;
  border-radius: 0;
  border: 1px solid #646464;
  margin-right: 15px;
  margin-right: 0.9375rem;
  height: 46px;
  height: 2.875rem;
  width: 46px;
  width: 2.875rem; }
  .product-detail .attributes .color-attribute .swatch-circle.color-value.selected,
  .bundle-detail .attributes .color-attribute .swatch-circle.color-value.selected {
    border: 3px solid #323036;
    outline-offset: -3px;
    height: 46px;
    height: 2.875rem;
    width: 46px;
    width: 2.875rem; }
  .product-detail .attributes .color-attribute .swatch-circle.color-value.selected::after,
  .bundle-detail .attributes .color-attribute .swatch-circle.color-value.selected::after {
    display: none; }

.product-detail .attributes .color-attribute:last-child .swatch-circle.color-value,
.bundle-detail .attributes .color-attribute:last-child .swatch-circle.color-value {
  margin-right: 0; }

.product-detail .attributes .add-to-wish-list,
.bundle-detail .attributes .add-to-wish-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-transform: none; }
  .product-detail .attributes .add-to-wish-list .wishlist-icon,
  .product-detail .attributes .add-to-wish-list span,
  .bundle-detail .attributes .add-to-wish-list .wishlist-icon,
  .bundle-detail .attributes .add-to-wish-list span {
    margin: auto; }
  .product-detail .attributes .add-to-wish-list span,
  .bundle-detail .attributes .add-to-wish-list span {
    color: #323036;
    margin-top: 10px;
    margin-top: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 15px;
    line-height: 0.9375rem; }

.product-detail .attributes [data-attr=size] .attribute,
.bundle-detail .attributes [data-attr=size] .attribute {
  margin-top: 0; }

.product-detail .attributes [data-attr=size] .attribute .select-selected,
.bundle-detail .attributes [data-attr=size] .attribute .select-selected {
  color: #000; }

.product-detail .attributes [data-attr=size] .attribute .custom-select,
.bundle-detail .attributes [data-attr=size] .attribute .custom-select {
  color: #a5988c;
  min-height: 60px;
  min-height: 3.75rem; }

.product-detail .attributes .low-oos,
.bundle-detail .attributes .low-oos {
  color: #bc151d;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 14px; }

.product-detail .attributes .size-chart,
.bundle-detail .attributes .size-chart {
  margin-top: 0; }
  @media (min-width: 544px) {
    .product-detail .attributes .size-chart,
    .bundle-detail .attributes .size-chart {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; } }
  .product-detail .attributes .size-chart button,
  .bundle-detail .attributes .size-chart button {
    padding-left: 0;
    padding-top: 4px;
    padding-top: 0.25rem;
    display: inline-block;
    color: #323036 !important;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 15px;
    line-height: 0.9375rem; }

.product-detail .attributes .cart-and-ipay .add-to-cart,
.product-detail .attributes .cart-and-ipay .add-to-cart-ipay,
.bundle-detail .attributes .cart-and-ipay .add-to-cart,
.bundle-detail .attributes .cart-and-ipay .add-to-cart-ipay {
  width: 100%; }

.product-detail .prices-add-to-cart-actions .cart-and-ipay,
.bundle-detail .prices-add-to-cart-actions .cart-and-ipay {
  padding: 10px 0;
  padding: 0.625rem 0; }

.product-detail .cart-and-ipay .add-to-cart-wrapper:not(.one-button),
.bundle-detail .cart-and-ipay .add-to-cart-wrapper:not(.one-button) {
  padding-right: 16px;
  padding-right: 1rem; }
  @media (max-width: 991.98px) {
    .product-detail .cart-and-ipay .add-to-cart-wrapper:not(.one-button),
    .bundle-detail .cart-and-ipay .add-to-cart-wrapper:not(.one-button) {
      padding-right: 10px;
      padding-right: 0.625rem; } }

.product-detail .cart-and-ipay .apple-pay-pdp,
.bundle-detail .cart-and-ipay .apple-pay-pdp {
  width: 100%; }
  .product-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button, .product-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:hover, .product-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:active,
  .bundle-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button,
  .bundle-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:hover,
  .bundle-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:active {
    height: 100% !important; }
  @media (max-width: 768.98px) {
    .product-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button, .product-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:hover, .product-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:active,
    .bundle-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button,
    .bundle-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:hover,
    .bundle-detail .cart-and-ipay .apple-pay-pdp.dw-apple-pay-button:active {
      height: 100% !important; } }

.bundle-detail .product-tag-container,
.product-set-detail .product-tag-container {
  margin: 0; }

.bundle-detail .product-breadcrumb > div.row,
.product-set-detail .product-breadcrumb > div.row {
  display: -ms-flexbox !important;
  display: flex !important; }

.bundle-detail .product-brand,
.product-set-detail .product-brand {
  color: #15141a;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase; }

.bundle-detail .product-name,
.product-set-detail .product-name {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .bundle-detail .product-name a,
  .product-set-detail .product-name a {
    color: #646464 !important; }

.bundle-detail .size-chart,
.bundle-detail div.availability,
.product-set-detail .size-chart,
.product-set-detail div.availability {
  margin-top: 0; }

.bundle-detail .add-to-wish-list,
.product-set-detail .add-to-wish-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 7px 0 30px 0;
  padding: 0.4375rem 0 1.875rem 0; }
  .bundle-detail .add-to-wish-list .wishlist-icon,
  .bundle-detail .add-to-wish-list span,
  .product-set-detail .add-to-wish-list .wishlist-icon,
  .product-set-detail .add-to-wish-list span {
    margin: auto; }
  .bundle-detail .add-to-wish-list span,
  .product-set-detail .add-to-wish-list span {
    color: #323036;
    margin-top: 10px;
    margin-top: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 15px;
    line-height: 0.9375rem;
    text-transform: capitalize; }

.bundle-detail .attributes .description-and-detail,
.product-set-detail .attributes .description-and-detail {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.bundle-detail .description-and-detail,
.product-set-detail .description-and-detail {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8; }
  .bundle-detail .description-and-detail > div,
  .product-set-detail .description-and-detail > div {
    padding: 10px 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin: 0; }
    .bundle-detail .description-and-detail > div > div,
    .product-set-detail .description-and-detail > div > div {
      padding: 0; }
    .bundle-detail .description-and-detail > div:first-of-type,
    .product-set-detail .description-and-detail > div:first-of-type {
      border-top: none; }
    .bundle-detail .description-and-detail > div:last-of-type,
    .product-set-detail .description-and-detail > div:last-of-type {
      border: none; }
  .bundle-detail .description-and-detail .icon-holder-pdp,
  .product-set-detail .description-and-detail .icon-holder-pdp {
    font-size: 1.5rem; }
  .bundle-detail .description-and-detail .title,
  .product-set-detail .description-and-detail .title {
    margin-left: 10px;
    margin-left: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase; }
    .bundle-detail .description-and-detail .title:focus,
    .product-set-detail .description-and-detail .title:focus {
      box-shadow: none; }
  .bundle-detail .description-and-detail .value,
  .product-set-detail .description-and-detail .value {
    margin-top: 20px;
    margin-top: 1.25rem; }

.bundle-detail .bundle-item,
.product-set-detail .bundle-item {
  border-bottom: none; }

.bundle-detail .bundle-items-label,
.product-set-detail .bundle-items-label {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }
  @media (max-width: 768.98px) {
    .bundle-detail .bundle-items-label,
    .product-set-detail .bundle-items-label {
      margin-top: 20px;
      margin-top: 1.25rem; } }

.bundle-detail .bundle-footer .prices,
.product-set-detail .bundle-footer .prices {
  padding-bottom: 0; }

.bundle-detail .bundle-footer .prices .value,
.bundle-detail .bundle-footer .sales-percentage,
.product-set-detail .bundle-footer .prices .value,
.product-set-detail .bundle-footer .sales-percentage {
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }

.bundle-detail .bundle-footer .prices .sales-percentage,
.product-set-detail .bundle-footer .prices .sales-percentage {
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem; }

.bundle-detail .bundle-footer .sales-percentage.desktop-cart-only,
.product-set-detail .bundle-footer .sales-percentage.desktop-cart-only {
  display: none; }

.bundle-detail .bundle-footer .cart-and-ipay .add-to-cart,
.bundle-detail .bundle-footer .cart-and-ipay .add-to-cart-ipay,
.product-set-detail .bundle-footer .cart-and-ipay .add-to-cart,
.product-set-detail .bundle-footer .cart-and-ipay .add-to-cart-ipay {
  width: 100%; }

.product-set-detail .set-item {
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

.product-set-detail .set-name,
.product-set-detail .set-contains {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.product-set-detail .set-contains {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  line-height: 1.1875rem; }

.product-set-detail .add-to-wish-list {
  padding: 7px 0;
  padding: 0.4375rem 0; }

.product-set-detail .description-and-detail > div:first-of-type {
  border: none; }

.product-set-detail .buttons-prices .prices {
  display: block !important; }

.product-set-detail .buttons-prices .price span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 10px 0 0;
  padding: 0.625rem 0 0; }

.product-set-detail .bundle-footer .cart-and-ipay .add-to-cart,
.product-set-detail .bundle-footer .cart-and-ipay .add-to-cart-ipay {
  width: 100%; }

.cart-and-ipay.stock-indicator.is-out-of-stock .bisn-wrapper {
  display: block; }

.cart-and-ipay.stock-indicator.is-out-of-stock .bisn-label-wrapper {
  text-align: left; }

.cart-and-ipay.stock-indicator.is-out-of-stock .add-to-cart-wrapper {
  display: none; }

.cart-and-ipay.stock-indicator.is-out-of-stock .ipay-btn-wrapper {
  display: none; }

.cart-and-ipay.stock-indicator.is-out-of-stock .pdp-apple-pay-button {
  display: none; }

.cart-and-ipay.stock-indicator.is-out-of-stock .prices-add-to-cart-actions {
  display: none; }

.cart-and-ipay.stock-indicator .bisn-wrapper {
  display: none; }

.cart-and-ipay.stock-indicator .add-to-cart-wrapper {
  display: block; }

.cart-and-ipay.stock-indicator .ipay-btn-wrapper {
  display: block; }

.cart-and-ipay.stock-indicator .prices-add-to-cart-actions {
  display: -ms-flexbox;
  display: flex; }

.bisn-wrapper button {
  width: 100%; }

.bisn-guest .validated-icon {
  height: 20px;
  height: 1.25rem;
  right: 25px;
  right: 1.5625rem;
  top: 18px;
  top: 1.125rem;
  width: 20px;
  width: 1.25rem;
  margin: auto;
  position: absolute; }

.bisn-message {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
  min-height: 14px;
  min-height: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  letter-spacing: 0; }
  .bisn-message.error {
    color: #bc151d; }

.bsin-btn {
  height: 52px;
  height: 3.25rem;
  padding-top: 14px;
  padding-top: 0.875rem; }

@media (min-width: 769px) {
  .product-detail .product-tag-container {
    margin: 0; }
  .product-detail .details-recomm-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; }
    .product-detail .details-recomm-wrapper .recommendations {
      min-width: 50%; }
  .product-detail .description-and-detail {
    min-width: 50%; }
  .product-detail .primary-images {
    padding: 0 40px 0 15px;
    padding: 0 2.5rem 0 0.9375rem;
    height: -webkit-fit-content;
    height: fit-content;
    margin-bottom: 0; }
    .product-detail .primary-images .carousel {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .product-detail .primary-images .carousel-indicators-wrapper {
      position: relative;
      width: 20%; }
    .product-detail .primary-images .carousel-indicators {
      display: block;
      position: static;
      margin: 0;
      width: auto;
      overflow: auto;
      padding: 0;
      min-height: 345px;
      min-height: 21.5625rem;
      -ms-overflow-style: none; }
      .product-detail .primary-images .carousel-indicators::-webkit-scrollbar {
        display: none; }
      .product-detail .primary-images .carousel-indicators li {
        width: auto;
        height: auto;
        border-width: 2px;
        margin: 0; }
        .product-detail .primary-images .carousel-indicators li img {
          opacity: 1;
          border: solid 1px #646464; }
        .product-detail .primary-images .carousel-indicators li.active img {
          border-width: 2px; }
    .product-detail .primary-images .multiple-images .carousel-inner {
      width: 79%; }
    .product-detail .primary-images .multiple-images .carousel-control-prev {
      left: 21%; }
  @-moz-document url-prefix() {
    .product-detail .primary-images .multiple-images-slide {
      margin-right: -22px;
      margin-right: -1.375rem; } }
    .product-detail .primary-images .carousel-thumb-control {
      height: 18px;
      height: 1.125rem;
      width: 20px;
      width: 1.25rem;
      margin: 5px auto;
      margin: 0.3125rem auto;
      opacity: 0.5; }
      .product-detail .primary-images .carousel-thumb-control:hover {
        opacity: 1; }
    .product-detail .primary-images .carousel-thumb-control-next {
      background: url(../../icons/down-black.svg) no-repeat; }
    .product-detail .primary-images .carousel-thumb-control-prev {
      background: url(../../icons/up-black.svg) no-repeat; }
  .product-detail .promotions {
    padding-left: 15px;
    padding-left: 0.9375rem; }
    .product-detail .promotions .promo-callout-msg {
      margin-top: 0;
      margin-top: 0; }
  .product-detail .logo-wrapper {
    position: absolute;
    right: 0; }
    .product-detail .logo-wrapper img {
      max-width: 100px;
      max-width: 6.25rem; }
  .product-detail .product-brand {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 55px;
    line-height: 3.4375rem; }
  .product-detail .product-name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left; }
  .product-detail .prices {
    text-align: left;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    .product-detail .prices span.starting,
    .product-detail .prices span.price-start-from,
    .product-detail .prices .value {
      font-size: 29px;
      font-size: 1.8125rem;
      line-height: 36px;
      line-height: 2.25rem; }
    .product-detail .prices .sales-percentage {
      display: inline-block;
      margin-left: 10px;
      margin-left: 0.625rem; }
  .product-detail .attributes {
    padding: 0;
    padding: 0; }
    .product-detail .attributes [data-attr=color] .attribute {
      -ms-flex-pack: left;
          justify-content: left; }
    .product-detail .attributes .add-to-wish-list {
      padding-left: 0;
      -ms-flex-direction: row;
          flex-direction: row; }
      .product-detail .attributes .add-to-wish-list .wishlist-icon,
      .product-detail .attributes .add-to-wish-list span {
        margin: initial; }
      .product-detail .attributes .add-to-wish-list span {
        margin-top: 0;
        margin-top: 0;
        line-height: 18px;
        line-height: 1.125rem;
        width: auto; }
    .product-detail .attributes .custom-select.select-size {
      height: 45px;
      height: 2.8125rem; }
  .product-detail .prices-add-to-cart-actions .cart-and-ipay {
    padding: 0; }
  .product-detail .prices-add-to-cart-actions .buttons-prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .product-detail .prices-add-to-cart-actions .sticky-bottom-product-detail,
  .product-detail .prices-add-to-cart-actions .buttons-prices {
    padding-left: 20px;
    padding-left: 1.25rem;
    margin: 10px 0 10px;
    margin: 0.625rem 0 0.625rem; }
  .product-detail .prices-add-to-cart-actions .sticky-bottom-product-detail {
    margin: auto; }
  .product-detail .prices-add-to-cart-actions .sticky-bottom-image {
    height: 50px;
    height: 3.125rem;
    width: auto; }
  .product-detail .prices-add-to-cart-actions .sticky-bottom-size-wrapper {
    display: table;
    height: 100%;
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-top: auto; }
  .product-detail .prices-add-to-cart-actions .sticky-bottom-size {
    display: table-cell;
    vertical-align: bottom; }
  .product-detail .prices-add-to-cart-actions .bundle-name {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .product-detail .prices-add-to-cart-actions .prices,
  .product-detail .prices-add-to-cart-actions .cart-and-ipay {
    padding-bottom: 0; }
  .product-detail .prices-add-to-cart-actions .prices {
    display: contents; }
  .product-detail .prices-add-to-cart-actions .price {
    display: table;
    height: 100%; }
    .product-detail .prices-add-to-cart-actions .price .default {
      display: table-cell;
      vertical-align: bottom; }
  .bundle-detail .description-and-detail-bundle-wrapper {
    margin-left: auto; }
  .bundle-detail .bundle-footer .prices {
    text-align: left;
    padding: 45px 0 25px 15px;
    padding: 2.8125rem 0 1.5625rem 0.9375rem; }
    .bundle-detail .bundle-footer .prices .value {
      font-size: 29px;
      font-size: 1.8125rem;
      line-height: 36px;
      line-height: 2.25rem; }
    .bundle-detail .bundle-footer .prices .strike-through .value,
    .bundle-detail .bundle-footer .prices .sales-percentage {
      color: #646464;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      line-height: 1.75rem; }
  .bundle-detail .bundle-footer .cart-and-ipay {
    text-align: left; }
    .bundle-detail .bundle-footer .cart-and-ipay .default,
    .bundle-detail .bundle-footer .cart-and-ipay .starting {
      display: table-cell;
      vertical-align: bottom; }
  .bundle-detail .description-and-detail-bundle-wrapper {
    margin-left: auto; }
  .bundle-detail .bundle-footer .prices {
    text-align: left;
    padding: 45px 0 25px 15px;
    padding: 2.8125rem 0 1.5625rem 0.9375rem; }
    .bundle-detail .bundle-footer .prices .add-to-cart,
    .bundle-detail .bundle-footer .prices .add-to-cart-ipay {
      width: 100%; }
  .bundle-detail .add-to-wish-list {
    padding-left: 0;
    -ms-flex-direction: row;
        flex-direction: row; }
    .bundle-detail .add-to-wish-list .wishlist-icon,
    .bundle-detail .add-to-wish-list span {
      margin: initial; }
    .bundle-detail .add-to-wish-list span {
      margin-top: 0;
      margin-top: 0;
      margin-left: 10px;
      margin-left: 0.625rem;
      line-height: 18px;
      line-height: 1.125rem;
      width: auto; }
  .bundle-detail .bundle-items-label {
    margin: 0;
    padding: 25px 0;
    padding: 1.5625rem 0;
    border-bottom: 1px solid #eae7e8;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 41px;
    line-height: 2.5625rem; }
  .bundle-detail .bundle-item {
    padding: 30px 0;
    padding: 1.875rem 0;
    border-bottom: 1px solid #eae7e8; }
  .bundle-detail .attributes {
    margin-top: 45px;
    margin-top: 2.8125rem; }
  .product-set-detail .set-item {
    padding-bottom: 50px;
    padding-bottom: 3.125rem; }
    .product-set-detail .set-item .description-and-detail {
      margin-top: 0; }
  .product-set-detail .set-item:last-child {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #d8d8d8; }
  .product-set-detail .add-to-cart-global,
  .product-set-detail .add-to-cart-ipay {
    width: 100%; }
  .product-set-detail .bundle-footer .js-prices-add-to-cart-actions .prices {
    padding-bottom: 0;
    padding-right: 0;
    margin-top: auto; }
  .product-set-detail .bundle-footer .js-prices-add-to-cart-actions .price {
    display: block;
    text-align: right; }
  .product-set-detail .bundle-footer .prices {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem; }
  .bisn-message {
    min-height: 17px;
    min-height: 1.0625rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 17px;
    line-height: 1.0625rem; } }

@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 0; } }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #a5988c; } }

@media (max-width: 768.98px) {
  .product-detail .attributes .add-to-wish-list,
  .bundle-detail .attributes .add-to-wish-list {
    padding: 20px 0;
    padding: 1.25rem 0;
    margin: 0 0 20px;
    margin: 0 0 1.25rem; }
    .product-detail .attributes .add-to-wish-list span,
    .bundle-detail .attributes .add-to-wish-list span {
      margin: 0 0; }
  .bundle-item:last-child {
    padding-bottom: 0; }
  .bundle-detail .product-name {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .bundle-detail .add-to-wish-list {
    padding: 0 0 15px 0;
    padding: 0 0 0.9375rem 0; }
    .bundle-detail .add-to-wish-list span {
      margin: 0 0 auto 0;
      margin: 0 0 auto 0; } }

@media (min-width: 1200px) {
  .cross-sell-container {
    margin-top: 126px; } }

@media (min-width: 769px) and (max-width: 1439.98px) {
  .cross-sell-container {
    margin-top: 185px; } }

.cross-sell-container .crosssell-prods-carousel {
  padding: 0 10px;
  margin-bottom: 12px; }
  @media screen and (max-width: 786px) {
    .cross-sell-container .crosssell-prods-carousel {
      margin-left: 0px;
      margin-left: 0rem; } }
  .cross-sell-container .crosssell-prods-carousel .slick-prev {
    left: -15px; }
  .cross-sell-container .crosssell-prods-carousel .slick-next {
    right: -15px; }
  .cross-sell-container .crosssell-prods-carousel .slick-dots {
    bottom: -10px; }
  .cross-sell-container .crosssell-prods-carousel .slick-dots li button {
    border: 1px solid #000;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    padding: 2px; }
  .cross-sell-container .crosssell-prods-carousel .slick-active button {
    background-color: #000; }
  .cross-sell-container .crosssell-prods-carousel .sizes-container {
    display: none; }

.cross-sell-heading,
.up-sell-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 30px;
  margin: 1.875rem;
  text-align: center; }
  @media (min-width: 769px) {
    .cross-sell-heading,
    .up-sell-heading {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin-bottom: 45px;
      margin-bottom: 2.8125rem; } }

.cross-sell,
.up-sell {
  margin-top: 40px;
  margin-top: 2.5rem; }
  @media (min-width: 769px) {
    .cross-sell,
    .up-sell {
      max-width: 445px;
      max-width: 27.8125rem;
      margin: auto; } }
  .cross-sell .product,
  .up-sell .product {
    width: 50%; }
  .cross-sell .product-tile,
  .up-sell .product-tile {
    margin: 3px;
    margin: 0.1875rem; }
    @media (min-width: 769px) {
      .cross-sell .product-tile,
      .up-sell .product-tile {
        padding: 10px;
        padding: 0.625rem;
        margin: 0; } }
  .cross-sell .product-tile .tile-body,
  .up-sell .product-tile .tile-body {
    text-align: center; }
    .cross-sell .product-tile .tile-body .product-brand,
    .up-sell .product-tile .tile-body .product-brand {
      font-size: 16px;
      font-size: 1rem;
      margin: 0; }
    .cross-sell .product-tile .tile-body .pdp-link a.link,
    .up-sell .product-tile .tile-body .pdp-link a.link {
      font-size: 13px;
      font-size: 0.8125rem; }
    .cross-sell .product-tile .tile-body .price,
    .up-sell .product-tile .tile-body .price {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 7px;
      margin-top: 0.4375rem; }
      @media (min-width: 769px) and (max-width: 1439.98px) {
        .cross-sell .product-tile .tile-body .price,
        .up-sell .product-tile .tile-body .price {
          display: block;
          width: 100%; } }
      @media (min-width: 769px) and (max-width: 1439.98px) {
        .cross-sell .product-tile .tile-body .price .strike-through,
        .up-sell .product-tile .tile-body .price .strike-through {
          font-size: 11px;
          font-size: 0.6875rem; } }
      .cross-sell .product-tile .tile-body .price .range .price-label-from,
      .up-sell .product-tile .tile-body .price .range .price-label-from {
        font-size: 16px;
        font-size: 1rem; }
      .cross-sell .product-tile .tile-body .price .sales,
      .cross-sell .product-tile .tile-body .price .range,
      .cross-sell .product-tile .tile-body .price .starting,
      .up-sell .product-tile .tile-body .price .sales,
      .up-sell .product-tile .tile-body .price .range,
      .up-sell .product-tile .tile-body .price .starting {
        font-size: 16px;
        font-size: 1rem; }
    @media (min-width: 1200px) {
      .cross-sell .product-tile .tile-body .wishlistTile,
      .up-sell .product-tile .tile-body .wishlistTile {
        margin-top: 6px; } }

@media (min-width: 769px) {
  [dir="rtl"] .primary-images .multiple-images .carousel-control-prev {
    left: 0; }
  [dir="rtl"] .primary-images .multiple-images .carousel-control-next {
    right: 21%; }
  [dir="rtl"] .product-detail .logo-wrapper {
    right: unset;
    left: 14px; } }

#pdpbottom .zoomImg {
  display: none !important; }

#pdpbottom .product-tile {
  border: 0; }

#pdpbottom .experience-component figcaption * {
  font-family: "Muli Regular", "Arial", sans-serif; }

#pdpbottom .carousel-control-prev.disabled {
  pointer-events: none;
  cursor: default;
  z-index: 10; }

@media (max-width: 768.98px) {
  .product-detail .strike-through {
    text-underline-offset: -60%; } }

.product-detail .price .range {
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .product-detail .price .range {
      -ms-flex-align: start;
          align-items: start; }
      .product-detail .price .range .price-label-from {
        margin-top: 5px; } }

.pdp-bottom-rec .product-brand.muli-extra-font, .recently-viewed-rec .product-brand.muli-extra-font {
  font-family: "Muli ExtraBold", "Arial", sans-serif !important;
  font-weight: normal; }

.pdp-bottom-rec .product-name-link, .recently-viewed-rec .product-name-link {
  text-decoration: none;
  color: #646464 !important;
  font-size: 12px !important;
  font-size: 0.75rem !important; }
  @media (min-width: 992px) {
    .pdp-bottom-rec .product-name-link, .recently-viewed-rec .product-name-link {
      font-size: 15px !important;
      font-size: 0.9375rem !important; } }

.pdp-bottom-rec .price, .recently-viewed-rec .price {
  font-family: "Muli SemiBold", "Arial", sans-serif !important; }
  .pdp-bottom-rec .price .range,
  .pdp-bottom-rec .price .sales, .recently-viewed-rec .price .range,
  .recently-viewed-rec .price .sales {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    line-height: 15px;
    line-height: 0.9375rem; }
    @media (min-width: 992px) {
      .pdp-bottom-rec .price .range,
      .pdp-bottom-rec .price .sales, .recently-viewed-rec .price .range,
      .recently-viewed-rec .price .sales {
        font-size: 16px !important;
        font-size: 1rem !important;
        line-height: 20px;
        line-height: 1.25rem; } }
    .pdp-bottom-rec .price .range span,
    .pdp-bottom-rec .price .sales span, .recently-viewed-rec .price .range span,
    .recently-viewed-rec .price .sales span {
      font-family: "Muli SemiBold", "Arial", sans-serif !important; }
  .pdp-bottom-rec .price .strike-through, .recently-viewed-rec .price .strike-through {
    color: #323036 !important;
    font-size: 12px !important;
    font-size: 0.75rem !important; }
    @media (min-width: 992px) {
      .pdp-bottom-rec .price .strike-through, .recently-viewed-rec .price .strike-through {
        font-size: 16px !important;
        font-size: 1rem !important; } }
  .pdp-bottom-rec .price .range .price-label-from, .recently-viewed-rec .price .range .price-label-from {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 992px) {
      .pdp-bottom-rec .price .range .price-label-from, .recently-viewed-rec .price .range .price-label-from {
        font-size: 16px !important;
        font-size: 1rem !important; } }

.pdp-bottom-rec .carousel-title, .recently-viewed-rec .carousel-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 49px;
  line-height: 3.0625rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-weight: 600;
  text-transform: uppercase; }

.pdp-bottom-rec .slot-carousel .slick-arrow, .recently-viewed-rec .slot-carousel .slick-arrow {
  cursor: pointer; }

.pdp-bottom-rec .slot-carousel .slick-prev, .recently-viewed-rec .slot-carousel .slick-prev {
  left: -15px; }

.pdp-bottom-rec .slot-carousel .slick-next, .recently-viewed-rec .slot-carousel .slick-next {
  right: -15px; }

.pdp-bottom-rec .price, .recently-viewed-rec .price {
  font-size: 16px !important; }
  .pdp-bottom-rec .price.range-price, .recently-viewed-rec .price.range-price {
    padding-left: 0px !important; }
  .pdp-bottom-rec .price .sales-percentage, .recently-viewed-rec .price .sales-percentage {
    display: none; }

.block-title {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .block-title {
      font-size: 24px;
      margin-bottom: 28px; } }

.set-product-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 991.98px) {
    .set-product-view {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .set-product-view .product-img-box-wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    @media (max-width: 991.98px) {
      .set-product-view .product-img-box-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
  @media (min-width: 769px) {
    .set-product-view .set-product-info {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 608px;
      -webkit-padding-start: 53px;
              padding-inline-start: 53px;
      width: 50%; } }
  .set-product-view .bundle-footer {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 0; }
    .set-product-view .bundle-footer .price-box {
      font-size: 20px;
      font-weight: 600;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -webkit-padding-end: 12px;
              padding-inline-end: 12px; }
      .set-product-view .bundle-footer .price-box .total-label {
        -webkit-padding-end: 5px;
                padding-inline-end: 5px;
        -webkit-padding-start: 0;
                padding-inline-start: 0;
        -ms-flex-align: center;
            align-items: center; }
      .set-product-view .bundle-footer .price-box .price-start-from {
        font-size: 20px;
        line-height: 27px; }
    .set-product-view .bundle-footer .add-all-cart {
      -ms-flex-preferred-size: calc(100% - 186px);
          flex-basis: calc(100% - 186px);
      max-width: calc(100% - 186px); }
    @media (max-width: 991.98px) {
      .set-product-view .bundle-footer {
        padding: 30px 0 0; } }
  .set-product-view .set-item-data {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0; }
    .set-product-view .set-item-data .set-product-image {
      position: relative; }
      @media (max-width: 768.98px) {
        .set-product-view .set-item-data .set-product-image img {
          width: 102px; } }
    .set-product-view .set-item-data .set-product-brand-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -webkit-padding-end: 0;
              padding-inline-end: 0;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px;
      position: relative; }
      @media (max-width: 991.98px) {
        .set-product-view .set-item-data .set-product-brand-info {
          -ms-flex-preferred-size: calc(100% - 102px);
              flex-basis: calc(100% - 102px);
          max-width: calc(100% - 102px); } }
      .set-product-view .set-item-data .set-product-brand-info .product-brand {
        font-size: 20px; }
        @media (max-width: 991.98px) {
          .set-product-view .set-item-data .set-product-brand-info .product-brand {
            font-size: 16px;
            padding-bottom: 7px; } }
      .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .product-name {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 6px; }
        @media (max-width: 991.98px) {
          .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .product-name {
            text-align: start;
            max-width: 100%;
            margin-bottom: 8px; } }
      .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        font-size: 16px;
        font-weight: 600;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box .prices {
          padding-bottom: 0; }
          @media (max-width: 991.98px) {
            .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box .prices {
              text-align: start; } }
          .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box .prices .price-label-from, .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box .prices .value {
            font-size: 16px; }
          .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box .prices .sales-percentage {
            display: none; }
          @media (max-width: 991.98px) {
            .set-product-view .set-item-data .set-product-brand-info .product-wrap-info .default-price-box .prices .range {
              -ms-flex-pack: start;
                  justify-content: start; } }
      .set-product-view .set-item-data .set-product-brand-info .bottom-info {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 25px; }
        @media (max-width: 991.98px) {
          .set-product-view .set-item-data .set-product-brand-info .bottom-info {
            -ms-flex-align: stretch;
                align-items: stretch;
            -ms-flex-direction: column;
                flex-direction: column;
            padding-bottom: 2px; }
            .set-product-view .set-item-data .set-product-brand-info .bottom-info .cart-and-ipay {
              display: block; } }
        @media (min-width: 769px) {
          .set-product-view .set-item-data .set-product-brand-info .bottom-info .size-info {
            -webkit-margin-end: 16px;
                    margin-inline-end: 16px; }
            .set-product-view .set-item-data .set-product-brand-info .bottom-info .size-info .size {
              width: 240px; } }
        .set-product-view .set-item-data .set-product-brand-info .bottom-info .pdp-checkout-button {
          margin-top: 12px; }
          .set-product-view .set-item-data .set-product-brand-info .bottom-info .pdp-checkout-button .btn {
            padding: 9px 15px; }
        .set-product-view .set-item-data .set-product-brand-info .bottom-info .low-oos {
          color: #bc151d;
          font-size: 13px; }

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