.woocommerce-notices-wrapper {
    display: block;
}

.woocommerce-message {
    border-top: 2px solid #000000;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #F7F7F7;
    color: #000000;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message::before {
    content: "✔";
    color: #E65800;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.wc-forward {
    float: right;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #ffffff;
    background-color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
}

.wc-forward:hover {
    background-color: #E65800 !important;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #E65800;
}

.woocommerce-message::after {
    clear: both;
    content: " ";
    display: table;
}

.wc-proceed-to-checkout {
    display: block;
    padding: 1em 0;
}

.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    background-color: #E65800 !important;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 500;
    border-radius: 3px;
    left: auto;
    border: 0;
}

.checkout-button:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.checkout-button:focus {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.checkout-button:admin {
    background-color: #96588a;
    color: #ffffff;
    text-decoration: none;
}

.woocommerce-checkout-payment {
    border-radius: 5px;
    background-color: #F7F7F7;
}

.wc_payment_methods {
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
    text-align: left;
}

.woocommerce-info {
    line-height: 2;
    text-align: left;
    font-weight: normal;
    margin: 0;
    border-top: 2px solid #E65800;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    word-break: break-word;
    padding: 12px 20px 12px 50px;
}

.woocommerce-info:before {
    content: "ℹ︎";
    color: #E65800;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 25px;
}

.form-row {
    padding: 1em;
}

.woocommerce-terms-and-conditions-wrapper {
    display: block;
}

.woocommerce-privacy-policy-text {
    display: block;
}

.button {
    background-color: #E65800 !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: .618em 1em;
    border-radius: 0;
    border: 0;
    border-style: none;
    display: inline-block;
    font-family: Poppins;
}

#place_order {
    margin-left: auto;
    display: block;
    float: none;
    font-weight: 500;
}

.button:active {
    background-color: #000000;
}

.button:focus {
    background-color: #000000;
}

.button:hover {
    background-color: #000000;
}

.price {
    color: #77a464;
    font-size: 1.25em;
}
