@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 #353535;
    display: -webkit-box;
    display: flex;
}
.woo-wallet-my-wallet-container p {
    margin: 0 auto;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 30%;
    float: left;
  /*  background: #f2f2f2; */
    min-height: 100px;
    padding-top: 20px;
}
.woo-wallet-my-wallet-container .woo-wallet-content {
    width: 70%;
    float: left;
    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: inherit;
}
.woo-wallet-sidebar ul li p {
    margin: 0 auto;
    line-height: 1em;
}
.woo-wallet-sidebar ul li.card {
   
    border-radius: 0px;
    text-align: center;
    position: relative;
    max-width: 100%;
	border: 1px solid #353535;
  /*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); 
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.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, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.woo-wallet-sidebar-heading {
    text-align: center;
}
.woo-wallet-content-h3 {
    float: left;
    margin: 0 0 15px;
    line-height: 1em;
}
.woo-wallet-content .woo-wallet-price {
    float: right;
    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: left;
    max-width: 80%;
}
.woo-wallet-transactions-items li div:last-child {
    float: right;
}
.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: right;
    margin-top: 10px;
}
.woo-wallet-view-more {
    float: right;
}
.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: 0.202em 0.6180469716em;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 3px;
}
.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {

}
#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: 17px !important;
}
