/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 12:55:33 */
.woocommerce-checkout #payment div.payment_box {

position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 0em 0!important;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: transparent!important;
    color: #515151;

}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 0em solid #dcd7e2!important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-shipping-fields  span {
    font-weight: 300 !important;
    font-size: 90%!important;
}