
   
/* Breadcrumb */
.site-breadcrumb {
  position: relative;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.site-breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.6;
}

.breadcrumb-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.breadcrumb-menu {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 10px;
}

.breadcrumb-menu li {
  color: #fff;
}

.breadcrumb-menu a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-menu li::after {
  content: "/";
  margin-left: 10px;
}

.breadcrumb-menu li:last-child::after {
  content: "";
}
.image-column{
  position: relative;
}

.image-zoom-container {
  max-width: 500px;

  position: relative;
}

.main-image-container {
  position: relative;
}

#mainImage {
  width: 100%;
  display: block;
}

.main-image {
  max-width: 500px !important;
  width: 100% !important;
}

.zoom-lens {
  position: absolute;
  border: 1px solid #ccc;
  width: 100px;
  height: 100px;
  display: none;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.zoom-preview {
  position: absolute;
  right: -100%;
  top: 0;
  max-width: 800px;
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  display: none;
  z-index: 10;
}

@media screen and (max-width: 1230px) {
  .zoom-preview {
  right: -50%;
  max-width: 300px;
}
}

@media screen and (max-width: 991px) {
  .zoom-preview {
 display: none !important;
}
.zoom-lens{
  display: none !important;
}
.thumbs {
  flex-direction: row !important;
  height: fit-content !important;
}
}

.thumbnails {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.thumbnails img {
  width: 60px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.shop-single-gallery {
  position: relative;
}

.shop-single-video {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
}

.shop-single-info h4 {
  font-size: 28px;
  margin-bottom: 10px;
}

.shop-single-rating i {
  color: gold;
}

.shop-single-price {
  font-size: 24px;
  margin: 10px 0;
}

.shop-single-price del {
  color: #888;
  margin-right: 10px;
}

.discount-percentage {
  color: #f44336;
}

.shop-single-cs h6,
.shop-single-color h6 {
  margin-bottom: 10px;
}

.shop-cart-qty {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shop-cart-qty input {
  width: 40px;
  text-align: center;
}

.shop-checkbox-list.color span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
}

.shop-single-btn a {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 15px;
  background: #606ddd;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.theme-btn2 {
  background: #eee;
  color: #333;
}

.shop-single-share a {
  margin-left: 10px;
  color: #333;
  text-decoration: none;
}
.shop-single-share a:hover{
  color: #69473B;
}

/* Responsive */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .shop-single-btn,
  .shop-single-share {
    text-align: center;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#exzoom {
  max-width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
.color-swatch{
  display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #606ddd;
        border: 2px solid transparent;
        transition: 0.3s ease;
}
.color-swatch1{
  display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #4caf50;
        border: 2px solid transparent;
        transition: 0.3s ease;
}
.color-swatch2{
  display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #17a2b8;
        border: 2px solid transparent;
        transition: 0.3s ease;
}
.color-swatch3{
  display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ffc107;
        border: 2px solid transparent;
        transition: 0.3s ease;
}
.color-swatch4{
  display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #f44336;
        border: 2px solid transparent;
        transition: 0.3s ease;
      }
      .shop-single-sortinfo {

font-size: 14px;
color: #333;
line-height: 1.6;
}

.shop-single-sortinfo li {
margin-bottom: 10px; 
}

.shop-single-sortinfo li span {
font-weight: bold;
color: #555;
}

.shop-single-sortinfo li a {
color: #007bff;
text-decoration: none;
}

.shop-single-sortinfo li a:hover {
text-decoration: underline; 
}

.shop-single-sortinfo li:last-child {
margin-bottom: 0; 
}

.shop-single-sortinfo li {
display: flex;
gap: 20px;
padding: 5px 0;
}

.shop-single-sortinfo li span,
.shop-single-sortinfo li a {
text-transform: capitalize;
}
/* Main Container */
.pdp-descInfo-container {
padding: 20px;
background-color: #f9f9f9;
}

/* Header Container */
.pdp-descInfo-header-cont {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.pdp-desc-header,
.pdp-spec-header,
.pdp-info-header {
padding: 10px;
cursor: pointer;
}

.pdp-desc-header.selected,
.pdp-spec-header.selected,
.pdp-info-header.selected {
font-weight: bold;
border-bottom: 2px solid #007bff;
}

.desc-header {
font-size: 16px;
font-family: 'Arial', sans-serif;
color: #555;
}

/* Divider Line */
.desc-divider-line {
border: 0;
border-top: 2px solid #eee;
margin-top: 10px;
margin-bottom: 20px;
}

/* Content Containers */
.pdp-desc-info-container {
background-color: #fff;
padding: 20px;
border-radius: 5px;
}

/* Description Section */
.pdp-desc-cont {
display: none;
}

.pdp-desc-cont.selected {
display: block;
}

.pdp-desc-text {
font-size: 16px;
line-height: 1.6;
color: #333;
}

/* Product Info Section */
.pdp-spec-cont {
display: none;
}

.pdp-spec-cont.selected {
display: block;
}

.prodDesc_subHead_cont {
margin-bottom: 15px;
}

.prodDesc_subHead_SKU,
.subHead_header {
font-size: 16px;
font-weight: bold;
}

.prodDesc_subHead_SKU_text_cont {
display: flex;
align-items: center;
}

.subHead_ol {
padding-left: 20px;
list-style-type: disc;
}

.subHead_li,
.subHead_subcont {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}

.subHead_subol {
padding-left: 20px;
list-style-type: circle;
}

.subHead_subli {
font-size: 14px;
color: #666;
margin-bottom: 8px;
}

/* More Info Section */
.pdp-info-cont {
display: none;
}

.pdp-info-cont.selected {
display: block;
}

.more_subHead_cont {
margin-bottom: 20px;
}

.more_subHead_ol {
padding-left: 20px;
list-style-type: disc;
}

.more_subHead_li {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.tab-pane {
  display: none;
}

.tab-pane.selected {
  display: block;
}


.product-details .tab-btn {
font-weight: 600;
cursor: pointer;
position: relative;
padding-bottom: 10px;
transition: color 0.3s;
}
.product-details .tab-btn.selected {
color: #d4af37;
border-bottom: 2px solid #d4af37;
}
.product-details .tab-pane {
display: none;
animation: fadeIn 0.3s ease-in-out;
}
.product-details .tab-pane.selected {
display: block;
}
.product-details ul li {
margin-bottom: 0.5rem;
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@media (max-width: 576px) {
.product-details .tab-header {
flex-direction: column;
gap: 10px;
}
}




/* Responsive Adjustments */
@media (max-width: 768px) {
.pdp-descInfo-header-cont {
flex-direction: column;
align-items: flex-start;
}

.pdp-desc-header,
.pdp-spec-header,
.pdp-info-header {
padding: 8px 0;
width: 100%;
text-align: left;
}

.desc-divider-line {
margin-top: 15px;
}

.pdp-desc-info-container {
padding: 15px;
}

.pdp-desc-text {
font-size: 14px;
}

.subHead_li,
.subHead_subcont,
.more_subHead_li {
font-size: 13px;
}
}


@media (max-width: 767px) {
.shop-single-sortinfo li {
font-size: 12px; 
}
}

.related-items-container {
padding: 20px 0;
}

.section-title {
font-size: 1.5rem;
font-weight: 600;
color: #222;
}

.product-card {
background: #fff;
border: 1px solid #e3e3e3;
border-radius: 10px;
padding: 10px;
text-align: center;
transition: box-shadow 0.3s;
height: 100%;
}

.product-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-info {
margin-top: 10px;
}

.product-title {
font-size: 1rem;
font-weight: 500;
margin-bottom: 4px;
}

.product-price {
color: #d4af37;
font-weight: 600;
font-size: 1rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: invert(1);
}

@media (max-width: 768px) {
.product-title {
font-size: 0.9rem;
}
.product-price {
font-size: 0.95rem;
}
}
