@font-face {
    font-family: woowallet;
    src: url(../fonts/woowallet.eot?tewfy0);
    src: url(../fonts/woowallet.eot?tewfy0#iefix) format("embedded-opentype"), url(../fonts/woowallet.ttf?tewfy0) format("truetype"), url(../fonts/woowallet.woff?tewfy0) format("woff"), url(../fonts/woowallet.svg?tewfy0#woowallet) 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 #6B6C771A;
    display: flex;
    border-radius: 15px;
}

.woo-wallet-my-wallet-container p {
    margin: 0 auto
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 30%;
    float: right;
    background: var(--pweb-dashboard-dashbox-bg);
    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;
    font-size: 30px;
    margin-bottom: 15px;
}

.woo-wallet-sidebar ul li p {
    margin: 0 auto;
    line-height: 1em
}

.woo-wallet-sidebar ul li.card {
    background: var(--bs-body-bg);
    border-radius: 15px;
    text-align: center;
    position: relative;
    max-width: 100%;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    border: transparent;
}

.woo-wallet-sidebar ul li.card a {
    padding: 20px;
    display: inline-block;
    width: 100%;
    align-items: center;
}

.woo-wallet-sidebar ul li.card:hover {
    background: var(--theme-main-color);
}

.woo-wallet-sidebar ul li.card:hover span, .woo-wallet-sidebar ul li.card:hover p {
    color: #fff;
}

.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;
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: var(--theme-main-color);
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.woo-wallet-content-heading h3, .woo-wallet-content-heading p {
    margin-bottom: 0 !important;
}

.woo-wallet-transactions-items {
    margin: 0 auto;
    padding: 10px;
}

.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
}

#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
}