/*!
Theme Name: storefrontchild
Template: storefront
*/
/* keeps colors from bleeding over */

/* Standardize button colors */
.woocommerce button.button,
.woocommerce a.button {
    background-color: #903D38;
    color: #FFFFFF;
}

/* Coupon notice ("Have a coupon? Click here...") */
.woocommerce-info {
    background-color: #163F53;
    color: #FFFFFF;
}
/* Link inside the notice */
.woocommerce-info a {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Chnge color of Apply Gift Card button */
#pwgc-redeem-button {
    background-color: #903D38 !important;
    color: #FFFFFF !important;
    border: 1px solid #903D38 !important;
}

/* Hover state */
#pwgc-redeem-button:hover {
    background-color: #231F20 !important;
    border-color: #231F20 !important;
    color: #FFFFFF !important;
}

/* No Zoom on gift card */
body.postid-45 .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Chnge color of View Cart button */
.wp-block-button .wp-block-button__link {
    background-color: #903D38 !important;
    color: #FFFFFF !important;
    border: 1px solid #903D38 !important;
}

/* Hover state */
.wp-block-button .wp-block-button__link:hover {
    background-color: #231F20 !important;
    border-color: #231F20 !important;
    color: #FFFFFF !important;
}