/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.woocommerce .actions {
    vertical-align: top;
}
.woocommerce .actions .button {
    line-height: 52px !important;
    height: 52px !important;
    box-sizing: content-box;
    color: #5c8b36 !important;
}

.woocommerce .actions .button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.woocommerce .actions .button:hover {
    color: #fff !important;
}
