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

/* Fix ONLY Add to Cart button to be full width on archive pages */
.wd-add-btn.wd-add-btn-replace {
    width: 100% !important;
}

.wd-add-btn.wd-add-btn-replace .button,
.wd-add-btn.wd-add-btn-replace .add_to_cart_button {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
}

/* Specific fix for add-to-cart-loop class */
.wd-add-btn .add-to-cart-loop {
    width: 100% !important;
    display: block !important;
}

/* Make sure Quick View and Wishlist buttons are NOT affected */
.wd-buttons.wd-pos-r-t {
    width: auto !important;
}

.wd-buttons.wd-pos-r-t .wd-action-btn {
    width: auto !important;
    display: inline-block !important;
}

.quick-view.wd-action-btn,
.wd-wishlist-btn.wd-action-btn {
    width: auto !important;
    display: inline-block !important;
}
