/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward) {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
}

.catalog-header-btn {
    text-transform: lowercase !important;
}

.wd-load-more {
    border-color: #FF7073 !important; 
}

.wd-load-more:hover {
    border-color: #C7E2F2 !important;
}

.infiniti-box {
    width: auto !important;     
}

.woocommerce-mini-cart__buttons .btn-cart {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #FF7073 !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
    color: #fff !important;
    background-color: #FF7073 !important;
    border: 1px solid #FF7073 !important;
}

.woocommerce-mini-cart__buttons .checkout:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #FF7073 !important;
}