@charset "UTF-8";
/* stylelint-disable */
.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

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

.related_products {
  margin-top: 20px;
}
.related_products .headline {
  text-align: center;
  width: 100%;
  font-size: 42px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .related_products .headline {
    font-size: 24px;
  }
}
.related_products .meta-mess {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .related_products .meta-mess {
    font-size: 14px;
  }
}
.related_products .product-tile-wrapper {
  display: block;
}
.related_products .product-tile {
  background-color: transparent;
}
.related_products .product-tile .tile-body .price span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 400;
}
.related_products .product-tile .pdp-link .link {
  font-size: 1rem;
  font-weight: 400;
}
.related_products .product-tile .tile-body-footer {
  overflow: hidden;
  opacity: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: absolute;
}
.related_products .relatedTile .image-container {
  background: #fff;
}
.related_products .relatedTile .quickview {
  font-size: 18px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 180px;
  height: 52px;
  text-align: center;
  border: 1px solid var(--skin-primary-color-1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin: 10px auto 30px;
}
@media (max-width: 1023.98px) {
  .related_products .relatedTile .quickview {
    width: 154px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.related_products .relatedTile .quickview:hover {
  background-color: var(--skin-primary-color-1);
  color: #fff;
}
.related_products .relatedTile .pdp-link {
  height: auto;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 480px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.product-goldprice-container > div.col-4:not(:first-child) {
  position: relative;
}
.product-goldprice-container > div.col-4:not(:first-child)::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #DEDEDE;
  position: absolute;
  top: 0;
  left: 0;
}
.product-goldprice-container .price-gold-content {
  padding: 5px 0px;
  display: inline-block;
  white-space: nowrap;
}
.product-goldprice-container .price-gold-content .price-gold-content-center {
  margin-left: 25%;
  margin-right: 25%;
}
.product-goldprice-container .price-gold-content .price-gold-content-center.pdp-price {
  color: #1D1D1D;
  font-size: 14px;
}
.product-goldprice-container .price-gold-content-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-goldprice-container .price-gold-header {
  color: #796e65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pdp-sticky-name {
  font-family: "Europa", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.pdpbackground {
  /*width:50%;
  //height: 100%;
  height: 560px;
  float: left;*/
  width: 19%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 100;
  margin-left: 2%;
}

@media (min-width: 480px) {
  .product-images-slider.slick-initialized.slick-slider {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
  }
}
.product-images-slider {
  width: 100%;
  height: 100%;
}

.gia-cert {
  text-decoration: underline;
  cursor: pointer;
}

/*.slick-dots{
    display: none !important;
}*/
.slick-dots {
  display: none !important;
}

.thumb-item.slick-slide.slick-current.slick-active {
  border-color: #6E6E6E;
}

.parent-div {
  position: relative;
  background-color: #f1f1f1;
  padding: 20px;
}

.child-div {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
}

@media (max-width: 768px) {
  /* ul.slick-dots {
       background-color: #6e6e6e;
       height: 3px;
       margin-top: 20px;
       position: absolute;
       z-index: 5;
   }*/
  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .pdpbackground {
    display: none !important;
  }
  .product-images-slider {
    width: 100%;
    height: 100%;
  }
  .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .slick-dots li {
    margin: 0 0px !important;
    margin-top: -16.8px;
    display: inline-block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .slick-dots li button {
    display: inline-block;
    border: none;
    padding: 0;
    background-color: #796E65;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-dots li.slick-active button {
    opacity: 1; /* 调整线装导航激活状态的透明度 */
  }
  .slick-dots li:not(.slick-active) button {
    opacity: 1; /* 调整线装导航激活状态的透明度 */
    background-color: #929292 !important;
  }
  .slick-dots li.slick-active button::before {
    opacity: 0;
  }
  .slick-dots li:not(.slick-active) button::before {
    opacity: 0;
  }
}
.customise-hand-string-gift-style {
  border: 1px solid #D7D4D1;
  opacity: 1;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .customise-hand-string-gift-style {
    margin-bottom: 60px;
  }
}

.handstring-detail-for-style {
  border-top: 1px solid #D9D9D9;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#all-handstring-mix .handstring-detail-for-style {
  padding-left: 20px;
}

.modal-in-right {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 543px;
  z-index: 1050;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767.98px) {
  .modal-in-right {
    padding-top: 0;
    border-radius: 10px 10px 0px 0px;
    margin-top: 30px;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.modal-in-right.active {
  right: 0;
}

@media (max-width: 767.98px) {
  #featuredProducts.modal-in-right {
    margin-top: 60px;
  }
}

.modal-in-right-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal-in-right-overlay.active {
  display: block;
}

.modal-in-right-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  --scrollbar-radius: 6px;
}
@media (max-width: 767.98px) {
  .modal-in-right-content {
    height: auto;
  }
}
@media (min-width: 768px) {
  .modal-in-right-content {
    -webkit-overflow-scrolling: touch;
  }
  .modal-in-right-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .modal-in-right-content::-webkit-scrollbar-thumb {
    border-radius: var(--scrollbar-radius);
    background: #A36D1D;
    background-clip: padding-box;
  }
  .modal-in-right-content::-webkit-scrollbar-track {
    border-radius: var(--scrollbar-radius);
    background: #ccc;
    background-clip: padding-box;
  }
  .modal-in-right-content {
    scrollbar-face-color: #A36D1D;
    scrollbar-track-color: #ccc;
  }
}
.modal-in-right-content h1 {
  font-size: 32px;
  padding: 20px 55px;
  margin: 0;
  font-weight: 400;
}
.modal-in-right-content .veil .underlay {
  background-color: transparent;
}
.modal-in-right-content .veil .dot1,
.modal-in-right-content .veil .dot2 {
  background-color: #000;
  opacity: 0.5;
}

.right-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

.right-modal-content-tryinon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  height: 70vh;
}
@media screen and (max-width: 1023px) {
  .right-modal-content-tryinon .mb-not-display {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .right-modal-content-tryinon .md-not-display {
    display: none;
  }
}

.style-for-hand-string-color-big-div {
  border-bottom: 1px solid #D9D9D9;
}

.hand-string-img-div-style {
  width: 106px;
  height: 106px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D7D4D1;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .hand-string-img-div-style {
    width: 77px;
    height: 77px;
  }
}
.hand-string-img-div-style .hand-string-img-style {
  width: 89px;
  height: 87px;
}
@media (max-width: 767.98px) {
  .hand-string-img-div-style .hand-string-img-style {
    width: 64px;
    height: 63px;
  }
}

.hand-string-btn-style .selected {
  border: 2px solid #796E65;
}

.hand-string-string-div-style {
  font-size: 16px;
  padding-top: 8px;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .hand-string-string-div-style {
    font-size: 14px;
  }
}

.hand-string-size-big-div {
  margin-bottom: 13.1px;
}
@media (max-width: 767.98px) {
  .hand-string-size-big-div {
    margin-bottom: 13.1px;
  }
}

.hand-string-buckle-border {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 13.1px;
  margin-bottom: 13.1px;
}

.style-for-hand-string-buckle-li {
  border: 1px solid #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
}

.style-for-hand-string-buckle-a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  margin-top: -20%;
  margin-left: -20%;
}

.style-for-hand-string-buckle-li .selected {
  border: 1px solid #000000;
  opacity: 1;
}

.style-for-buckle-detail {
  margin-right: 10px;
  margin-left: 10px;
}
.style-for-buckle-detail .buckle-display-value {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .style-for-buckle-detail .buckle-display-value {
    font-size: 14px;
  }
}

.style-for-hand-string-size-li {
  padding: 9px 4px 9px 4px !important;
}

.style-for-hand-string-size-a {
  padding: 0;
  line-height: 39px !important;
  text-align: center;
  display: inline-block !important;
  width: 82px;
  height: 39px;
  border: 1px solid #D9D9D9 !important;
  opacity: 1;
  font-size: 14px !important;
}
@media (max-width: 767.98px) {
  .style-for-hand-string-size-a {
    font-size: 12px !important;
  }
}

.style-btn-big-div {
  width: 100%;
  height: 104px;
  background: #FFFFFF;
  opacity: 1;
}

.style-hand-string-confirm {
  width: 461px;
  height: 56px;
  background: #796E65;
  color: white;
  opacity: 1;
}
.style-hand-string-confirm:hover {
  color: black;
  background: white;
}
.two-btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.two-btn-div button {
  width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .two-btn-div button {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 767.98px) {
  .two-btn-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .style-hand-string-confirm-two {
    width: 335px;
    margin-left: 0px;
    margin-bottom: 60px;
  }
}

.style-hand-string-apply-two {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .style-hand-string-apply-two {
    width: 335px;
    margin-bottom: 10px;
  }
}

.style-for-tab-li {
  padding: 0 22px 20px;
}
@media (max-width: 767.98px) {
  .style-for-tab-li {
    padding-left: 30px;
  }
}
.style-for-tab-li .style-for-tab-a {
  letter-spacing: 0px;
  opacity: 0.5;
  font-size: 16px;
  letter-spacing: 0px;
  color: #796E65;
  opacity: 0.5;
  padding: 0 5px;
  margin: 0 8%;
  width: 32%;
  border-bottom: 1px solid #d9d9d9;
  float: left;
}
.style-for-tab-li .style-for-tab-a.active {
  opacity: 1;
  border-bottom: 0.188em solid var(--skin-primary-color-1);
  border-bottom: 1px solid #000000;
  color: #1D1D1D;
}
@media (max-width: 767.98px) {
  .style-for-tab-li .style-for-tab-a {
    font-size: 14px;
    width: 42%;
    margin: 0 3%;
  }
}

.style-for-tab-a:hover,
.style-for-tab-a:focus,
.style-for-tab-a:active {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

.style-modal-header-font {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #796E65;
}
@media (max-width: 767.98px) {
  .style-modal-header-font {
    font-size: 24px;
  }
}

.style-for-font-size {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .style-for-font-size {
    font-size: 14px;
  }
}

.customise-hand-string-head {
  height: 35px;
  margin-bottom: 15px;
}

.style-select-handstring-btn {
  font-size: 14px;
  font-weight: 400;
  color: #796E65;
}

.style-select-handstring-right {
  color: black;
  font-size: 20px;
  padding: 5px 0px 5px 0px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .style-select-handstring-right {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.style-for-handstring-random {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
  color: #796E65;
  opacity: 1;
  margin-bottom: 5px;
}

.style-for-handstring-index {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0px;
  color: #796E65;
  opacity: 0.5;
  margin-top: 5px;
  margin-bottom: 5px;
}

.right-btn-for-carousel {
  top: 0px;
  width: 22px;
  height: 22px;
  position: absolute;
  background-color: #0d0d0d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 17px;
  opacity: 40%;
}
.right-btn-for-carousel:hover {
  opacity: 100%;
}
.right-btn-for-carousel:after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 7px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.left-btn-for-carousel {
  top: 0px;
  width: 22px;
  height: 22px;
  position: absolute;
  background-color: #0d0d0d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 17px;
  opacity: 40%;
}
.left-btn-for-carousel:hover {
  opacity: 100%;
}
.left-btn-for-carousel:after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 3px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.swiper-diamond {
  width: 100%;
}
.swiper-diamond .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-diamond .swiper-pagination {
  position: relative;
  margin: 0 40px;
  display: inline-block;
  width: auto !important;
}
.swiper-diamond .swiper-diamond-bottom {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.swiper-diamond .swiper-diamond-btn {
  position: relative;
  background: #000;
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.swiper-diamond .swiper-diamond-btn::after {
  font-size: 9.6px;
}
.swiper-diamond .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #aaa;
}
.swiper-diamond .swiper-pagination-bullet-active {
  background-color: #862833;
}
.swiper-diamond .variation-list, .swiper-diamond .option-list {
  margin: 0;
}
.swiper-diamond .variation-list .attr-select {
  margin-top: 0;
}
.swiper-diamond .variation-list .attr-select .btn-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px 0 !important;
}
.swiper-diamond .swiper-button-disabled {
  opacity: 0.2 !important;
}

.js-stoneInformation-for-typeone {
  border-top: 1px solid #D9D9D9;
}
.js-stoneInformation-for-typeone .stoneInformation {
  font-weight: bold;
  letter-spacing: normal;
  color: #000;
}
.js-stoneInformation-for-typeone .diamond-information-length {
  font-weight: bold;
  letter-spacing: normal;
  color: #000;
}

.style-for-diamond-select-tab {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  .style-for-diamond-select-tab {
    font-size: 12px;
  }
}

.style-for-diamond-select-tab-price {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.style-title-for-diamond-info {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #796E65;
}

.div-for-threetab-diamondinfo {
  padding-top: 25px;
}

.variation-border-for-initialization {
  border-color: #796E65 !important;
}

.style-for-diamond-mid-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.style-for-diamond-info-small-title-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.style-for-diamond-small-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-image-for-btn-sytle .slick-next {
  opacity: 0.5 !important;
  top: 605px;
  left: 100px;
  border-radius: 0;
  background-color: transparent;
}
.product-image-for-btn-sytle .slick-next[aria-label=Next]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-style: normal;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #796E65;
  display: inline-block;
  line-height: 100px;
  border-radius: 5px;
}
.product-image-for-btn-sytle .slick-next:focus, .product-image-for-btn-sytle .slick-next:hover {
  opacity: 1 !important;
  background-color: transparent;
}
.product-image-for-btn-sytle .slick-prev {
  opacity: 0.5 !important;
  top: -32px;
  left: 100px;
  border-radius: 0;
  background-color: transparent;
}
.product-image-for-btn-sytle .slick-prev[aria-label=Previous]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-style: normal;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #796E65;
  display: inline-block;
  line-height: 100px;
  border-radius: 5px;
}
.product-image-for-btn-sytle .slick-prev:focus, .product-image-for-btn-sytle .slick-prev:hover {
  opacity: 1 !important;
  background-color: transparent;
}

.pdp-image-slick-for-btn-style .slick-next {
  opacity: 0.5 !important;
  left: 95% !important;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .pdp-image-slick-for-btn-style .slick-next {
    display: none !important;
  }
}
.pdp-image-slick-for-btn-style .slick-next[aria-label=Next]::before {
  font-style: normal;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #796E65;
  display: inline-block;
  line-height: 100px;
  border-radius: 5px;
}
.pdp-image-slick-for-btn-style .slick-next:focus, .pdp-image-slick-for-btn-style .slick-next:hover {
  opacity: 1 !important;
  background-color: transparent;
}
.pdp-image-slick-for-btn-style .slick-prev {
  opacity: 0.5 !important;
  left: 5% !important;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .pdp-image-slick-for-btn-style .slick-prev {
    display: none !important;
  }
}
.pdp-image-slick-for-btn-style .slick-prev[aria-label=Previous]::before {
  font-style: normal;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #796E65;
  display: inline-block;
  line-height: 100px;
  border-radius: 5px;
}
.pdp-image-slick-for-btn-style .slick-prev:focus, .pdp-image-slick-for-btn-style .slick-prev:hover {
  opacity: 1 !important;
  background-color: transparent;
}

.try-in-on-btn-style {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  position: absolute;
  bottom: 10%;
  cursor: pointer;
}
.try-in-on-btn-style .try-in-on-btn-style-outside {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.try-in-on-btn-style .try-in-on-btn-style-inside {
  height: 40px;
  width: 124px;
  border: 1px solid #D7D4D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.try-in-on-btn-style .try-in-on-btn-style-pre {
  width: 195px;
  display: block;
}
@media (max-width: 767.98px) {
  .try-in-on-btn-style .try-in-on-btn-style-pre {
    display: none;
  }
}

.shopthelook .pdp-shopthelook-featured {
  font-family: Europa, NotoSansTC !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 64px auto 0px;
  height: 56px;
  width: 212px;
}
@media (max-width: 767.98px) {
  .shopthelook .pdp-shopthelook-featured {
    margin: 32px auto 0px;
  }
}
.shopthelook .pdp-shopthelook-banner {
  margin-top: 64px;
  margin-bottom: 64px;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-weight: 400;
  line-height: 45.6px;
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .shopthelook .pdp-shopthelook-banner {
    margin-top: 48px;
    margin-bottom: 32px;
    line-height: 28.8px;
    font-size: 24px;
  }
}
.shopthelook .shoplookcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shopthelook .shoplookcontainer .shopthelookasset {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookasset {
    width: 100%;
    height: 100%;
  }
}
.shopthelook .shoplookcontainer .shopthelookasset .shopthelookasset-img {
  background-position: center;
  background-size: cover;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.shopthelook .shoplookcontainer .shopthelookasset .shopthelookbtn {
  left: 5%;
  top: 90%;
  width: 152px;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookasset .shopthelookbtn {
    top: 80%;
  }
}
.shopthelook .shoplookcontainer .shopthelookcontent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookcontent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 10px;
    min-height: 360px;
  }
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .productinfo-1 {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .productinfo-2 {
    padding-top: 10px;
  }
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile {
  height: 100%;
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper .product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper .product-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
  }
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper .product-tile .image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: visible;
  padding: 0px;
  max-height: 305px;
  max-width: 305px;
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper .product-tile .tile-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}
.shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper .product-tile .tile-body .shepthelook-product-detail {
  margin-top: 71px;
  margin-left: 30px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .shopthelook .shoplookcontainer .shopthelookcontent .shopthelookcontent-product .shopthelookcontent-productinfo .col-tile .product-tile-wrapper .product-tile .tile-body .shepthelook-product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-left: 30px;
  }
}

.modal-in-right-overlay-for-featured-products {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal-in-right-overlay-for-featured-products.active {
  display: block;
}

.right-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

.style-modal-header-font {
  color: #796E65;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
}

.style-for-product-image-modal {
  width: 304px;
  height: 304px;
  background-color: #FAF7F8;
  border: 0px;
}
@media (max-width: 767.98px) {
  .style-for-product-image-modal {
    width: 174px;
    height: 174px;
  }
}

.style-for-product-tile-body-modal {
  text-align: center;
  padding-top: 45px;
  padding-right: 11px;
  padding-left: 11px;
  padding-bottom: 24px;
  width: 304px;
}
@media (max-width: 767.98px) {
  .style-for-product-tile-body-modal {
    width: 174px;
    padding-top: 31.7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 20px;
  }
}

.style-for-product-tile-body-modal a,
.style-for-product-tile-body-modal span {
  color: #796E65;
  font-size: 14px;
  font-weight: 400;
  font-family: "Europa";
}
@media (max-width: 767.98px) {
  .style-for-product-tile-body-modal a,
  .style-for-product-tile-body-modal span {
    font-size: 12px;
  }
}

.style-for-name-padding-bottom {
  margin-bottom: 28px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .style-for-name-padding-bottom {
    margin-bottom: 24px;
  }
}

.style-for-heart-img {
  right: -12px;
  z-index: 1;
  position: absolute;
  top: -2px;
}
@media (max-width: 767.98px) {
  .style-for-heart-img {
    right: -6px;
    top: 2px;
  }
}

.style-for-container {
  padding: 40px 40px 10px 40px;
}
@media (max-width: 767.98px) {
  .style-for-container {
    padding: 40px 15px 10px 15px;
  }
}

.style-for-product-modal-header {
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .style-for-product-modal-header {
    padding: 16px 15px 5px 15px;
  }
}

.icon-wishlist-filled:before {
  content: url("../images/icon-my-favourite-on.png");
}

.modal-in-right-overlay-for-tmark {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal-in-right-overlay-for-tmark.active {
  display: block;
}

.product-detail-info-box .block-details .attribute label {
  margin-left: 0;
}
.product-detail-info-box .block-details .variation-list {
  margin: 0;
}
.product-detail-info-box .block-details .variation-list > li {
  padding-left: 0;
}

.pdp-bread-style {
  width: 100%;
  margin-left: 0px;
  padding-left: 17px;
}
@media (max-width: 767.98px) {
  .pdp-bread-style {
    display: none;
  }
}

.breadcrumb-item {
  color: #796E65;
  font-family: "Europa";
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-item::before {
  color: #796E65 !important;
}

@media (max-width: 767.98px) {
  .product-main-info {
    padding-left: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .product-title-info {
    padding-left: 0px !important;
  }
}

.login-joinus {
  color: #796E65;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .login-joinus {
    font-size: 32px;
  }
}

.form-join-btn {
  background: #fff;
  color: #796E65 !important;
  border: 1px solid #796E65;
}
.form-join-btn:hover {
  color: white !important;
}

@media (min-width: 768px) {
  #productVideo {
    max-height: 600px;
  }
}

.recommended-slider-wrap .slick-dots li {
  width: 20px;
}

#chooseBonusHandStringModal {
  max-width: 602px !important;
}
#chooseBonusHandStringModal .product-detail {
  padding-top: 0 !important;
}
#chooseBonusHandStringModal .modal-dialog {
  max-width: unset !important;
  margin: 0;
}
#chooseBonusHandStringModal .style-modal-header-font {
  padding-left: 37px;
}
@media (max-width: 767.98px) {
  #chooseBonusHandStringModal .style-modal-header-font {
    padding: 0;
  }
}
#chooseBonusHandStringModal .modal-body {
  padding: 30px 67px;
}
@media (max-width: 767.98px) {
  #chooseBonusHandStringModal .modal-body {
    padding: 15px;
  }
}
#chooseBonusHandStringModal .style-for-hand-string-color-big-div .style-for-hand-string-pic {
  margin-left: 0;
  margin-right: 0;
}
#chooseBonusHandStringModal .style-for-hand-string-color-big-div .style-for-hand-string-pic .selected-pic-color {
  pointer-events: none;
}
#chooseBonusHandStringModal .style-for-font-size {
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  #chooseBonusHandStringModal .style-for-font-size {
    margin-top: 17px;
  }
}
#chooseBonusHandStringModal .style-btn-big-div {
  margin-top: 47px;
}
@media (max-width: 767.98px) {
  #chooseBonusHandStringModal .style-btn-big-div {
    margin-top: 30px;
  }
}
#chooseBonusHandStringModal .style-for-buckle-detail {
  margin: 0;
}
#chooseBonusHandStringModal .variation-list a.selected {
  pointer-events: none;
}

.choice-of-handstring-product .detail-panel .swatch .invalid-validate {
  font-size: 14px;
  color: #98012E;
  margin-top: 8px;
  display: none;
}
.choice-of-handstring-product .detail-panel .swatch .attribute {
  margin-top: 0;
}
.choice-of-handstring-product .detail-panel .swatch .non-input-label {
  display: block;
  margin-bottom: 15px;
}
.choice-of-handstring-product .detail-panel .swatch .non-input-label .value-selected {
  font-weight: 700;
}
.choice-of-handstring-product .detail-panel .swatch.invalid .invalid-validate {
  display: block;
}

.modal-in-right-overlay-for-tryinon {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  z-index: 1040;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal-in-right-overlay-for-tryinon.active {
  display: block;
}

.css-for-product-video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}