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

@media only screen and (min-width: 768px) {
  .product-breadcrumb-mobile {
    display: none;
  }
}
.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;
  }
}

.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #f9f9f9;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
@media (min-width: 769px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 769px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
  }
}

.in-store-inventory-dialog {
  max-width: 56.25em;
}
@media (min-width: 544px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important;
  }
}
@media (max-width: 543.98px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important;
  }
}

.btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0;
  margin-bottom: 1rem;
}
.btn-storelocator-search:hover {
  background-color: #00a1e0;
  color: #f9f9f9;
}

.store-name {
  font-weight: 600;
}

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
@media (min-width: 544px) {
  .btn-get-in-store-inventory .btn-storelocator-search {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto;
}

.display-none {
  display: none;
}

.modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.modal-header .close {
  font-size: 2rem;
}
.modal-header .close span {
  font-size: 1rem;
  margin-right: 0.313em;
}

.desktop-size-select .size-holder:focus,
.desktop-size-select .size-holder select:focus,
.desktop-size-select .size-holder select option:focus {
  outline: none !important;
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.desktop-size-select .custom-select-c option {
  display: inline-block !important;
}
.desktop-size-select select:active,
.desktop-size-select select:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.desktop-size-select select::-ms-value {
  background: none;
}
.desktop-size-select .size-holder select option:checked,
.desktop-size-select .size-holder select option {
  background-color: transparent;
  background: none;
}
.desktop-size-select .size-holder select option:hover {
  background-color: transparent !important;
}
.desktop-size-select .size-holder select option:focus {
  background-color: transparent !important;
}
.desktop-size-select .size-holder select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 10px;
  margin: -5px -20px -5px -5px;
  overflow: hidden;
  padding: 0 3px;
  background: none !important;
  width: 60%;
  line-height: 55px;
  height: 55px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
  overflow-x: auto;
}
.desktop-size-select .size-holder select option {
  display: inline-block;
  color: #1c355e;
  cursor: pointer;
  text-align: center;
}
.desktop-size-select .size-holder-size select option {
  height: 21px;
  position: relative;
  margin-left: 3px;
  padding: 0;
  margin-right: 8px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.desktop-size-select .size-holder-width select option {
  position: relative;
  margin-right: 8px;
}
.desktop-size-select .size-holder select .pdpOptionDisabled {
  color: lightgray !important;
  text-decoration: line-through;
}
.desktop-size-select .size-holder select .pdpOptionDisabled::after {
  color: lightgray !important;
  text-decoration: line-through;
}
.desktop-size-select .size-holder select .pdpOptionDisabled::before {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .size-holder select .pdpOptionDisabled {
    color: lightgray !important;
    text-decoration: line-through;
  }
  .size-holder select .pdpOptionDisabled:checked {
    color: grey !important;
    text-decoration: line-through;
  }
  .size-holder select .pdpOptionDisabled::after {
    color: lightgray !important;
    text-decoration: line-through;
  }
  .size-holder select .pdpOptionDisabled::before {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

.product-breadcrumb .breadcrumb {
  border: none !important;
  font-size: 1.8rem;
}

.product-breadcrumb .breadcrumb li a {
  color: #1C355E !important;
}

.product-breadcrumb .breadcrumb li:nth-last-child(1) a {
  color: #1C355E !important;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
}

.breadcrumb-item-currentProd a {
  text-decoration: none !important;
  color: #1C355E !important;
}

.breadcrumb-item-currentProd:hover a {
  text-decoration: none !important;
}

/* PRODUCT CARD */
.product-name-sku-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #1C355E !important;
}
.product-name-sku-c .product-number {
  padding-bottom: 0;
  font-size: 1.6rem;
}
.product-name-sku-c .product-name {
  font-size: 2.7rem;
  font-weight: bold;
}

/* CAROUSEL */
.product-detail .primary-images {
  display: none;
}

.custom-carousel-c {
  display: block !important;
  max-width: none !important;
}
.custom-carousel-c .carousel .carousel-indicators {
  display: none;
}
.custom-carousel-c .carousel .carousel-inner {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-carousel-c .carousel .carousel-inner .carousel-item {
  display: block !important;
  margin: auto !important;
  padding: 16px 10px 0 10px;
}
.custom-carousel-c .carousel .carousel-inner .carousel-itemimg:nth-child(1), .custom-carousel-c .carousel .carousel-inner .carousel-itemimg:nth-child(2) {
  padding-top: 0;
}
.custom-carousel-c .carousel .carousel-inner .carousel-item img {
  width: 100% !important;
  position: relative !important;
  /* the coordinate of the zoom */
  --x: 50%;
  --y: 50%;
  /**/
  -webkit-transform: scale(var(--zoom));
          transform: scale(var(--zoom));
  -webkit-transform-origin: var(--x) var(--y);
          transform-origin: var(--x) var(--y);
  -webkit-clip-path: inset(calc((1 - 1 / var(--zoom)) * (var(--y))) calc((1 - 1 / var(--zoom)) * (100% - var(--x))) calc((1 - 1 / var(--zoom)) * (100% - var(--y))) calc((1 - 1 / var(--zoom)) * (var(--x))));
          clip-path: inset(calc((1 - 1 / var(--zoom)) * (var(--y))) calc((1 - 1 / var(--zoom)) * (100% - var(--x))) calc((1 - 1 / var(--zoom)) * (100% - var(--y))) calc((1 - 1 / var(--zoom)) * (var(--x))));
  cursor: crosshair;
}
.custom-carousel-c .carousel .carousel-inner .carousel-item img:hover {
  --zoom: 3; /* control the zoom level */
}
.custom-carousel-c .carousel .carousel-control-prev {
  display: none !important;
}
.custom-carousel-c .carousel .carousel-control-next {
  display: none !important;
}

.modalBackground {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-image {
  position: absolute !important;
  width: 100% !important;
  z-index: -1;
  height: auto !important;
}

.image-modal-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-image-carousel {
  width: auto !important;
  /*padding: 1rem;*/
}

.modal-image {
  --y: 0px;
  margin-top: var(--y);
  cursor: crosshair;
}

.modal-image-mobile {
  width: 100% !important;
}

.modalZoom,
.modalZoomMobile {
  background: #f8f9fa;
  z-index: 100;
}

.modalZoomImagesCol::-webkit-scrollbar {
  display: none !important;
}

.closeModal,
.closeModalMobile {
  font-size: 2.5rem;
}

.carousel-control-prev,
.carousel-control-next {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: auto !important;
}
.carousel-control-prev span,
.carousel-control-next span {
  background-color: transparent !important;
}
.carousel-control-prev span::before,
.carousel-control-next span::before {
  color: #1C355E !important;
}

.carousel-indicators {
  display: none;
}

/* GRID CAROUSEL DESKTOP */
.custom-carousel-c .carousel-inner .carousel-item {
  width: 50%;
}

.product-wrapper {
  max-width: none;
  padding: 0 30px;
  margin-top: 0 !important;
}
.product-wrapper .carousel-item img {
  margin: auto;
}

.product-detail-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail-images-wrapper img {
  width: 50%;
  height: 100%;
}
.product-detail-images-wrapper .riga-coppia-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail-images-wrapper .riga-solo-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail-images-wrapper .riga-solo-images img {
  margin: 0 auto;
  height: 400px;
}

.product-detail-images-wrapper::-webkit-scrollbar {
  height: 6px;
}

.product-detail-images-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.attributes {
  padding: 0;
  margin-top: 15px;
}

.product-detail-wrapper {
  position: sticky;
  position: --webkit-sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 90px;
}

.product-name {
  border-bottom: none;
}

/* ATTRIBUTES */
.attr-label-c {
  color: #1C355E;
  font-size: 2rem;
  font-weight: bold;
}

/* COLOR */
.attribute {
  margin-top: 0 !important;
}

.attribute .color-attribute {
  height: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
}

.attribute .color-attribute > span {
  background-color: transparent !important;
  background-image: none !important;
  height: 100%;
  border-radius: 0 !important;
  display: block;
  color: #1C355E !important;
  display: none;
}

.attribute .color-attribute > img {
  width: 100%;
}

.color-attribute-img-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 9rem));
}

.attr-color-active {
  border: 4px solid #1C355E;
}

.attribute .color-attribute > span::after {
  display: none !important;
}

/* SIZE */
.custom-select-c {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 10px !important;
  margin: -5px -20px -5px -5px !important;
}

.custom-select {
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .attribute-Size .attr-label-c {
    margin-bottom: -8px;
  }
  .add-to-wish-list {
    padding: 0 !important;
    height: 100% !important;
    border: none;
  }
}
.attribute {
  display: inline-block;
  vertical-align: top !important;
  overflow: hidden !important;
}

/* ATTRIBUTE SEPARATOR */
.attribute-separator {
  background-color: #1C355E;
  border: none !important;
  height: 1px;
}

/* ADD TO CART BTN */
.add-to-cart {
  width: 100%;
}

.pdp-checkout-button {
  padding: 0 15px !important;
}

.pdp-add-to-wishlist-btn {
  padding-right: 0 !important;
}

.prices-add-to-cart-actions {
  position: relative !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

.product-detail-wrapper .wishlist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}
.product-detail-wrapper .wishlist-wrapper .pdp-add-to-wishlist-btn {
  /* padding-right: 15px !important; */
  padding-left: 0 !important;
}
.product-detail-wrapper .wishlist-wrapper .pdp-add-to-wishlist-btn button {
  width: 45px;
}

/* PRODUCT DETAILS ATTRIBUTE */
.attributes .quantity {
  height: 0;
}

.attribute {
  width: 100%;
}

.size-holder:focus,
.size-holder select:focus,
.size-holder select option:focus {
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1C355E;
}

.size-holder select::-webkit-scrollbar {
  height: 6px;
}

.size-holder select::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
}

.size-holder {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.size-banner {
  height: 29px;
  background-color: white;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  color: #1C355E;
}

.to-size-guide {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  color: #1C355E;
}

.to-size-guide .to-size-guide-arrow {
  font-size: 2rem;
  margin-left: 8px;
  height: 24px;
  line-height: 18px;
}

.no-before::before {
  display: none !important;
}

.modal-title-backinstock {
  font-size: 3.4rem !important;
}

.label-backinstock::before {
  border: black solid 2px !important;
}

@media screen and (max-width: 992px) {
  .modal-title-backinstock {
    font-size: 2.4rem !important;
  }
  .riga-coppia-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-detail-images-wrapper,
  .product-detail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
  /* .product-detail-images-wrapper,
  .product-detail-wrapper {
      width: calc(50vw - 50px);
  }

  .product-detail-wrapper {
      width: 50vw;
  } */
  .product-detail-images-wrapper img {
    width: 100%;
    height: auto;
  }
  .product-wrapper {
    padding-left: 30px;
  }
  .product-name-sku-c {
    padding: 0 40px;
  }
}
.wishlist-mobile {
  display: none;
}

.share-icons-mobile {
  display: none;
}

.copy-link-message {
  position: absolute;
  right: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.5vw;
}

.price {
  font-size: 1.6rem;
  font-weight: normal;
  color: #1C355E !important;
}
@media (max-width: 1199.98px) {
  .price {
    font-size: 2rem !important;
  }
}
.price .range {
  font-weight: normal;
}

@media screen and (max-width: 544px) {
  .add-to-cart {
    margin: 0 !important;
  }
  .prices-add-to-cart-actions .cart-and-ipay {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 543px) {
  .price {
    /* padding-right: 30px; */
  }
}
@media screen and (max-width: 425px) {
  .prices-add-to-cart-actions .cart-and-ipay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prices-add-to-cart-actions .cart-and-ipay .pdp-cegid-wrapper,
  .prices-add-to-cart-actions .cart-and-ipay .pdp-checkout-button {
    max-width: none;
    padding: 0 !important;
    margin: 12px 0;
  }
  .prices-add-to-cart-actions .cart-and-ipay .pdp-checkout-button button {
    width: 100%;
  }
}
/* DETAILS AND DESCRIPTION */
.description-and-detail-mobile {
  display: none;
}
.description-and-detail-mobile hr {
  background-color: #3D7CC9;
}
.description-and-detail-mobile .row {
  padding: 0 !important;
}
.description-and-detail-mobile .row h2,
.description-and-detail-mobile .row .content,
.description-and-detail-mobile .row button {
  color: #1C355E !important;
}
.description-and-detail-mobile .row button {
  font-weight: 500;
}
.description-and-detail-mobile .row h2 {
  font-size: 1rem;
  font-weight: 600;
}
.description-and-detail-mobile .row .content {
  padding: 8px 25px;
  font-size: 0.9rem;
}
.description-and-detail-mobile .description {
  padding: 15px 0;
}
.description-and-detail-mobile .description button {
  font-size: 1.4rem;
}
.description-and-detail-mobile .description .content {
  font-size: 1.3rem;
}
.description-and-detail-mobile .details {
  padding: 15px 0;
}
.description-and-detail-mobile .details button {
  font-size: 1.4rem;
}
.description-and-detail-mobile .details .content {
  font-size: 1.3rem;
}

.description-and-detail-mobile button:active,
.description-and-detail-mobile button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.description-and-detail-desktop {
  display: block;
}
.description-and-detail-desktop ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d0d0ce;
  border-bottom: 1px solid #d0d0ce;
}
.description-and-detail-desktop ul li {
  list-style: none;
  padding: 10px 0;
  font-weight: 500;
  cursor: pointer;
}
.description-and-detail-desktop .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.description-and-detail-desktop .content-wrapper div {
  padding: 15px 0;
}
.description-and-detail-desktop .content-wrapper .content {
  display: none;
  color: #1C355E;
}

.description-and-detail-active {
  border-bottom: 3px solid #3D7CC9;
  color: #3D7CC9;
}

.content-descLink-active {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .description-and-detail-mobile {
    display: block;
  }
  .description-and-detail-desktop {
    display: none;
  }
}
/* SOCIALS */
.socials-resi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-left: 15px;
}
.socials-resi-wrapper .social-container {
  padding: 0;
}
.socials-resi-wrapper .social-container ul {
  margin: 0;
}
.socials-resi-wrapper .pdp-spedizioneResi-wrapper {
  padding: 0 0 0 15px !important;
}
.socials-resi-wrapper .pdp-spedizioneResi-wrapper .to-returns {
  /* max-width: 200px; */
}
.socials-resi-wrapper .pdp-spedizioneResi-wrapper .to-returns .returns-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials-resi-wrapper .pdp-spedizioneResi-wrapper .to-returns span {
  font-size: 2.6rem;
}
.socials-resi-wrapper .social-container ul li a i {
  color: #1C355E;
}

/* SIZE CHART */
.open-size-chart-c,
.open-size-chart-c:hover {
  text-decoration: none !important;
}

.sizinginformation .tab-content {
  overflow-x: auto;
}

.size-chart {
  padding: 0;
  margin-top: 0;
}

#guidataglie .modal-dialog {
  max-width: 800px;
  color: #1C355E;
}

.btn.btn-get-back-in-stock.disabled,
.btn.btn-get-back-in-stock:disabled {
  display: none;
}

.description-and-detail-links {
  font-size: 1.8rem;
}

.description-and-detail-desktop .content-wrapper,
.description-and-detail-mobile .content-wrapper {
  font-size: 1.4rem;
}

.sub-category-wrapper::-webkit-scrollbar {
  height: 6px;
}

.sub-category-wrapper::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
}

.btn.btn-get-back-in-stock.disabled,
.btn.btn-get-back-in-stock:disabled {
  display: none;
}

/* .modal-backdrop.show{
    display: none!important;
} */
.details-link-desktop {
  display: none;
}

.price-container {
  padding-right: 15px !important;
}

.returns-button {
  max-width: 310px;
}
@media (max-width: 991.98px) {
  .returns-button {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 768.98px) {
  .returns-button {
    font-size: 1.5rem !important;
  }
}

.recommendation-carousels-wrapper {
  display: block;
}

.sizeGuideBtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
}
.sizeGuideBtn img {
  padding-left: 1rem;
}

.size-banner {
  text-transform: uppercase;
}

.pdp-recommendationCarousel {
  color: #1C355E;
}
.pdp-recommendationCarousel h3 {
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .returns-button {
    width: 80% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .social-container {
    padding-left: 15px !important;
  }
  .returns-button {
    width: 100% !important;
  }
}
.zoomIconMobileModal {
  position: absolute;
  margin: 2em;
}

.zoomIconMobile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  padding: 2rem;
  z-index: 2;
}

.strike-through {
  margin-right: auto !important;
}

.customSelectSize {
  width: 100%;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}

.customSelectSizePlaceholder {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.4rem;
}

.customSelectSizePlaceholder::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  border: 5px solid transparent;
  border-top-color: #333; /* Cambiato per fare una freccia verso il basso */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* Animazione fluida per la rotazione */
}

.customOption {
  margin: 5px 0;
  padding: 5px;
  border-radius: 4px;
  width: 100%; /* Larghezza totale del contenitore */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Include padding nel calcolo della larghezza */
}

#customOptionsContainer {
  display: none;
  width: 100%; /* Sottrai il padding per allinearlo */
  max-height: 200px;
  overflow-y: auto;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1000;
}

#customSelectSize.open #customOptionsContainer {
  display: block;
}

#customSelectSize.open .customSelectSizePlaceholder::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.nonDisponibile .disabled {
  color: lightgray !important;
  text-decoration: line-through;
}

.customOption.nonDisponibile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.labelDisabled {
  font-size: 12px;
}

.nonDisponibileLabel {
  color: lightgray !important;
  text-decoration: line-through;
}

.customSelectSizeDesktop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
}

.customOptionDesktop {
  color: #1C355E;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  margin-right: 8px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
}

.customOptionDesktop.active {
  border-bottom: 2.5px solid #1C355E;
  background-color: transparent;
}

.labelDisabledDesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: lightgray !important;
}

.iconBell {
  font-size: 1rem !important;
  color: black;
}

.shipping-wrapper div#navigation {
  display: none;
}

.returns-wrapper div#navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .product-detail .primary-images {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
  .custom-carousel-c {
    display: none;
  }
  .product-detail-images-wrapper {
    display: none;
  }
  .product-wrapper > .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-detail-wrapper {
    width: 100%;
    padding: 0px !important;
  }
  .product-detail-wrapper .product-name-sku-c {
    padding: 0 15px;
  }
  .shipping-and-return button.btn.btn-primary {
    padding: 0px !important;
    font-size: 1.4rem !important;
    min-width: 0px;
  }
  .add-to-wish-list {
    position: absolute;
    right: 0px;
    z-index: 2;
    padding: 2rem;
    bottom: 0px;
  }
  .share-icons-mobile {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 2;
    padding: 2rem;
  }
  .wishlist-wrapper {
    display: none !important;
  }
  .wishlist-mobile {
    display: block;
  }
  .attr-label-c {
    font-size: 1.4rem;
  }
  .price {
    font-size: 1.4rem !important;
  }
  .product-number {
    font-size: 1.4rem !important;
  }
  .sizeGuideBtn {
    font-size: 1.4rem !important;
  }
  .size-banner {
    font-size: 1.4rem !important;
  }
  .add-to-cart {
    font-size: 1.4rem !important;
  }
  .customOption {
    font-size: 1.4rem !important;
  }
  .carousel-title {
    font-size: 1.8rem !important;
  }
  .shipping-and-return {
    width: 100% !important;
  }
  .price-container {
    padding: 0px !important;
  }
  .product-options {
    margin: 0px !important;
  }
  .pdp-checkout-button {
    padding: 0px !important;
  }
}