.span-reading-time {
    display: none !important;
}

#product-category > div > div > div:nth-child(3) {
	height: inherit;
}
.article-body-container .entry-content {
    max-width: 800px; /* Set your desired width */
    margin: 0 auto;   /* Center the content */
}

.site-content > .post-single-page .article-inner .post-title {
		margin-top: 150px;
		margin-bottom: 50px !important;
}

.meta-post-categories {
		display: none !important;
}

/* Hide the cart icon */
.header-cart,
.site-header .wd-tools-element.wd-header-cart,
.woodmart-cart,
.woodmart-shopping-cart {
    display: none !important;
}
.cart-counter,
.wd-tools-count,
.header-cart-count {
    display: none !important;
}

/* Hide the discount badge */
.onsale {
    display: none !important;
}

/* Hide the shopping cart icon */
a[title="Shopping cart"] {
    display: none !important;
}

#homepage_carousel1 .owl-item.center .product-grid-item, #homepage_carousel2 .owl-item.center .product-grid-item {
    transform: scale(1); 
    opacity: 1; 
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 10; 
}

/* Non-center items - Dimmed */
#homepage_carousel1 .owl-item:not(.center) .product-grid-item, #homepage_carousel2 .owl-item:not(.center) .product-grid-item {
		transform: scale(0.8); /* Make the center item larger */
    opacity: 0.75; /* Dim non-center items */
    transition: opacity 0.3s ease;
}

/* Optional: Add box-shadow to center item for emphasis */
#homepage_carousel1 .owl-item.center .product-grid-item, #homepage_carousel2 .owl-item.center .product-grid-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* Hide Zoho SalesIQ Chat Widget */
[id*="siq"],
[class*="siq"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.wrapp-swatches {
		display: none !important;
}

a[data-added-text="Compare products"] {
		display: none !important;
}

@media screen and (max-width: 768px) {
    .site-content > .post-single-page .article-inner .post-title {
				margin-top: 120px;
				margin-bottom: 40px !important;
		}
	.cff-visual-header {
				display: none;
	}
}
@media screen and (min-width: 1025px) {
	#wc-cybersource-credit-card-csc-hosted iframe {
    width: 45% !important;}
}