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


.buy-cart-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.buy-cart-wrapper .button {
    flex: 1;
    text-align: center;
    border-radius: 25px;
    padding: 8px 0;
    font-weight: 600;
}

.buy-now-button {
    background-color: #e67e22 !important;
    color: #fff !important;
}

.buy-now-button:hover {
    background-color: #d35400 !important;
}