.pdp__page .breadcrumbs {
  display: none;
}
.pdp__page .Cproduct__container .container {
  max-width: 100%;
}
.pdp__page .product-options-bottom .pdp_button.out_of_stock_notify_me {
  background: #006da4;
  color: #fff;
}
.Cproduct__image {
  padding-top: 10px;
}
.Cproduct__image .fotorama__nav--thumbs {
  height: 85px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.Cproduct__image .fotorama__thumb {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(52, 54, 73, 0.2);
}
.Cproduct__image .fotorama__thumb-border {
  background-image: none;
}
.Cproduct__image .fotorama__nav__frame--thumb.fotorama__active {
  transform: scale(1.2);
  z-index: 9;
}
.Cproduct__image .fotorama__nav__frame--thumb.fotorama__active .fotorama__img {
  width: 70%;
  left: 15%;
}
.Cproduct__image .fotorama__nav__frame--thumb:has(+.fotorama__active) {
  transform: scale(1.1);
}
.Cproduct__image .fotorama__stage__frame {
  background: #fff;
}
.Cproduct__image .fotorama__stage__frame .fotorama__img {
  max-width: 80%;
}
.Cproduct__image .fotorama__thumb-border {
  border: none;
}
.Cproduct__image .fotorama__nav-wrap--horizontal {
  margin-top: -25px;
}
.Cproduct__image .fotorama__active + .fotorama__nav__frame {
  transform: scale(1.1);
}
.Cproduct__image .fotorama__jibbitz-snipe {
  position: relative;
  filter: drop-shadow(0 -2px 8px rgba(204, 204, 204, 0.4));
  background: #d6e8f1;
  display: flex;
  justify-content: center;
  padding-right: 5px;
  bottom: 24%;
  z-index: 1;
  float: right;
  direction: ltr;
}
.Cproduct__image .fotorama__jibbitz-snipe__flourish {
  position: absolute;
  height: 100%;
  left: 1px;
  transform: translateX(-100%);
}
.Cproduct__image .fotorama__jibbitz-snipe__data {
  position: relative;
  align-self: center;
  margin-left: -10px;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 3px;
  text-align: center;
  font-family: proximanova-bold;
}
.Cproduct__image .fotorama__jibbitz-snipe__img {
  max-width: 60px;
  align-self: flex-end;
  padding-left: 10px;
}
.Cproduct__image .fotorama__arr {
  background: none;
}
.Cproduct__title h1 {
  line-height: 1.2;
  font-size: 18px;
  text-transform: uppercase;
  font-family: proximanova-bold;
  margin: 0;
}
.Cproduct__title .price-box {
  font-size: 14px;
  line-height: 1.5;
  font-family: proximanova-bold;
  margin: 5px 0 10px 0;
}
.Cproduct__title .price-box .special-price {
  color: #d70000;
}
.Cproduct__title .price-box .old-price {
  text-decoration: line-through;
  color: #444;
}
.Cproduct__title .smalltext {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.Cproduct__details {
  padding: 0 15px;
}
.Cproduct__details .swatch-attribute-label {
  display: block;
}
.Cproduct__details .swatch-attribute-label .country-select .countrySize {
  background-color: rgba(214, 235, 235, 0.2);
  font-family: proximanova-bold;
  line-height: 1.4;
  padding: 8px;
  margin: 6px 0;
  display: inline-block;
  text-decoration: none;
  color: #212529;
}
.Cproduct__details .swatch-attribute-label .country-select .countrySize.active {
  box-shadow: inset 0 -2px 0 0 #000000;
}
.Cproduct__details .swatch-attribute-label .country-select .ajaxcountrySize {
  background-color: rgba(214, 235, 235, 0.2);
  font-family: proximanova-bold;
  line-height: 1.4;
  padding: 8px;
  margin: 6px 0;
  display: inline-block;
  text-decoration: none;
  color: #212529;
}
.Cproduct__details .swatch-attribute-label .country-select .ajaxcountrySize.active {
  box-shadow: inset 0 -2px 0 0 #000000;
}
.Cproduct__details .swatch-attribute-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 10px 5px;
}
.Cproduct__details .swatch-attribute-options .swatch-option {
  font-size: 14px;
  font-family: proximanova-bold;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 7px 2px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.Cproduct__details .swatch-attribute-options .swatch-option.disabled {
  color: #ccc;
  border-color: #ccc;
  background: #f7f7f7;
}
.Cproduct__details .swatch-attribute-options .swatch-option.disabled::after {
  content: '';
  width: calc(103%);
  height: 2px;
  background: #ccc;
  position: absolute;
  z-index: 9;
  transform: rotate(-22deg) translate(0px, -50%);
  top: 50%;
  left: 0;
}
.Cproduct__details .swatch-attribute-options .swatch-option.selected {
  border: 1px solid #000000;
  background-color: #000000;
  color: #fff;
}
.Cproduct__details .swatch-attribute-options .swatch-option:focus {
  box-shadow: inset 0 0 0 1px #fff;
}
.Cproduct__details .swatch-attribute-options div {
  margin-bottom: 10px;
}
.Cproduct__details .swatch-attribute-options div > div {
  margin-bottom: 0;
}
.Cproduct__details .swatch-attribute-options .SLE .swatch-option {
  position: static !important;
}
.Cproduct__details .swatch-attribute-options .SLE .swatch-option + span {
  font-size: 12px;
  width: 100% !important;
  top: 40px !important;
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center;
}
.Cproduct__details .Cproduct__title {
  display: none;
}
.Cproduct__delivery-info {
  margin: 15px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.Cproduct__delivery-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Cproduct__delivery-info ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.25;
  text-align: left;
}
.Cproduct__delivery-info ul li .title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding: 0 15px 0 0;
}
.Cproduct__delivery-info ul li .title::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  transition: .1s linear all;
}
.Cproduct__delivery-info ul li .title .cx-svg {
  margin-right: 5px;
}
.Cproduct__delivery-info ul li .description {
  font-size: 14px;
  padding: 5px 28px;
}
.Cproduct__delivery-info ul li .active .title::after {
  transform: rotate(45deg);
}
.Cproduct__size {
  position: relative;
}
.Cproduct__size--Chart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  margin: 0;
  line-height: 1;
}
.Cproduct__size--info {
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.Cproduct__size--info .ok-icon {
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  position: relative;
  stroke: currentColor;
  stroke-width: 0;
  width: 16px;
  vertical-align: middle;
  margin: 0 5px;
}
.Cproduct__size--guide {
  text-decoration-line: underline;
  color: #006da4;
}
.Cproduct__size .swatch-attribute label {
  font-family: proximanova-bold;
  margin: 0;
}
.Cproduct__size .swatch-attribute-selected-option {
  position: absolute;
  top: 0;
  left: 38px;
}
.Cproduct__size .size_eu {
  position: relative;
}
.Cproduct__size .swatch-attribute.color {
  display: none;
}
.Cproduct__addtoCart {
  margin: 15px 0;
}
.Cproduct__addtoCart .Csocial_icon {
  display: none;
}
.Cproduct__addtoCart .actions {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
}
.Cproduct__addtoCart .actions .pdp_button {
  flex: 1 1 40%;
  font-family: proximanova-bold;
  border: 1px solid transparent;
  background: #006da4;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  display: inline-flex;
  justify-content: center;
  font-size: 20px;
  word-break: break-word;
  cursor: pointer;
  line-height: 1;
  padding: 12px;
  border-radius: 3px;
}
.Cproduct__addtoCart .actions .pdp_button[disabled=true] {
  cursor: not-allowed;
}
.Cproduct__addtoCart .actions .icon-pdp-wishlist .wish_text {
  display: none;
}
.Cproduct__addtoCart .actions .icon-pdp-wishlist .wish_icn {
  position: relative;
  width: 53px;
  border-left: 1px solid #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #006da4;
  margin-left: -4px;
  padding: 12.3px 14px;
  height: 100%;
  font-size: 0;
}
.Cproduct__addtoCart .actions .icon-pdp-wishlist .wish_icn .wishlist-heart__img {
  width: 24px;
  height: 21px;
  display: inline;
  vertical-align: middle;
}
.Cproduct__addtoCart .actions .icon-pdp-wishlist .wish_icn .wishlist-heart__img path {
  stroke-width: 1.5;
  fill: transparent;
  stroke: #fff;
}
.Cproduct__color-swatch {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.Cproduct__color-swatch-title {
  font-size: 16px;
}
.Cproduct__color-swatch-title .color-refine-label {
  font-family: proximanova-bold;
}
.Cproduct__color-swatch-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.Cproduct__color-swatch-box-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 5px 5px 3px;
  border: 1px solid transparent;
  box-shadow: inset 0 -2px 0 0 #e4e1e5;
  cursor: pointer;
}
.Cproduct__color-swatch-box-item:hover {
  border: 1px solid #141215;
  border-radius: 4px;
  box-shadow: none;
}
.Cproduct__color-swatch-box-item.active {
  box-shadow: inset 0 -2px 0 0 #000000;
  cursor: auto;
}
.Cproduct__color-swatch-box-item.active:hover {
  box-shadow: none;
}
.prd_details_info {
  padding: 0 15px;
}
.prd_details_info span.title_mb {
  font-size: 20px;
  line-height: 1.25;
  font-family: proximanova-bold;
  margin: 0;
  position: relative;
  display: block;
}
.prd_details_info span.title_mb::after {
  content: '+';
  position: absolute;
  top: -11px;
  right: 0;
  transition: .1s linear all;
  font-weight: 700;
  font-size: 30px;
}
.prd_details_info .prd_dec_slide {
  padding: 0 15px;
  display: none;
}
.prd_details_info .prd_dec_slide .prd_head {
  margin: 10px 0;
}
.prd_details_info .prd_dec_slide .prd_head h2 {
  font-size: 20px;
  line-height: 1.25;
  font-family: proximanova-bold;
  margin: 0;
}
.prd_details_info .prd_dec_slide .prd_head .item_num {
  font-size: 16px;
}
@media (min-width: 768px) {
  .pdp__page .Cproduct {
    padding: 15px 30px;
  }
  .pdp__page .Cproduct__title {
    display: block;
  }
  .pdp__page .Cproduct__title.hide {
    display: none;
  }
  .pdp__page .Cproduct__image {
    padding-top: 10px;
  }
  .pdp__page .Cproduct__image .fotorama__stage__frame .fotorama__img {
    max-width: 80%;
  }
  .pdp__page .Cproduct__image .fotorama__thumb-border {
    border: none;
  }
  .pdp__page .Cproduct__details {
    padding: 15px;
  }
  .prd_details_info .d-md-block {
    display: none;
  }
}
@media (min-width: 959px) {
  .pdp__page .Cproduct__image {
    padding: 0px;
    height: 100%;
  }
  .pdp__page .Cproduct__image .fotorama__stage__frame {
    box-shadow: 0 0 80px 40px #f7f5f8 inset;
  }
  .pdp__page .Cproduct__image .fotorama__stage__frame .fotorama__img {
    max-width: 100%;
  }
  .pdp__page .Cproduct__image .fotorama__nav-wrap--horizontal {
    position: absolute;
    bottom: -10px;
  }
  .pdp__page .Cproduct__image .fotorama__nav__frame {
    padding: 0 !important;
    cursor: pointer;
  }
  .pdp__page .Cproduct__image .fotorama__nav__frame:hover {
    box-shadow: 0 1px 5px rgba(52, 54, 73, 0.2), 0 3px 4px rgba(52, 54, 73, 0.12);
  }
  .pdp__page .Cproduct__image .fotorama__arr--prev .fotorama__arr__arr {
    left: 70%;
  }
  .pdp__page .Cproduct__image .fotorama__arr--prev .fotorama__arr__arr::before {
    content: '›';
    font-size: 35px;
  }
  .pdp__page .Cproduct__image .fotorama__arr--next .fotorama__arr__arr {
    left: 100%;
  }
  .pdp__page .Cproduct__image .fotorama__arr--next .fotorama__arr__arr::after {
    content: '‹';
    font-size: 35px;
  }
  .pdp__page .Cproduct__image .fotorama__arr__arr {
    background-image: none;
  }
  .pdp__page .Cproduct__container {
    padding: 0;
  }
  .pdp__page .Cproduct__container .row {
    margin: 0;
  }
  .pdp__page .Cproduct__details {
    top: 0;
    position: sticky;
  }
  .pdp__page .Cproduct__details.stickyDetails .Cproduct__details_inner {
    padding-top: 90px;
  }
  .pdp__page .Cproduct__details_inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 45px;
  }
  .pdp__page .Cproduct__details_inner #tabbyPromo {
    margin: 0 0 10px 0;
  }
  .pdp__page .prd_dec_slide {
    max-width: 72%;
    margin: 0 auto;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pdp__page .prd_dec_slide .product-details {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding: 0;
  }
}
