/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.অর্ডার-করুন,
.add_to_cart_button,
.product_type_variable {
    background-color: #000 !important; /* Black */
    color: #fff !important;           /* White text */
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.অর্ডার-করুন:hover,
.add_to_cart_button:hover,
.product_type_variable:hover {
    background-color: #333 !important; /* Dark gray on hover */
    color: #fff !important;
}