/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: This is a child theme of Astra.
Author: Your Name
Template: astra
Version: 1.0.0
*/
.woocommerce div.product .custom-buy-button {
    display: inline-block;
    background-color: #FFC738;
    color: #003152;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 35px;
    transition: background-color 0.3s ease-in-out;
    font: opensans;
    border-color: #003152;
}

.woocommerce div.product .custom-buy-button:hover {
    background-color: #4fce5d;
    color: white;
}
.product_title.entry-title {
    font-size: 40px;
}
.custom-category-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px !important;
    color: black;
    text-align: left;
    margin-bottom: 40px;
}
.woocommerce-loop-product__title {
    letter-spacing: 1px !important;
}
.woocommerce ul.products {
    list-style: none;
    padding-left: 0;
}

.woocommerce ul.products li {
    list-style: none;
}

