ul.wc-deposits-option li {
border-radius: 10px !important;
box-shadow: none !important;
display: flex;
align-items: center;
float: none !important;
border: 1px dashed #999999 !important;
padding: 0!important;
margin-top: 5px!important;
}
input#wc-option-pay-deposit:checked:parent {
background-color: red;
}
.wc-deposits-wrapper .wc-deposits-option li label {
line-height: 1rem;
padding: 10px;
text-align: center;
width: 100%;
border-radius: 5px;
}
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input {
display: none;
}
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label {
max-width: 100% !important;
text-align: center;
padding: 0px;
}
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans {
padding: 0px;
border: none;
margin-top: 0px;
position: unset;
box-shadow: unset;
}
small.wc-deposits-payment-plan-description {
display: none;
}
li.wc-deposits-payment-plan { background-color: #e7e2de;
padding: 1em !important;
border-radius: 10px;
}
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-name {
font-size: 1rem !important;
font-weight: initial;
color: #0F3042;
}
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before {
content: "\f0d8";
font-family: 'FontAwesome';
border: none !important;
position: unset;
margin: 0px 0 0 25%;
top: unset;
left: unset;
font-size: 1.5rem;
line-height: 0.8rem;
color: #0f3042;
text-align: left;
}
.wc-deposits-wrapper .wc-deposits-option {
display: flex;
justify-content: space-between;
}
.wc-deposits-wrapper .wc-deposits-option li input:checked+label {
background-color: #028288;
color: #fff;
pointer-events: none;
}
.wc-deposits-wrapper .wc-deposits-option li input:checked,
.wc-deposits-wrapper .wc-deposits-option li input:checked+label {
pointer-events: none;
}
.wc-deposits-wrapper .wc-deposits-option li input {
margin: 0px 0 0px 10px;
position: absolute;
}