.woo-wallet-icon-wallet:before {
	content: "";
}

.woo-wallet-my-wallet-container {
	border: 1px solid #f2f2f2;
	display: flex;
	max-width: 100%;
	overflow: hidden;
}

.woo-wallet-my-wallet-container p {
	margin: 0 auto;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
	background: #f2f2f2;
	float: left;
	min-height: 100px;
	padding-top: 20px;
	width: 30%;
}

.woo-wallet-my-wallet-container .woo-wallet-content {
	float: left;
	min-height: 100px;
	padding: 20px;
	width: 70%;
}

.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 {
	line-height: 1em;
	margin: 0 auto;
}

.woo-wallet-sidebar ul li.card {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	cursor: pointer;
	max-width: 100%;
	position: relative;
	text-align: center;
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.woo-wallet-sidebar ul li.card a {
	display: inline-block;
	padding: 20px;
	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: left;
	line-height: 1em;
	margin: 0 0 15px;
}

.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-content, .woo-wallet-my-wallet-container .woo-wallet-sidebar {
		width: 100%;
	}
}

.on-woo-wallet-cashback {
	border: 1px solid;
	border-radius: 3px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	margin-bottom: 1em;
	padding: .202em .6180469716em;
	text-transform: uppercase;
}

.theme-storefront .woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a:before {
	content: "";
	font-family: woowallet !important;
}

#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;
}

#wc-wallet-transaction-details_wrapper .daterangepicker .drp-calendar {
	max-width: 100%;
}