.product-details-section {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.product_Details {
  display: block;
}
.product_Details,
.product_features_section {
  padding: 20px 0 !important;
}
.pdp-container {
  padding: 0px 0;
}
.product-details-panel {
  background-color: white;
  padding: 20px 30px;
}
.fix_top{
    display:block;
    position:fixed;
    top:0;
}
/*.product-details-panel .custom_hidden{
        display:none;
    }
    .product-details-panel .custom_visible {
        display: block;
    }*/
/* 2. Product Title & Price */
.product-header h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.price-final {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.price-original {
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
.price-discount {
  color: #28a745;
  font-weight: 600;
}

/* 3. Image Slider Section (Slick Customization) */
.main-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.slick-slider-wrapper {
  margin-bottom: 15px;
  padding: 0 10px; /* Space for the thumbnail slider below */
}
/* Thumbnail Slider (nav-slider) */
.nav-slider-item {
  padding: 5px;
  cursor: pointer;
}
.nav-slider-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.7;
  border: 2px solid transparent;
  transition: opacity 0.2s, border 0.2s;
}
.slick-current .nav-slider-item img {
  opacity: 1;
  border-color: #007bff; /* Active thumbnail border */
}

/* 4. Options (Single/Double/Queen Buttons) */
.option-button-group .btn {
  border: 1px solid #ccc;
  color: #333;
  background-color: white;
  margin-right: 5px;
  border-radius: 6px;
  font-size: 0.9rem;
  padding: 8px 15px;
}
.option-button-group .btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
  font-weight: 600;
}

/* 5. Select Dropdowns (Size, Thickness) */
.form-select,
.form-control {
  border-radius: 6px;
}
.quantity {
  position: relative;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
.quantity .input-group {
  max-width: 150px;
  background-color: #f5f5f5 !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  font-weight: 600 !important;
}
.quantity .input-group button {
  background-color: rgba(229, 229, 229, 0.6) !important;
  color: #000;
  border-color: rgba(229, 229, 229, 0.6) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.quantity .input-group .form-control {
  border-color: #f5f5f5;
  background-color: #f5f5f5 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.check_delivery {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
.quantity .form-label,
.check_delivery .form-label {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.check_delivery .form-control {
  border-radius: 6px 0 0 6px;
  font-weight: 500 !important;
  min-height: 45px;
}
/* 6. Action Buttons */
.action-buttons .btn {
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 6px;
  margin-right: 10px;
}
.nav-slider-wrapper .slick-list {
  min-height: auto;
}
.slick-prev,
.slick-next {
  display: none !important;
  visibility: hidden !important;
}
.option-button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services_panel {
  display: block;
  position: relative;
  padding-top: 50px;
}
.services_panel .d-flex {
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.services_panel .d-flex .service_box:first-child {
  border-left: 1px solid #a7a7a7;
}
.services_panel .d-flex .service_box:nth-child(even) {
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}
.services_panel .service_details {
  padding: 10px 0;
}
.services_panel .service_details .service_icon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 10px;
}
.services_panel .service_details .service_icon .serviceicon_img {
  max-width: 100%;
  height: auto;
  min-width: 30px;
}
.services_panel .service_details .service_icon span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}
.services_panel .service_details .service_icon .free_trial {
  color: #8c4799;
}
.services_panel .service_details .service_icon .nocost_emi {
  color: #8c4799;
}
.services_panel .service_details .service_icon .cash_onDelivery {
  color: #8c4799;
}
.services_panel .service_details .service_icon .free_delivery {
  color: #8c4799;
}
.services_panel .service_details .service_icon .custome_size {
  color: #8c4799;
}
.services_panel .service_details .service_icon .warranty {
  color: #8c4799;
}
.product_features_section {
  background-color: #f3f3f3;
}
.features_panel {
  display: block;
  position: relative;
  padding: 30px 0;
}
.features_panel .product_features {
  display: flex;
  align-items: center;
}
.features_panel h4 {
  width: 20%;
  font-weight: 700;
  font-size: 22px;
  color: rgb(5, 39, 112);
}
.features_panel .features_list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  align-content: center;
  align-items: center;
}
.features_panel .features_list li {
  list-style-type: none;
  width: 33.33%;
  padding: 15px 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.features_panel .features_list li .features_icon {
  max-width: 50px;
  min-width: 40px;
  height: auto;
  margin-right: 10px;
}
.features_panel .features_list li span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #062b4e;
}
.what_goesinside_panel {
  border-top: 1px solid;
  border-color: #c7c6c6;
  padding: 30px 0;
}
.what_goesinside_panel .what_goesinside {
  display: flex;
  align-items: center;
}
.what_goesinside_panel .what_goesinside .panel_left {
  position: relative;
}
.what_goesinside_panel .what_goesinside .panel_left h4 {
  font-weight: 700;
  font-size: 22px;
  color: rgb(5, 39, 112);
}
.what_goesinside_panel .what_goesinside .panel_right {
  padding-left: 30px;
}

.product_details_panel {
}
.product_details_panel .product-description-panel {
}
.product_details_panel .product-description-panel .panel_left {
}

.product_details_panel .product-description-panel .panel_left img {
}

.product_details_panel .product-description-panel .panel_right {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 400px;
}

.product_details_panel .product-description-panel .panel_right ul {
  padding-left: 15px;
}

.product_details_panel .product-description-panel .panel_right ul li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
    .product_details_panel .product-description-panel .panel_right ul li .wgi_srno {
        width: 30px;
        height: auto;
        border: 1px solid #000;
        border-radius: 5px;
        margin-right: 10px;
        text-align: center;
        line-height: 28px;
        vertical-align: middle;
        min-width: 30px;
    }

.product_details_panel .product-description-panel .panel_right ul li div {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}
.product_details_panel
  .product-description-panel
  .panel_right
  ul
  li
  div
  strong {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.bottom_productprice {
  background-color: #8bcaff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); /* Slight slide-up effect */
  transition: all 0.4s ease-in-out;
}
.bottom_productprice.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index:1;
}
.bottom_productprice .productprice_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.bottom_productprice .productprice_panel .product_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bottom_productprice .productprice_panel .product_price h5 {
  width: 100%;
  display: block;
}
.bottom_productprice .productprice_panel .product_price .price-final {
  margin: 0;
}

.bottom_productprice .productprice_panel .product_price .price-original {
  color: #555;
  padding: 0 20px;
  margin: 0;
}

.bottom_productprice .productprice_panel .product_price .price-discount {
  margin: 0;
  color: #067a15;
}
.footer_section.visible {
  margin-bottom: 120px !important;
  transform: translateY(0);
}
.whatsapp-btn.visible {
  bottom: 220px !important;
  transform: translateY(0);
}
