.wc-deposits-wrapper {
    margin: 0 0 1em;
}
.wc-deposits-wrapper fieldset {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.wc-deposits-wrapper legend {
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-break: normal !important;
}
.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 {
    padding: 0.5em 1em;
    border: 1px solid #d20000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    
    box-sizing: border-box;
    width: 49%;
    margin: 0;
    float: left;
}
.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 {
    list-style: none outside;
    padding: 0 1em;
    margin: 0 0 1em 0;
    border: 1px solid #d20000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    
    box-sizing: border-box;
    font-size: 1em;
    position: relative;
}
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan {
    border-bottom: 1px solid #d20000;
    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: #d20000;
}
.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 {
    content: "";
    display: block;
    border: 8px solid #d20000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -3px;
    left: -4px;
    margin: -1em 0 0 25%;
}
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:after {
    content: "";
    display: block;
    border: 8px solid #d20000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -2px;
    left: -4px;
    margin: -1em 0 0 25%;
}
.wc-deposits-wrapper .wc-deposits-payment-description {
    color: #fff;
    margin: 13px 0;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border: 1px solid #d20000;
}
.wc-deposits-wrapper .wc-deposits-payment-description p.wc_deposits_payment_plan_name {
    font-weight: 700;
    margin-bottom: 0;
}
.wc-deposits-wrapper .wc-deposits-payment-description p.wc_deposits_payment_plan_name + p {
    margin-top: 0.25em;
}
.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;
}
