/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2025 | 00:56:48 */
/* FILTER EVERYTHING TITLES */
.wpc-filter-title {
    margin-bottom: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Overpass;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: uppercase
}


/* PURCHASE BUTTON */
#edd-purchase-button,.edd-submit,[type="submit"].edd-submit {
    display: inline-block;
    padding: 8px 18px;
    margin: 0;
	font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4286;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

