.product-info-details .product-add-form .option-add-cart .btn-wishlist {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px !important;
  border: 1px solid #E9445F;
  background: #FFF;
  margin: 0;
  transition: all 0.3s ease; }

.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.btn-link:hover {
  background: transparent !important;
  border-color: transparent !important; }

.btn-link:focus {
  background: transparent !important;
  border-color: transparent !important; }

.btn-link:active {
  background: transparent !important;
  border-color: transparent !important; }

.product-bundle .product-shop .group-header {
  margin-bottom: 0; }
.product-bundle .header-wrap {
  text-align: left;
  margin-bottom: 0; }
  .product-bundle .header-wrap .group-sub-price {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }

.breadcrumb li {
  display: inline-block !important;
  color: #1A1A2E !important;
  font-family: Prompt !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  padding: 1rem 0 !important; }

.main-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 5px;
  letter-spacing: 0.171429rem;
  line-height: 26px; }

.product-detail-config-matrix .product-add-form, .product-detail-bundle-matrix .product-add-form {
  border: 0;
  padding: 0;
  margin: 0; }

.product-img-box {
  display: flex;
  justify-content: center; }
  .product-img-box .imgzoom-box {
    width: 100%; }
    .product-img-box .imgzoom-box[data-thumbnail="bottom"] .zoom-gallery {
      flex-direction: column;
      align-items: flex-start;
      gap: 0; }
    .product-img-box .imgzoom-box[data-thumbnail="bottom"] .product-main-img {
      margin-bottom: 0; }
    .product-img-box .imgzoom-box[data-thumbnail="bottom"] .selectors.horizontal-thumb {
      width: 100%; }
  .product-img-box .zoom-gallery {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 0 16px;
    border-radius: 10px;
    text-align: left; }
  .product-img-box .selectors {
    width: 96px;
    margin: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 640px;
    overflow: auto;
    position: relative;
    text-align: center; }
    .product-img-box .selectors.horizontal-thumb {
      width: 100%;
      flex-direction: row;
      padding: 16px 0 0 0;
      margin: 0;
      max-height: none;
      justify-content: flex-start;
      align-items: center;
      align-self: stretch;
      gap: 24px;
      overflow-x: auto;
      overflow-y: hidden;
      text-align: left; }
  .product-img-box .selectors.vertical-thumb .zoom_thumb,
  .product-img-box .selectors.horizontal-thumb .zoom_thumb {
    display: block;
    padding: 6px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.2s ease;
    flex-shrink: 0; }
  .product-img-box .selectors.horizontal-thumb .zoom_thumb {
    width: 88px;
    height: 88px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    padding: 0;
    margin-top: 24px;
    margin-right: 8px; }
    .product-img-box .selectors.horizontal-thumb .zoom_thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1/1; }
  .product-img-box .selectors .zoom_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .product-img-box .MagicZoom img {
    width: 100%;
    height: 100%;
    max-height: 648px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    display: block; }
  .product-img-box .zoom-gallery-slide.images-gallery .MagicZoom,
  .product-img-box .zoom-gallery-slide.images-gallery .mz-figure {
    width: 100%;
    max-width: 648px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-img-box .zoom-gallery-slide.images-gallery .mz-figure img {
    width: 100%;
    height: 100%;
    max-height: 648px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center; }
  .product-img-box button.mz-button {
    background-color: #fff !important; }

.product-main-img {
  position: relative;
  text-align: center;
  margin-left: 0;
  flex: 1;
  align-self: stretch;
  height: 648px;
  min-height: 648px;
  max-height: 648px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-main-img .mobile-nav-arrow {
    display: none; }

.zoom-gallery-slide.images-gallery {
  display: none;
  height: 100%;
  min-height: 648px;
  max-height: 648px;
  width: 100%;
  max-width: 648px;
  aspect-ratio: 1/1;
  align-self: stretch;
  margin: 0 auto; }
  .zoom-gallery-slide.images-gallery.active {
    display: flex;
    align-items: center;
    justify-content: center; }

.zoom-gallery {
  text-align: center; }
  .zoom-gallery .selectors {
    text-align: center; }
    .zoom-gallery .selectors.horizontal-thumb {
      text-align: left; }
  .zoom-gallery .zoom_thumb {
    display: inline-block; }
    .zoom-gallery .zoom_thumb:not(:last-child) {
      margin-bottom: 10px; }
  .zoom-gallery .images-gallery {
    display: none;
    max-height: 680px;
    overflow: hidden; }
    .zoom-gallery .images-gallery:not(:last-child) {
      margin-bottom: 10px; }
    .zoom-gallery .images-gallery.active {
      display: block; }

/*.product-img-box {
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
    iframe {
        min-height: 500px;
    }
    .imgzoom-box{
        text-align: center;
    }
    .zoom-gallery {
        @include flex
    }
    .images-gallery {
        display: block;
        width: 37vw;
        max-width: 640px;
        height: 37vw;
        max-height: 640px;
        margin-bottom: 30px;
    }
}*/
.brand-wrap {
  margin-bottom: 8px; }
  .brand-wrap img {
    margin-bottom: 8px;
    max-width: 120px; }
  .brand-wrap .brand-name {
    font-size: 14px; }

.form-group {
  margin-bottom: 0; }

.product-shop {
  text-align: center; }
  .product-shop .sku-name {
    color: #000000;
    text-decoration: none;
    margin-bottom: 8px; }
  .product-shop .review-wrap {
    height: auto;
    margin-bottom: 8px; }
  .product-shop .total-review {
    color: #E9445F;
    font-size: 0.875rem; }
  .product-shop .total-price {
    font-weight: 500;
    font-size: 1.5rem; }
  .product-shop .normal-price {
    color: #000000;
    font-size: 1rem; }
  .product-shop .prod-desc {
    border-bottom: 1px solid #CECECE;
    margin: 17px 0;
    padding-bottom: 17px;
    color: #000; }
  .product-shop .price-wrap {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    line-height: initial;
    margin-bottom: 1rem; }
  .product-shop .custom-info {
    height: auto;
    margin-bottom: 8px; }
  .product-shop .stock-availability {
    color: inherit; }
    .product-shop .stock-availability .product-label {
      margin: 0;
      padding: 0;
      display: inline-block !important;
      color: #00695A;
      font-size: 18px;
      font-weight: 500;
      line-height: 150%; }
  .product-shop .qty-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .product-shop .qty-box .spinergroup {
      max-width: 112px;
      width: 100%;
      min-width: 0px;
      border-radius: 5px;
      display: flex;
      height: 30px;
      align-items: center; }
      .product-shop .qty-box .spinergroup input.spinNum {
        text-align: center !important;
        font-family: Prompt, sans-serif !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 150% !important;
        color: #1A1A2E !important; }
      .product-shop .qty-box .spinergroup button.decrease {
        border-radius: 4px 0 0 4px; }
      .product-shop .qty-box .spinergroup button.increase {
        border-radius: 0 4px 4px 0; }
      .product-shop .qty-box .spinergroup button.decrease,
      .product-shop .qty-box .spinergroup button.increase {
        display: flex !important;
        width: 32px !important;
        height: 30px !important;
        padding: 10px !important;
        border: 1px solid #C6C6C6 !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        background: #F6F6F8 !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px; }
        .product-shop .qty-box .spinergroup button.decrease span.fas,
        .product-shop .qty-box .spinergroup button.increase span.fas {
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          visibility: visible !important;
          opacity: 1 !important;
          font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
          font-weight: 400 !important;
          font-style: normal !important;
          color: #1A1A2E !important;
          font-size: 16px !important;
          line-height: 20px !important;
          width: 100% !important;
          height: 100% !important;
          margin: 0 !important;
          padding: 0 !important; }
        .product-shop .qty-box .spinergroup button.decrease span.fas.fa-minus::before,
        .product-shop .qty-box .spinergroup button.increase span.fas.fa-minus::before {
          content: "\f068" !important;
          font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
          font-weight: 400 !important;
          display: inline-block !important; }
        .product-shop .qty-box .spinergroup button.decrease span.fas.fa-plus::before,
        .product-shop .qty-box .spinergroup button.increase span.fas.fa-plus::before {
          content: "\f067" !important;
          font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
          font-weight: 400 !important;
          display: inline-block !important; }
  .product-shop .option-add-cart {
    margin-bottom: 0; }
  .product-shop .addtocart-btn {
    margin-top: 20px;
    padding: 0;
    height: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .product-shop .addtocart-btn .btn, .product-shop .addtocart-btn .btn-primary {
      min-width: 250px;
      max-width: 300px;
      border-radius: 0px;
      width: 300px;
      text-transform: uppercase; }
    .product-shop .addtocart-btn.disabled .btn, .product-shop .addtocart-btn.disabled .btn-primary {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
  .product-shop .btn-compare .btn-link, .product-shop .btn-wishlist .btn-link {
    border-radius: 0px;
    text-transform: uppercase;
    opacity: 0.8;
    width: 100%; }
  .product-shop .btn-compare i, .product-shop .btn-wishlist i {
    /*font-size: $details-icons-font-size;*/
    color: #343a40;
    margin-left: 5px;
    display: none; }
  .product-shop .text-information {
    color: #00695A;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-left: 8px; }
  .product-shop .size-guide {
    margin-bottom: 20px; }
    .product-shop .size-guide a {
      text-decoration: underline;
      color: #5c827d; }
      .product-shop .size-guide a:hover {
        text-decoration: none;
        opacity: 0.6; }
  .product-shop .short_desc {
    word-break: break-word;
    color: #000;
    margin-bottom: 1rem; }
  .product-shop .group-sub-price {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase; }
  .product-shop .specification {
    margin: 6px auto 5px;
    color: #999999; }
  .product-shop .group-header {
    margin-bottom: 8px; }
  .product-shop .group-description {
    margin-top: 20px;
    color: #5a5a5a;
    font-size: 16px; }
  .product-shop .group-before-description {
    position: relative;
    margin-bottom: 37px;
    border-bottom: 1px solid #f2f2f2; }
  .product-shop .nav-link {
    position: relative;
    text-transform: uppercase;
    color: #cccccc;
    cursor: pointer;
    padding: 20px;
    border: none !important; }
    .product-shop .nav-link::after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: black;
      transform: scaleY(0);
      transform-origin: center bottom;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s;
      content: ""; }
    .product-shop .nav-link.active::after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: black;
      transform: scaleY(-1);
      transform-origin: center bottom;
      opacity: 1;
      transition: all 0.3s ease-in-out 0s;
      content: ""; }
  .product-shop .tab-pane p {
    margin: 0px;
    padding-bottom: 20px;
    letter-spacing: 0.025rem;
    font-weight: normal;
    text-transform: none;
    line-height: 18px;
    color: #5a5a5a; }

.at-resp-share-element .at-share-btn {
  margin-right: 16px !important; }

.product-label {
  font-weight: 500;
  font-size: 1.5rem;
  color: #343a40;
  display: none !important;
  text-transform: capitalize;
  padding-bottom: 0.5rem; }

.product-img-box .mcs-items-container {
  /*text-align: center;*/ }
.product-img-box .MagicScroll .mcs-item {
  border-radius: 8px; }
  .product-img-box .MagicScroll .mcs-item img {
    padding: 3px; }

.outer-price {
  position: relative;
  clear: both;
  margin-bottom: 20px; }

.list-wrapper {
  clear: both;
  font-size: 0.75rem;
  color: #000;
  display: block;
  z-index: 99;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  margin: -20px -20px 15px -20px;
  text-align: left;
  display: none;
  background: #E6E6E6;
  border-radius: 5px; }
  .list-wrapper .items {
    display: inline-block;
    line-height: 20px;
    border-radius: 0; }
    .list-wrapper .items.cfull {
      white-space: nowrap;
      max-width: 85px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .list-wrapper .items.cname {
      max-width: 100px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 5px; }
    .list-wrapper .items.price {
      float: right;
      max-width: 50px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .list-wrapper .form-row {
    margin-left: 0;
    margin-right: 0; }
  .list-wrapper .form-group {
    padding-bottom: 5px;
    padding: 2px 15px; }
  .list-wrapper .clist:last-child .form-group {
    border-bottom: none;
    margin-bottom: 0; }
  .list-wrapper .items-wrap {
    border-bottom: 1px solid #CECECE; }
  .list-wrapper .time-update {
    padding-top: 15px; }

.product-wrap {
  border-top: 1px solid #CECECE;
  padding-top: 20px;
  margin-top: 20px;
  position: relative; }
  .product-wrap.bundle-product-item {
    border-bottom: none !important;
    margin-top: 0 !important;
    padding-top: 24px !important; }
    .product-wrap.bundle-product-item + .bundle-product-item {
      border-top: 1px solid #DDD !important; }
    .product-wrap.bundle-product-item:last-child {
      border-bottom: 1px solid #DDD !important; }
  .product-wrap .outer-price {
    text-align: right; }
    .product-wrap .outer-price .normal-price {
      font-size: 1.5rem;
      color: #000000;
      display: inline-block; }
  .product-wrap .link-product-name {
    /*font-size: $font-normal;*/
    /*color: $link-default-text-color;*/ }
    .product-wrap .link-product-name:hover, .product-wrap .link-product-name:active, .product-wrap .link-product-name.active {
      color: black !important; }
  .product-wrap .price-wrap {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.thumb-wrap {
  width: 88px;
  height: 88px;
  float: left; }
  .thumb-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain; }

.subproduct-name .link-product-name {
  margin-bottom: 0;
  font-size: 1rem; }

.product-list {
  position: relative;
  margin: 12px 0; }
  .product-list .name-wrap .btn-compare {
    text-align: left;
    margin-bottom: 0; }
  .product-list .name-wrap .link-product-name {
    font-size: 1rem;
    color: #343a40; }
  .product-list .option-add-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .product-list .option-add-cart .btn-link {
      min-width: auto;
      max-width: auto; }

.product-add-form {
  margin-top: 15px; }

.size-wrap {
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .size-wrap .font_bold {
    padding-right: 10px; }
  .size-wrap select {
    min-width: 300px;
    color: #343a40;
    height: 50px;
    border-radius: 5px; }
  .size-wrap .size-choose li {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin: 2px; }
    .size-wrap .size-choose li input[type="radio"] {
      position: absolute;
      width: 100%;
      height: 36px;
      left: 0;
      top: -1px;
      opacity: 0;
      cursor: pointer;
      margin-top: 0; }
    .size-wrap .size-choose li .size {
      min-width: 40px;
      height: 40px;
      line-height: 28px;
      border: 2px solid #f2f2f2;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
    .size-wrap .size-choose li input[type="radio"]:checked + .color-wrapper .product-img, .size-wrap .size-choose li .select-color-checked {
      outline: 2px solid #000;
      border-color: #000; }
  .size-wrap .color-choose {
    margin: 0;
    padding: 0; }
    .size-wrap .color-choose li {
      position: relative;
      display: inline-block;
      width: auto !important;
      margin: 0 16px 0px 0;
      vertical-align: middle; }
      .size-wrap .color-choose li input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -1px;
        opacity: 0;
        cursor: pointer;
        margin-top: 0; }
      .size-wrap .color-choose li .size {
        min-width: 40px;
        height: 40px;
        border: none;
        text-align: center;
        cursor: pointer;
        border-radius: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 5px; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrapper .product-img,
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrappers .product-imgs .color_capcta,
      .size-wrap .color-choose li .select-color-checked {
        border-color: #000;
        border-style: solid;
        border-width: 2px; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrappers .product-imgs.size {
        border-color: #000;
        border-style: solid;
        border-width: 2px; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrappers .product-img img {
        border-color: #000;
        border-style: solid;
        border-width: 2px; }
    .size-wrap .color-choose .color-wrapper {
      display: inline-block;
      height: 100%; }
      .size-wrap .color-choose .color-wrapper .product-img {
        border: none !important;
        display: inline-block;
        padding: 3px;
        border-radius: 5px; }
        .size-wrap .color-choose .color-wrapper .product-img > div {
          padding-left: 5px;
          padding-right: 5px;
          text-align: center;
          width: 100%;
          height: 100%;
          min-height: 40px;
          min-width: 40px; }
        .size-wrap .color-choose .color-wrapper .product-img.color-text > div, .size-wrap .color-choose .color-wrapper .product-img.color-text .taxt-value {
          /*padding-left: 3px;padding-right: 3px;*/
          white-space: nowrap;
          display: inline-block;
          height: 40px;
          width: 100%;
          line-height: 40px;
          color: #343a40; }
    .size-wrap .color-choose .color-wrappers {
      display: inline-block;
      height: 100%; }
      .size-wrap .color-choose .color-wrappers .product-imgs {
        display: inline-block; }
        .size-wrap .color-choose .color-wrappers .product-imgs .color_capcta {
          height: 40px;
          width: 40px;
          border-radius: 40px; }
      .size-wrap .color-choose .color-wrappers .product-img {
        display: inline-block; }
        .size-wrap .color-choose .color-wrappers .product-img img {
          height: 40px;
          width: 40px;
          border-radius: 40px; }
  .size-wrap .prd-out-of-stock {
    position: relative;
    /*&:before {
        content: " ";
        display: block;
        border-top: 1px solid rgba(211, 211, 211, 1);
        height: 12px;
        position: absolute;
        bottom: 0;
        left: -2px;
        transform: rotate(-45deg);
        width: 44px;
        top: 15px;
    }*/ }
    .size-wrap .prd-out-of-stock:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f05e";
      width: 40px;
      height: 40px;
      line-height: 47px;
      font-size: 40px;
      position: absolute;
      color: #000;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0.5; }
    .size-wrap .prd-out-of-stock .product-img {
      opacity: 0.5; }
  .size-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.attribute_style_circle .color_capcta {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%; }

.table-scroll {
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-y: hidden;
  white-space: nowrap; }

.rating-list .review-name {
  font-size: 0.875rem;
  color: #D8D8D8;
  font-weight: 500; }
.rating-list .attr_list {
  font-size: 0.875rem;
  color: #000000; }
.rating-list .attr-title {
  font-weight: 500; }
.rating-list .date-time {
  font-size: 0.875rem;
  color: #17a2b8; }

.product-spec {
  word-break: break-word;
  font-size: 1rem;
  color: #000; }

.descattribute-img {
  max-width: 150px; }

.descattribute-color > span {
  display: inline-block;
  width: 25px;
  height: 25px; }

.rating-summary .not-rating {
  padding-bottom: 0 !important; }
  .rating-summary .not-rating .search-desc {
    margin-bottom: 0; }
.rating-summary .rating-customer {
  border-top: 1px solid #CECECE;
  padding-top: 10px;
  padding-bottom: 10px; }
  .rating-summary .rating-customer:last-child {
    border-bottom: none; }
  .rating-summary .rating-customer:first-child {
    padding-top: 0;
    border-top: none; }
.rating-summary .rating-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.rating-summary .product-name {
  color: #5c827d; }
.rating-summary .attribute-wrap {
  margin-bottom: 8px; }
.rating-summary .review-star {
  margin-bottom: 4px; }
.rating-summary label {
  display: block; }
.rating-summary .review-awatar {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px 0 0; }
.rating-summary .date-time {
  color: #D8D8D8; }

.no-review {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #CECECE; }

.product-desc {
  text-align: left;
  word-break: break-word;
  /*padding-top: 15px;*/ }
  .product-desc .desc-title {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #5c827d;
    margin: 30px 0 15px 0; }
  .product-desc .attributename {
    font-weight: bold;
    margin-right: 10px; }
  .product-desc label {
    color: inherit; }

.product-spec-wrap {
  padding-bottom: 1rem; }
  .product-spec-wrap .att-title {
    display: inline-block;
    min-width: 200px;
    font-weight: bold;
    font-size: 14px; }
  .product-spec-wrap .att-value {
    font-size: 14px; }

.add-to-links {
  display: none !important; }

.related-product {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .related-product {
      padding-left: 24px !important;
      padding-right: 24px !important; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .related-product {
      padding-left: 24px !important;
      padding-right: 24px !important; } }
  .related-product .sub-title {
    color: #1A1A2E;
    font-family: Prompt, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 60px */
    text-align: left;
    margin-bottom: 30px; }
    @media all and (max-width: 576px) {
      .related-product .sub-title {
        font-size: 32px;
        line-height: 150%;
        /* 48px */
        padding-left: 16px; } }
  .related-product ul.MagicScroll,
  .related-product ul.products.product-grid-view {
    align-items: stretch; }
    .related-product ul.MagicScroll > li,
    .related-product ul.MagicScroll li.item-box,
    .related-product ul.products.product-grid-view > li,
    .related-product ul.products.product-grid-view li.item-box {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      box-sizing: border-box;
      list-style: none; }
    .related-product ul.MagicScroll .item-box,
    .related-product ul.products.product-grid-view .item-box {
      margin-bottom: 24px;
      display: flex;
      flex-direction: column;
      width: 100%; }
      .related-product ul.MagicScroll .item-box .product-item-info,
      .related-product ul.products.product-grid-view .item-box .product-item-info {
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease;
        width: 100%; }
        .related-product ul.MagicScroll .item-box .product-item-info:hover,
        .related-product ul.products.product-grid-view .item-box .product-item-info:hover {
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
          .related-product ul.MagicScroll .item-box .product-item-info:hover .prod-img,
          .related-product ul.products.product-grid-view .item-box .product-item-info:hover .prod-img {
            opacity: 1 !important; }
        .related-product ul.MagicScroll .item-box .product-item-info .add-to-links,
        .related-product ul.products.product-grid-view .item-box .product-item-info .add-to-links {
          display: none !important; }
        .related-product ul.MagicScroll .item-box .product-item-info .prod-img,
        .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img {
          height: 312px !important;
          align-self: stretch;
          aspect-ratio: 1/1;
          position: relative;
          overflow: hidden;
          opacity: 1 !important;
          padding-top: 0 !important; }
          .related-product ul.MagicScroll .item-box .product-item-info .prod-img a,
          .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative; }
          .related-product ul.MagicScroll .item-box .product-item-info .prod-img img,
          .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .related-product ul.MagicScroll .item-box .product-item-info .prod-img .lazy-image-loader,
          .related-product ul.MagicScroll .item-box .product-item-info .prod-img img.lazy-image-loader,
          .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img .lazy-image-loader,
          .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img img.lazy-image-loader {
            width: 40px !important;
            height: 40px !important;
            max-width: 40px !important;
            max-height: 40px !important;
            object-fit: contain; }
          @media screen and (max-width: 1200px) {
            .related-product ul.MagicScroll .item-box .product-item-info .prod-img,
            .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img {
              height: 256px !important;
              align-self: stretch;
              aspect-ratio: 1/1; } }
          @media screen and (max-width: 768px) {
            .related-product ul.MagicScroll .item-box .product-item-info .prod-img,
            .related-product ul.products.product-grid-view .item-box .product-item-info .prod-img {
              height: 171px !important;
              align-self: stretch;
              aspect-ratio: 1/1; } }
        .related-product ul.MagicScroll .item-box .product-item-info .product-info,
        .related-product ul.products.product-grid-view .item-box .product-item-info .product-info {
          display: flex;
          padding: 16px;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          align-self: stretch;
          min-height: 191px; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .brand-name,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .brand-name {
            color: #878787;
            font-family: Prompt, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin: 0; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .product-title,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info h2.product-title,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .product-title,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info h2.product-title {
            margin: 0;
            width: 100%; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .product-title .link-product-name,
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .product-title a,
            .related-product ul.MagicScroll .item-box .product-item-info .product-info h2.product-title .link-product-name,
            .related-product ul.MagicScroll .item-box .product-item-info .product-info h2.product-title a,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .product-title .link-product-name,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .product-title a,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info h2.product-title .link-product-name,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info h2.product-title a {
              color: #1A1A2E;
              font-family: Prompt, sans-serif;
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              display: -webkit-box !important;
              -webkit-line-clamp: 2 !important;
              -webkit-box-orient: vertical !important;
              overflow: hidden !important;
              text-overflow: ellipsis !important;
              margin: 0;
              min-height: 48px;
              white-space: normal !important;
              word-wrap: break-word !important;
              word-break: break-word !important; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .stock-availability,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .stock-availability {
            margin: 0; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .stock-availability label,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .stock-availability label {
              color: #00695A;
              font-family: Prompt, sans-serif;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%;
              margin: 0; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .stock-availability .stock,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .stock-availability .stock {
              color: #00695A;
              font-family: Prompt, sans-serif;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap {
            margin: 0 !important;
            width: 100%; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .normal-price,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .normal-price {
              color: #1A1A2E;
              font-family: Prompt, sans-serif;
              font-size: 16px;
              font-style: normal;
              font-weight: 700;
              line-height: 150%;
              text-align: left;
              display: block; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left {
              display: flex !important;
              flex-direction: column !important;
              align-items: flex-start !important;
              gap: 0 !important;
              flex: 1 !important; }
              .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left .special-price,
              .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left .special-price {
                color: #FF1D25 !important;
                font-family: Prompt, sans-serif !important;
                font-size: 16px !important;
                font-style: normal !important;
                font-weight: 700 !important;
                line-height: 150% !important;
                text-align: left !important;
                margin: 0 !important;
                display: block !important;
                width: 100% !important;
                flex-shrink: 0 !important; }
              .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left .strike-price,
              .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left .strike-price {
                color: #878787 !important;
                font-family: Prompt, sans-serif !important;
                font-size: 14px !important;
                font-style: normal !important;
                font-weight: 400 !important;
                line-height: 150% !important;
                text-decoration: line-through !important;
                text-align: left !important;
                margin: 0 !important;
                display: block !important;
                width: 100% !important;
                flex-shrink: 0 !important; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .special-price,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .special-price {
              color: #FF1D25 !important;
              font-family: Prompt, sans-serif !important;
              font-size: 16px !important;
              font-style: normal !important;
              font-weight: 700 !important;
              line-height: 150% !important;
              text-align: left !important;
              margin: 0 !important;
              display: block !important;
              width: 100% !important; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .strike-price,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .strike-price {
              color: #878787 !important;
              font-family: Prompt, sans-serif !important;
              font-size: 14px !important;
              font-style: normal !important;
              font-weight: 400 !important;
              line-height: 150% !important;
              text-decoration: line-through !important;
              text-align: left !important;
              margin: 0 !important;
              display: block !important;
              width: 100% !important; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-margin,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-margin {
              display: flex !important;
              align-items: center !important;
              justify-content: center !important;
              background-color: #FF1D25 !important;
              color: #fff !important;
              padding: 2px 6px !important;
              border-radius: 8px !important;
              font-size: 12px !important;
              font-weight: 400 !important;
              line-height: 150% !important;
              white-space: nowrap !important;
              align-self: center !important;
              flex-shrink: 0 !important;
              margin-left: 0 !important;
              height: fit-content !important; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap:has(.special-price),
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap:has(.price-margin),
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap:has(.price-left),
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.special-price),
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.price-margin),
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.price-left) {
            display: flex !important;
            flex-direction: row !important;
            justify-content: space-between !important;
            align-items: center !important;
            align-self: stretch !important;
            gap: 12px !important;
            width: 100% !important; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap:has(.price-left),
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.price-left) {
            display: flex !important;
            flex-direction: row !important;
            justify-content: space-between !important;
            align-items: center !important;
            gap: 12px !important; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap:has(.price-left) .price-left,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.price-left) .price-left {
              display: flex !important;
              flex-direction: column !important;
              align-items: flex-start !important;
              gap: 0 !important;
              flex: 1 !important; }
            .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap:has(.price-left) .price-margin,
            .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap:has(.price-left) .price-margin {
              align-self: center !important;
              flex-shrink: 0 !important;
              margin-left: 0 !important; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left span.special-price,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left span.strike-price,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left .special-price,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .price-wrap .price-left .strike-price,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left span.special-price,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left span.strike-price,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left .special-price,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .price-wrap .price-left .strike-price {
            display: block !important;
            width: 100% !important;
            float: none !important;
            clear: both !important; }
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .review-wrap,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .sku-name,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .sku-name.inner-info,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .prod-desc,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .prod-fulldesc,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .prod-fix-text,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .custom-info,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .addtocart-btn,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .soldout_badge,
          .related-product ul.MagicScroll .item-box .product-item-info .product-info .flashprogress,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .review-wrap,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .sku-name,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .sku-name.inner-info,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .prod-desc,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .prod-fulldesc,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .prod-fix-text,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .custom-info,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .addtocart-btn,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .soldout_badge,
          .related-product ul.products.product-grid-view .item-box .product-item-info .product-info .flashprogress {
            display: none !important; }

.full-description {
  margin-top: 100px;
  color: #343a40; }
  .full-description .sub-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }

/*  Calender lunch */
.count-down-alt {
  margin-bottom: 15px;
  line-height: 1.45; }

.title-coming {
  color: #5c827d;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px; }

.title-form {
  position: relative;
  margin-bottom: 10px; }
  .title-form:before {
    position: absolute;
    left: 0;
    top: 49.5%;
    content: "";
    background: #CECECE;
    width: 100%;
    height: 1px;
    z-index: -1; }
  .title-form h2 {
    display: inline-block;
    background: #fff;
    padding: 0 10px; }

.count-down-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px 0; }
  .count-down-wrap .count-down-item {
    padding: 10px;
    text-align: center;
    min-height: 90px;
    min-width: 90px;
    font-size: 1rem;
    border-radius: 50%;
    border: 5px solid #a8a8a8; }
    .count-down-wrap .count-down-item span {
      padding-top: 5px;
      display: block; }
    .count-down-wrap .count-down-item .count-num {
      display: block;
      font-size: 2rem;
      font-weight: 600;
      padding-top: 0; }

.tier-price-range {
  margin-top: 20px;
  background-color: #E6E6E6; }

.tier_head {
  padding: 13px;
  cursor: pointer;
  font-weight: bold; }
  .tier_head.heading-expanded .fa-chevron-down:before {
    content: "\f077"; }

.tier-price-wrap {
  padding-left: 13px;
  padding-right: 13px; }

.tier-price-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .tier-price-list .save-price {
    color: #ff0000; }
  .tier-price-list:last-child {
    padding-bottom: 13px; }

.show_desk {
  display: flex;
  gap: 24px; }

.show_mob {
  display: none; }

.select_labal select {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  cursor: default;
  color: #ff0000; }

.header-wrap {
  margin-bottom: 0; }

.link-description {
  text-decoration: underline;
  display: block;
  padding-bottom: 30px; }

.group-acc-description .card-body {
  font-size: 0.875rem;
  padding: 10px; }

.btn-script {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  padding-left: 0px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 24px; }
  .btn-script.collapsed i.filp {
    float: right;
    position: relative;
    top: 5px;
    transform: rotate(0deg); }
  .btn-script i.filp {
    position: relative;
    top: 5px;
    transform: rotate(180deg); }

.group-images-gallery {
  grid-gap: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/**/
.full-description {
  margin-top: 100px;
  color: #343a40; }
  .full-description .sub-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }

.product-spec .table th, .product-spec .table td {
  text-align: left;
  padding: 4px 24px;
  line-height: 21px;
  font-size: 14px;
  border: none; }
  .product-spec .table th.topic, .product-spec .table td.topic {
    width: 180px; }
.product-spec .topic {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px; }

.buy-option-wrap {
  margin-top: 20px; }
  .buy-option-wrap .buy-option-label {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .75rem;
    display: block; }
  .buy-option-wrap ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 0; }
    .buy-option-wrap ul li {
      margin: 0 5px 10px 5px; }
    .buy-option-wrap ul .file_image {
      max-height: 40px; }
      .buy-option-wrap ul .file_image img, .buy-option-wrap ul .file_image svg {
        width: 40px;
        height: 40px;
        border-radius: 50%; }

@media all and (min-width: 992px) {
  .product-shop {
    position: sticky;
    top: -30px;
    transform: translate3d(0px, 0px, 0px); } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  .row {
    flex-direction: column; }
    .row > div[class*="col-"] {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important; }

  .product-img-box {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
    .product-img-box .zoom-gallery {
      flex-direction: column;
      align-items: center;
      padding: 0 16px;
      max-width: 100%; }
    .product-img-box .product-main-img {
      height: 600px;
      min-height: 600px;
      max-height: 600px;
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      position: relative; }
      .product-img-box .product-main-img .mobile-nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #acacac;
        border: none;
        transition: all 0.3s ease; }
        .product-img-box .product-main-img .mobile-nav-arrow:hover {
          background: rgba(255, 255, 255, 0.9);
          color: #bdbdbd; }
        .product-img-box .product-main-img .mobile-nav-arrow.prev-arrow {
          left: 10px; }
        .product-img-box .product-main-img .mobile-nav-arrow.next-arrow {
          right: 10px; }
    .product-img-box .zoom-gallery-slide.images-gallery {
      height: 600px;
      min-height: 600px;
      max-height: 600px;
      width: 100%;
      max-width: 600px;
      aspect-ratio: 1/1; }
    .product-img-box .zoom-gallery-slide.images-gallery .MagicZoom,
    .product-img-box .zoom-gallery-slide.images-gallery .mz-figure {
      height: 600px;
      max-width: 600px;
      width: 100%; }
    .product-img-box .zoom-gallery-slide.images-gallery .mz-figure img {
      height: 600px;
      max-height: 600px;
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }
    .product-img-box .selectors {
      order: 2;
      width: 100%;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      max-height: none;
      padding: 24px 0 0 0;
      gap: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      display: flex !important; }
      .product-img-box .selectors.horizontal-thumb {
        display: flex !important;
        visibility: visible !important;
        order: 2;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-self: stretch;
        padding: 16px 12px;
        margin-top: 12px;
        gap: 24px;
        overflow-x: auto;
        overflow-y: visible;
        min-height: 110px; }
        .product-img-box .selectors.horizontal-thumb .mcs-wrapper {
          left: 0 !important;
          right: 0 !important;
          width: 100% !important;
          display: flex !important;
          justify-content: flex-start !important;
          padding: 0 !important; }
        .product-img-box .selectors.horizontal-thumb .mcs-items-container {
          display: flex !important;
          white-space: normal !important;
          justify-content: flex-start !important;
          gap: 24px;
          transform: translate3d(0px, 0px, 0px) !important; }
        .product-img-box .selectors.horizontal-thumb .mcs-item {
          width: 88px !important;
          min-width: 88px !important;
          flex-shrink: 0 !important;
          display: flex !important; }
        .product-img-box .selectors.horizontal-thumb .zoom_thumb {
          width: 88px;
          height: 88px;
          min-width: 88px;
          min-height: 88px;
          aspect-ratio: 1/1;
          flex-shrink: 0;
          box-sizing: border-box;
          padding: 0;
          border-radius: 6px;
          background: #fff;
          display: flex !important;
          align-items: center;
          justify-content: center; }
          .product-img-box .selectors.horizontal-thumb .zoom_thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 1/1;
            display: block !important; }
          .product-img-box .selectors.horizontal-thumb .zoom_thumb.mz-thumb-selected {
            border: none;
            box-shadow: none; }

  .product-img-box .zoom-gallery .selectors.horizontal-thumb {
    visibility: visible !important;
    opacity: 1 !important; }
  .product-img-box .MagicScroll.horizontal-thumb {
    display: flex !important;
    visibility: visible !important;
    width: 100%; }
  .product-img-box .MagicScroll .mcs-wrapper {
    height: auto; }

  .related-product #related_prd_magic_slider .mcs-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .related-product #related_prd_magic_slider .mcs-items-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: nowrap !important;
    font-size: 0 !important;
    width: 100% !important; }
    .related-product #related_prd_magic_slider .mcs-items-container .mcs-item {
      width: 33.333% !important;
      min-width: 33.333% !important;
      max-width: 33.333% !important;
      display: inline-block !important;
      vertical-align: top !important;
      box-sizing: border-box !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      font-size: 1rem !important;
      flex: none !important;
      flex-shrink: 0 !important;
      flex-grow: 0 !important;
      height: auto !important;
      visibility: visible !important;
      opacity: 1 !important; }
      .related-product #related_prd_magic_slider .mcs-items-container .mcs-item .item-box {
        width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        display: block !important;
        visibility: visible !important; } }
@media all and (min-width: 1200px) {
  .related-product #related_prd_magic_slider .mcs-wrapper {
    width: 100% !important; }
  .related-product #related_prd_magic_slider .mcs-items-container {
    white-space: nowrap !important;
    font-size: 0 !important; }
    .related-product #related_prd_magic_slider .mcs-items-container .mcs-item {
      width: calc((100% - 72px) / 4 + 24px) !important;
      min-width: calc((100% - 72px) / 4 + 24px) !important;
      max-width: calc((100% - 72px) / 4 + 24px) !important;
      display: inline-block !important;
      vertical-align: top !important;
      box-sizing: border-box !important;
      padding-right: 24px !important;
      padding-left: 0 !important;
      margin: 0 !important;
      font-size: 1rem !important;
      height: auto !important;
      visibility: visible !important;
      opacity: 1 !important; }
      .related-product #related_prd_magic_slider .mcs-items-container .mcs-item:nth-child(4n) {
        width: calc((100% - 72px) / 4) !important;
        min-width: calc((100% - 72px) / 4) !important;
        max-width: calc((100% - 72px) / 4) !important;
        padding-right: 0 !important; }
      .related-product #related_prd_magic_slider .mcs-items-container .mcs-item:last-child {
        padding-right: 0 !important; }
        .related-product #related_prd_magic_slider .mcs-items-container .mcs-item:last-child:not(:nth-child(4n)) {
          width: calc((100% - 72px) / 4) !important;
          min-width: calc((100% - 72px) / 4) !important;
          max-width: calc((100% - 72px) / 4) !important; }
      .related-product #related_prd_magic_slider .mcs-items-container .mcs-item .item-box {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        display: block !important;
        visibility: visible !important; } }
@media all and (max-width: 767px) {
  .group-images-gallery {
    padding: 0; }

  .full-description {
    margin-top: 50px; }

  .show_desk {
    display: none; }

  .show_mob {
    display: block; }

  .product-img-box {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }
    .product-img-box .zoom-gallery {
      flex-direction: column;
      align-items: flex-start;
      padding: 12px; }
    .product-img-box .selectors {
      order: 2;
      width: 100%;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      max-height: none;
      padding: 16px 0 0 0;
      gap: 12px;
      overflow-x: auto;
      overflow-y: hidden;
      display: flex !important; }
      .product-img-box .selectors.horizontal-thumb {
        display: flex !important; }
        .product-img-box .selectors.horizontal-thumb .mcs-wrapper {
          left: 0 !important;
          right: 0 !important;
          width: 100% !important;
          display: flex !important;
          justify-content: flex-start !important; }
        .product-img-box .selectors.horizontal-thumb .mcs-items-container {
          display: flex !important;
          white-space: normal !important;
          justify-content: flex-start !important;
          gap: 12px; }
        .product-img-box .selectors.horizontal-thumb .mcs-item {
          width: 78px !important;
          flex-shrink: 0 !important; }
      .product-img-box .selectors .zoom_thumb {
        width: 78px;
        height: 78px;
        aspect-ratio: 1/1;
        box-sizing: border-box; }
        .product-img-box .selectors .zoom_thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          aspect-ratio: 1/1; }
    .product-img-box .product-main-img {
      order: 1;
      margin-left: 0;
      text-align: center;
      width: 100%;
      height: 358px;
      min-height: 358px;
      max-height: 358px;
      align-self: stretch; }
    .product-img-box .zoom-gallery-slide.images-gallery {
      height: 358px;
      min-height: 358px;
      max-height: 358px;
      aspect-ratio: 1/1;
      align-self: stretch; }
    .product-img-box .zoom-gallery-slide.images-gallery .MagicZoom,
    .product-img-box .zoom-gallery-slide.images-gallery .mz-figure {
      height: 358px;
      max-width: 358px; }
    .product-img-box .zoom-gallery-slide.images-gallery .mz-figure img {
      height: 358px;
      max-height: 358px;
      aspect-ratio: 1/1;
      object-fit: cover; }
    .product-img-box .images-gallery {
      max-height: none; }

  .product-shop {
    padding: 0 16px; }
    .product-shop .product-name {
      font-size: 2rem; }
    .product-shop.box-border {
      border: none;
      padding: 0; }
    .product-shop .review-star.fright {
      text-align: left;
      float: none; }
    .product-shop .prod-desc {
      margin: 10px 0;
      padding-bottom: 30px; }
      .product-shop .prod-desc h2 {
        margin-top: 30px; }
    .product-shop .outer-price {
      margin-bottom: 12px; }
    .product-shop .price-wrap {
      margin-bottom: 0px; }
      .product-shop .price-wrap .normal-price {
        color: #343a40; }
    .product-shop .group-before-description {
      white-space: nowrap;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      margin-bottom: 15px; }

  .product-list {
    display: block; }
    .product-list .thumb-wrap {
      display: none; }
    .product-list .name-wrap {
      width: 100%;
      display: block; }

  .show_mob .thumb-wrap {
    display: block;
    max-width: 80px; }
  .show_mob .outer-price {
    text-align: left; }
  .show_mob .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
  .show_mob .group-sub-price {
    text-align: left; }

  .product-desc h2 {
    margin-top: 30px;
    font-size: 1.125rem; }

  .box-border {
    padding: 12px; }

  .related-product {
    margin-top: 10px; }

  .currency-wrap {
    text-align: left;
    float: none; }

  .list-wrapper {
    width: 100%;
    margin: -20px 0 20px 0; }
    .list-wrapper .items.cname {
      max-width: 130px; }
    .list-wrapper .items.price {
      max-width: 80px; }
    .list-wrapper .form-group {
      width: 100%; }

  .product-spec-wrap .product-spec {
    display: block; }
  .product-spec-wrap .att-name {
    margin-bottom: 8px;
    min-width: 120px; }

  .size-wrap .select {
    min-width: 130px; }
  .size-wrap .font_bold, .size-wrap label {
    padding-right: 0; }

  .group-images-gallery > .images-gallery {
    flex: 0 0 100%;
    max-width: 100%; }
    .group-images-gallery > .images-gallery:not(:first-child) {
      display: none; }

  .related-product,
  .related-product.product-slider {
    padding-left: 0;
    padding-right: 0; }
    .related-product #related_prd_magic_slider .mcs-wrapper,
    .related-product ul#related_prd_magic_slider .mcs-wrapper,
    .related-product.product-slider #related_prd_magic_slider .mcs-wrapper,
    .related-product.product-slider ul#related_prd_magic_slider .mcs-wrapper {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .related-product #related_prd_magic_slider .mcs-items-container,
    .related-product ul#related_prd_magic_slider .mcs-items-container,
    .related-product.product-slider #related_prd_magic_slider .mcs-items-container,
    .related-product.product-slider ul#related_prd_magic_slider .mcs-items-container {
      padding-left: 0 !important;
      padding-right: 0 !important;
      white-space: nowrap !important;
      font-size: 0 !important;
      width: 100% !important; }
      .related-product #related_prd_magic_slider .mcs-items-container .mcs-item,
      .related-product ul#related_prd_magic_slider .mcs-items-container .mcs-item,
      .related-product.product-slider #related_prd_magic_slider .mcs-items-container .mcs-item,
      .related-product.product-slider ul#related_prd_magic_slider .mcs-items-container .mcs-item {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
        display: inline-block !important;
        vertical-align: top !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 1rem !important;
        flex: none !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important; }
        .related-product #related_prd_magic_slider .mcs-items-container .mcs-item .item-box,
        .related-product ul#related_prd_magic_slider .mcs-items-container .mcs-item .item-box,
        .related-product.product-slider #related_prd_magic_slider .mcs-items-container .mcs-item .item-box,
        .related-product.product-slider ul#related_prd_magic_slider .mcs-items-container .mcs-item .item-box {
          width: 100% !important;
          padding-left: 12px !important;
          padding-right: 12px !important;
          padding-top: 0 !important;
          padding-bottom: 0 !important;
          margin: 0 !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          display: block !important; } }
@media all and (max-width: 767px) {
  .product-main-img {
    margin-left: 0;
    height: 358px;
    min-height: 358px;
    max-height: 358px;
    align-self: stretch;
    position: relative; }
    .product-main-img .mobile-nav-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #acacac;
      border: none;
      transition: all 0.3s ease; }
      .product-main-img .mobile-nav-arrow:hover {
        background: rgba(255, 255, 255, 0.9);
        color: #bdbdbd; }
      .product-main-img .mobile-nav-arrow.prev-arrow {
        left: 10px; }
      .product-main-img .mobile-nav-arrow.next-arrow {
        right: 10px; }

  .zoom-gallery-slide.images-gallery {
    height: 358px;
    min-height: 358px;
    max-height: 358px;
    aspect-ratio: 1/1;
    align-self: stretch; }

  .zoom-gallery-slide.images-gallery .MagicZoom,
  .zoom-gallery-slide.images-gallery .mz-figure {
    height: 358px;
    max-width: 358px; }

  .zoom-gallery-slide.images-gallery .mz-figure img {
    height: 358px;
    max-height: 358px;
    aspect-ratio: 1/1;
    object-fit: cover; }

  .zoom-gallery .selectors {
    display: flex !important; }
    .zoom-gallery .selectors.horizontal-thumb {
      display: flex !important;
      visibility: visible !important;
      order: 2;
      width: 100%;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      align-self: stretch;
      padding: 16px 12px;
      margin-top: 12px;
      gap: 12px;
      overflow-x: auto;
      overflow-y: visible;
      min-height: 110px; }
      .zoom-gallery .selectors.horizontal-thumb .mcs-wrapper {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: flex-start !important;
        padding: 0 !important; }
      .zoom-gallery .selectors.horizontal-thumb .mcs-items-container {
        display: flex !important;
        white-space: normal !important;
        justify-content: flex-start !important;
        gap: 12px;
        transform: translate3d(0px, 0px, 0px) !important; }
      .zoom-gallery .selectors.horizontal-thumb .mcs-item {
        width: 78px !important;
        min-width: 78px !important;
        flex-shrink: 0 !important;
        display: flex !important; }
      .zoom-gallery .selectors.horizontal-thumb .zoom_thumb {
        width: 78px;
        height: 78px;
        min-width: 78px;
        min-height: 78px;
        aspect-ratio: 1/1;
        flex-shrink: 0;
        box-sizing: border-box;
        padding: 0;
        border-radius: 6px;
        background: #fff;
        display: flex !important;
        align-items: center;
        justify-content: center; }
        .zoom-gallery .selectors.horizontal-thumb .zoom_thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          aspect-ratio: 1/1;
          display: block !important; }

  .product-img-box .zoom-gallery {
    flex-direction: column;
    align-items: flex-start; }
    .product-img-box .zoom-gallery .product-main-img {
      order: 1;
      width: 100%;
      height: 358px;
      min-height: 358px;
      max-height: 358px; }
    .product-img-box .zoom-gallery .selectors.horizontal-thumb {
      order: 2;
      visibility: visible !important;
      opacity: 1 !important; }
  .product-img-box .MagicScroll.horizontal-thumb {
    display: flex !important;
    visibility: visible !important;
    width: 100%; }
  .product-img-box .MagicScroll .mcs-wrapper {
    height: auto;
    width: 100% !important; }
  .product-img-box .MagicScroll .mcs-button {
    display: none !important; } }
.product-info-details {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 1200px) {
    .product-info-details {
      padding: 0 24px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product-info-details {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .product-info-details {
      padding: 0 16px; } }
  .product-info-details .brand-wrap .brand-name {
    color: #1A1A2E;
    font-family: Prompt, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0; }
  .product-info-details .main-title.simple-prod {
    color: #1A1A2E;
    font-family: Prompt, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 16px; }
  @media all and (max-width: 1200px) {
    .product-info-details .main-title.simple-prod {
      font-size: 36px; } }
  .product-info-details .short_desc {
    color: #1A1A2E;
    font-family: Prompt, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0; }
  .product-info-details .outer-price {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    row-gap: 8px;
    margin-top: 16px; }
    .product-info-details .outer-price .price-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 0;
      order: 1; }
    .product-info-details .outer-price .price-offer {
      display: contents; }
      .product-info-details .outer-price .price-offer .price-margin {
        display: flex;
        padding: 4px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        margin: 0 !important;
        background: #FF1D25;
        color: #FFF;
        font-family: Prompt, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        order: 2; }
      .product-info-details .outer-price .price-offer .strike-price {
        color: #878787;
        font-family: Prompt, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-decoration-line: line-through;
        order: 3;
        flex-basis: 100%;
        margin-top: -12px; }
    .product-info-details .outer-price > .strike-price {
      color: #878787;
      font-family: Prompt, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-decoration-line: line-through;
      order: 3;
      flex-basis: 100%; }
    .product-info-details .outer-price .price-wrap .normal-price {
      color: #1A1A2E;
      font-family: Prompt, sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; }
    .product-info-details .outer-price:has(.strike-price) .price-wrap .normal-price {
      color: #FF1D25;
      font-family: Prompt, sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; }
  .product-info-details .specification,
  .product-info-details .flashsale-wrap,
  .product-info-details .product-color-specification {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    padding: 0 !important; }
  .product-info-details .row.product-attr-specification,
  .product-info-details .row.product-upload-file-download {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    padding: 0 !important; }
  .product-info-details .product-add-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    margin-top: 0; }
    .product-info-details .product-add-form .product-add-form {
      margin-top: 0;
      gap: 16px; }
    .product-info-details .product-add-form .attribute-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      align-self: stretch;
      width: 100%; }
      .product-info-details .product-add-form .attribute-wrap .size-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        width: 100%;
        max-width: none;
        margin-bottom: 0; }
        .product-info-details .product-add-form .attribute-wrap .size-wrap .product-label {
          color: #1A1A2E;
          font-family: Prompt, sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          margin-bottom: 0;
          display: block !important;
          width: 100%;
          visibility: visible !important;
          opacity: 1 !important;
          padding: 0 !important; }
        .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap {
          display: flex;
          align-items: flex-start;
          align-content: flex-start;
          gap: 16px;
          align-self: stretch;
          flex-wrap: wrap;
          width: 100%; }
          .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose {
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            gap: 16px;
            align-self: stretch;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%; }
            .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li {
              margin: 0; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper {
                display: flex;
                height: 40px;
                padding: 0 16px;
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1.5px solid #0F3461;
                background: #0F3461;
                color: #FFF;
                font-family: Prompt, sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                cursor: pointer;
                transition: all 0.3s ease; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper:hover {
                  opacity: 0.9; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper.selected, .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper[ng-class*="selected"] {
                  background: #0F3461;
                  border-color: #0F3461; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper.prd-out-of-stock {
                  opacity: 0.5;
                  cursor: not-allowed; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper .product-img.size {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 100%;
                  height: 100%;
                  margin: 0;
                  padding: 0; }
                  .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper .product-img.size div,
                  .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper .product-img.size .ng-binding {
                    color: inherit;
                    font-family: Prompt, sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 150%;
                    margin: 0;
                    padding: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:checked + .color-wrapper {
                background: #0F3461 !important;
                border-color: #0F3461 !important;
                color: #FFF !important; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:checked + .color-wrapper .product-img {
                  border-color: #0F3461 !important;
                  background-color: #0F3461 !important;
                  border: none !important; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:checked + .color-wrapper .product-img.size div,
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:checked + .color-wrapper .product-img.size .ng-binding {
                  color: #FFF !important; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:not(:checked) + .color-wrapper {
                background: #FFF !important;
                border-color: #E1E1E1 !important;
                color: #1A1A2E !important; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:not(:checked) + .color-wrapper .product-img.size div,
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color input[type="radio"]:not(:checked) + .color-wrapper .product-img.size .ng-binding {
                  color: #1A1A2E !important; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper {
                background: #FFF;
                border-color: #0F3461;
                color: #0F3461; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper .product-img.size div,
                .product-info-details .product-add-form .attribute-wrap .size-wrap .color-wrap .color-choose li .select-color .color-wrapper .product-img.size .ng-binding {
                  color: #0F3461; }
        .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle {
          display: flex;
          align-items: flex-start;
          align-content: flex-start;
          gap: 16px;
          align-self: stretch;
          flex-wrap: wrap;
          width: 100%; }
          .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose {
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            gap: 16px;
            align-self: stretch;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%; }
            .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li {
              margin: 0; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers {
                display: flex;
                height: 40px;
                padding: 0 16px;
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1.5px solid #0F3461;
                background: #0F3461;
                color: #FFF;
                font-family: Prompt, sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                cursor: pointer;
                transition: all 0.3s ease; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers:hover {
                  opacity: 0.9; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers.prd-out-of-stock {
                  opacity: 0.5;
                  cursor: not-allowed; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers .product-imgs.size {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 100%;
                  height: 100%;
                  margin: 0;
                  padding: 0; }
                  .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers .product-imgs.size .color_capcta_text,
                  .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers .product-imgs.size div {
                    color: inherit;
                    font-family: Prompt, sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 150%;
                    margin: 0;
                    padding: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors input[type="radio"]:checked + .color-wrappers {
                background: #0F3461 !important;
                border-color: #0F3461 !important;
                color: #FFF !important; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors input[type="radio"]:checked + .color-wrappers .product-imgs.size .color_capcta_text,
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors input[type="radio"]:checked + .color-wrappers .product-imgs.size div {
                  color: #FFF !important; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors input[type="radio"]:not(:checked) + .color-wrappers {
                background: #FFF !important;
                border-color: #0F3461 !important;
                color: #0F3461 !important; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors input[type="radio"]:not(:checked) + .color-wrappers .product-imgs.size .color_capcta_text,
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors input[type="radio"]:not(:checked) + .color-wrappers .product-imgs.size div {
                  color: #0F3461 !important; }
              .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers {
                background: #FFF;
                border-color: #0F3461;
                color: #0F3461; }
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers .product-imgs.size .color_capcta_text,
                .product-info-details .product-add-form .attribute-wrap .size-wrap .attribute_style_circle .color-choose li .select-colors .color-wrappers .product-imgs.size div {
                  color: #0F3461; }
    .product-info-details .product-add-form .qty_stock_wrap {
      display: flex;
      align-items: center;
      gap: 24px;
      align-self: stretch;
      margin-bottom: 24px; }
      .product-info-details .product-add-form .qty_stock_wrap .form-group {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        display: flex;
        align-items: center; }
      .product-info-details .product-add-form .qty_stock_wrap .form-groups {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        display: flex;
        align-items: center; }
      .product-info-details .product-add-form .qty_stock_wrap .qty-box {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        display: flex;
        align-items: center; }
      .product-info-details .product-add-form .qty_stock_wrap .stock-availability {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        display: flex;
        align-items: center; }
        .product-info-details .product-add-form .qty_stock_wrap .stock-availability label {
          margin-bottom: 0 !important;
          margin-top: 0 !important;
          display: flex;
          align-items: center; }
    .product-info-details .product-add-form .option-add-cart {
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%; }
      .product-info-details .product-add-form .option-add-cart .addtocart-btn {
        display: flex;
        height: 48px;
        padding: 0 28px 0 32px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        flex: 1;
        border-radius: 100px !important;
        background: #E9445F;
        margin: 0;
        width: 100%;
        max-width: 360px;
        min-width: 250px; }
        .product-info-details .product-add-form .option-add-cart .addtocart-btn .btn-primary {
          color: #FFF !important;
          font-family: Prompt, sans-serif !important;
          font-size: 16px !important;
          font-style: normal !important;
          font-weight: 700 !important;
          line-height: 150% !important;
          border: none !important;
          background: transparent !important;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          text-decoration: none !important;
          text-transform: none !important; }
          .product-info-details .product-add-form .option-add-cart .addtocart-btn .btn-primary * {
            color: #FFF !important; }
          .product-info-details .product-add-form .option-add-cart .addtocart-btn .btn-primary i.fa-shopping-cart,
          .product-info-details .product-add-form .option-add-cart .addtocart-btn .btn-primary i.fal.fa-shopping-cart,
          .product-info-details .product-add-form .option-add-cart .addtocart-btn .btn-primary i.fas.fa-shopping-cart {
            width: 24px !important;
            height: 24px !important;
            font-size: 18px !important;
            line-height: 24px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            color: #FFF !important;
            flex-shrink: 0 !important;
            visibility: visible !important;
            opacity: 1 !important; }
        .product-info-details .product-add-form .option-add-cart .addtocart-btn:hover {
          background: #F97A8E;
          border-color: #F97A8E; }
        .product-info-details .product-add-form .option-add-cart .addtocart-btn:focus {
          background: #DD3551;
          border-color: #DD3551; }
        .product-info-details .product-add-form .option-add-cart .addtocart-btn:active {
          background: #DD3551;
          border-color: #DD3551; }
      .product-info-details .product-add-form .option-add-cart .btn-wishlist {
        display: flex;
        width: 48px;
        height: 48px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 100px !important;
        border: 1px solid #E9445F;
        background: #FFF;
        margin: 0;
        transition: all 0.3s ease; }
        .product-info-details .product-add-form .option-add-cart .btn-wishlist:hover {
          background: #E9445F;
          border-color: #E9445F; }
          .product-info-details .product-add-form .option-add-cart .btn-wishlist:hover .btn-link i {
            color: #FFF; }
        .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link {
          display: flex;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: center;
          padding: 0;
          text-decoration: none;
          border-radius: 100px !important;
          position: relative;
          background-color: transparent !important;
          border: none !important;
          font-size: 0;
          line-height: 0; }
          .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link > *:not(i) {
            display: none !important; }
          .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link i {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            font-size: 24px !important;
            line-height: 1 !important;
            color: #E9445F;
            display: flex !important;
            align-items: center;
            justify-content: center;
            margin: 0;
            position: relative;
            z-index: 1; }
          .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link i.fa-heart {
            font-weight: 300; }
          .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link.active, .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link[ng-class*="active"], .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link[href*="removeFromWishlist"] {
            background: #E9445F !important;
            border-color: #E9445F !important; }
            .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link.active i, .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link[ng-class*="active"] i, .product-info-details .product-add-form .option-add-cart .btn-wishlist .btn-link[href*="removeFromWishlist"] i {
              color: #FFF;
              font-weight: 900; }

.product-detail-bundle-matrix .option-add-cart,
.product-detail-bundle-simple .option-add-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%; }
  .product-detail-bundle-matrix .option-add-cart .addtocart-btn,
  .product-detail-bundle-simple .option-add-cart .addtocart-btn {
    display: flex;
    height: 48px;
    padding: 0 28px 0 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex: 1;
    border-radius: 100px !important;
    background: #E9445F;
    margin: 0;
    width: 100%;
    max-width: 360px;
    min-width: 250px; }
  .product-detail-bundle-matrix .option-add-cart .btn-wishlist,
  .product-detail-bundle-simple .option-add-cart .btn-wishlist {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px; }
    .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn,
    .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn-link,
    .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn,
    .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 20px;
      height: 48px;
      border-radius: 100px;
      border: 1px solid #D8D8DD;
      background: #FFF;
      color: #1A1A2E;
      font-family: Prompt, sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      box-shadow: none; }
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn .wish-txt,
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn-link .wish-txt,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn .wish-txt,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn-link .wish-txt {
        display: inline;
        color: #1A1A2E; }
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn i,
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn-link i,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn i,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn-link i {
        font-size: 16px;
        color: #1A1A2E;
        line-height: 1; }
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn.active .wish-txt,
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn.active i,
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn-link.active .wish-txt,
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn-link.active i,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn.active .wish-txt,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn.active i,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn-link.active .wish-txt,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn-link.active i {
        color: #E9445F; }
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn:hover,
      .product-detail-bundle-matrix .option-add-cart .btn-wishlist a.btn-link:hover,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn:hover,
      .product-detail-bundle-simple .option-add-cart .btn-wishlist a.btn-link:hover {
        background: #F7F7F9;
        text-decoration: none; }
