/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 09:16:23 */
.wc-deposits-option {
    display: flex;
    flex-direction: column;
}

.wc-deposits-option li:first-child {
    order: 2;
}

.wc-deposits-option li:last-child {
    order: 1;
	border-bottom: 1px solid #ffffff !important;
}

.wc-deposits-wrapper .wc-deposits-option li {
    border: 0px;
	border-radius: 0px;
	box-shadow: none;
    width: 100%;
}

input[type=radio]:checked:before {
    background-color: black;
}

.wc-deposits-wrapper .wc-deposits-option li label {
    color: #ffffff;
}

.wc-deposits-wrapper .wc-deposits-payment-description {
    color: #ffffff;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 27px;
	font-weight: bold;
}

