.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) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    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;
  }
}

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

.row.equal-height > [class^=col] {
  display: -webkit-box;
  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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

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

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

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

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

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

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

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

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

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

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

.price {
  font-size: 1.5rem;
}

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

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          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;
  }
}

:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

/*------------------------------------*\
        #UNIT
\*------------------------------------*/
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-54 {
  font-size: 3.375rem;
}

.fs-56 {
  font-size: 3.5rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-64 {
  font-size: 4rem;
}

@media (min-width: 544px) {
  .fs-sm-10 {
    font-size: 0.625rem;
  }
  .fs-sm-11 {
    font-size: 0.6875rem;
  }
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-15 {
    font-size: 0.9375rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-17 {
    font-size: 1.0625rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-19 {
    font-size: 1.1875rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-21 {
    font-size: 1.3125rem;
  }
  .fs-sm-22 {
    font-size: 1.375rem;
  }
  .fs-sm-23 {
    font-size: 1.4375rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fs-sm-26 {
    font-size: 1.625rem;
  }
  .fs-sm-28 {
    font-size: 1.75rem;
  }
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fs-sm-36 {
    font-size: 2.25rem;
  }
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fs-sm-44 {
    font-size: 2.75rem;
  }
  .fs-sm-48 {
    font-size: 3rem;
  }
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fs-sm-54 {
    font-size: 3.375rem;
  }
  .fs-sm-56 {
    font-size: 3.5rem;
  }
  .fs-sm-60 {
    font-size: 3.75rem;
  }
  .fs-sm-64 {
    font-size: 4rem;
  }
}
@media (min-width: 769px) {
  .fs-md-10 {
    font-size: 0.625rem;
  }
  .fs-md-11 {
    font-size: 0.6875rem;
  }
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-15 {
    font-size: 0.9375rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fs-md-17 {
    font-size: 1.0625rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-19 {
    font-size: 1.1875rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-21 {
    font-size: 1.3125rem;
  }
  .fs-md-22 {
    font-size: 1.375rem;
  }
  .fs-md-23 {
    font-size: 1.4375rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fs-md-26 {
    font-size: 1.625rem;
  }
  .fs-md-28 {
    font-size: 1.75rem;
  }
  .fs-md-32 {
    font-size: 2rem;
  }
  .fs-md-36 {
    font-size: 2.25rem;
  }
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fs-md-44 {
    font-size: 2.75rem;
  }
  .fs-md-48 {
    font-size: 3rem;
  }
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fs-md-54 {
    font-size: 3.375rem;
  }
  .fs-md-56 {
    font-size: 3.5rem;
  }
  .fs-md-60 {
    font-size: 3.75rem;
  }
  .fs-md-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 0.625rem;
  }
  .fs-lg-11 {
    font-size: 0.6875rem;
  }
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-15 {
    font-size: 0.9375rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-17 {
    font-size: 1.0625rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-19 {
    font-size: 1.1875rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-21 {
    font-size: 1.3125rem;
  }
  .fs-lg-22 {
    font-size: 1.375rem;
  }
  .fs-lg-23 {
    font-size: 1.4375rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fs-lg-26 {
    font-size: 1.625rem;
  }
  .fs-lg-28 {
    font-size: 1.75rem;
  }
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fs-lg-36 {
    font-size: 2.25rem;
  }
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fs-lg-44 {
    font-size: 2.75rem;
  }
  .fs-lg-48 {
    font-size: 3rem;
  }
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fs-lg-54 {
    font-size: 3.375rem;
  }
  .fs-lg-56 {
    font-size: 3.5rem;
  }
  .fs-lg-60 {
    font-size: 3.75rem;
  }
  .fs-lg-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-10 {
    font-size: 0.625rem;
  }
  .fs-xl-11 {
    font-size: 0.6875rem;
  }
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-15 {
    font-size: 0.9375rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-17 {
    font-size: 1.0625rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-19 {
    font-size: 1.1875rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-21 {
    font-size: 1.3125rem;
  }
  .fs-xl-22 {
    font-size: 1.375rem;
  }
  .fs-xl-23 {
    font-size: 1.4375rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fs-xl-26 {
    font-size: 1.625rem;
  }
  .fs-xl-28 {
    font-size: 1.75rem;
  }
  .fs-xl-32 {
    font-size: 2rem;
  }
  .fs-xl-36 {
    font-size: 2.25rem;
  }
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fs-xl-44 {
    font-size: 2.75rem;
  }
  .fs-xl-48 {
    font-size: 3rem;
  }
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fs-xl-54 {
    font-size: 3.375rem;
  }
  .fs-xl-56 {
    font-size: 3.5rem;
  }
  .fs-xl-60 {
    font-size: 3.75rem;
  }
  .fs-xl-64 {
    font-size: 4rem;
  }
}
.description-and-detail {
  margin: 4rem 0;
}
.description-and-detail .title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.375rem 0;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .description-and-detail .title {
    font-size: 1.25rem;
  }
}
.description-and-detail > div:last-child {
  margin-bottom: 0;
}
.description-and-detail .description {
  margin-bottom: 0;
}
.description-and-detail .content {
  margin-top: 0;
  font-weight: 400;
  color: #27251F;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .description-and-detail .content {
    margin: 1.25rem 0 0.625rem;
  }
}

.c-pdp-wrapper {
  padding: 3.125rem 0;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .primary-images,
  .c-pdp-wrapper .product-details {
    padding: 0 2rem;
  }
}
.c-pdp-wrapper .attribute {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .attribute {
    margin-top: 1rem;
  }
}
.c-pdp-wrapper .attribute label {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
}
.c-pdp-wrapper .brand-name {
  color: #8d7045;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}
.c-pdp-wrapper .product-name {
  font-weight: 500;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .product-name {
    font-size: 2.5rem;
  }
}
.c-pdp-wrapper .prices {
  text-align: left;
}
.c-pdp-wrapper .prices .price {
  font-size: 1rem;
  color: #000;
}
.c-pdp-wrapper .prices .price .starting,
.c-pdp-wrapper .prices .price .range,
.c-pdp-wrapper .prices .price .sales {
  font-weight: normal;
}
.c-pdp-wrapper .item-code {
  color: #8d7045;
  font-size: 0.875rem;
}
.c-pdp-wrapper .breadcrumb {
  padding: 2rem 0 4rem;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .c-pdp-wrapper .breadcrumb {
    padding: 1.25rem 0 2rem;
  }
}
.c-pdp-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.c-pdp-wrapper .product-availability {
  margin: 1.5rem 0 0;
  border-top: 1px solid #dadada;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .product-availability {
    margin: 2rem 0 0;
  }
}
.c-pdp-wrapper .product-availability .list-unstyled {
  margin: 0;
}
.c-pdp-wrapper .product-availability .product-number {
  color: #280;
  font-size: 0.875rem;
  padding: 0;
}
.c-pdp-wrapper .product-availability .product-number-rating {
  border-bottom: none;
  padding: 1.5rem 0;
  float: left;
  width: 100%;
  border-top: 0.0625rem solid #dadada;
}
.c-pdp-wrapper .product-availability .not-available {
  color: #df2935;
}
.c-pdp-wrapper .product-availability .availability-msg {
  text-transform: uppercase;
}
.c-pdp-wrapper .btn:focus,
.c-pdp-wrapper .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-pdp-wrapper .promotions div.collapsible-xl button.callout {
  font-size: 1.25rem;
  padding: 0;
}
.c-pdp-wrapper .promotions .content {
  text-align: left;
  font-size: 1rem;
  padding: 0.625rem 1rem;
}
.c-pdp-wrapper .cart-and-ipay {
  padding-bottom: 0;
}

.prices-add-to-cart-actions {
  position: static;
  margin-top: 1.125rem;
  text-align: left;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0;
  }
}
.prices-add-to-cart-actions .price {
  text-align: left;
}

.product-details .size-attribute {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 0;
  min-width: 6.25rem;
  margin: 0 0.9375rem 0.5rem 0;
}
.product-details .size-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: none;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #b39d5a;
  padding: 0.3125rem;
  font-weight: 500;
}
.product-details .size-value:hover {
  background: #b39d5a;
  border-color: #b39d5a;
}
.product-details .size-value.selected:not(.unselectable) {
  background: #d2c08a;
  border-color: #d2c081;
}
.product-details .size-value.unselectable {
  background: #dadada;
  border-color: #dadada;
  color: #555;
}
.product-details .size-value.unselectable.selected {
  border-color: #959595;
}
.product-details .non-input-label {
  text-transform: uppercase;
  font-weight: normal;
}

.carousel-item .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-item .overlay.out-of-stock {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-item .overlay .out-of-stock-label {
  color: #ffffff;
  font-weight: 400;
  font-size: 2rem;
}
.carousel-item.out-of-stock .overlay.out-of-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-pdp__attribute-title {
  color: #27251F;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0;
}
@media (min-width: 992px) {
  .c-pdp__attribute-title {
    font-size: 1.5rem;
  }
}
.c-pdp__attribute-title::after {
  font-size: 1.25rem;
}

body {
  --skin-primary-color-1: #ed1c24;
  --custom-color-1: #000;
}

.c-search .search-field[placeholder]::-webkit-input-placeholder {
  color: #1e1e1e;
}

.c-search .search-field[placeholder]::-moz-placeholder {
  color: #1e1e1e;
}

.c-search .search-field[placeholder]:-ms-input-placeholder {
  color: #1e1e1e;
}

.c-search .search-field[placeholder]::-ms-input-placeholder {
  color: #1e1e1e;
}

.c-search .search-field[placeholder]::placeholder {
  color: #1e1e1e;
}

.c-pdp-wrapper {
  max-width: 100%;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper {
    padding: 4rem 2rem;
  }
  .c-pdp-wrapper .primary-images {
    padding-left: 0.9375rem;
  }
  .c-pdp-wrapper .product-details {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .c-pdp-wrapper .primary-images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.14%;
            flex: 0 0 51.14%;
    max-width: 51.14%;
  }
  .c-pdp-wrapper .product-details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.86%;
            flex: 0 0 48.86%;
    max-width: 48.86%;
  }
}
@media (max-width: 543.98px) {
  .c-pdp-wrapper .primary-images {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-pdp-wrapper .product-details {
    margin-top: 2rem;
  }
}
.c-pdp-wrapper .container-fluid,
.c-pdp-wrapper > .col-12 {
  padding: 0;
  max-width: 100%;
}
.c-pdp-wrapper .description-and-detail {
  margin: 2rem auto 0;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .c-pdp-wrapper .description-and-detail {
    max-width: 87.2093023256%;
  }
}
@media (min-width: 992px) {
  .c-pdp-wrapper .description-and-detail {
    margin-top: 4rem;
  }
}
.c-pdp-wrapper .description-and-detail hr {
  border-color: #dadada;
  margin: 0;
}
.c-pdp-wrapper .description-and-detail .title {
  border: unset;
  color: #1e1e1e;
  padding: 1.25rem 3rem 1.25rem 0;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .description-and-detail .title {
    padding-bottom: 1.625rem;
    padding-top: 1.625rem;
  }
}
@media (max-width: 543.98px) {
  .c-pdp-wrapper .description-and-detail .title {
    font-family: inherit;
  }
}
.c-pdp-wrapper .description-and-detail .title::after {
  background: no-repeat center/100% url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2327251F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: " ";
  height: 1.5rem;
  margin-top: 0;
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  width: 1.5rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .description-and-detail .title::after {
    top: 1.625rem;
  }
}
.c-pdp-wrapper .description-and-detail .active .title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pdp-wrapper .description-and-detail .content {
  padding-bottom: 1.25rem;
  margin: 0;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .description-and-detail .content {
    padding-bottom: 1.625rem;
  }
}
.c-pdp-wrapper .description-and-detail .content *:last-child {
  margin-bottom: 0;
}
.c-pdp-wrapper .cart-recomm {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .cart-recomm {
    margin-top: 4rem;
  }
}
.c-pdp-wrapper .carousel-item .overlay .out-of-stock-label {
  line-height: 1;
}
.c-pdp-wrapper .product-details-slider .img-fluid {
  width: 100%;
}
.c-pdp-wrapper .product-details-slider-wrapper .thumb-items {
  height: 5.5rem;
  margin: 0.5rem 0 0;
  width: 5.5rem !important;
}
.c-pdp-wrapper .breadcrumb {
  border: unset;
  margin-bottom: 1.5rem;
  padding: 0.625rem 0;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .breadcrumb {
    margin-bottom: 2rem;
    padding: 2rem 0;
  }
}
.c-pdp-wrapper .brand-name {
  line-height: 1.1428571429;
  text-transform: none;
  margin-bottom: 1rem;
}
.c-pdp-wrapper .product-name {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.c-pdp-wrapper .product-details .prices {
  padding: 0;
}
.c-pdp-wrapper .product-details .price {
  font-weight: 500;
  letter-spacing: 0.0625rem;
  line-height: 1.25;
}
.c-pdp-wrapper .product-details .price > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-pdp-wrapper .product-details .price .strike-through {
  color: #959595;
  margin: 0;
}
.c-pdp-wrapper .product-details .price .starting,
.c-pdp-wrapper .product-details .price .range,
.c-pdp-wrapper .product-details .price .sales {
  font-weight: inherit;
}
.c-pdp-wrapper .product-details .price del {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-pdp-wrapper .product-details .price del ~ .sales {
  color: #ed1c24;
  font-weight: 700;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-pdp-wrapper .product-details .price .range > span:first-child {
  margin-right: 0.5rem;
}
.c-pdp-wrapper .product-details .price .range > span:last-child {
  margin-left: 0.5rem;
}
.c-pdp-wrapper .simple-quantity,
.c-pdp-wrapper .attribute,
.c-pdp-wrapper .product-option {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .simple-quantity,
  .c-pdp-wrapper .attribute,
  .c-pdp-wrapper .product-option {
    margin-top: 2rem;
  }
  .c-pdp-wrapper .simple-quantity.quantity,
  .c-pdp-wrapper .attribute.quantity,
  .c-pdp-wrapper .product-option.quantity {
    margin-top: 1rem;
  }
}
.c-pdp-wrapper .simple-quantity label,
.c-pdp-wrapper .simple-quantity .non-input-label,
.c-pdp-wrapper .attribute label,
.c-pdp-wrapper .attribute .non-input-label,
.c-pdp-wrapper .product-option label,
.c-pdp-wrapper .product-option .non-input-label {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.c-pdp-wrapper .simple-quantity.quantity,
.c-pdp-wrapper .attribute.quantity,
.c-pdp-wrapper .product-option.quantity {
  max-width: 8.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.4375rem;
          flex: 0 0 8.4375rem;
}
.c-pdp-wrapper .simple-quantity {
  max-width: 6.5625rem;
}
.c-pdp-wrapper .simple-quantity .quantity-select,
.c-pdp-wrapper .attribute .quantity-select {
  font-size: 1rem;
  line-height: 1.25;
}
.c-pdp-wrapper .simple-quantity .quantity-select:not(:disabled),
.c-pdp-wrapper .attribute .quantity-select:not(:disabled) {
  color: #1E1E1E;
}
.c-pdp-wrapper .attribute:not(.quantity) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .c-pdp-wrapper .attribute:not(.quantity) {
    margin-right: -0.75rem;
  }
}
.c-pdp-wrapper .attribute:not(.quantity) .non-input-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.c-pdp-wrapper .attribute:not(.quantity) .non-input-label.size {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .attribute:not(.quantity) .non-input-label.size {
    margin-bottom: 0.0625rem;
  }
}
.c-pdp-wrapper .attribute:not(.quantity) .size-attribute {
  background-color: transparent;
  margin: 0.75rem 0.75rem 0 0;
  min-width: 6.5625rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .attribute:not(.quantity) .size-attribute {
    margin: 0.9375rem 0.9375rem 0 0;
  }
}
.c-pdp-wrapper .attribute:not(.quantity) .size-attribute span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
}
.c-pdp-wrapper .attribute:not(.quantity) .size-attribute span.selected:not(.unselectable) {
  background-color: #e81c24;
  border-color: #e81c24;
  color: #ffffff;
}
.c-pdp-wrapper .attribute:not(.quantity) .size-attribute span:hover {
  background-color: #b10c12;
  border-color: #b10c12;
  color: #ffffff;
}
.c-pdp-wrapper .attribute:not(.quantity) .size-attribute span.unselectable {
  background-color: #dadada;
  border-color: #dadada;
  color: #555;
}
.c-pdp-wrapper .attribute:not(.quantity) .size-attribute span.unselectable.selected {
  border-color: #dadada;
}
.c-pdp-wrapper .product-options {
  margin: 0;
}
.c-pdp-wrapper .product-option {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .product-option {
    margin-top: 1rem;
  }
}
.c-pdp-wrapper .product-availability {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .product-availability {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.c-pdp-wrapper .product-availability .product-number-rating {
  border: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.c-pdp-wrapper .product-availability .product-number {
  font-weight: 500;
  line-height: 1.1428571429;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .product-availability .product-number .availability-msg.not-available {
    letter-spacing: 0.0625rem;
  }
}
@media (max-width: 991.98px) {
  .c-pdp-wrapper .product-availability .product-number .availability-msg {
    text-transform: capitalize;
  }
}
.c-pdp-wrapper .product-availability .item-code {
  color: #2b2b2b !important;
  font-weight: 400;
  line-height: 1.1428571429;
}
.c-pdp-wrapper .prices-add-to-cart-actions {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .c-pdp-wrapper .prices-add-to-cart-actions {
    margin-top: 2rem;
  }
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart {
  height: 3.5rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:not(:hover):not(:disabled) {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart img {
  display: none;
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart::before {
  content: " ";
  height: 1.25rem;
  margin-right: 0.5rem;
  width: 1.25rem;
  background: no-repeat center/100% url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9724_15752)'%3E%3Cpath d='M8.00033 18.3337C8.46056 18.3337 8.83366 17.9606 8.83366 17.5003C8.83366 17.0401 8.46056 16.667 8.00033 16.667C7.54009 16.667 7.16699 17.0401 7.16699 17.5003C7.16699 17.9606 7.54009 18.3337 8.00033 18.3337Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1663 18.3337C17.6266 18.3337 17.9997 17.9606 17.9997 17.5003C17.9997 17.0401 17.6266 16.667 17.1663 16.667C16.7061 16.667 16.333 17.0401 16.333 17.5003C16.333 17.9606 16.7061 18.3337 17.1663 18.3337Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.33301 0.833008H4.66634L6.89967 11.9913C6.97588 12.375 7.1846 12.7196 7.4893 12.9649C7.79399 13.2102 8.17526 13.3405 8.56634 13.333H16.6663C17.0574 13.3405 17.4387 13.2102 17.7434 12.9649C18.0481 12.7196 18.2568 12.375 18.333 11.9913L19.6663 4.99967H5.49967' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9724_15752'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:hover:not(:disabled)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9724_15752)'%3E%3Cpath d='M8.00033 18.3337C8.46056 18.3337 8.83366 17.9606 8.83366 17.5003C8.83366 17.0401 8.46056 16.667 8.00033 16.667C7.54009 16.667 7.16699 17.0401 7.16699 17.5003C7.16699 17.9606 7.54009 18.3337 8.00033 18.3337Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1663 18.3337C17.6266 18.3337 17.9997 17.9606 17.9997 17.5003C17.9997 17.0401 17.6266 16.667 17.1663 16.667C16.7061 16.667 16.333 17.0401 16.333 17.5003C16.333 17.9606 16.7061 18.3337 17.1663 18.3337Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.33301 0.833008H4.66634L6.89967 11.9913C6.97588 12.375 7.1846 12.7196 7.4893 12.9649C7.79399 13.2102 8.17526 13.3405 8.56634 13.333H16.6663C17.0574 13.3405 17.4387 13.2102 17.7434 12.9649C18.0481 12.7196 18.2568 12.375 18.333 11.9913L19.6663 4.99967H5.49967' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9724_15752'%3E%3Crect width='20' height='20' fill='black' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:disabled {
  cursor: not-allowed;
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:disabled, .c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:disabled:hover {
  background-color: #dadada;
  border-color: #dadada;
  color: #555;
}
.c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:disabled::before, .c-pdp-wrapper .prices-add-to-cart-actions .add-to-cart:disabled:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9724_15752)'%3E%3Cpath d='M8.00033 18.3337C8.46056 18.3337 8.83366 17.9606 8.83366 17.5003C8.83366 17.0401 8.46056 16.667 8.00033 16.667C7.54009 16.667 7.16699 17.0401 7.16699 17.5003C7.16699 17.9606 7.54009 18.3337 8.00033 18.3337Z' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.1663 18.3337C17.6266 18.3337 17.9997 17.9606 17.9997 17.5003C17.9997 17.0401 17.6266 16.667 17.1663 16.667C16.7061 16.667 16.333 17.0401 16.333 17.5003C16.333 17.9606 16.7061 18.3337 17.1663 18.3337Z' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.33301 0.833008H4.66634L6.89967 11.9913C6.97588 12.375 7.1846 12.7196 7.4893 12.9649C7.79399 13.2102 8.17526 13.3405 8.56634 13.333H16.6663C17.0574 13.3405 17.4387 13.2102 17.7434 12.9649C18.0481 12.7196 18.2568 12.375 18.333 11.9913L19.6663 4.99967H5.49967' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9724_15752'%3E%3Crect width='20' height='20' fill='%23555' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/*# sourceMappingURL=default\css\product\detail.css.map*/