/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.9
 Text Domain:  woodmart
*/
a.button.buy-now {
    background-color: #fff !important;
    color: rgb(37,51,50) !important;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgb(37,51,50) !important;
/*     margin-top: 5px;
    display: inline-block; */
}
a.button.buy-now:hover {
    background-color: rgb(37,51,50) !important;
	border-radius: 50px 50px 50px 50px;
	color:#fff !important;
}
/* Variation buttons styling */
.variations_form .variations .wd-swatch {
    border: 2px solid #ddd;
    padding: 5px 8px;
    margin: 3px;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.variations_form .variations .wd-swatch:hover {
    border-color: rgb(37,51,50); /* Hover border color */
    background-color: rgb(37,51,50);
	color:#fff;
	/* Light hover background */
}

/* Selected variation */
.variations_form .variations .wd-swatch.selected {
    border-color: rgb(37,51,50);
    background-color:rgb(37,51,50);
    color: #fff;
}
/* Hover effect */
.variations_form .variations .wd-swatch:hover {
    border-color: rgb(37,51,50);
    background-color: rgb(37,51,50);
    color: #fff;
}

.whb-top-bar{
	background-color:rgb(37,51,50) !important;
}
.text-abs .widget-image-caption{
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom:0;
    display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center; /* agar multiple line ho to center */
	pointer-events: none;   /* yeh add karein */
    z-index: 1;             /* sirf text upar dikhne ke liye */
}
.wd-cat-content h3{
	color:#fff !important;
}

