.services-faq-wrap.sd-faq {
    margin: 0;
}

.single-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0;
}

.header-shop-cart a,
.search-form .search-close {
	cursor: pointer;
}

/* Custom styles for single product page */
.custom-content img {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Adjust spacing between product image and content */
.custom-content {
    margin-bottom: 10px; /* Reduce space below the image */
}

.shop-details-content {
    margin-top: -20px; /* Bring content closer to the image */
}

/* Specific styles for single product page to avoid conflicts */
#single-product-page .custom-content img {
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#single-product-page .custom-content {
    margin-bottom: 10px;
}

#single-product-page .shop-details-content {
    margin-top: -20px;
}

/* Additional styles can be added here */
