/* Custom styles for Breeze child theme */


li.level0.nav-1.category-item.first.last.level-top {

    background-color: none;
    color: black;
    padding:5px;
    border:1px solid black;
} 
button.action.tocart.primary {
    background:black;
    color: white;
    border:1px solid black;
 }

 li.product-item{
    border:1px solid black;
    padding: 3px;

 }

 .product-item-actions{
    display:block !important;
}

.actions-secondary{
    justify-content: space-between !important;
}
 
button.action.subscribe.primary{
    background-color: black;
}
div#reviews{
    border:1px solid !important;
    padding:30px !important;
}
button.action.submit.primary{
     background-color: black;
}
 

