/* Start custom CSS */.woocommerce-checkout a{
    color: #b99a30;
}
.woocommerce-checkout h1.entry-title {
    text-align: center;
}

.woocommerce-checkout .woocommerce form .form-row span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 20px;
    font-weight: bold;
}

.woocommerce-checkout .woocommerce form 
 button#place_order {
    background-color: #b99a30;
    color: #fff;
    font-size: 1.25em;
    padding: 1em;
    float:right !important;
}

.woocommerce-checkout .woocommerce form 
 button#place_order:hover {
    background-color: #5d5d5d;
    color: #fff;

 }
.woocommerce-checkout main.site-main {
    width: 100%;
    max-width: 1125px;
    margin: 50px auto;
}/* End custom CSS */