* {
  font-family: Roboto, sans-serif;
}
.single-product-top-1 p {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
}
a.scrollToTop.back-top {
  padding: 22px 25px;
}
a.scrollToTop.back-top span {
  font-size: 20px;
  font-weight: 600;
}
.site-content .content-area {
  padding: 20px 0 !important;
}
.single-product .banner {
  display: none;
}
.single-product-top-1 {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
/* === Left Gallery Grid === */
.prduct-fetaured-image {
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 65%;
  gap: 10px;
  justify-content: flex-start;
  align-items: start;
}
.prduct-fetaured-image a img {
  object-fit: scale-down;
  transition: 0.3s;
  max-width: 100%;
  height: 100%;
}
.prduct-fetaured-image .thumb-img {
  width: 80px;
  height: auto;
  opacity: 0.8;
}
.prduct-fetaured-image .thumb-img:hover {
  opacity: 1;
}
.prduct-fetaured-image .woocommerce-product-gallery__image {
  margin-bottom: 15px;
}
.prduct-fetaured-image .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
/* === Right Side Info === */
.product-right-side {
  width: 35%;
}
.product-title {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 7px;
  word-spacing: 3px;
  letter-spacing: 0.9px;
}
.product-prices {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  align-items: center;
}
.product-prices .save-percentage {
  border: 1px solid #000;
  height: fit-content;
  padding: 6px 10px 5px 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.035px;
  line-height: 12px;
}
.product-prices del {
  color: #999;
}
.product-prices del .woocommerce-Price-amount {
  color: #999;
  font-weight: 300;
  font-size: 22px;
}
.product-prices ins {
  background: white;
}
.product-prices .woocommerce-Price-amount {
  font-size: 22px;
  color: rgb(164, 45, 39);
  text-decoration: none;
  font-weight: 300;
  background: #fff;
}
/* === Swatches === */
.custom-variation-swatches {
  display: flex;
  gap: 10px;
}
.custom-variation-swatch {
  background-repeat: no-repeat;
  background-size: 95%;
  width: 42px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-position: center;
  cursor: pointer;
  transition: border 0.3s ease;
}
.custom-variation-swatch:hover {
  border-color: #000;
}
.selected-color-text {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}
.add-to-cart-section {
  margin-top: 22px;
}
.stock {
  margin: 0;
}
.woocommerce div.product .single-add-to-cart-wrapper {
  width: 100% !important;
  margin-top: 7px;
  display: flex !important;
}
.woocommerce div.product .single-add-to-cart-wrapper .quantity {
  width: 50%;
  height: fit-content;
}
.woocommerce div.product .single-add-to-cart-wrapper .quantity .input-text {
  width: 78%;
}
.woocommerce
  div.product
  .single-add-to-cart-wrapper
  .quantity
  .input-group-btn {
  width: 22%;
}
.woocommerce
  div.product
  .single-add-to-cart-wrapper
  .single_add_to_cart_button {
  width: 50%;
}
#color-name {
  color: #000;
}
.variations_form .variations {
  display: none !important;
}
.custom-variation-swatch.active {
  border: 2px solid #000;
}
.custom-accordion-wrapper {
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-title {
  line-height: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  padding: 20px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.accordion-title::after {
  font-weight: 300;
  content: "+";
  font-size: 24px;
  transition: transform 0.3s ease;
}
.accordion-item.active .accordion-title::after {
  content: "-";
}
.accordion-content {
  display: none;
  padding: 0 0 20px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}
.accordion-item.active .accordion-content {
  display: block;
}
.feature-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
}
.feature-item {
  flex: 1;
  padding: 0 20px;
}
.feature-item svg {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.feature-item h4 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}
.feature-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.info-section {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 60px 20px;
  background: #fff;
}
.info-box {
  text-align: center;
  max-width: 400px;
}
.info-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.info-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 10px;
}
.info-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.eco-material-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.eco-material-row.reverse-direction {
  flex-direction: row-reverse;
}
.eco-material-img {
  flex: 1 1 45%;
}
.eco-material-img img {
  width: 100%;
  height: auto;
  display: block;
}
.eco-material-content {
  flex: 1 1 45%;
}
.eco-material-heading {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.quantity-btn{
  text-align: center;
}
.eco-material-divider {
  background:white;
  width: 100px;
  border: none;
  border-top: 2px solid #ccc;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-top: 0px;
}
.eco-material-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  padding: 0px;
}
.eco-review-box {
  margin-top: 80px;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.eco-review-heading {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.eco-review-content {
  max-width: 800px;
  margin: 0 auto;
}
.commentlist {
  list-style: none;
  padding: 0;
}
.commentlist li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.commentlist .comment-author {
  font-weight: bold;
}
.commentlist .star-rating {
  color: #f5a623;
}
.product-right-side {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 2px;
  min-height: 100%;  
}
.sticky-wrapper {
  position: fixed;
  top: 115px;
  right: 115px;
  background: #fff;
}
.rdtheme-wc-reviews .commentlist .comment-text .description {
  margin: 0;
}
.rdtheme-wc-reviews .commentlist .comment-text .description p {
  padding: 10px 0px;
}
.rdtheme-wc-reviews #respond .comment-reply-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.comment-form-rating .stars {
  padding: 0px !important;
  margin-left: 0px !important;
}
.comment-form-rating {
  padding-bottom: 0px !important;
}
.related-products-wrapper {
  margin-top: 50px;
}
.related-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  min-width: 1270px;
}
.related-products-main-container {
  width: 100%;
  overflow: auto;
}
.swatch-count-details {
  text-transform: uppercase;
  font-size: 12px;
  color: #424242;
  margin-top: 4px;
  font-weight: 400;
}
.woocommerce.single-product-layout-1 div.product p.stock,
.woocommerce.single-product-layout-2 div.product p.stock {
  margin-top: 0px !important;
  width: 100%;
  text-align: center;
}
.rdtheme-wc-reviews #respond .comment-reply-title {
  font-weight: 400 !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
  border-color: #c8ad70 !important;
}
@media (max-width: 1400px) {
  .single-product-top-1 {
    gap: 20px;
    margin-bottom: 2px;
  }
  .product-title {
    line-height: 20px;
    font-size: 20px;
  }
  .product-prices del .woocommerce-Price-amount,
  .product-prices .woocommerce-Price-amount {
    line-height: 20px;
    font-size: 20px;
  }
  .custom-variation-swatches {
    margin-top: 8px;
    flex-wrap: wrap;
  }
  .custom-variation-swatch {
    width: 33px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .single-product-top-1 {
    display: block;
  }
  .prduct-fetaured-image {
    width: 100%;
  }
  .product-right-side {
    margin-top: 20px;
    width: 100%;
  }
  .product-title {
    word-spacing: 0px;
    letter-spacing: 0.3px;
    font-size: 15px;
  }
  .feature-item {
    min-width: 300px;
    max-width: 300px;
    padding: 0px;
  }
  .feature-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
    padding: 40px 0px;
  }
  .eco-material-row {
    display: block;
  }
  .eco-material-content {
    margin-top: 20px;
  }
  .eco-material-divider {
    margin: 0;
  }
  .eco-material-text {
    padding: 20px 0px 0px 0px;
  }
  .eco-material-row {
    margin-bottom: 0px;
  }
  .eco-material-row.reverse-direction ,.eco-review-box{
    margin-top: 40px;
  }
  .eco-review-heading{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .rdtheme-wc-reviews #respond{
    margin-top:30px !important; 
  }
  .rdtheme-wc-reviews #respond .comment-reply-title{
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
  }
}
