/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.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;
  border-radius: 0px; }
  .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; }
  .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; }

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

.number {
  display: -ms-flexbox;
  display: flex; }
  .number > input {
    max-width: 120px; }
  .number .number-of-products {
    min-width: initial;
    width: 40px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    line-height: 30px;
    margin: 0 1px;
    text-align: center;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 544px) {
      .number .number-of-products {
        width: 50px;
        margin: 0 3px; } }
    .number .number-of-products:focus {
      outline: none; }
    .number .number-of-products::-webkit-outer-spin-button, .number .number-of-products::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .number .qty-change {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    background: #323036;
    color: #fff;
    font-size: 21px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
    .number .qty-change:disabled {
      background: #d8d8d8; }

.primary-images {
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .primary-images .carousel .carousel-control-next,
  .primary-images .carousel .carousel-control-prev {
    -ms-flex-pack: center;
        justify-content: center; }
  .primary-images .carousel .icon-next,
  .primary-images .carousel .icon-prev {
    display: block;
    background-color: transparent;
    position: absolute;
    padding: 14px 0;
    padding: 0.875rem 0; }
    .primary-images .carousel .icon-next::before,
    .primary-images .carousel .icon-prev::before {
      content: "";
      height: 24px;
      width: 24px;
      position: relative;
      display: block;
      margin: 0 auto;
      background-position: center center; }
  .primary-images .carousel .icon-prev {
    left: 0; }
    .primary-images .carousel .icon-prev::before {
      background: url("../../icons/prev-black.svg") no-repeat; }
  .primary-images .carousel .icon-next {
    right: 0; }
    .primary-images .carousel .icon-next::before {
      background: url("../../icons/next-black.svg") no-repeat; }
  .primary-images .carousel-indicators {
    margin-bottom: 0; }
  .primary-images .carousel-indicators li {
    background-color: #d9d6d9;
    opacity: 1;
    transition: background-color 0.6s ease; }
    .primary-images .carousel-indicators li img {
      opacity: 0; }
  .primary-images .carousel-indicators .active {
    background-color: #15141a; }
  .primary-images .add-to-wish-list {
    position: absolute;
    z-index: 100;
    width: 75px;
    width: 4.6875rem;
    right: 0;
    right: 0;
    top: 0;
    top: 0; }

.product-brand {
  color: #171717;
  font-family: "Causten-Regular", "Arial Narrow", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  font-weight: 900;
  margin-bottom: 1rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media (max-width: 768.98px) {
    .product-brand {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 31px;
      line-height: 1.9375rem; } }
  .product-brand a {
    color: #171717; }

.product-name {
  color: #171717;
  font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  border-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem; }

.product-description-link button {
  color: #171717;
  font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  border-bottom: 0;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .product-description-link button:hover {
    text-decoration: none; }

.prices {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0; }
  .prices .price {
    font-size: 20px;
    font-size: 1.25rem; }

.product-description {
  font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .product-description * {
    color: rgba(0, 0, 0, 0.6); }

.out-of-stock-text {
  color: #646464; }

.attributes-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem; }

.attributes [data-attr="color"] .attribute,
.attributes [data-attr="Shade"] .attribute,
.attributes [data-attr="shade"] .attribute {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  padding: 0 6px;
  padding: 0 0.375rem; }
  .attributes [data-attr="color"] .attribute .color-attribute:focus,
  .attributes [data-attr="Shade"] .attribute .color-attribute:focus,
  .attributes [data-attr="shade"] .attribute .color-attribute:focus {
    outline: none; }

.attributes .attribute label:focus,
.attributes .attribute input:focus,
.attributes .attribute .color-attribute:focus,
.attributes .attribute button:focus {
  outline: none !important; }

.attributes .attribute.quantity {
  display: block; }

.attributes .color-attribute .swatch-circle.color-value,
.attributes .color-box {
  background-size: contain;
  border-radius: 0;
  border: 1px solid #646464;
  margin-right: 17px;
  margin-right: 1.0625rem;
  height: 26px;
  height: 1.625rem;
  width: 26px;
  width: 1.625rem; }
  .attributes .color-attribute .swatch-circle.color-value.selected,
  .attributes .color-box.selected {
    outline: 1px solid #000;
    outline-offset: 5px;
    height: 26px;
    height: 1.625rem;
    width: 26px;
    width: 1.625rem; }
  .attributes .color-attribute .swatch-circle.color-value.selected::after,
  .attributes .color-box.selected::after {
    display: none; }

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

.attributes .add-to-wish-list {
  text-align: left;
  text-transform: none; }
  .attributes .add-to-wish-list .wishlist-icon,
  .attributes .add-to-wish-list span {
    margin: auto; }
  .attributes .add-to-wish-list .wishlist-icon {
    aspect-ratio: auto 1 / 1; }
  .attributes .add-to-wish-list span {
    color: #000;
    letter-spacing: 0;
    font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
    margin-top: 10px;
    margin-top: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem; }

.attributes .cart-and-ipay .add-to-cart,
.attributes .cart-and-ipay .add-to-cart-ipay {
  width: 100%; }
  .attributes .cart-and-ipay .add-to-cart .icon,
  .attributes .cart-and-ipay .add-to-cart-ipay .icon {
    margin: 0 10px -3px 0;
    margin: 0 0.625rem -0.1875rem 0; }

.attributes .cart-and-ipay .update-cart-product-global {
  min-width: 100%; }

@media (max-width: 768.98px) {
  .attributes .cart-and-ipay {
    background-color: #fff;
    padding: 5px;
    padding: 0.3125rem; }
    .attributes .cart-and-ipay .add-to-cart-wrapper {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; } }

.attributes .product-quantity {
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }
  .attributes .product-quantity select,
  .attributes .product-quantity .custom-dropdown {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    max-width: 110px;
    max-width: 6.875rem; }
    .attributes .product-quantity select .select-selected::after,
    .attributes .product-quantity select .custom-select::after,
    .attributes .product-quantity .custom-dropdown .select-selected::after,
    .attributes .product-quantity .custom-dropdown .custom-select::after {
      top: 17px;
      top: 1.0625rem; }

.attributes .text-error {
  color: #c2170f; }

.attributes .attr-info-container {
  font-family: "Causten-Bold", "Arial Narrow", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  padding: 0; }

.attributes .out-of-stock-label {
  font-family: "Causten-Bold", "Arial Black", sans-serif /*rtl:prepend:Almarai, */;
  background: #000;
  color: #fff; }

.size-chart {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .size-chart .btn {
    padding: 0;
    color: #000;
    font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
    text-transform: none;
    text-decoration: underline;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-size: 0.875rem; }

@media (min-width: 769px) {
  .product-detail .primary-images {
    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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 140px;
      width: 8.75rem;
      padding-right: 15px;
      padding-right: 0.9375rem; }
    .product-detail .primary-images .carousel-indicators {
      display: block;
      position: static;
      margin: 0;
      width: 100%;
      overflow: hidden;
      padding: 0;
      -ms-overflow-style: none; }
      .product-detail .primary-images .carousel-indicators.long-carousel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        height: 100%;
        max-height: 635px;
        max-height: 39.6875rem; }
      .product-detail .primary-images .carousel-indicators::-webkit-scrollbar {
        display: none; }
      .product-detail .primary-images .carousel-indicators li {
        width: auto;
        height: auto;
        margin: 4px 0;
        border: 1px solid transparent; }
        .product-detail .primary-images .carousel-indicators li:first-child {
          border-top: 0; }
        .product-detail .primary-images .carousel-indicators li img {
          opacity: 1;
          border: solid 1px #646464; }
        .product-detail .primary-images .carousel-indicators li.active {
          border-color: #000; }
          .product-detail .primary-images .carousel-indicators li.active img {
            border-color: #000; }
    .product-detail .primary-images .multiple-images .carousel-inner {
      margin-left: 0;
      margin-left: 0; }
    .product-detail .primary-images .multiple-images .carousel-control-prev {
      left: 0;
      left: 0; }
  @-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 {
      background-size: 100% 100%;
      transform: rotate(90deg);
      cursor: pointer;
      height: 24px;
      height: 1.5rem;
      width: 13px;
      width: 0.8125rem;
      margin: 0 auto;
      margin: 0 auto; }
    .product-detail .primary-images .carousel-thumb-control-next {
      background: url(../../icons/next-black.svg) no-repeat center; }
    .product-detail .primary-images .carousel-thumb-control-prev {
      background: url(../../icons/prev-black.svg) no-repeat center; }
  .attributes {
    padding: 0;
    padding: 0; }
    .attributes [data-attr="color"],
    .attributes [data-attr="Shade"],
    .attributes [data-attr="shade"] .attribute {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .attributes .add-to-wish-list {
      padding-left: 0;
      -ms-flex-direction: row;
          flex-direction: row; }
      .attributes .add-to-wish-list .wishlist-icon,
      .attributes .add-to-wish-list span {
        margin: initial; }
      .attributes .add-to-wish-list span {
        width: auto;
        margin-top: 0;
        margin-top: 0;
        line-height: 18px;
        line-height: 1.125rem; }
    .attributes .custom-select.select-size {
      height: 45px;
      height: 2.8125rem; } }

@media (min-width: 769px) {
  .product-detail .primary-images .caro-large-image {
    margin: 0 auto;
    height: 100%;
    max-height: 700px;
    max-height: 43.75rem;
    max-width: 640px;
    max-width: 40rem; }
    .product-detail .primary-images .caro-large-image .carousel-inner,
    .product-detail .primary-images .caro-large-image .carousel-inner .carousel-item {
      height: 100%;
      max-height: 700px;
      max-height: 43.75rem;
      max-width: 640px;
      max-width: 40rem; }
  .product-detail .primary-images .carousel-thumb-control-next {
    display: block;
    margin-top: 8px;
    margin-top: 0.5rem; } }

.attribute-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-right: -5px;
  margin-right: -0.3125rem; }
  .attribute-radio-selector {
    position: relative;
    margin: 5px; }
    .attribute-radio-selector input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden; }
    .attribute-radio-selector input.options-disabled + label {
      background-color: #f7f7f7;
      color: #d8d8d8; }
      .attribute-radio-selector input.options-disabled + label::before {
        content: "";
        position: absolute;
        top: 18px;
        left: -4px;
        width: 76px;
        height: 1px;
        background-color: #d8d8d8;
        transform: rotate(28deg);
        z-index: 0; }
    .attribute-radio-selector input:checked + label {
      border-color: #000; }
    .attribute-radio-selector label {
      border: 1px solid #d8d8d8;
      color: #000;
      font-family: "Causten-Bold", "Arial Narrow", "Arial", sans-serif /*rtl:prepend:Almarai, */;
      text-align: center;
      letter-spacing: 0.5px;
      margin: 0;
      background-color: #fff;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      font-size: 0.875rem;
      min-width: 68px;
      min-width: 4.25rem;
      height: 38px;
      height: 2.375rem;
      line-height: 38px;
      line-height: 2.375rem;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .attribute-radio-selector label span {
        position: relative;
        z-index: 1; }

.loyalty-points-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .loyalty-points-wrap .loyalty-points-img img {
    margin-right: 8px;
    margin-right: 0.5rem;
    width: 34px;
    width: 2.125rem; }
    .loyalty-points-wrap .loyalty-points-img img.join-loyalty-img {
      width: 56px;
      width: 3.5rem; }
  .loyalty-points-wrap .tooltip a {
    text-decoration: underline; }
  .loyalty-points-wrap .loyalty-points {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .loyalty-points-wrap .loyalty-points img.info-icon {
      margin-bottom: 2px;
      margin-bottom: 0.125rem; }
  .loyalty-points-wrap .loyalty-points,
  .loyalty-points-wrap .loyalty-points-img {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

#editProductModal .attribute-radio input.options-disabled + label {
  cursor: not-allowed;
  pointer-events: none; }

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/* Bonus product */
@media (min-width: 769px) {
  .bonus-product-container {
    display: -ms-flexbox;
    display: flex; } }

#chooseBonusProductModal .select-bonus-product,
#chooseBonusProductModal .bonus-product-price {
  margin-top: 0.5rem; }

@media (max-width: 991.98px) {
  #chooseBonusProductModal .modal-dialog {
    margin-top: 0.5rem;
    position: fixed; } }

.choose-bonus-product-dialog .modal-content {
  border: none; }

.choose-bonus-product-dialog.overflow-y-assist {
  overflow-y: auto; }

.choose-bonus-product-dialog {
  overflow: hidden; }
  .choose-bonus-product-dialog hr {
    margin: 45px auto;
    margin: 2.8125rem auto;
    max-width: 1180px;
    max-width: 73.75rem; }
  .choose-bonus-product-dialog .modal-header {
    background-color: transparent;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 5px;
    padding: 0.9375rem 0.3125rem; }
  .choose-bonus-product-dialog .modal-header .close {
    opacity: 1;
    outline: none;
    margin-right: -5px;
    margin-right: -0.3125rem; }
  .choose-bonus-product-dialog .modal-header span {
    font-weight: 600;
    text-transform: uppercase;
    color: #15141a;
    font-size: 16px;
    font-size: 1rem; }
  .choose-bonus-product-dialog .modal-header .close .close-symbol {
    display: block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem; }
  .choose-bonus-product-dialog .modal-header .close .close-symbol::after {
    position: absolute;
    content: "";
    background: url(../../icons/close-black.svg) no-repeat;
    top: 15px;
    top: 0.9375rem;
    right: 15px;
    right: 0.9375rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem; }
  .choose-bonus-product-dialog .modal-body {
    overflow: auto;
    max-height: 565px;
    max-height: 35.3125rem;
    padding: 0 15px;
    padding: 0 0.9375rem; }
  .choose-bonus-product-dialog .modal-body .choice-of-bonus-product,
  .choose-bonus-product-dialog .modal-body .product-detail {
    padding: 0; }
    .choose-bonus-product-dialog .modal-body .choice-of-bonus-product .attributes .color-attribute:focus,
    .choose-bonus-product-dialog .modal-body .product-detail .attributes .color-attribute:focus {
      outline: none; }
    .choose-bonus-product-dialog .modal-body .choice-of-bonus-product .attributes .color-attribute .swatch-circle.color-value,
    .choose-bonus-product-dialog .modal-body .product-detail .attributes .color-attribute .swatch-circle.color-value {
      margin-right: 10px;
      margin-right: 0.625rem; }
  .choose-bonus-product-dialog .modal-body .primary-images {
    padding: 0;
    padding: 0;
    margin: 0;
    margin: 0; }
  .choose-bonus-product-dialog .modal-body .choice-of-bonus-product:last-of-type hr {
    margin-bottom: 0;
    border-color: transparent;
    margin-top: 25px;
    margin-top: 1.5625rem; }
  .choose-bonus-product-dialog .modal-footer .container {
    margin-left: 0;
    width: 100%;
    margin-right: 0; }
  .choose-bonus-product-dialog .modal-footer .selected-pid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .choose-bonus-product-dialog .modal-footer .remove-btn {
    transform: scale(0.75); }
  .choose-bonus-product-dialog .select-cbp-container {
    margin-top: auto;
    margin-bottom: auto; }
  .choose-bonus-product-dialog .product-name-wrapper {
    width: 100%; }
  .choose-bonus-product-dialog .bonus-quantity,
  .choose-bonus-product-dialog .bonus-option {
    margin-top: 0.938em; }
  .choose-bonus-product-dialog .bonus-quantity-select {
    min-width: 5em; }
  .choose-bonus-product-dialog .select-bonus-product {
    margin-top: 1em; }
  .choose-bonus-product-dialog .selected-pid {
    border: 1px solid #999;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 16px;
    padding: 1rem; }
    .choose-bonus-product-dialog .selected-pid .bonus-product-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
      @media (max-width: 991.98px) {
        .choose-bonus-product-dialog .selected-pid .bonus-product-name {
          width: 80%; } }
    .choose-bonus-product-dialog .selected-pid .remove-btn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      width: 20px;
      width: 1.25rem;
      height: 20px;
      height: 1.25rem; }
  .choose-bonus-product-dialog .bonus-product-price {
    text-align: center;
    margin-top: 1em; }
  .choose-bonus-product-dialog .more-bonus-wrap {
    min-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .choose-bonus-product-dialog .modal-body .detail-panel .select-bonus-product {
    width: 100%; }
  .choose-bonus-product-dialog .modal-footer {
    background-color: #eae7e8;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-bottom: 0.625rem; }
  .choose-bonus-product-dialog .modal-footer .details-wrapper .add-bonus-products {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-size: 0.9375rem; }
  .choose-bonus-product-dialog .modal-footer .bonus-summary {
    font-weight: 600;
    -ms-flex-pack: center;
        justify-content: center;
    color: #323036;
    margin: 10px 0 15px;
    margin: 0.625rem 0 0.9375rem;
    font-size: 12px;
    font-size: 0.75rem; }
  .choose-bonus-product-dialog .modal-footer .selected-pid {
    font-weight: normal;
    border: 1px solid #999;
    color: #646464;
    margin-left: 0;
    line-height: 26px;
    line-height: 1.625rem;
    padding: 16px 0 16px 10px;
    padding: 1rem 0 1rem 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 15px;
    margin-top: 0.9375rem; }
  .choose-bonus-product-dialog .modal-footer .selected-pid:first-of-type {
    margin-top: 0; }
  .choose-bonus-product-dialog .modal-footer .remove-btn::after {
    position: absolute;
    content: "";
    background: url(../../icons/close-black.svg) no-repeat;
    right: 15px;
    right: 0.9375rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    top: 50%;
    transform: translateY(-50%); }
  .choose-bonus-product-dialog .choice-of-bonus-product .text-center {
    min-height: 100px; }
    .choose-bonus-product-dialog .choice-of-bonus-product .text-center .show-more-bonus-products {
      margin-top: 20px;
      margin-top: 1.25rem; }

@media (min-width: 769px) {
  #chooseBonusProductModal .select-bonus-product {
    margin-top: 16px;
    margin-top: 1rem; }
  #chooseBonusProductModal .modal-dialog {
    margin-top: 15vh; }
  #chooseBonusProductModal .modal-dialog .details-wrapper {
    padding-left: 35px;
    padding-left: 2.1875rem; }
  .choose-bonus-product-dialog {
    max-width: 1280px;
    max-width: 80rem;
    max-height: 900px;
    max-height: 56.25rem; }
    .choose-bonus-product-dialog hr {
      margin: 45px auto;
      margin: 2.8125rem auto;
      max-width: 1180px;
      max-width: 73.75rem; }
    .choose-bonus-product-dialog .modal-header {
      padding: 30px 35px;
      padding: 1.875rem 2.1875rem; }
    .choose-bonus-product-dialog .modal-header .close {
      margin-right: -16px;
      margin-right: -1rem; }
    .choose-bonus-product-dialog .modal-header span {
      font-size: 30px;
      font-size: 1.875rem; }
    .choose-bonus-product-dialog .modal-body {
      max-height: 565px;
      max-height: 35.3125rem;
      padding: 0 15px;
      padding: 0 0.9375rem; }
    .choose-bonus-product-dialog .modal-body .choice-of-bonus-product,
    .choose-bonus-product-dialog .modal-body .product-detail,
    .choose-bonus-product-dialog .modal-body .primary-images {
      padding-left: 15px;
      padding-left: 0.9375rem;
      padding-right: 15px;
      padding-right: 0.9375rem; }
    .choose-bonus-product-dialog .modal-body .choice-of-bonus-product:last-of-type hr {
      border-color: #a5988c;
      margin-top: 45px;
      margin-top: 2.8125rem; }
    .choose-bonus-product-dialog .product-brand {
      margin-bottom: 8px;
      margin-bottom: 0.5rem; }
    .choose-bonus-product-dialog .modal-footer {
      padding: 0;
      width: 100%;
      max-width: 1180px;
      background-color: transparent;
      margin: 0 auto 40px;
      margin: 0 auto 2.5rem; }
    .choose-bonus-product-dialog .modal-footer .details-wrapper {
      padding-right: 0; }
    .choose-bonus-product-dialog .modal-footer .details-wrapper .add-bonus-products {
      font-size: 16px;
      font-size: 1rem; }
    .choose-bonus-product-dialog .modal-footer .bonus-summary {
      -ms-flex-pack: start;
          justify-content: start;
      margin: 20px -15px 15px;
      margin: 1.25rem -0.9375rem 0.9375rem;
      font-size: 16px;
      font-size: 1rem; }
    .choose-bonus-product-dialog .modal-footer .selected-pid {
      padding: 16px;
      padding: 1rem;
      margin-left: -15px;
      margin-left: -0.9375rem;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; }
    .choose-bonus-product-dialog .modal-footer .selected-pid:first-of-type {
      margin-top: 0; } }

@media (max-width: 991.98px) {
  .choose-bonus-product-dialog {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; }
  .choose-bonus-product-dialog .modal-body {
    max-height: calc(100vh - 200px); } }

.accordion-title {
  color: #000;
  font-family: "Causten-Bold", "Arial Narrow", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  letter-spacing: 0;
  border-top: 1px solid #97979780;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-size: 16px;
  font-size: 1rem; }
  .accordion-title.is-active .icon::after {
    display: none; }
  .accordion-title .icon {
    position: relative;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-left: 15px;
    margin-left: 0.9375rem; }
    .accordion-title .icon::after, .accordion-title .icon::before {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #000;
      height: 1px;
      width: 20px;
      width: 1.25rem; }
    .accordion-title .icon::after {
      transform: rotate(90deg); }
    .accordion-title .icon::before {
      left: 0; }

.accordion-content {
  padding: 10px 0 15px 0;
  padding: 0.625rem 0 0.9375rem 0; }
  .accordion-content p,
  .accordion-content li {
    margin: 0;
    color: #646464;
    letter-spacing: 0;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 15px;
    font-size: 0.9375rem; }

.experience-sup_assets-accordion:last-child .accordion-title:not(.is-active) {
  border-bottom-color: #97979780; }

#services .accordion-title {
  border-bottom: 1px solid #97979780; }

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

@media (max-width: 768.98px) {
  [data-action="Product-Show"] {
    padding-bottom: 100px;
    padding-bottom: 6.25rem; } }

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

.pswp {
  z-index: 9999; }

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

.product-detail .text-danger,
.bundle-detail .text-danger {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%; }

.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 .promotions,
.bundle-detail .promotions {
  display: -ms-flexbox;
  display: flex; }
  .product-detail .promotions .promo-callout-msg,
  .bundle-detail .promotions .promo-callout-msg {
    background-color: #9f4494;
    color: #fff;
    letter-spacing: 0;
    height: 24px;
    height: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    font-family: "Causten-Bold", "Arial Narrow", sans-serif /*rtl:prepend:Almarai, */; }
    .product-detail .promotions .promo-callout-msg + .promo-callout-msg,
    .bundle-detail .promotions .promo-callout-msg + .promo-callout-msg {
      margin-left: 5px;
      margin-left: 0.3125rem; }

.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 .add-to-cart-btn-container .add-to-cart-wrapper,
.bundle-detail .add-to-cart-btn-container .add-to-cart-wrapper {
  width: 100%; }
  .product-detail .add-to-cart-btn-container .add-to-cart-wrapper .add-to-cart,
  .bundle-detail .add-to-cart-btn-container .add-to-cart-wrapper .add-to-cart {
    border-radius: 2.875em;
    font-family: "Causten-Bold", "Arial Narrow", sans-serif /*rtl:prepend:Almarai, */;
    background-color: #171717;
    font-weight: 900;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 28px;
    padding: 0.75rem 1.75rem; }

.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-left: 0;
      padding-right: 0; } }

.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-breadcrumb > div.row,
.product-set-detail .product-breadcrumb > div.row {
  display: -ms-flexbox !important;
  display: flex !important; }

.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: #000;
  letter-spacing: 0;
  font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem; }

.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;
  font-weight: "Causten-Bold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  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; }
  @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: "Causten-Bold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: 0;
  line-height: 19px;
  line-height: 1.1875rem; }

.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: "Causten-Bold", "Arial Narrow", "Arial", sans-serif;
  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%; }

@media (max-width: 768.98px) {
  .price .range {
    -ms-flex-pack: initial;
        justify-content: initial; } }

.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; }

@media (min-width: 769px) {
  .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 .h-helper {
    max-height: 76.5vh; }
  .product-detail .logo-wrapper {
    position: absolute;
    right: 0; }
    .product-detail .logo-wrapper img {
      max-width: 100px;
      max-width: 6.25rem; }
  .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: "Causten-Bold", "Arial Narrow", "Arial", sans-serif;
    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 .price {
    display: table;
    height: 100%; }
    .product-detail .prices-add-to-cart-actions .price .default {
      display: table-cell;
      vertical-align: bottom; }
  .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 .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 .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 {
      width: auto;
      margin-top: 0;
      margin-top: 0;
      margin-left: 10px;
      margin-left: 0.625rem;
      line-height: 18px;
      line-height: 1.125rem; }
  .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: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; } }

.product-breadcrumb .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border: 0; }

@media (max-width: 768.98px) {
  .product-detail .attributes .add-to-wish-list,
  .bundle-detail .attributes .add-to-wish-list {
    padding: 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 auto; }
  .bundle-item:last-child {
    padding-bottom: 0; }
  .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-heading,
.up-sell-heading {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 30px;
  margin: 1.875rem; }
  @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 .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%; } }
      .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 .wishlist-tile,
      .up-sell .product-tile .tile-body .wishlist-tile {
        margin-top: 6px; } }

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

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

#pdpbottom .experience-component figcaption * {
  font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */; }

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

.description-and-detail {
  max-width: 60rem; }
  .description-and-detail .accordion-item {
    border-bottom: 0.0625rem solid #e5e5e5; }
  .description-and-detail .accordion-title {
    border: none;
    font-family: "Causten-Regular", "Arial Narrow", "Arial", sans-serif /*rtl:prepend:Almarai, */;
    position: relative;
    line-height: 1.1071428571;
    font-weight: 600;
    font-size: 37px;
    font-size: 2.3125rem;
    padding: 32px 0;
    padding: 2rem 0; }
    @media (max-width: 768.98px) {
      .description-and-detail .accordion-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem;
        padding: 20px 0;
        padding: 1.25rem 0; } }
    .description-and-detail .accordion-title:hover::after {
      border: 1px solid #171717; }
    .description-and-detail .accordion-title::after {
      content: "";
      background: url("../../icons/arrow-down-black-2024.svg") no-repeat;
      background-position: center;
      position: absolute;
      right: 0;
      transition: all 0.2s ease-in-out;
      border: 1px solid #d3d3d3;
      top: 32px;
      top: 2rem;
      width: 24px;
      width: 1.5rem;
      height: 24px;
      height: 1.5rem;
      padding: 20px;
      padding: 1.25rem;
      border-radius: 100px;
      border-radius: 6.25rem; }
      @media (max-width: 768.98px) {
        .description-and-detail .accordion-title::after {
          top: 13px;
          top: 0.8125rem; } }
    .description-and-detail .accordion-title.is-active::after {
      transform: rotate(180deg); }
  .description-and-detail .accordion-content h1,
  .description-and-detail .accordion-content h2,
  .description-and-detail .accordion-content h3,
  .description-and-detail .accordion-content h4,
  .description-and-detail .accordion-content h5 {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    font-size: 18px;
    font-size: 1.125rem; }
  .description-and-detail .accordion-content img {
    display: block;
    margin: 0;
    max-width: 100% !important; }
  .description-and-detail .accordion-content iframe,
  .description-and-detail .accordion-content video {
    width: 100%; }

@media (max-width: 991.98px) {
  .add-to-cart-btn-container.sticky-add-to-cart {
    transition: transform 425ms ease-in-out; }
    .add-to-cart-btn-container.sticky-add-to-cart.scrolled-down {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0.0625rem;
      transition: all 0.4s;
      border-top: 0.0625rem solid #000;
      z-index: 999;
      background-color: #fff;
      padding: 0.875rem;
      transform: translate3d(0, 0, 0);
      will-change: transform; }
      .add-to-cart-btn-container.sticky-add-to-cart.scrolled-down .add-to-cart-wrapper {
        padding: 0 0.3125rem; } }

.product-detail .delivery-returns-payments-assets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  gap: 1rem; }

.product-detail .delivery-and-returns-info {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
  gap: 0.5rem;
  padding: 16px;
  padding: 1rem; }
  .product-detail .delivery-and-returns-info p,
  .product-detail .delivery-and-returns-info a {
    color: #171717;
    margin-bottom: 0;
    font-family: "Roboto-Condensed", "Arial", sans-serif /*rtl:prepend:Almarai, */;
    font-size: 14px;
    font-size: 0.875rem; }
  .product-detail .delivery-and-returns-info a {
    text-decoration: underline; }
    .product-detail .delivery-and-returns-info a:hover {
      text-decoration: none; }
  .product-detail .delivery-and-returns-info .delivery-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 8px;
    gap: 0.5rem; }
    .product-detail .delivery-and-returns-info .delivery-info .icon {
      display: inline-block;
      background-size: contain;
      width: 18px;
      width: 1.125rem;
      height: 18px;
      height: 1.125rem;
      margin-top: 1px;
      margin-top: 0.0625rem; }
      .product-detail .delivery-and-returns-info .delivery-info .icon.delivery-icon {
        background-image: url(../../icons/delivery-truck-black.svg); }
      .product-detail .delivery-and-returns-info .delivery-info .icon.returns-icon {
        background-image: url(../../icons/product-returns-icon.svg); }
  .product-detail .delivery-and-returns-info .text-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    gap: 0.5rem; }
    .product-detail .delivery-and-returns-info .text-content .delivery-text {
      display: -ms-flexbox;
      display: flex; }
      .product-detail .delivery-and-returns-info .text-content .delivery-text p {
        margin-bottom: 0;
        line-height: normal; }
      .product-detail .delivery-and-returns-info .text-content .delivery-text .check-icon {
        display: inline-block;
        background-size: contain;
        background-position: center;
        background-image: url(../../icons/circle-check-success.svg);
        margin-right: 4px;
        margin-right: 0.25rem;
        width: 16px;
        width: 1rem;
        height: 16px;
        height: 1rem; }
      .product-detail .delivery-and-returns-info .text-content .delivery-text .note {
        color: #666;
        display: block; }

.pdp-tamara-widget-container > * {
  font-family: "Causten-Regular", "Arial", sans-serif /*rtl:prepend:Almarai, */; }

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

.number {
  display: -ms-flexbox;
  display: flex; }
  .number > input {
    max-width: 120px; }
  .number .number-of-products {
    min-width: initial;
    width: 40px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    line-height: 30px;
    margin: 0 1px;
    text-align: center;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 544px) {
      .number .number-of-products {
        width: 50px;
        margin: 0 3px; } }
    .number .number-of-products:focus {
      outline: none; }
    .number .number-of-products::-webkit-outer-spin-button, .number .number-of-products::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .number .qty-change {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    background: #323036;
    color: #fff;
    font-size: 21px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
    .number .qty-change:disabled {
      background: #d8d8d8; }

.primary-images {
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .primary-images .carousel .carousel-control-next,
  .primary-images .carousel .carousel-control-prev {
    -ms-flex-pack: center;
        justify-content: center; }
  .primary-images .carousel .icon-next,
  .primary-images .carousel .icon-prev {
    display: block;
    background-color: transparent;
    position: absolute;
    padding: 14px 0;
    padding: 0.875rem 0; }
    .primary-images .carousel .icon-next::before,
    .primary-images .carousel .icon-prev::before {
      content: "";
      height: 24px;
      width: 24px;
      position: relative;
      display: block;
      margin: 0 auto;
      background-position: center center; }
  .primary-images .carousel .icon-prev {
    left: 0; }
    .primary-images .carousel .icon-prev::before {
      background: url("../../icons/prev-black.svg") no-repeat; }
  .primary-images .carousel .icon-next {
    right: 0; }
    .primary-images .carousel .icon-next::before {
      background: url("../../icons/next-black.svg") no-repeat; }
  .primary-images .carousel-indicators {
    margin-bottom: 0; }
  .primary-images .carousel-indicators li {
    background-color: #d9d6d9;
    opacity: 1;
    transition: background-color 0.6s ease; }
    .primary-images .carousel-indicators li img {
      opacity: 0; }
  .primary-images .carousel-indicators .active {
    background-color: #15141a; }
  .primary-images .add-to-wish-list {
    position: absolute;
    z-index: 100;
    width: 75px;
    width: 4.6875rem;
    right: 0;
    right: 0;
    top: 0;
    top: 0; }

.product-brand {
  color: #171717;
  font-family: "Causten-Regular", "Arial Narrow", "Arial", sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media (max-width: 768.98px) {
    .product-brand {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 31px;
      line-height: 1.9375rem; } }
  .product-brand a {
    color: #171717; }

.product-name {
  color: #171717;
  font-family: "Archivo-Regular", "Arial", sans-serif;
  border-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem; }

.product-description-link button {
  color: #171717;
  font-family: "Archivo-Regular", "Arial", sans-serif;
  border-bottom: 0;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .product-description-link button:hover {
    text-decoration: none; }

.prices {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0; }
  .prices .price {
    font-size: 20px;
    font-size: 1.25rem; }

.product-description {
  font-family: "Archivo-Regular", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .product-description * {
    color: rgba(0, 0, 0, 0.6); }

.out-of-stock-text {
  color: #646464; }

.attributes-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem; }

.attributes [data-attr="color"] .attribute,
.attributes [data-attr="Shade"] .attribute,
.attributes [data-attr="shade"] .attribute {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  padding: 0 6px;
  padding: 0 0.375rem; }
  .attributes [data-attr="color"] .attribute .color-attribute:focus,
  .attributes [data-attr="Shade"] .attribute .color-attribute:focus,
  .attributes [data-attr="shade"] .attribute .color-attribute:focus {
    outline: none; }

.attributes .attribute label:focus,
.attributes .attribute input:focus,
.attributes .attribute .color-attribute:focus,
.attributes .attribute button:focus {
  outline: none !important; }

.attributes .attribute.quantity {
  display: block; }

.attributes .color-attribute .swatch-circle.color-value,
.attributes .color-box {
  background-size: contain;
  border-radius: 0;
  border: 1px solid #646464;
  margin-right: 17px;
  margin-right: 1.0625rem;
  height: 26px;
  height: 1.625rem;
  width: 26px;
  width: 1.625rem; }
  .attributes .color-attribute .swatch-circle.color-value.selected,
  .attributes .color-box.selected {
    outline: 1px solid #000;
    outline-offset: 5px;
    height: 26px;
    height: 1.625rem;
    width: 26px;
    width: 1.625rem; }
  .attributes .color-attribute .swatch-circle.color-value.selected::after,
  .attributes .color-box.selected::after {
    display: none; }

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

.attributes .add-to-wish-list {
  text-align: left;
  text-transform: none; }
  .attributes .add-to-wish-list .wishlist-icon,
  .attributes .add-to-wish-list span {
    margin: auto; }
  .attributes .add-to-wish-list .wishlist-icon {
    aspect-ratio: auto 1 / 1; }
  .attributes .add-to-wish-list span {
    color: #000;
    letter-spacing: 0;
    font-family: "Archivo-Regular", "Arial", sans-serif;
    margin-top: 10px;
    margin-top: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem; }

.attributes .cart-and-ipay .add-to-cart,
.attributes .cart-and-ipay .add-to-cart-ipay {
  width: 100%; }
  .attributes .cart-and-ipay .add-to-cart .icon,
  .attributes .cart-and-ipay .add-to-cart-ipay .icon {
    margin: 0 10px -3px 0;
    margin: 0 0.625rem -0.1875rem 0; }

.attributes .cart-and-ipay .update-cart-product-global {
  min-width: 100%; }

@media (max-width: 768.98px) {
  .attributes .cart-and-ipay {
    background-color: #fff;
    padding: 5px;
    padding: 0.3125rem; }
    .attributes .cart-and-ipay .add-to-cart-wrapper {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; } }

.attributes .product-quantity {
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }
  .attributes .product-quantity select,
  .attributes .product-quantity .custom-dropdown {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    max-width: 110px;
    max-width: 6.875rem; }
    .attributes .product-quantity select .select-selected::after,
    .attributes .product-quantity select .custom-select::after,
    .attributes .product-quantity .custom-dropdown .select-selected::after,
    .attributes .product-quantity .custom-dropdown .custom-select::after {
      top: 17px;
      top: 1.0625rem; }

.attributes .text-error {
  color: #c2170f; }

.attributes .attr-info-container {
  font-family: "Causten-Regular", "Arial Narrow", "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  padding: 0; }

.attributes .out-of-stock-label {
  font-family: "Causten-Bold", "Arial Black", sans-serif;
  background: #000;
  color: #fff; }

.size-chart {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .size-chart .btn {
    padding: 0;
    color: #000;
    font-family: "Archivo-Regular", "Arial", sans-serif;
    text-transform: none;
    text-decoration: underline;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-size: 0.875rem; }

@media (min-width: 769px) {
  .product-detail .primary-images {
    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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 140px;
      width: 8.75rem;
      padding-right: 15px;
      padding-right: 0.9375rem; }
    .product-detail .primary-images .carousel-indicators {
      display: block;
      position: static;
      margin: 0;
      width: 100%;
      overflow: hidden;
      padding: 0;
      -ms-overflow-style: none; }
      .product-detail .primary-images .carousel-indicators.long-carousel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        height: 100%;
        max-height: 635px;
        max-height: 39.6875rem; }
      .product-detail .primary-images .carousel-indicators::-webkit-scrollbar {
        display: none; }
      .product-detail .primary-images .carousel-indicators li {
        width: auto;
        height: auto;
        margin: 4px 0;
        border: 1px solid transparent; }
        .product-detail .primary-images .carousel-indicators li:first-child {
          border-top: 0; }
        .product-detail .primary-images .carousel-indicators li img {
          opacity: 1;
          border: solid 1px #646464; }
        .product-detail .primary-images .carousel-indicators li.active {
          border-color: #000; }
          .product-detail .primary-images .carousel-indicators li.active img {
            border-color: #000; }
    .product-detail .primary-images .multiple-images .carousel-inner {
      margin-left: 0;
      margin-left: 0; }
    .product-detail .primary-images .multiple-images .carousel-control-prev {
      left: 0;
      left: 0; }
  @-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 {
      background-size: 100% 100%;
      transform: rotate(90deg);
      cursor: pointer;
      height: 24px;
      height: 1.5rem;
      width: 13px;
      width: 0.8125rem;
      margin: 0 auto;
      margin: 0 auto; }
    .product-detail .primary-images .carousel-thumb-control-next {
      background: url(../../icons/next-black.svg) no-repeat center; }
    .product-detail .primary-images .carousel-thumb-control-prev {
      background: url(../../icons/prev-black.svg) no-repeat center; }
  .attributes {
    padding: 0;
    padding: 0; }
    .attributes [data-attr="color"],
    .attributes [data-attr="Shade"],
    .attributes [data-attr="shade"] .attribute {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .attributes .add-to-wish-list {
      padding-left: 0;
      -ms-flex-direction: row;
          flex-direction: row; }
      .attributes .add-to-wish-list .wishlist-icon,
      .attributes .add-to-wish-list span {
        margin: initial; }
      .attributes .add-to-wish-list span {
        width: auto;
        margin-top: 0;
        margin-top: 0;
        line-height: 18px;
        line-height: 1.125rem; }
    .attributes .custom-select.select-size {
      height: 45px;
      height: 2.8125rem; } }

@media (min-width: 769px) {
  .product-detail .primary-images .caro-large-image {
    margin: 0 auto;
    height: 100%;
    max-height: 700px;
    max-height: 43.75rem;
    max-width: 640px;
    max-width: 40rem; }
    .product-detail .primary-images .caro-large-image .carousel-inner,
    .product-detail .primary-images .caro-large-image .carousel-inner .carousel-item {
      height: 100%;
      max-height: 700px;
      max-height: 43.75rem;
      max-width: 640px;
      max-width: 40rem; }
  .product-detail .primary-images .carousel-thumb-control-next {
    display: block;
    margin-top: 8px;
    margin-top: 0.5rem; } }

.attribute-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-right: -5px;
  margin-right: -0.3125rem; }
  .attribute-radio-selector {
    position: relative;
    margin: 5px; }
    .attribute-radio-selector input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden; }
    .attribute-radio-selector input.options-disabled + label {
      background-color: #f7f7f7;
      color: #d8d8d8; }
      .attribute-radio-selector input.options-disabled + label::before {
        content: "";
        position: absolute;
        top: 18px;
        left: -4px;
        width: 76px;
        height: 1px;
        background-color: #d8d8d8;
        transform: rotate(28deg);
        z-index: 0; }
    .attribute-radio-selector input:checked + label {
      border-color: #000; }
    .attribute-radio-selector label {
      border: 1px solid #d8d8d8;
      color: #000;
      font-family: "Causten-Regular", "Arial Narrow", "Arial", sans-serif;
      text-align: center;
      letter-spacing: 0.5px;
      margin: 0;
      background-color: #fff;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      font-size: 0.875rem;
      min-width: 68px;
      min-width: 4.25rem;
      height: 38px;
      height: 2.375rem;
      line-height: 38px;
      line-height: 2.375rem;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .attribute-radio-selector label span {
        position: relative;
        z-index: 1; }

.loyalty-points-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .loyalty-points-wrap .loyalty-points-img img {
    margin-right: 8px;
    margin-right: 0.5rem;
    width: 34px;
    width: 2.125rem; }
    .loyalty-points-wrap .loyalty-points-img img.join-loyalty-img {
      width: 56px;
      width: 3.5rem; }
  .loyalty-points-wrap .tooltip a {
    text-decoration: underline; }
  .loyalty-points-wrap .loyalty-points {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem; }
    .loyalty-points-wrap .loyalty-points img.info-icon {
      margin-bottom: 2px;
      margin-bottom: 0.125rem; }
  .loyalty-points-wrap .loyalty-points,
  .loyalty-points-wrap .loyalty-points-img {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

#editProductModal .attribute-radio input.options-disabled + label {
  cursor: not-allowed;
  pointer-events: none; }

.number .qty-change {
  line-height: 33px;
  line-height: 2.0625rem;
  font-size: 21px;
  font-size: 1.3125rem; }

.product-detail .attribute.product-quantity {
  padding-left: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.product-detail .delivery-and-returns-info p {
  font-family: "Archivo-Regular", "Arial", sans-serif; }

.product-detail .delivery-and-returns-info a {
  font-family: "Archivo-Regular", "Arial", sans-serif; }

.product-detail .product-brand {
  font-family: "Causten-Bold", "Arial Black", sans-serif; }

.product-detail .attributes .attr-info-container {
  font-family: "Causten-Regular", "Arial", sans-serif; }

.product-detail .promotions .promo-callout-msg {
  font-family: "Causten-Bold", "Arial Black", sans-serif; }

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