/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.clients-cd img {
    border-radius: var(--wd-brd-radius);
    max-height: 270px;
    height: 100%;
    width: 100%;
}
.wd-page-title .container {
  position: relative;
  z-index: 2;
	padding: 60px 0px;
}
.wd-product .product-wrapper .product-image-link img {
    max-height: 100%;
    width: 100%;
	height: 250px;
	object-fit: cover;
}
/* .wd-page-title {
  position: relative;
  overflow: hidden;
}

/* Overlay Layer */
.wd-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* black overlay with 50% opacity */
  z-index: 1;
} */

/* Make sure the text appears above the overlay */

#slider-54 .wd-slide {
    min-height: 550px !important;
}
.watches-form textarea{
	height:90px !important;
	min-height: 90px !important;
}