/* General styling for the image display */
#image {
  display: none; /* Initially hide the image */
  max-width: 100%; /* Make the image responsive */
  margin-top: 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out; /* Smooth fade-in effect */
}

/* Styling for the search button */
#searchButton {
  padding: 12px 24px;
  background-color: #007BFF; /* Primary button color */
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#searchButton:hover {
  background-color: #0056b3; /* Slightly darker blue on hover */
  transform: scale(1.05); /* Subtle hover effect */
}

/* Keyframes for fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





@media only screen and (max-width: 768px) {
    .woocommerce .product-categories,
    .woocommerce .categories,
    .menu-categories { /* Add class names that relate to categories */
        display: none !important;
/* Hide Woodmart text on mobile devices */
.woodmart-mobile-header .specific-class, 
.mobile-only-element {
    display: none !important;
}

	body:not(.home) .page-title {
    display: none;
		
display: none;
    width: 60px;
    height: 60px;
		
.page-id-60 .woodmart-cart-icon,
.page-id-60 .xoo-wsc-basket {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
		}
		.xoo-wsc-items-count{
			display:none;
			
		.wd-nav[class*="wd-style-underline"] .nav-link-text {
    position: relative;
    display: none;
    padding-block: 1px;
    line-height: 1.2;
}align-content
		}
		
.product-tabs-wrapper {
    padding-top: var(--wd-single-spacing);
    padding-bottom: var(--wd-single-spacing);
    border-top: 1px solid var(--brdcolor-gray-300);
    border-bottom: 1px solid var(--brdcolor-gray-300);
    background-color: #ffffff0f;
    /* display: none; */
}
		

		
.woocommerce-product-gallery__trigger {
    display: none !important;
} 		
		
		button.mfp-arrow {
    display: none !important;
}
  