/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.woocommerce .button.wc-buy-now-btn-single{
    background-color: #1a365d;
    border-radius: 0;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-family: "Poppins";
    font-weight: 300;
}
.woocommerce .button.wc-buy-now-btn-single:hover{
    background-color: #000000;
}