
.wc-deposits-wrapper {
	margin: 0 0 1em;
}

.wc-deposits-wrapper .wc-deposits-option {
	font-size: 1em;
	line-height: 2em;
	list-style: none outside;
	margin: 0;
	overflow: hidden;
	padding: 0 0 2px;
}

.wc-deposits-wrapper .wc-deposits-option li {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: .5em 1em;
	width: 49%;
}

.wc-deposits-wrapper .wc-deposits-option li input {
	display: inline-block;
	margin: -2px 1em 0 0;
	vertical-align: middle;
}

.wc-deposits-wrapper .wc-deposits-option li label {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}

.wc-deposits-wrapper .wc-deposits-option li:last-child {
	float: right;
}

.wc-deposits-wrapper .wc-deposits-payment-plans {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	font-size: 1em;
	list-style: none outside;
	margin: 0 0 1em;
	padding: 0 1em;
	position: relative;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan {
	border-bottom: 1px solid #eee;
	padding: 1em 0;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-name {
	display: block;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description {
	color: #77a464;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child {
	border-bottom: 0;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input {
	display: inline-block;
	margin: -2px 1em 0 0;
	vertical-align: middle;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label {
	cursor: pointer;
	display: inline-block;
	max-width: 80%;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans {
	margin: 1em 0;
}

.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before {
	border: 8px solid transparent;
	border-bottom-color: #ccc;
	content: "";
	display: block;
	left: -4px;
	margin: -1em 0 0 25%;
	position: absolute;
	top: -3px;
}

.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:after {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	content: "";
	display: block;
	left: -4px;
	margin: -1em 0 0 25%;
	position: absolute;
	top: -2px;
}

.wc-deposits-wrapper .wc-deposits-payment-description {
	color: #77a464;
	margin: 1em 0;
}

.wc-deposits-order-details__view-original-order-link {
	text-align: right;
}

.wc-deposits-order-details__scheduled-orders-title {
	font-weight: 600;
}

.woocommerce .order_details .wc-deposits-order-item-description {
	margin-bottom: 0;
}

.wc-block-cart-items__row.is-deposit .wc-block-cart-item__total .wc-block-components-sale-badge {
	display: none;
}
