/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.custom-product-image img {
  width: 400px;
  height: auto;
}

/* Change font size for the product meta block */
.custom-meta-block p {
    font-size: 18px; /* Adjust this value as needed */
}

/* Change font size for the product description */
.custom-product-description p {
    font-size: 18px; /* Adjust this value as needed */
}
/* Style the new "Click image for spec sheet" text */
.spec-sheet-text {
    text-align: left; /* Aligns the text to the left */
    font-style: italic;  /* Make the text italic */
    margin-top: 5px;     /* Add a small margin above the text */
    font-size: 18px;     /* Set a smaller font size if desired */
    color: #C41E3A;
    
}