/** * WooCommerce Deposits */ /** * Imports */ /** * Style */ .wc-deposits-wrapper .wc-deposits-option li { padding: 0.6180469716em 1em; border: none; background: rgba(0, 0, 0, 0.0125); box-shadow: none; border-radius: 0; } .wc-deposits-wrapper .wc-deposits-option li:hover { background: rgba(0, 0, 0, 0.02); } .wc-deposits-wrapper .wc-deposits-option li input { margin-left: 0.6180469716em; } .wc-deposits-wrapper .wc-deposits-payment-description { color: inherit; } .wc-deposits-wrapper .wc-deposits-payment-plans { background: transparent; padding: 0; border: 0; box-shadow: none; } .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan { border: 1em solid rgba(0, 0, 0, 0.0125); padding: 1.618em; margin-bottom: 1em; } .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input { margin-left: 0; } .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:hover { background: rgba(0, 0, 0, 0.0125); } .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child { border-bottom: 1em solid rgba(0, 0, 0, 0.0125); } .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description { color: inherit; display: block; font-weight: 400; opacity: 0.5; } .wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label { max-width: none; } .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans { margin-bottom: 1.618em; } .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::after { display: none; } .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::before { border-bottom-color: rgba(0, 0, 0, 0.025); top: -1px; }