/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a.button.wc-forward {
    background-color: #e99f54;
    color: #fff;
}
.woocommerce-message {
    border-top-color: #e99f54;
	background-color: #dcdcdc;
}
button.wpfFilterButton.wpfButton, button.wpfClearButton.wpfButton {
    color: #ffffff;
    background: #e99f54;
	font-size: 14px;
	min-height: 44px;
}
button.wpfFilterButton.wpfButton:hover,
button.wpfClearButton.wpfButton:hover {
    background: #c8853f;
}

/* Increase thumbnail container size */
.custom-live-search-results .thumb {
    width: 60px !important;
    height: 60px !important;
}

/* Make image fit properly */
.custom-live-search-results .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px;
}
.custom-live-search-results span.price {
    text-align: end;
}