@font-face {
    font-display: swap;
    font-family: woowallet;
    src: url(../fonts/woowallet.eot);
    src: url("../fonts/woowallet.eot") format("embedded-opentype"), url(../fonts/woowallet.ttf) format("truetype"), url(../fonts/woowallet.woff) format("woff"), url("../fonts/woowallet.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" woo-wallet-icon-"], [class^=woo-wallet-icon-] {
    font-family: woowallet !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woo-wallet-icon-wallet:before {
    content: "\e900"
}

.woo-wallet-my-wallet-container {
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    display: flex
}

.woo-wallet-my-wallet-container p {
    margin: 0 auto
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 30%;
    float: right;
    background: #f2f2f2;
    min-height: 100px;
    padding-top: 20px
}

.woo-wallet-my-wallet-container .woo-wallet-content {
    width: 70%;
    float: right;
    min-height: 100px;
    padding: 20px
}

.woo-wallet-sidebar ul {
    margin: 0 auto
}

.woo-wallet-sidebar ul li {
    list-style: none;
    margin: 20px
}

.woo-wallet-sidebar ul li span {
    vertical-align: middle
}

.woo-wallet-sidebar ul li p {
    margin: 0 auto;
    line-height: 1em
}

.woo-wallet-sidebar ul li.card {
    background: #fff;
    border-radius: 2px;
    text-align: center;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer
}

.woo-wallet-sidebar ul li.card a {
    padding: 20px;
    display: inline-block;
    width: 100%
}

.woo-wallet-sidebar ul li.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.woo-wallet-sidebar-heading {
    text-align: center
}

.woo-wallet-content-h3 {
    float: right;
    margin: 0 0 15px;
    line-height: 1em
}

.woo-wallet-content .woo-wallet-price {
    float: left;
    margin: 0 0 15px
}

.woo-wallet-content-heading {
    overflow: hidden
}

.woo-wallet-transactions-items {
    margin: 0 auto
}

.woo-wallet-transactions-items li {
    overflow: hidden;
    padding-bottom: 15px
}

.woo-wallet-transactions-items li div:first-child {
    float: right;
    max-width: 80%
}

.woo-wallet-transactions-items li div:last-child {
    float: left
}

.woo-wallet-transaction-type-credit {
    color: #197f36
}

.woo-wallet-transaction-type-debit {
    color: #bf0003
}

.woo-wallet-balance-to-add {
    width: 100%
}

.woo-add-to-wallet {
    float: left;
    margin-top: 10px
}

.woo-wallet-view-more {
    float: left
}

.woo-wallet-view-more span {
    vertical-align: middle
}

p.woo-wallet-field-container {
    margin-bottom: 11px
}

.woo-wallet-select2 {
    width: 100%
}

@media (max-width: 600px) {
    .woo-wallet-my-wallet-container {
        display: block
    }

    .woo-wallet-my-wallet-container .woo-wallet-sidebar {
        width: 100%
    }

    .woo-wallet-my-wallet-container .woo-wallet-content {
        width: 100%
    }
}

.on-woo-wallet-cashback {
    border-color: #6d6d6d;
    border: 1px solid;
    color: #43454b;
    padding: .202em .6180469716em;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 3px
}

.theme-storefront .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
    font-family: woowallet !important;
    content: "\e900"
}

#wc-wallet-transaction-details.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    line-height: 19px !important
}

#wc-wallet-transaction-details mark.debit::before {
    content: "-"
}

#wc-wallet-transaction-details mark.credit::before {
    content: "+"
}

#wc-wallet-transaction-details mark.debit {
    color: #bf0003
}

#wc-wallet-transaction-details mark.credit {
    color: #197f36
}
