@font-face {
    font-family: 'bwwc';
    src: url('../fonts/bwwc.eot');
    src: url('../fonts/bwwc.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bwwc.woff') format('woff'),
    url('../fonts/bwwc.ttf') format('truetype'),
    url('../fonts/bwwc.svg#bwwc') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='bwwc-icon-']:before {
    display: inline-block;
    font-family: 'bwwc';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bwwc-icon-wallet:before {
    content: '\0041';
}

.bwwc-wallet-icon {
    display: inline-block;
    width: 27px;
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
}

.bwwc-right {
    float: right;
}

li.wc_payment_method label{
    display: inline;
}

.woocommerce-remove-coupon[data-coupon*="wallet_"] {
    display: none !important;
}