/*
Theme Name: Divi Child Theme
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi's child theme so we don't lose core changes on update
Author: Balticode
Author URI: balticode.com
Version: 1.0.0
Template: Divi
*/

/* Make an offer button  */
.alg-wc-price-offerings-button-wrapper button{
    font-weight: 700;
    border: unset;
}

.alg-wc-price-offerings-button-wrapper button:hover{
    cursor: pointer;
}

/* Yith filter styles */
.reset-filters{
    margin-bottom: 20px;
}

.yith-wcan-filter .filter-item.active a{
    color: #ff5f00 !important;
}