/***************** "pay with card" button *****************/

.Overlay-Badge-testMode {
    background-color: #f7e633;
    color: #363636;
    border-radius: 5px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 9px;
    padding-right: 9px;
    height: 26px;
    line-height: 26px;
	position: absolute;
}

.easystripe-test-button {
	padding-left: 5px;
}

.stripe-button-el:hover {
    padding: unset !important;
}


/***************** order table *****************/
.easystripe-order-table {
	max-width: 600px;
	border: 1px solid #eee;
}

.easystripe-order-table td {
	border: 1px solid #eee;
		font-weight: 600;
}
.easystripe-order-table-title {
	width: 30%;
}