.swiper {
    /* width: 100%; */
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 100%;
    width: 100%;
    margin-left: 20px;
  }

  .mySwiper {
    height: 20%;
    max-height: 440px;
    box-sizing: border-box;
    margin-right: 10px !important;
    z-index: 2 !important;
    padding: 10px 0;
    width: 115px !important;
    }

  .mySwiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin: 0;
  }

  .mySwiper .swiper-slide {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 5px;
    flex-shrink: 0;
    opacity: 1;
   transition: all 400ms linear 0s;
   border: 2px solid transparent;
   transform: scale(1);
  }

  .mySwiper .swiper-slide-thumb-active {
    transform: scale(1.1);
    border: 2px solid #222;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .product-image-container {
    width: 50%;
   

  }
  
  .dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 80px !important;
    height: 80px !important;
    position: relative;
    display: block;
    z-index: 10;
}
  

.dropzone .dz-message {
    text-align: center;
     margin:  0 !important;
     }
  
  .swiper-vertical>.swiper-wrapper {
  width: 115px !important;
  }

  .product-main-container {
    position: relative;
    margin-top: 30px;
  }

  .product-details-text {
    background: #313131;
    max-width: 570px;
    padding: 25px 30px 25px 30px;
    position: absolute;
    right: 0px;
    width: 50%;
    top: 45px;
  }

  .product-details-text > h5 {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product-details-text > h6 {
    font-size: 16px;
    color: #cbcbcb;
    padding: 12px 0px;
  }

  .pr-final-price {
    clear: both;
    font-size: 45px;
    color: #fff;
    padding: 17px 0px;
  }

  .pr-initial-price {
    font-size: 26px;
    color: #b9b9b9;
    text-decoration: line-through;
  }

  .pr-short-des {
    font-size: 14px;
    line-height: 24px;
    text-wrap: balance;
    color: #e9e9e9;
  }

  .size-area > h6 {
    font-size: 16px;
    color: #fff;
    padding: 20px 0px 15px 0px;
  }

  .color-select-area > h6 {
    font-size: 16px;
    color: #fff;
    padding: 20px 0px 15px 0px;
  }

  .size-btn-group {
    gap: 25px;
  }

  .size-btn-group >label {
    color: #b9b9b9;
    font-weight: 700;
    cursor: pointer;
  }

  .size-btn-group >label:hover {
    color: #fff;
  }

  .color-select-area {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .color-btn-group {
    gap: 25px;
  }

  .color-btn-group > label {
    background: #545454;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: block;
    transition: all 400ms linear 0s;
    cursor: pointer;
  }

  .color-btn-group > label:nth-of-type(1) {
    background: #00ac2e;
  }

  .color-btn-group > label:nth-of-type(2) {
    background: #ac0000;
  }

  .color-btn-group > label:nth-of-type(3) {
    background: #0b00a7;
  }

  .color-btn-group > label:nth-of-type(4) {
    background: #ffffff;
  }

  .product-count {
    position: relative;
    display: inline-block;
  }

  .product-count > input {
    max-width: 70px;
    width: 100%;
    height: 45px;
    border: none;
    padding: 0px 30px 0px 15px;
  }

  .product-count .reduced.items-count {
    position: absolute;
    right: 3px;
    top: 22px;
    border: none;
    background: transparent;
    color: #000;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-weight: 600;
  }

  .product-count .increase.items-count { 
    position: absolute;
    right: 3px;
    top: 0px;
    border: none;
    background: transparent;
    color: #000;
    font-size: 16px;
    outline: none;
    box-shadow: none;
  }

  .product-buy-btn-group {
   display: flex;
    margin-top: 15px;
  }

  .product-buy-btn-group > a {
    margin-left: 18px;
  }

  .pr-buy-btn {
    padding: 0px 32px;
    background: #fff;
    line-height: 46px;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    transition: all 400ms linear 0s;
    font-weight: 600;
  }

  .pr-buy-btn:hover  {
    background: #000;
    color: #fff;
  }

  .share-social-group {
    padding-top: 10px;
    padding-inline: 70px;
  }

  .share-social-group > h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
  }

  .pr-content-toggle {
    border: none;
    padding: 95px 0px 70px 0px;
    gap: 25px;
  }

  .pr-toggle-btn {
    color: #a1a1a1;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-pills .nav-link.active {
    background-color: transparent;
    color: #000;
  }

  .nav-pills .nav-link:hover {
    color: #000;
  }
  .comment-user-img {
    padding-right: 30px;
    overflow: hidden;
    aspect-ratio: 1;
    border-right: 1px solid #c3c3c3;
  }

  .comment-user-img > img {
    max-width: 60px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
  }

  .comment-user-content {
    padding-left: 20px;
  }

  .comment-title > h5 {
    text-transform: uppercase;
    font-size: 15px;
    color: #262626;
    padding-bottom: 30px;
    font-weight: 700;
  }

  .comment-date {
    font-size: 14px;
    color: #bfbfbf;
   }

   .comment-user-name {
    font-size: 18px;
    color: #252525;
    text-transform: uppercase;
    padding: 8px 0px 7px 0px;
    font-weight: 600;
   }

   .comment-user-content {
    width: 100%;
   }
   .comment-section {
    width: 65%;
   }

   .user-review-comment > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #727272;
    clear: both;
    padding-bottom: 18px;
   }

   .add-review-form > h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #262626;
    padding-bottom: 30px;
    font-weight: 700;
   }

   .rating {
    width: 110px;
    direction: rtl;
    justify-content: flex-start;
  }
  .rating-icon {
    unicode-bidi: bidi-override;
    text-align: center;
  }
  
  .star {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    color: #000; /* Gold color */
  }
  
  .btn-check.input-radio.options + label {
    border-radius: 40px;
    padding-inline:10px;
    border: 1px solid #fff;
    width: auto;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms linear;
  }
  
  .btn-check.input-radio.options:checked + label {
    background-color: #fff;
    color: #000;
  }
  
  .btn-check.input-radio.options:disabled + label {
    background-color: transparent;
    pointer-events: none;
    cursor: not-allowed;
    color: #888888;
    order: 2;
    text-decoration: line-through;
    opacity: 0.5;
  }
  
  .btn-check.input-radio.options:not(:disabled) + label {
    order: 1;    
  }
  
  .rating label {
    float: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 0 !important;
  }
  .rating label:not(:first-of-type) {
    padding-right: 2px;
  }
  .rating label:before {
    content: "\2605";
    font-size: 25px;
    gap: 5px;
    color: gray;
    line-height: 1;
  }
  .rating input {
    display: none;
  }
  .rating input:checked ~ label:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before {
    color: #000;
  }

  .add-review-form form .form-group {
    margin-bottom: 25px;
  }
  
  .add-review-form form .form-group > label {
    font-size: 14px;
    text-transform: uppercase;
    color: #262626;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 0px;
  }

  .add-review-form form .form-group > input {
    border: 1px solid #515151;
    border-radius: 0px;
    height: 40px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #262626;
  }

  .add-review-form form .form-group > textarea {
    border: 1px solid #515151;
    border-radius: 0px;
    height: 168px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #262626;
    resize: none;
  }

  .comment-btn {
    height: 45px;
    max-width: 124px;
    width: 100%;
    background: #000;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    outline: none;
    transition: all 400ms linear 0s;
  }
  
  .dropzone {
      height: 100px;
    border: 2px solid rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 20px;
  }

  .add-review-section {
    width: 35%;
    margin-left: 30px;
    padding-left: 20px;
  }

  .related-product-section {
    margin: 70px 0;
  }

  .desc-text-content {
    width: 50%;
    padding: 1.5rem;

  }

  .desc-text-content > h4 {
    font-weight: 700;
    font-size: 32px;
    max-width: 25ch;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .desc-text-content > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .desc-img-content {
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1.5/1;
    padding: 1rem;
  }

  .desc-img-content img {
    aspect-ratio: 1.5/1;
    object-fit: cover;
    width: 100%;
  }

  @media (max-width: 768px) {
    .mySwiper .swiper-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: start;
      margin: 0;
      width: 20%;
    }
    .product-image-container {
      width: 100%;
    }
    .swiper-vertical>.swiper-wrapper {
  width: 100% !important;
  }
    
.comment-user-name {
    font-size: 15px;
    color: #252525;
    text-transform: uppercase;
    padding: 8px 0px 7px 0px;
    font-weight: 600;
}

.mySwiper > .swiper-wrapper > .swiper-slide {
  margin-right: 0 !important;
}
    .mySwiper {
    height: 20%;
    margin-top: 10px;
    max-height: 420px;
    box-sizing: border-box;
    margin-right: 0px !important;
    z-index: 2 !important;
    padding: 10px 0;
    width: 100% !important;
    
  }

    .product-details-text {
      padding: 25px 30px 25px 30px;
      position: relative;
      right: 0px;
      top: 0px;
      width: fit-content;
      margin-top: 50px;
      margin-inline: 15px;
    }

    .mySwiper2 {
      margin: 0;
    }

    .product-details-text > h5 {
      font-size: 25px;
    }

    .pr-final-price {
      clear: both;
      font-size: 35px;
      color: #fff;
      padding: 17px 0px;
    }
  
    .pr-initial-price {
      font-size: 20px;
      color: #b9b9b9;
      text-decoration: line-through;
    }

    .product-buy-btn-group {
      display: flex;
      align-items: center;
      margin-top: 15px;
      gap: 15px;
    }

    
  .product-buy-btn-group > a {
    margin-left: 0;
  }

  .pr-buy-btn {
    padding: 0 20px;
  }

  .share-social-group {
    padding-top: 20px;
    padding-inline: 15px;
  }

  .comment-section, .add-review-section {
    width: 100%;
    margin-left: 0;
    padding-inline: 15px;
    margin-bottom: 30px;
   }
   .pr-content-toggle {
    padding: 45px 0 40px 0;
   }

   .desc-text-content, .desc-img-content {
    width: 100%;
    margin-bottom: 30px;
   }
  
  }