@charset 'UTF-8';

.btn-product-list {
    padding: 10px 20px;
    font-size: 16px;
    width: 250px;
    max-width: 100%;
    cursor: pointer;
    background-color: #0066B5;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.btn-product-list:hover {
    background-color: #004f8b;
    color: #fff;
    transition: all 0.3s ease-in-out;
}